From 14e9b0c341251500cb13fee6b30286bad7882671 Mon Sep 17 00:00:00 2001 From: Professor Bunbury <69010799+professorbunbury@users.noreply.github.com> Date: Fri, 11 Dec 2020 13:23:21 -0500 Subject: [PATCH] Updates to DAE, Archetypes, Backgrounds, Classes, Species, CSS/LESS, etc. What the subject line said. --- lang/en.json | 17 +- less/original/actors.less | 16 +- less/original/apps.less | 2 +- less/original/character.less | 4 +- less/original/chat.less | 3 +- less/original/items.less | 304 ++++- less/update/components/actor-global.less | 67 +- less/update/components/actor-themes.less | 9 + less/update/components/sidebar-global.less | 3 +- less/update/components/sidebar-themes.less | 3 +- less/update/components/sidebar.less | 3 +- module/actor/entity.js | 18 +- module/actor/sheets/newSheet/character.js | 13 +- module/actor/sheets/newSheet/npc.js | 137 +++ module/actor/sheets/oldSheets/character.js | 6 +- module/apps/trait-selector.js | 6 +- module/classFeatures.js | 5 +- module/templates.js | 2 + .../Archetypes/Archaeologist Pursuit.webp | Bin 0 -> 12356 bytes packs/Icons/Archetypes/Vonil-Ishu Form.webp | Bin 0 -> 12306 bytes packs/Icons/Archetypes/Way of Tutelage.webp | Bin 0 -> 13212 bytes .../Lightsaber Forms/Vonil-Ishu Form.webp | Bin 0 -> 6796 bytes .../Martial Blasters/Blaster Cannon.webp | Bin 0 -> 9682 bytes .../Icons/Martial Blasters/Carbine Rifle.webp | Bin 0 -> 8354 bytes packs/Icons/Martial Blasters/Chaingun.webp | Bin 0 -> 8308 bytes .../Icons/Martial Blasters/Cycler Rifle.webp | Bin 0 -> 8006 bytes .../Martial Blasters/Heavy Bowcaster.webp | Bin 0 -> 9844 bytes .../Martial Blasters/Heavy Repeater.webp | Bin 0 -> 9934 bytes .../Icons/Martial Blasters/Heavy Shotgun.webp | Bin 0 -> 9388 bytes .../Martial Blasters/Heavy Slugpistol.webp | Bin 0 -> 8814 bytes .../Icons/Martial Blasters/Hunting Rifle.webp | Bin 0 -> 7050 bytes .../Martial Blasters/Repeating Blaster.webp | Bin 0 -> 8692 bytes packs/Icons/Martial Blasters/Revolver.webp | Bin 0 -> 8570 bytes packs/Icons/Martial Blasters/Subrepeater.webp | Bin 0 -> 8062 bytes packs/Icons/Simple Blasters/Ion Carbine.webp | Bin 0 -> 8404 bytes .../Icons/Simple Blasters/Light Repeater.webp | Bin 0 -> 7644 bytes .../Simple Blasters/Light Slugpistol.webp | Bin 0 -> 7628 bytes packs/Icons/Simple Blasters/Needler.webp | Bin 0 -> 8312 bytes packs/Icons/Simple Blasters/Slugpistol.webp | Bin 0 -> 9110 bytes .../Simple Blasters/Tranquilizer Rifle.webp | Bin 0 -> 7546 bytes .../Icons/Simple Blasters/Wrist Blaster.webp | Bin 0 -> 8894 bytes packs/packs/archetypes.db | 134 +-- packs/packs/backgrounds.db | 94 +- packs/packs/classes.db | 28 +- packs/packs/classfeatures.db | 1072 +++++++++++------ packs/packs/feats.db | 1 - packs/packs/forcepowers.db | 70 -- packs/packs/species.db | 224 ++-- packs/packs/techpowers.db | 3 + packs/packs/weapons.db | 120 +- sw5e-dark.css | 21 +- sw5e-global.css | 102 +- sw5e-light.css | 21 +- sw5e.css | 360 +++++- system.json | 2 +- template.json | 2 +- .../actors/newActor/character-sheet.html | 9 +- templates/actors/newActor/npc-sheet.html | 189 +++ .../newActor/parts/swalt-active-effects.html | 40 + .../actors/newActor/parts/swalt-features.html | 2 +- .../newActor/parts/swalt-inventory.html | 2 +- .../actors/oldActor/character-sheet.html | 6 + .../actors/oldActor/parts/actor-features.html | 6 +- .../actors/oldActor/parts/actor-notes.html | 33 + templates/items/archetype.html | 6 +- templates/items/class.html | 6 +- templates/items/species.html | 4 +- 67 files changed, 2357 insertions(+), 818 deletions(-) create mode 100644 module/actor/sheets/newSheet/npc.js create mode 100644 packs/Icons/Archetypes/Archaeologist Pursuit.webp create mode 100644 packs/Icons/Archetypes/Vonil-Ishu Form.webp create mode 100644 packs/Icons/Archetypes/Way of Tutelage.webp create mode 100644 packs/Icons/Lightsaber Forms/Vonil-Ishu Form.webp create mode 100644 packs/Icons/Martial Blasters/Blaster Cannon.webp create mode 100644 packs/Icons/Martial Blasters/Carbine Rifle.webp create mode 100644 packs/Icons/Martial Blasters/Chaingun.webp create mode 100644 packs/Icons/Martial Blasters/Cycler Rifle.webp create mode 100644 packs/Icons/Martial Blasters/Heavy Bowcaster.webp create mode 100644 packs/Icons/Martial Blasters/Heavy Repeater.webp create mode 100644 packs/Icons/Martial Blasters/Heavy Shotgun.webp create mode 100644 packs/Icons/Martial Blasters/Heavy Slugpistol.webp create mode 100644 packs/Icons/Martial Blasters/Hunting Rifle.webp create mode 100644 packs/Icons/Martial Blasters/Repeating Blaster.webp create mode 100644 packs/Icons/Martial Blasters/Revolver.webp create mode 100644 packs/Icons/Martial Blasters/Subrepeater.webp create mode 100644 packs/Icons/Simple Blasters/Ion Carbine.webp create mode 100644 packs/Icons/Simple Blasters/Light Repeater.webp create mode 100644 packs/Icons/Simple Blasters/Light Slugpistol.webp create mode 100644 packs/Icons/Simple Blasters/Needler.webp create mode 100644 packs/Icons/Simple Blasters/Slugpistol.webp create mode 100644 packs/Icons/Simple Blasters/Tranquilizer Rifle.webp create mode 100644 packs/Icons/Simple Blasters/Wrist Blaster.webp create mode 100644 templates/actors/newActor/npc-sheet.html create mode 100644 templates/actors/newActor/parts/swalt-active-effects.html create mode 100644 templates/actors/oldActor/parts/actor-notes.html diff --git a/lang/en.json b/lang/en.json index cef2c914..8b7805d6 100644 --- a/lang/en.json +++ b/lang/en.json @@ -6,11 +6,18 @@ "ITEM.TypeClass": "Class", "ITEM.TypeConsumable": "Consumable", "ITEM.TypeEquipment": "Equipment", -"ITEM.TypeFeat": "Feature", +"ITEM.TypeFeat": "Feat", "ITEM.TypeLoot": "Loot", "ITEM.TypePower": "Power", "ITEM.TypeTool": "Tool", "ITEM.TypeWeapon": "Weapon", +"ITEM.TypeArchetype": "Archetype", +"ITEM.TypeBackground": "Background", +"ITEM.TypeLightsaberform": "Lightsaber Form", +"ITEM.TypeClassfeature": "Class Feature", +"ITEM.TypeFightingmastery": "FightingMastery", +"ITEM.TypeFightingstyle": "Fighting Style", +"ITEM.TypeSpecies": "Species", "Star Wars 5th Edition": "Star Wars 5th Edition", "SW5E.title": "Star Wars 5th Edition", @@ -281,6 +288,8 @@ "SW5E.ItemTypeContainerPl": "Containers", "SW5E.ItemTypeEquipment": "Equipment", "SW5E.ItemTypeEquipmentPl": "Equipment", +"SW5E.ItemTypeFeat": "Feat", +"SW5E.ItemTypeFeatPl": "Feats", "SW5E.ItemTypeFightingMastery": "Fighting Mastery", "SW5E.ItemTypeFightingMasteryPl": "Fighting Masteries", "SW5E.ItemTypeFightingStyle": "Fighting Style", @@ -586,6 +595,7 @@ "SW5E.NoCharges": "No Charges", "SW5E.None": "None", "SW5E.Normal": "Normal", +"SW5E.Notes": "Notes", "SW5E.NotProficient": "Not Proficient", "SW5E.OtherFormula": "Other Formula", "SW5E.PactMagic": "Pact Magic", @@ -653,6 +663,7 @@ "SW5E.SheetClassCharacter": "Default Character Sheet", "SW5E.SheetClassCharacterOld": "Old Character Sheet", "SW5E.SheetClassNPC": "Default NPC Sheet", +"SW5E.SheetClassNPCOld": "Old NPC Sheet", "SW5E.SheetClassVehicle": "Default Vehicle Sheet", "SW5E.SheetClassItem": "Default Item Sheet", @@ -763,7 +774,7 @@ "SW5E.SpeciesDescription": "Description", "SW5E.SpeciesTraits": "Species Traits", "SW5E.StealthDisadvantage": "Stealth Disadvantage", -"SW5E.SubclassName": "Subclass Name", +"SW5E.ArchetypeName": "Archetype Name", "SW5E.Supply": "Supply", "SW5E.Target": "Target", "SW5E.TargetAlly": "Ally", @@ -933,4 +944,4 @@ "SETTINGS.SWColorN": "Display Theme", "SETTINGS.SWColorLight": "Light Theme", "SETTINGS.SWColorDark": "Dark Theme" -} +} \ No newline at end of file diff --git a/less/original/actors.less b/less/original/actors.less index 7831bd55..177534bb 100644 --- a/less/original/actors.less +++ b/less/original/actors.less @@ -238,6 +238,7 @@ li.skill { height: 24px; + width: 225px; padding: 3px 2px; &:nth-child(even) { @@ -429,6 +430,9 @@ } i.attuned { color: @colorTan; + } + h4 { + font-size: 14px; } } @@ -469,9 +473,8 @@ white-space: nowrap; overflow: hidden; &:last-child { border-right: none; } - &.item-action {flex: 0 0 100px} + &.item-action {flex: 0 0 100px} } - .item-weight { flex: 0 0 60px; border-left: 1px solid @colorFaint; @@ -491,6 +494,15 @@ padding: 0.25em 0.5em; color: @colorDark; border-top: 1px solid @colorFaint; + h2 { + font-family: 'Russo One'; + font-size: 20px; + font-weight: 400; + text-transform: uppercase; + letter-spacing: 0.5px; + border-bottom: 2px solid rgb(13, 153, 204); + color: #c40f0f; + } } } diff --git a/less/original/apps.less b/less/original/apps.less index d123b6ec..34a2d302 100644 --- a/less/original/apps.less +++ b/less/original/apps.less @@ -421,7 +421,7 @@ } .item-name { padding-left: 5px; - .modesto(); + //.modesto(); font-size: 16px; } } diff --git a/less/original/character.less b/less/original/character.less index 908f97e6..358b1d4a 100644 --- a/less/original/character.less +++ b/less/original/character.less @@ -4,7 +4,7 @@ /* Basic Structure */ /* ----------------------------------------- */ .sw5e.sheet.actor.character { - min-width: 720px; + min-width: 800px; min-height: 680px; /* ----------------------------------------- */ @@ -160,7 +160,7 @@ padding: 0 3px 3px; label { flex: 0 0 20px; - .bungeeInline(); + .russoOne(); font-size: 16px; font-weight: normal; line-height: 20px; diff --git a/less/original/chat.less b/less/original/chat.less index 9b161dc0..732cb0b5 100644 --- a/less/original/chat.less +++ b/less/original/chat.less @@ -4,7 +4,8 @@ /* Chat Cards /* ----------------------------------------- */ -.sw5e.chat-card { +.sw5e.chat-card, +.midi-qol-item-card { font-style: normal; font-size: 12px; diff --git a/less/original/items.less b/less/original/items.less index 239903e9..18d91755 100644 --- a/less/original/items.less +++ b/less/original/items.less @@ -1,6 +1,7 @@ @import "./variables.less"; .sw5e.sheet.item { - min-height: 420px; + min-height: 660px; + min-width: 680px; /* ----------------------------------------- */ /* Sheet Header */ @@ -10,7 +11,19 @@ img.profile { border: 2px solid #000; } - + h1 { + input { + font-size: 26px; + } + } + .header-details.flexrow { + h1 { + font-size: 26px; + } + .charname { + font-size: 26px; + } + } .item-subtitle { flex: 0 0 80px; height: 60px; @@ -20,8 +33,8 @@ color: @colorTan; .item-type { - font-size: 24px; - line-height: 26px; + font-size: 20px; + line-height: 24px; margin: 0; } @@ -29,19 +42,298 @@ font-size: 16px; line-height: 24px; } + + .summary { + li { + font-size: 16px; + } + } + } } .sheet-navigation { margin-bottom: 5px; .item { - font-size: 18px; + font-size: 16px; } } .sheet-body { overflow: hidden; - + + h1 { + font-family: 'Russo One'; + font-size: 20px; + font-weight: 400; + text-transform: uppercase; + letter-spacing: 0.5px; + border-bottom: none; + color: #c40f0f; + } + + h2 { + font-family: 'Russo One'; + font-size: 18px; + font-weight: 400; + text-transform: uppercase; + letter-spacing: 0.5px; + border-bottom: 2px solid rgb(13, 153, 204); + color: #c40f0f; + } + + h3 { + font-family: 'Russo One'; + font-size: 16px; + font-weight: 400; + text-transform: uppercase; + letter-spacing: 0.5px; + border-bottom: none; + color: #c40f0f; + } + .smalltable { + table { + border-top: none; + border-bottom: none; + width: 200px; + } + td { + &:nth-child(odd) { + width: 50px; + margin: 0.5em 0.5em; + text-align: center; + } + &:nth-child(even) { + width: 150px; + margin: 0.5em 0.5em; + padding: 0px 10px 0px 10px; + text-align: left; + } + } + thead { + border-bottom: 0px; + } + th { + color: #000000; + text-shadow: none; + border-bottom: 0px; + background-color: #bdc8cc; + text-transform: none; + font-weight: bold; + font-family: 'Open Sans'; + &:nth-child(odd) { + width: 50px; + margin: 0.5em 0.5em; + text-align: center; + } + &:nth-child(even) { + width: 150px; + margin: 0.5em 0.5em; + padding: 0px 10px 0px 10px; + text-align: left; + } + } + } + .medtable { + table { + width: 500px; + border: 0px; + margin: 0.5em 0.5em; + } + td { + &:nth-child(odd) { + width: 50px; + margin: 0.5em 0.5em; + text-align: center; + } + &:nth-child(even) { + width: 450px; + margin: 0.5em 0.5em; + padding: 0px 10px 0px 0px; + text-align: left; + } + } + thead { + border-bottom: 0px; + } + th { + color: #000000; + text-shadow: none; + border-bottom: 0px; + background-color: #bdc8cc; + text-transform: none; + font-weight: bold; + font-family: 'Open Sans'; + &:nth-child(odd) { + text-align: center; + } + &:nth-child(even) { + text-align: left; + } + } + } + .classtable { + blockquote { + border-left: 0px; + border-right: 0px; + background-color: #bdc8cc; + width: 600px; + h3 { + color: #000000; + text-transform: uppercase; + font-family: 'Russo One'; + font-size: 16px; + } + } + table { + width: 100%; + border-collapse: collapse; + background: rgba(0, 0, 0, 0.05); + border-left: 0px; + border-right: 0px; + border-top: 0; + border-bottom: 0; + margin: 0.5em 0; + font-style: normal; + text-shadow: none; + } + thead { + color: #000000; + text-shadow: none; + border-bottom: 0px; + background-color: #bdc8cc; + text-transform: none; + font-style: normal; + font-family: 'Open Sans'; + } + th { + color: #000000; + text-shadow: none; + border-bottom: 0px; + background-color: #bdc8cc; + text-transform: none; + font-style: normal; + font-weight: bold; + font-family: 'Open Sans'; + } + tbody { + text-align: center; + } + } + .speciestable { + blockquote { + width: 620px; + padding: 15px 10px; + margin: 15px; + line-height: 20px; + background-color: #bdc8cc; + border-top: 2px solid #0d99cc !important; + border-bottom: 2px solid #0d99cc !important; + border-left: 0 !important; + border-right: 0 !important; + -webkit-box-shadow: 0 0 1.5em rgba(13, 153, 204, .5) !important; + box-shadow: 0 0 1.5em rgba(13, 153, 204, .5) !important; + overflow-x: auto; + h3 { + color: #000000; + font-size: 22px; + border-bottom: none; + } + } + table { + background-color: #bdc8cc; + border-collapse: collapse; + width: 100%; + line-height: 18px; + margin-bottom: 15px; + border: 0 0 0 0; + border-bottom: none; + overflow-x: auto; + tbody { + tr { + &:nth-child(odd) { + background-color: #c9d6db; + } + &:nth-child(even) { + background-color: #bdc8cc; + } + } + } + td { + &:nth-child(1) { + padding-right: 5px; + width: 100px; + font-style: italic; + font-weight: 800; + } + } + h3 { + font-family: 'Russo One'; + color: #000000; + font-size: 15px; + text-transform: uppercase; + } + thead { + font-style: normal; + font-size: 18px; + background-color: #bdc8cc; + text-shadow: none; + text-align: left; + line-height: 20px; + border-top: 5px solid #0d99cc; + border-bottom: 0; + } + } + } + .icon { + &:before { + display: inline-block; + font-style: normal; + font-variant: normal; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + } + } + a.entity-link { + background: #DDD; + padding: 1px 4px; + border: 1px solid #4b4a44; + border-radius: 2px; + white-space: nowrap; + word-break: break-all; + i { + &::before { + content: url("ui/jedi-order.svg") !important; + display: inline-block; + position: relative; + top: 2px; + height: 15px; + width: 15px; + } + } + } + #species-description { + h2 { + font-family: 'Russo One'; + font-size: 20px; + font-weight: 400; + letter-spacing: 0.5px; + border-bottom: 2px solid rgb(13, 153, 204); + color: #c40f0f; + } + } + #Traits { + h2 { + font-family: 'Russo One'; + font-size: 20px; + font-weight: 400; + text-transform: uppercase; + letter-spacing: 0.5px; + border-bottom: 2px solid rgb(13, 153, 204); + color: #c40f0f; + } + } + .tab { padding: 0 5px; overflow: hidden auto; diff --git a/less/update/components/actor-global.less b/less/update/components/actor-global.less index 878877bd..ddce5187 100644 --- a/less/update/components/actor-global.less +++ b/less/update/components/actor-global.less @@ -5,7 +5,7 @@ .dropShadow1(); } .sw5e.sheet.actor.character { - min-width: 780px; + min-width: 800px; min-height: 720px; } .sw5e.sheet .window-content { @@ -60,6 +60,11 @@ grid-column-start: 1; grid-row-start: 1; grid-row-end: 4; + box-sizing: border-box; + border: none; + border-radius: 0; + max-width: 100%; + max-height: 100%; } h1.character-name { @@ -93,6 +98,11 @@ .charlevel { .russoOne(17px); text-align: right; + input { + display: inline-block; + width: 42px; + height: auto; + } } .experience { @@ -932,6 +942,9 @@ &>.panel { grid-template-rows: 32px 24px 24px auto; } + h3.power-dc { + line-height: 24px; + } .powercasting-ability { display: grid; grid-template-columns: 2fr 1fr 1fr; @@ -991,4 +1004,56 @@ } } } + &.npc { + .swalt-sheet { + header { + h1.character-name { + align-self: auto; + } + .npc-size { + .russoOne(18px); + line-height: 28px; + } + .attributes { + grid-template-columns: repeat(3, 1fr); + footer { + &.proficiency { + margin-top: 0; + line-height: 24px; + text-align: center; + } + &.hit-points { + display: block; + } + } + } + } + nav.sheet-navigation { + grid-template-columns: repeat(4, 1fr); + } + .tab.attributes { + .traits-resources { + display: block; + + .counter { + display: flex; + .counter-value { + margin-left: auto; + } + } + // section.traits { + // display:block; + // } + } + } + .tab.powerbook { + input.powercasting-level { + width: 48px; + } + } + .tab.biography.active { + display: block; + } + } + } } \ No newline at end of file diff --git a/less/update/components/actor-themes.less b/less/update/components/actor-themes.less index aa1ed4d5..6e2a5f44 100644 --- a/less/update/components/actor-themes.less +++ b/less/update/components/actor-themes.less @@ -404,4 +404,13 @@ } } } + &.npc { + .swalt-sheet { + header { + .experience { + color: @actorProficiencyTextColor; + } + } + } + } } \ No newline at end of file diff --git a/less/update/components/sidebar-global.less b/less/update/components/sidebar-global.less index 9d669a4a..2f69aae7 100644 --- a/less/update/components/sidebar-global.less +++ b/less/update/components/sidebar-global.less @@ -54,7 +54,8 @@ color: @colorBlue; } -.sw5e.chat-card { +.sw5e.chat-card, +.midi-qol-item-card { .card-header { padding: 0; border: none; diff --git a/less/update/components/sidebar-themes.less b/less/update/components/sidebar-themes.less index b7d53e7a..4a3f57c4 100644 --- a/less/update/components/sidebar-themes.less +++ b/less/update/components/sidebar-themes.less @@ -31,7 +31,8 @@ color: @chatNotificationColor; } -.sw5e.chat-card { +.sw5e.chat-card, +.midi-qol-item-card { .card-header { h3 { diff --git a/less/update/components/sidebar.less b/less/update/components/sidebar.less index 2cfb6737..5f0ae311 100644 --- a/less/update/components/sidebar.less +++ b/less/update/components/sidebar.less @@ -51,7 +51,8 @@ } -.sw5e.chat-card { +.sw5e.chat-card, +.midi-qol-item-card { font-size: 13px; .card-header { diff --git a/module/actor/entity.js b/module/actor/entity.js index 0b85921b..5a72b34d 100644 --- a/module/actor/entity.js +++ b/module/actor/entity.js @@ -142,14 +142,14 @@ export default class Actor5e extends Actor { /** * Return the features which a character is awarded for each class level * @param {string} className The class name being added - * @param {string} subclassName The subclass of the class being added, if any + * @param {string} archetypeName The archetype of the class being added, if any * @param {number} level The number of levels in the added class * @param {number} priorLevel The previous level of the added class * @return {Promise} Array of Item5e entities */ - static async getClassFeatures({className="", subclassName="", level=1, priorLevel=0}={}) { + static async getClassFeatures({className="", archetypeName="", level=1, priorLevel=0}={}) { className = className.toLowerCase(); - subclassName = subclassName.slugify(); + archetypeName = archetypeName.slugify(); // Get the configuration of features which may be added const clsConfig = CONFIG.SW5E.classFeatures[className]; @@ -162,8 +162,8 @@ export default class Actor5e extends Actor { if ( (l <= level) && (l > priorLevel) ) ids = ids.concat(f); } - // Acquire subclass features - const subConfig = clsConfig.subclasses[subclassName] || {}; + // Acquire archetype features + const subConfig = clsConfig.archetypes[archetypeName] || {}; for ( let [l, f] of Object.entries(subConfig.features || {}) ) { l = parseInt(l); if ( (l <= level) && (l > priorLevel) ) ids = ids.concat(f); @@ -207,7 +207,7 @@ export default class Actor5e extends Actor { const updateData = expandObject(u); const config = { className: updateData.name || item.data.name, - subclassName: updateData.data.subclass || item.data.data.subclass, + archetypeName: updateData.data.archetype || item.data.data.archetype, level: getProperty(updateData, "data.levels"), priorLevel: item ? item.data.data.levels : 0 } @@ -215,7 +215,7 @@ export default class Actor5e extends Actor { // Get and create features for an increased class level let changed = false; if ( config.level && (config.level > config.priorLevel)) changed = true; - if ( config.subclassName !== item.data.data.subclass ) changed = true; + if ( config.archetypeName !== item.data.data.archetype ) changed = true; // Get features to create if ( changed ) { @@ -549,7 +549,7 @@ export default class Actor5e extends Actor { async createOwnedItem(itemData, options) { // Assume NPCs are always proficient with weapons and always have powers prepared - if ( !this.isPC ) { + if ( !this.hasPlayerOwner ) { let t = itemData.type; let initial = {}; if ( t === "weapon" ) initial["data.proficient"] = true; @@ -1437,4 +1437,4 @@ export default class Actor5e extends Actor { console.warn(`The Actor5e#getPowerDC(ability) method has been deprecated in favor of Actor5e#data.data.abilities[ability].dc`); return this.data.data.abilities[ability]?.dc; } -} +} \ No newline at end of file diff --git a/module/actor/sheets/newSheet/character.js b/module/actor/sheets/newSheet/character.js index 40ed4eaf..201ad9a7 100644 --- a/module/actor/sheets/newSheet/character.js +++ b/module/actor/sheets/newSheet/character.js @@ -131,7 +131,7 @@ export default class ActorSheet5eCharacterNew extends ActorSheet5e { // Organize Features const features = { classes: { label: "SW5E.ItemTypeClassPl", items: [], hasActions: false, dataset: {type: "class"}, isClass: true }, - classfeatures: { label: "SW5E.ItemTypeClassFeats", items: [], hasActions: false, dataset: {type: "classfeature"}, isClassfeature: true }, + classfeatures: { label: "SW5E.ItemTypeClassFeats", items: [], hasActions: true, dataset: {type: "classfeature"}, isClassfeature: true }, archetype: { label: "SW5E.ItemTypeArchetype", items: [], hasActions: false, dataset: {type: "archetype"}, isArchetype: true }, species: { label: "SW5E.ItemTypeSpecies", items: [], hasActions: false, dataset: {type: "species"}, isSpecies: true }, background: { label: "SW5E.ItemTypeBackground", items: [], hasActions: false, dataset: {type: "background"}, isBackground: true }, @@ -516,7 +516,7 @@ async function addFavorites(app, html, data) { if (app.options.editable) { favtabHtml.find('.item-image').click(ev => app._onItemRoll(ev)); - let handler = ev => app._onDragItemStart(ev); + let handler = ev => app._onDragStart(ev); favtabHtml.find('.item').each((i, li) => { if (li.classList.contains("inventory-header")) return; li.setAttribute("draggable", true); @@ -566,7 +566,14 @@ async function addFavorites(app, html, data) { }); } tabContainer.append(favtabHtml); - + // if(app.options.editable) { + // let handler = ev => app._onDragItemStart(ev); + // tabContainer.find('.item').each((i, li) => { + // if (li.classList.contains("inventory-header")) return; + // li.setAttribute("draggable", true); + // li.addEventListener("dragstart", handler, false); + // }); + //} // try { // if (game.modules.get("betterrolls5e") && game.modules.get("betterrolls5e").active) BetterRolls.addItemContent(app.object, favtabHtml, ".item .item-name h4", ".item-properties", ".item > .rollable div"); // } diff --git a/module/actor/sheets/newSheet/npc.js b/module/actor/sheets/newSheet/npc.js new file mode 100644 index 00000000..422eaa6e --- /dev/null +++ b/module/actor/sheets/newSheet/npc.js @@ -0,0 +1,137 @@ +import ActorSheet5e from "../base.js"; + +/** + * An Actor sheet for NPC type characters in the SW5E system. + * Extends the base ActorSheet5e class. + * @extends {ActorSheet5e} + */ +export default class ActorSheet5eNPCNew extends ActorSheet5e { + + /** @override */ + get template() { + if ( !game.user.isGM && this.actor.limited ) return "systems/sw5e/templates/actors/newActor/limited-sheet.html"; + return `systems/sw5e/templates/actors/newActor/npc-sheet.html`; + } + /** @override */ + static get defaultOptions() { + return mergeObject(super.defaultOptions, { + classes: ["sw5e", "sheet", "actor", "npc"], + width: 600, + width: 800, + tabs: [{ + navSelector: ".root-tabs", + contentSelector: ".sheet-body", + initial: "attributes" + }], + }); + } + + /* -------------------------------------------- */ + + /** + * Organize Owned Items for rendering the NPC sheet + * @private + */ + _prepareItems(data) { + + // Categorize Items as Features and Powers + const features = { + weapons: { label: game.i18n.localize("SW5E.AttackPl"), items: [] , hasActions: true, dataset: {type: "weapon", "weapon-type": "natural"} }, + actions: { label: game.i18n.localize("SW5E.ActionPl"), items: [] , hasActions: true, dataset: {type: "feat", "activation.type": "action"} }, + passive: { label: game.i18n.localize("SW5E.Features"), items: [], dataset: {type: "feat"} }, + equipment: { label: game.i18n.localize("SW5E.Inventory"), items: [], dataset: {type: "loot"}} + }; + + // Start by classifying items into groups for rendering + let [powers, other] = data.items.reduce((arr, item) => { + item.img = item.img || DEFAULT_TOKEN; + item.isStack = Number.isNumeric(item.data.quantity) && (item.data.quantity !== 1); + item.hasUses = item.data.uses && (item.data.uses.max > 0); + item.isOnCooldown = item.data.recharge && !!item.data.recharge.value && (item.data.recharge.charged === false); + item.isDepleted = item.isOnCooldown && (item.data.uses.per && (item.data.uses.value > 0)); + item.hasTarget = !!item.data.target && !(["none",""].includes(item.data.target.type)); + if ( item.type === "power" ) arr[0].push(item); + else arr[1].push(item); + return arr; + }, [[], []]); + + // Apply item filters + powers = this._filterItems(powers, this._filters.powerbook); + other = this._filterItems(other, this._filters.features); + + // Organize Powerbook + const powerbook = this._preparePowerbook(data, powers); + + // Organize Features + for ( let item of other ) { + if ( item.type === "weapon" ) features.weapons.items.push(item); + else if ( item.type === "feat" ) { + if ( item.data.activation.type ) features.actions.items.push(item); + else features.passive.items.push(item); + } + else features.equipment.items.push(item); + } + + // Assign and return + data.features = Object.values(features); + data.powerbook = powerbook; + } + + + /* -------------------------------------------- */ + + /** @override */ + getData() { + const data = super.getData(); + + // Challenge Rating + const cr = parseFloat(data.data.details.cr || 0); + const crLabels = {0: "0", 0.125: "1/8", 0.25: "1/4", 0.5: "1/2"}; + data.labels["cr"] = cr >= 1 ? String(cr) : crLabels[cr] || 1; + return data; + } + + /* -------------------------------------------- */ + /* Object Updates */ + /* -------------------------------------------- */ + + /** @override */ + _updateObject(event, formData) { + + // Format NPC Challenge Rating + const crs = {"1/8": 0.125, "1/4": 0.25, "1/2": 0.5}; + let crv = "data.details.cr"; + let cr = formData[crv]; + cr = crs[cr] || parseFloat(cr); + if ( cr ) formData[crv] = cr < 1 ? cr : parseInt(cr); + + // Parent ActorSheet update steps + super._updateObject(event, formData); + } + + /* -------------------------------------------- */ + /* Event Listeners and Handlers */ + /* -------------------------------------------- */ + + /** @override */ + activateListeners(html) { + super.activateListeners(html); + html.find(".health .rollable").click(this._onRollHealthFormula.bind(this)); + } + + /* -------------------------------------------- */ + + /** + * Handle rolling NPC health values using the provided formula + * @param {Event} event The original click event + * @private + */ + _onRollHealthFormula(event) { + event.preventDefault(); + const formula = this.actor.data.data.attributes.hp.formula; + if ( !formula ) return; + const hp = new Roll(formula).roll().total; + AudioHelper.play({src: CONFIG.sounds.dice}); + this.actor.update({"data.attributes.hp.value": hp, "data.attributes.hp.max": hp}); + } +} \ No newline at end of file diff --git a/module/actor/sheets/oldSheets/character.js b/module/actor/sheets/oldSheets/character.js index 5c7e375e..83b4a865 100644 --- a/module/actor/sheets/oldSheets/character.js +++ b/module/actor/sheets/oldSheets/character.js @@ -122,7 +122,7 @@ export default class ActorSheet5eCharacter extends ActorSheet5e { // Organize Features const features = { classes: { label: "SW5E.ItemTypeClassPl", items: [], hasActions: false, dataset: {type: "class"}, isClass: true }, - classfeatures: { label: "SW5E.ItemTypeClassFeats", items: [], hasActions: false, dataset: {type: "classfeature"}, isClassfeature: true }, + classfeatures: { label: "SW5E.ItemTypeClassFeats", items: [], hasActions: true, dataset: {type: "classfeature"}, isClassfeature: true }, archetype: { label: "SW5E.ItemTypeArchetype", items: [], hasActions: false, dataset: {type: "archetype"}, isArchetype: true }, species: { label: "SW5E.ItemTypeSpecies", items: [], hasActions: false, dataset: {type: "species"}, isSpecies: true }, background: { label: "SW5E.ItemTypeBackground", items: [], hasActions: false, dataset: {type: "background"}, isBackground: true }, @@ -285,7 +285,7 @@ export default class ActorSheet5eCharacter extends ActorSheet5e { if ( !hasClass || addLevel ) { const features = await Actor5e.getClassFeatures({ className: itemData.name, - subclassName: itemData.data.subclass, + archetypeName: itemData.data.archetype, level: itemData.levels, priorLevel: priorLevel }); @@ -296,4 +296,4 @@ export default class ActorSheet5eCharacter extends ActorSheet5e { // Default drop handling if levels were not added if ( !addLevel ) super._onDropItemCreate(itemData); } -} +} \ No newline at end of file diff --git a/module/apps/trait-selector.js b/module/apps/trait-selector.js index a4fc43d7..4ac77ab8 100644 --- a/module/apps/trait-selector.js +++ b/module/apps/trait-selector.js @@ -1,6 +1,6 @@ /** * A specialized form used to select from a checklist of attributes, traits, or properties - * @extends {FormApplication} + * @implements {FormApplication} */ export default class TraitSelector extends FormApplication { @@ -36,7 +36,7 @@ export default class TraitSelector extends FormApplication { getData() { // Get current values - let attr = getProperty(this.object.data, this.attribute) || {}; + let attr = getProperty(this.object._data, this.attribute) || {}; attr.value = attr.value || []; // Populate choices @@ -85,4 +85,4 @@ export default class TraitSelector extends FormApplication { // Update the object this.object.update(updateData); } -} +} \ No newline at end of file diff --git a/module/classFeatures.js b/module/classFeatures.js index f5bdc02b..37290757 100644 --- a/module/classFeatures.js +++ b/module/classFeatures.js @@ -1,5 +1,6 @@ export const ClassFeatures = { - "berserker": { +/* TO BE FIXED +/* "berserker": { "archetypes": { "addicted-approach": { "label": "Addicted Approach", @@ -31,5 +32,5 @@ export const ClassFeatures = { "features": { "20": ["Compendium.sw5e.classfeatures.gSGeitc98ItAwhfF"] } - } + } */ }; \ No newline at end of file diff --git a/module/templates.js b/module/templates.js index 450eaaae..f2104023 100644 --- a/module/templates.js +++ b/module/templates.js @@ -14,9 +14,11 @@ export const preloadHandlebarsTemplates = async function() { "systems/sw5e/templates/actors/oldActor/parts/actor-inventory.html", "systems/sw5e/templates/actors/oldActor/parts/actor-features.html", "systems/sw5e/templates/actors/oldActor/parts/actor-powerbook.html", + "systems/sw5e/templates/actors/oldActor/parts/actor-notes.html", "systems/sw5e/templates/actors/newActor/parts/swalt-biography.html", "systems/sw5e/templates/actors/newActor/parts/swalt-core.html", + "systems/sw5e/templates/actors/newActor/parts/swalt-active-effects.html", "systems/sw5e/templates/actors/newActor/parts/swalt-features.html", "systems/sw5e/templates/actors/newActor/parts/swalt-inventory.html", "systems/sw5e/templates/actors/newActor/parts/swalt-notes.html", diff --git a/packs/Icons/Archetypes/Archaeologist Pursuit.webp b/packs/Icons/Archetypes/Archaeologist Pursuit.webp new file mode 100644 index 0000000000000000000000000000000000000000..77e061e9a1d3ad71b3e3fe9f3f1ed82b2f38e9af GIT binary patch literal 12356 zcmV-KFuTuENk&FIFaQ8oMM6+kP&iC5FaQ8AU%(d-0fv#JM1lozaW(&dy(fi;{!f5? z+}qvlw};>9FSsJYUOhA4;*(isKE?Q9nfVk^l0Qk|PlyOeNjJ3v009FKAplt=^(KG_ z{($Bf0NU_13(!1q>01NHLk{R$lmuqCH0x8Aq;+OPYZUTjjE6uk6;CC2ZB|hd&=5)D zLGFGvCrCnsF;kbjYYdW{KyOQ?J-VOn7Uw*dW#-eyIOlw@%uKW1JA#@Rv(Yd!d)O_l zRXxVo#Rs!2_daLUa-VZfyqG!0!F4dl0rcu5YiaUeZvX>Xj%};9Qne4GEOa(#($WvUce-c*QX}<4UdVh1fCDpBfN?+V37t;m z1`}b+c1{^ZI!Y9Z^nH4eti2j zAO6mj^-@{$#V`OJYt}-WF-fCw+Kfdlh5Zdyx7Vws%TwCMwX#Mko%qY}5J(HWi}=#w zONk84Bv)ZM?uIIR60E_3+tV=|E7QL z48^K++_}O2&Tw>pNmZ}a8b%pogT$yCrK0075Gq(kaZ*LP3uY`cqf zr`)OQ{`g)iv`SVIGJAFiNJ}l>IE0NMTnwk#5gkKEQOCZ;HCm;07qe{iOZ2^$M*sjZ z8|*ySt`TQTjEI$ua9CHUg?Wv3o8^e*h|!pobAW~C^ISVy;_P0WEkoI;8#lsKcczJg zg2EUZy^whjs)eqU8)x_8>|R}=I<0g&bUR8I!x+XGFV_eGLEE-T!k_iFpF%`T0I!04 zJ5!%hIa806XLa)jb%U@?FQuHgmO?_F6&3=5y<|SzqjY&+%CpN0#_LvFR}Tu>)(fMF zedX+3QPzABP=_u)ppKpw)UOsm`}E{;HNu2Z72~7U6bplo0GkewqP_DLZnWS9b zS2peL?l`O*mXL)@DC9r}>^TJBuyc3Dy zu$Y;d$y+urYkBJjmc`ccR#+B;#cNs2;PINwJQy^kp{|atwOYWBtxb+3*|zolBC2NQ z;gK~)WaPrsqHqfqyLz+wvsMQXwZ>u>hd~Q4#<*~-@Gvt~5s3+~y#0ULNb;t>KS{P@ zhf|nTRToc9(=anLGvhMvZLfRXD>L(+nQ54*x_7!5x+t8O1=qza+qP;)lIGg`oO|EZ z6NJKD0iK?mSy!1M#uOskgnikT^yA(%NNxm@)0?mcI3PquBVl4RRf z>wU~ADk5s8+tq9rW@hFfr^iD(xKn_kodk;U&W1BHZrLd8vk9{;U1(?f?2E z`@Z|cKEQbe0WP5Ev8L@@n!m&1&bu`pc$_QGa`P>2zrnRvNEbl)?Q^7_g#Sx-;zm!- zk%+N|fTZOAqu_P^^S?FiJ(vFU%a6Z)^U|M^06-Ko-KvK(iw@~OdM~G5=KRZCevcdP zapMiHy~g!dxbiY82f;dG$~w_AT4m80u1r{i|NkOXB*G}xh$aTlrTKnw?mmOHTS@=~ zP~_P$D-CbD$gu}F_dFM$AyO$BSfB zxVo|3rC)pOm;U)pJ?c-`jI>2A)$ z84oHCVSe8ahU?ds+VbputUtx(^X$8aODVT%a44{;0;8L}>&LS7$F61Tm-^|O03Gf9 z_m8&@-Wj6}0U$TvtnB)QYegP3?tup#_XL*~jF8mY8}heZ!zCx+^;7 z9k4QDskWlpfFgUUHBtVK&#&55D&Vp|J(!M93m~M@*rgXUcAE3k^HQ&~V_?Xe;ih`z z18poOR&Ou&nFuI;;RnCFwgW@uj&PUgkc>jPxR)z$=e!(lcfEv+F81EAGJjw5sJRRo zbC3S~yFYygNOEyQ;0rb4j?xVT!l<0=wO8f&82->tY&t_uz1zHF+~BZzS-pl9(uuKU+Vs0_aiSQv#8xH_)A%ZsohHx5C#)T47yYK^@k}Y_cV~ysJC**&f^_8jQKuN$zY^OO#8^y z<1a<@^aBK#Ok2A(ST*iDw*U@jWA+Y3x^i^ylFlcL>h(W$u77?Q63p(+3tgI~7mey0 zfcrH>$)e9Vod2THYmxGG@2;PAYVZEHZBDai$L5s7pv|hPHNgFwAQp6>ZqjU?=x+AE zpa1={4#i#wix-;EI7&|ZXa(*$MrWs!vrW)V6V)ZrUR=jCy_|{7Gn{WN0Mzy#S%EO} zD|rR2?*Ae8%w=@M4j5+kL){oC7wc{WAiUOYpzkAA5?3TMi9VOt-u?eH?)~ZFe-T{i z|L=)nCuykinsIolUGdyOBN%Tl{AqmhjZX!Dd{1fsd#GQdBuxDCyLk-O>&eK~%)%=8 zO@zo)w#fjI4NiINK6*~1sHt1E^OLx6`!Z%uqWYW{?~%(yvo6loXl-=dADk|8E1{fH zDpzR69ap&k002OV{~`9!xnO$Xr_rQo7?r3T8b@wq(hiPL-Ai}U`Jq8|K8}(F)Dx8|q_vyrhIc;JZ+bho`5twkbK;?}r6 z>g#?D0?Ic(@ysK<^ULyzFW|UZ;6M#2_g3M-8fs3b&i6HAbP}=9eu$;zC)s_IV-Irj zQO-TW<%m-`=N*>-oiFIBBp1uPqjwxrrmIfs0svXEWDq83S^7wziMxxRF`Slfd-zA= zx~sB&XLz%RKE;m5*0(+jgyUb-(qDf5tlJ#oCcx&YpSyuGg~84zDgY%1Jg?S^FZ`@k zJa*X{KYjhnU5_P?e4gD`+7)xv!qYHy9ixJRk|#_QmXioUZ+qANy!qL${Qjk{&3yH% z0C5aDV~A@RXHCW}<4~PJ&Y?-#Pnr-S8=s4_tbgoCkvP5dM!K~9aP$rksm>c5+d&Bl z6E%0<(jg%M)21MhA)q9%M1y4QiKmXCdH^O`VswRbalf<<=uXo#okqc@Wato0T2%;X z4oEIc@;o|tTmKU36$v{=O=!G5KZq{w&$oLQ4Tsr-L6<`tYWztQQP(nCpE=I(cN8|` z)9JHDPI{D@dn@XzbJ_G6HMFEr7+4`a^%?QU<<=P(#&!qO-B4FeR`M zibKe&d_qdA7?8>|5l`I7ZnA?52XIS4D5v#@Q3Jq+f*hjlZ3W)C$|0c|(xH{RTVd*=@>7_tJig=9c=>%X$a%Tn(e^wiARWZY+108XKA@$ST$69esJ%NMwN86( z7na zidcC$vki10ci3FRyUpwde}H9N?-y5pG2X~Gw%&ai-MZ{g-v03K>BB$0MZX?g{Z|lh z1qY%k#KAfEL_Ut#{qCFMZ+-c|d)d(xCmpcT9QHm>Eyo29=l|m*LZ}{n;X};8qwnt3 zt}4&H88^tctM&qd_Q7R(@=vU9)*1yiX@r!?ASq9bl#%oD#8eHM6^*+ z+|AbcAWieYh|(lVL6m6Ar_Z4Jsfc*QV=#BSK;521O!<4hhrTM!O9EWe&NSa4q~{|x z161x{8P?>UAOUs=%c<{b42>8BJC%l}e1{V?+D#0>j1@>ElaSOIWFEk|kL|Dc?)mu7 z_eEGi${J~-A_zHyPW}5!SKfb3h2#zb=Rg9ZOJJHn-^6KJ1=mA(YRr+2X_weVxa0MS z<9Aq0XTZ^J{M@ibA~rFwQ=xW4S*Z#q1cdnxA`_Gh9)Speb;UuFU@8q8ORG>^ZgR6p zu|rXrBrZ^jE&wORorX&Kxe@rU97m2g>uVwp>tl4SA(?V*lMjokb08g;i03mmJuobL+|u zgasUW5Msp`r!fMj96TjSDU5Ypnm(Y-FyPc(*^tm)jV>B+Ls4p0fVdDh(ag))I_nGj z+9wW&SbNsA41^43$ta~_idZ^mHUAW*U`)_*A~MFyv6sdRSF=m>qyMJ4f?0<+;vk?< zH4w`106KvlnodGJZ3iQU3!J{HI@9o7M4$q2H=rq8cBBJ~f-wj>8k!el6S97r?qXA6 z7z~0aRFcV_4+Ag^(QuGy$IRl=Pi@sRgG7_cX9_u1ixZtGdf7d7hNSVc2{(K~M9|Kl zz4|3ObWdV%ZJi4YEw&61f2+c-NcTyI+3w7B?dhdC9 z78X>Xi<&eNBLT~dNJPn0r%aS$-i*jOOL+z!>C+ejHkD87OqH+z3IH%%7V@TX2VhaA zv(E%slq_HD-*`ujRxD4Y<`42<)*@0Q3bHDM-cYT=$vTv>GV!!ZrO6v|&;EmVoA=-a zN{BWEqZKA4#S|tArheLa)@}|MzuxCQL5r=i+A|Goz>pkPq@zK5^Wo#wpN{oSjMxh7 zlRVwcNm9jBO)}Tzw_W(sZ~+chTR0e)?^@lK2t#PgM`3vag8%>k821IGs~dOXyr7e; zu4Zj_CPAlEYlXpQcK4+Sf(^*PV3W55ODI4}X@UzGNFhcjr@^wH#2y8Xk2g{oTUp7prBVghPu=CCwez$b{(i76IEVjEowDfWs;s!i%C5z!eR5o+x9LlrX{P zkWyVLMYkWlD}sazmOuiyMHrNvvdAJ`R9))QV*62*aN(ULPLoXnuh?KA9;-qSM++GQ za4l$4#P*7hj-Q;re|>+6_wH@Jy&Y=X>e$+!RQs|jPHg+P>c6*F#S_wE(H}NvB}E~lC!SRLz+r14QdMch`gLA-@{P&oX8ukbwss7io5joM z)!6e6_sGMy#!nB+wtDj!MJsg@q8&ASo_UkiYx0uvgVW0O)ob}=J~ii`L5%~Y7En3d zMN=&YshzTe!{(HL0;4v}LI@t1!~`;u0+blxLSkc*8Z$jM!ysrVWboh(8#XGK*Z_cw z8<=P|!EWja_V%eh`7eLeL&O6k+pNSOGPH<5A=h>B^}V6vCskcwAV3oLVA0=s<9~C{ zT(vnhT7}D|sI1{q3q2Yhh?-7G6e&2{xu1eSpm+zKL=UWx5bJ^fxLbQ50$g8QsMzF% zTy#m)$f^Q&izkr;yckk#uqK_!0Rx}}ylG+L7mmyY^UeML`%Q>B78$WO5XeHxgkEp? zyQX42mRHwFoq;eR7V6d0;@+zRcV3zPvER5iTmOl#1jo0nxE+ogxRFW#$!t(??qNAa z7qY8`Lj73LmqGxM9zx`Wl8{hp!Dt#>aPmo~({4y&+SU3*$TGRYM6e(gYYRZz3_u{6 zNt*^q!_GZ`bK^!HAba347>XRvEEXs;4CL(I#!1$YZ*nLRya%JoE~>*jR;J^8FzH?7 zUVC?0Uw`3)oBhq3QkLN;NoS}m6HW=WTTbcVZuL&&r4RxnxduamW*~|wjio-Nfx)Sj z!P#(Vu#%wS4M8w^1(KIESOU5eHEd9Jar3JGkh(>HF&{k|CyU$DhK#lob1O&W5KfYQ zM*pU)$c%Czi~v-|p+(Waep{V({Bv#rve+Qdbp79dJ!C@6n!I;d5DZ6BD7+pT@rl7}7VO$FIf$p90HjTIoR<|U_o=aQTL z)cRu5lRNRjGk5+{4yVhZ$QbgIYpisy&Q<8$p(Vt8U*V5YN&ThtS&nguW~FG|dOy8?Ozudu?{M#!Iaa+_ z03RU4{$KWI99HM zTa0CUDR<|zXr+kQ2>b{Yq?&|%^G=t6E9!Nc4rbCT#7u9G$|$n$!3JE&&mTlzQo+Q0 zYXF|Dmt+xuL5e7*4mu$B5`iZvo7G`BN>ow_;X_(@hcKE5xJOMGN>mAjfW{DsgY4K; zs@DDneV?7t=^NGSI#s{7j%CdZ%7Uy)Lg*NSEL@LnX>qWD(!Tv~Zu=2BX@)kUFLhVC zim2hv2cRrdsb<#+3Vwjh28&iwo3=XF zGPzuyk;l@ba@pO+X4M_I^C4qEx^ScuRZQFu6LY z;elNSk7&iBx`;3Y(ue0QN0yoivWq~uiR%mia7e`GJNKd8U!VR!I$UP5RcyXX^5iTw zHJA4CUH|^}UVIsA5{Fhm?bam1>CE8bJWfOa97J1{EKO)HaU!suG6t*zxMUIMMT0v_ z%XH{grJs(UAhC#2Aw}_l4W*2+yOv;?dZX4p|4i@Xoi}Knh1}i`FL5|pnr!9BW=kEL zK$Ps|h9~JcO{-S8;CHAJRxC}=My;;JVbMOykB!Z3Uw!D7^9U;{N1es?A36UXW2r~t z>;%E?7ft*@0l=k)opnhVm4k(mMF`P}Jupcd$)0!V{XZTF)0d|%#PG=zGB6ZLP&7Tex^oX(&wS;rr4wDdoI^VQ`eN+z0(mxDJr?Kv?tWtT z;J9EaQ+d-6oH08)WT~oiOsJZK2b3fqpUB34t%)hY= z#~fm~E<#3YrPRppb@k{bHnJu1RshidUj-cOUMgz57LFYd0+h+hBvAAdbNc7{JW@pf zWHQ6})v)|<^Uo7YU1n972DJ7)1E~5=UFUemK?`S{Ev zqjv6G^p@RgYJrjD&Q7^LsWPp-4Gmc+2mtu_Oo9rea;LO~xy1}20X8LjZ+l8@Dq{AN zGKi#TB)YTpTSjHzwy+xbigP?Dx2zY;oxRECr(MI|VP`xVeg(Lw3eYw)JGl-J7- z;)1O$TbdA9=-0D$%XoNfVa`o%do zTX<)WZV^BjklOfnv-2@>w+t21?Nlfi$mm?fyUHAj@0%Z`f0QdObJR9I=)G@VEA3FHoiQ&P{ z>)8qkDy%|voLaqh`(`=}>C(A*)5eOeJaJHBZe=fLivVc??_|QqyWiZT?efvx1YH|! zf@Bh|g~I|&`XP7g4x)~}S zNGdJUXQ+R?x1I%N19QieW7Z#@>tDO;o$oa{RrMlHfXnZ-3)5Mt`qRHU-~Wd?{sWc& zgAeV#=UnXH4yL@+>YOZsoN8t1=K3MC8MMh0u$n|eIh3FTKxKJMU3N(emUiW6j!kH@J(3; zfyAlYMz{*csWhWu*fhbO70DL?e&P31levfunje|@lS|L zoq`xwA^o50$4<$hVubMpY#)vnRA5xHDM+ZAkgW$9f~{$MXL7PenEPw3{*bM|IK>Z` z{m|KmUPB()t898tZ`Os6aN@5u`F)!BX)pfjXGTuOa18A^Z1Qc!urr=t@vYx=4yO-j zlzcejP%t_-uWH69Qz9wTl5oF?%_)K)>}L2WmU4g<;Mix5O+1Zs0?CpGQ}1Hil7s+C zcWzjHN5mY4E|Uool(Y23hcc2aka0F+V?7(M!fQd*DU&G?sqsjmc38&Q?0ch+rf|Yx z>Q0#F4BK}IW_Ek^i8%c?OZD5V#`2$1^F?NUIjlebRA;?l-uQ>-Bd`2tJW#PQj`ksA zkvse5`@Vbk=HJ)VQDjmX-Y}I^=-oE;@P|&@tnfjn-2+WgCknc02^2xXJ-h%|uck!0 z6hf`gf`%^;mcg6`%px)?8Y(wMrwCB7b@if>^=(!E5&_pQ-Dkyt;=QLBE$XkWeb)A$ zUwa65S9~B~XBWQW?6d3cx3rT};$n7QKY922kU0EV4&V2MCm&&bSGNf`m>2sd{&v~M zPhOE^}n-Y zHxei;1aQyQrh;*3x3`dvsfDvMth26^;=0wb4|t8@hb07O;_62RI$ zSaF-|yVoy2@v~C--yiz&p|4TWZQ+*6wK^??-Tb@NiHODl?e!A7_^8TsBxR`BBs#$X z(Tm`{rIN-bfl#I_4zaW3Slb#gSQ4~fathoN6eyacv z-C*nadzGyOQAX9gs3E*uqO?Fw@%7f4Il;|O&Zq9qKfco5{rcrYXkoeS1eOtrlrjOB zAV`FiDn$Ll_2nu>g4C>up0^@?nqC>RCv+5QWR$P?-IQM~c+)yP| zNtWTz)~?P}s=TjZ8++RWvo50UUdJcf`7Zjii&tsL&Fo0R%wlRziIg&lw34)7NU21o zk=G%~X@!FjlhWxj0{|*S95DM*5XhN1vkB8QN;c311OOnB!XOcw@9gsUBhP+y|L+?q zjTweKe-JMb7jJ7F6Ekaia(nq=e_YwN_YzOD(XDP&y;fOad?35V%wa-ON@Oy5R^9Cl zD4ASPAcMRGyHNFgBy76z4&w?eG`fBEh|3HPJ>%Wf~t zqNhO9%1Wtg%XAqHO~+^22e0ZHn;wll2f_^BqaD#xrOO~#NL zPPD#ZHh_RmHVqDHsB}pK44LO=2au4V01s60>f%^4wzgW^X>9DitGPPKn%t7yviFtN zRBuKx_}E8wrm)vHN2bsK#ropivmHDO;&f#e(2q~TrVg>^;+0&JCMA(H6uFe1@0y+#wX8z2DUA6srhQ~fy;OEL+eC@BE z|M5uw8}^>&-u>?@e zdM9E%^kT~IC}9jO%BpDq6$wPyQ9u+1p`r|A?>-x@4shU-MTF=G(1T>fO$(Q}T>Z6Lh~fzVgB9_C-+aA(bMTFKWInhp?;VnbcX}&I1rw8)8UV6Ilse_f%7>C( zy8ipD*K;k7_5SU~YF8twnb9{kC5b69CS(;v!-@&dq^y{nkVNU2I#O?t2mdSg`qHU0<95$AEGd1b_M$eTm?B#|CEF?*#lTXjDXv(UIbq+6QxoF!VOHL`S zLdsBvDwkkBi=+*GWXT+_j*F?wYaU9$1T1Aq=429v4MgThG)jzt=T#a(NoBC2bV)AA zqWr<+52CvHKyMHRqXGvKC2|2;w~ja*s4?@594+jy8loe8!Trpt@p`IO6+ps9p!=U{ z>^v|5d}dRs5t@LN0Ps|hAk@Jr@_>_7OzDPlG&-50UP-?}CZ#L~20}6cgwd@6Lk3Zb z8TMfpf`)AgS1^kU6f%#}d9AvyDnDFZbBt$(0m%F6BTO(HQc8FP>ZDr)$OFoavZY-= zJJq+n3}l!=aLwie6L-;yG^U$`(LU%(BN!mDki;@ALMEINz&xFgCct#eb8{+1J)uQqgSD-J#Fx-TOnKo2a}1pgxfq8M=hwtHAJ{k3Qu6 z&zU5FPYi7&Wz1MO-&c;2uZ`%6YJ4GgP&n=KECQ@#@@ZoY0Vxm@N~EG~NSRCqbb?e8 zv9H;M7+JJTS6A7gD1wFbfE~75W>hPRnb`I(Paoj&QmWPRj_Vd_Z>Q9P-rJkjOgq@L zO(qg6p$ZGpF#s58(pfi#_LvxA_S0H;*t(dy#Uz_*q74{WyHHno`mN?uA;MM--T~IK zW*RwF)8x^P$pNWo9HI%cPgD^AAb{L}cOQMB<&%%~6$%hgk+jA^**-jPItOu- z73&x+%>MPd`SdG7!6ar@E+yI6RRx&RQRlFdYev4wySSAoSVD`KfDoYo5ut(<85Nh1 zGKm0F@kWGTz#xSO_2y`2oP|w?E{y*UVnz z7-Sv*Y5LSmr@>Lx-dpqk8L!+M!pu_0Ldan4a|~`=_It*14=R~>J0AD9eak^1xCjVj zS^%KUhyyebpaXz_;|z_2B`7ffNkF|eN;{BAg^oxeA#;@Ft1>uc(`wuD+)%(E0bQT# zJi_>h6|N{PX-aAxFV4e%a{XV@TSO{K>r6$#(#~XfCK*tngNWte&eUnLgVPRF1PmM5 z)KT&|Qy432lvWW1sA*PlENMG!tV}pXgd!wTB3V!pEPwBnEg&revy%l~0aY7?!Rtj?(r5q)KE= z^6!vthtU8UaiykkX7gYEn|kfTK(|7Yqs=4{A_fB@!Nq5Hvzl=T=yWA&g80B&1B1 zkWAIq-2P^&WY|N(r|*~yANw?e6e6&MT~?|OaG{ZM_9b21ku@Bo;JDRhS#`>!ln^PU z(rF!bp$HyGfyBXDq@lzJ4cpq@)DT91APpqVg~tCRS~9_wI2sIT5;9YY!Xk_mG6zw^ z)KLSGVil%tBr4nmW>8nA)^=CnoOSQWK`xLFc+jFY=G5eJ1^_xC!ho$B6$o|_6e=;) zE)^yWx7Di!e{-Ty0Z0`|>cF^^*@fD#^bLV+nS8HxcBLIJ_Tl-fhB<(+mQFa#t3Km#4L1dw$$Tp5*OE$-gQt q8mXKH2tWZeWssYeLaPWVpcKbI#sF1GP^Z*xM*o!|Qy@u6Pz31Iet`!7 literal 0 HcmV?d00001 diff --git a/packs/Icons/Archetypes/Vonil-Ishu Form.webp b/packs/Icons/Archetypes/Vonil-Ishu Form.webp new file mode 100644 index 0000000000000000000000000000000000000000..287d37748dc497d5a462753a9398967e59cb5775 GIT binary patch literal 12306 zcmV+tFzwG$Nk&ErFaQ8oMM6+kP&iEfF8}~9U%(d-4LEGuMv@Z6`wZgkzuQW8Y` zq3YmKiEYv!QdM;)aBaXw(&7@{m}+>Z%zQDuSifIq-U;?NNIcx#Zzdn71%swo1+g+U z5Jk6=3PJ*Gw%s59x<*YQasE=P_zhU_qaPm_)ZL5jKA1Q57*luK_T&Y49!PK`Ns%N| zDK)A+W~TqYDvtTCmRhAz>u}%;kXzeU-7E+H@W~ZK>Awh%!W=U`MP_`8%p?i2Z6%U) zi=y3S|EuX`*z4}`DOdP>KK-8n*x3v+1orn3LG-YyI&T!` zmO-Fqa0@U12TlY4lr0gOpld{C002U?9q| z0bt+q({>h!ihBTnfs4dhI*k>8>T_uOcWyYDCb#@Y2!7z~2H32%0st}U!?7(0=sYe4 z$ku)f1VRvWfT;BdAfoiMVxPrP7e~6ScS$vUk|cf&F+>+fM@{SfeIy7)21HDuZ=^ep zrCjN*`?me6j^*X3+kT}`PqS-O1g0lUKta&~0k*UayA`)=OucUz7*oDHAtBvanxF)#52K{EyS7#02bW+idgP>HEH7cX+w>_Ka5AWutSi>llQ}iyFmN z=}Hwj)~MyRc7bxOVaPAet=q?_kw37l5LI7P;tMuZN1-0u;StI%D(UKcDUYx_M{j%f zNy)v?IM5r>qdi+|Yv1K;+jdCL{l4$a&Teemwr#sh<#bMGRH{>1rJc04ZQIFmcISPb z<{SQk`Q+NRt?bF#=lk!CyHz+<-L1GBA7iX=(;L`2ox%_B0?qnVkRxmP{RGrO7XoY~?N%u_KlGeh=CC`itz za5PmF5l`E;sgY#c*7JR4l9}X6hw#jZ$jVA8<}t=(W@hF;F#F6rXP^E6&)J+kW@gOd z%3_KPbXQ1n$sioKjig9krn_PIf+yRy-8QhTZO*kf0LoB`INp12ljjuRWW6uLNxC{j z3C>CSlrP6gpImtFok$TPfW6jiO$4D9D#4cL$hKA6wr$IEsjZL2B*D^gX|S}S@QyPx zGxHw3mF!27B-gfW+cNjaY`sssFd}g^@LDC=RoL9-HnsU(KtwJKd+#kXJQ%obq$o2B z14pCdCjkC{ZyeqlS(-ry7jI2>_BQpHOHCh-)d#5vT9!Zj8|`O#7kXjPd6ah7^*J^C zvHz9kU%d%$>iN{-elEOP0U{I70e%1>kzn%vxPhA+R8gjmdsW9m)f^O2Xi>XGwYr29 zL1WQbl{#@%)=EyOJc3e!0TM!5_;Il8Bfot~@0~sN$mO^wsv{gz|4-WT|CA%^$H*M1 z5*vg(t5_ujEpUd@!%h(ZodS9gXz%BkBw1AJ&Me?KDi`?PqEdhfk^!~=2RXjhEf2dT z&ppp?@>YPa-TUHQKQBA*^O7@vjyd`Nq;_%1w>*Zk(6Y!Og!lXSTjEB)&0(FgpUbxU zS@D`Gz5_qRbV^38(OjiTG%t`GL5l?_gD_Y_uoG$q=!7%Z&;0$pFZ$%e&$x+ZpO)|c z!neKQ?>}SwrI3ogVkB_~HTJbKJn{H*PF+9m9b3_0UPK(rtSK7+%rfMZ6F8&5a0ZDI z;Ug{x4Pr7`O?~}r;8X1W5r~p_7Z4~4cUEivg9l$C0l-aJa@l?H=jSi^$Ilx(PPj6i zFOwuNO3LXS!O@rFy0pXq?>9tCp}Y&1XJS4Qn$NFbPUb*SXZ#QPY#vyu<{^ywkIc+BTLjK8Jt z4=3y6Z*$O!# z7*w|R8Xx-Wr{8^lX%(+AaC4vhf}!QV7^2}oQI(l-`^B$*cZ8^~Jzsu)pw=C_z%Yl;rlpT znS1(K?!C`PLohm_=fn!d+zPO z|FaMNj*mpr&#|gIry;rvqZgP{9b`a&2Ra4X(-95b+swk7&naUB(8^FfT)TV*uc@fefNb<~C5z9(ns~H@cv= z>XBR>XB3PTs1HIV4w57a*J+0rmE&=9KOx6hV-*yr?dhye&K3dK3TOu8z3S>SE8jYz zj6##sksRJ}a~5G3T$e1o=XZZq_!v`~XC%RzFb#*}tAvIifdOcV@Se5wXo)uGl6%P; z0J9?7lq#ogH`k+j5rg?%NqrI8K@+M;jEAhd8l*uOoB$|MTHOlab4BHnqcSU5r@A5; zp;9Ri7OM@p1L^7`3hEfy#6Ts!VHE5FxC1gyLD-#uF#n&9oG~psf+{p=Byz-=v7ujx zgMeTE>a)Y_w%CLKEdedk`Ots1r{fh})W*7cKpV6Sy*EIu32_`tP#@}p1pq|GX_PeM zT4ppp-hMq>In^C#%3CG@0B&`UNicEiMps11Cj92z|9trds02F5#vtg>(!>&ppuPgT)xGpKJHh4 z%jvQs1H60)?7%4F9+AT;4rOdXgXaJME_}T5={3IACtS=iabryaZ zdK`8kkch-l1q^M=zOb`b$rLdh%5=yz9Bt;9Zoh~p;SDq>=fOKqhgSr`eEB&tD?raT z6r->53;S!K$pz2))|gMzmry4Wl7(ZYe%wdDKPHYB+Eqjo13)M)8ikO+Z0fLeoC z013n;WmC`Drca@j1P&RCMqo}bh^;$E2^+EyEs52_F%L@fI2k}V`r|>~1Tw`>j{_yF z=F5KRADSKX&)4u97fZ0}fo9VM##1=z)SsB%7ygF{()&+oDNOKpBy!h9TzpE;$FeIR@v7Ke)3|omXI~Y-2 zjvM5f2(f*hsWQ<9RRzgg>lzB|#i76)``!Y;knX7233^uIJN_7^l~y?FUiJDX)x$oW z&fk;2W#;Ah`rXfd|4X;b*}&nfCrh2KeC3`0|My4V0$_kBokHJ{u**$p=m-H}mN_?o z8I9*KQ0oLi;nqjc5=sTQ$})KU-5fL)ulnV`V{Y8bX;M!&a`B=SlNb~MbHe}qyzb@E zzGWp4hi1lT3BWTv+xse~fA$c_)1)%bblL$7)s!ev0P6g@UfMaXsVk>=h14KQ2bduM zcd`F7OaACd1TXu=_uNq~XOqS}Yv!##M799kYu~4XIIeN%k+=V&UADgXjUNv2>D_IM zrB+f(VB#ps)P{44=*Fa00;zXj*Em&!a3ELQ71*#;5de2f->ct)nUc(-8lu){q_sln z86pw)8eBeuvs0H<|HVgS1fzBhF#x;+fFTyZMr4eoBTG!Agg^c0P2Oe0)QWK1j+t+# zrl7R7X$VC$#K5-%X;B&ysNTh^zWgkDd8oogOtOO{Cvw>SD}m#RIu9O2n1j<`>Sa@x z3u6V~1;gwJ(#VYLB2z0gI$1i$_kZx~$LiKSxY*n#LIr{Ko^Wkvw#+nh9~XH zt?V#Gx(oZFVE^#-gyGQ}f13|0%nHp;&m9oW_jdnhR#LkTqyw9O<)Wm9``&x()3;bE zs9azO0;c7(<9hpHIeJ(t&fot6pwK-tP>2;J;gsGO%feb# zGRO${G|N*!x*_p5pUCK1Z3m>dYD1W zSa3@bGbp@tzxd_;^rimcXv^hy{F8qy5InDa!R-aQY*dVd9;st0Y_R5ZJdu7y=~oKf zeKe0h8R^NLt^g!tVrhZ^Vcd8Bt2~WX)JfOP+NUssE(rpzoaFim#x`q@PSiKtI$J5t z#%1)LD*>TaX@OEc=^CsHNoq|}4Nt+fROoy*esC9IT3TH0&_EhI_0c~8@T&`C zTl>YnXJXaorQL!rw+81FpXuiB>HDE>Zu zGl$PUN^gF4kX}k`;*4Uh&;M(4u23tIpQolY%E4`mQG{%96e|GYcTq`F7z}#`#?xZR zSFX6OF_gCk5k;oa**_@w%3WXmjjOcF0Yj3&{LuS%2UD_E`=gc3v5|Y{#&`a)Exz?X zKX_^H*U{TQ`TFu}8;3qhuyH)+N>_uqDs3P2OQ0an(mo%xDSmsq+I#TZ8FH@s(08l+ z^%QR}=k}=gOIMUuEg*EOP>U4^jEq4uD3--~=`68<+y2X8BG0;>IlnwDd?lsg0XZUU^{ItUo>6^39mDVNglZ z1BY$s#=oAU4u*X*OTd@nj0k4;VG zkwM0=x^TE%8^u*{BvMHlISMHpkU&Hcl+nR-TBTkT$F)!UHpj+KpP=^2MQAYzQEfM` z-|zA)wSoHa@bfSK@srQ~b!kT|VFh0R1f>E9+i9aDZWXc;)L|Rb^lASdYCEpB)*D?< z#O{WaPNcyYDJ>1E10XOC1=PlpxHxM^%D$`|#DI>kVo5Kq5*C9hjspWDQ8ta_DzK1L z6wVrcR~Cz{PS5>nFBFld=l%)NE##nDo3e$MbN#+bip6GIBxFc?NZscRm?)5N!4obxIxneU~yXt zuXL~a(s$R@3<7fKP%1$rjGCL}>1}D(RBkRi2^mwIsTVgrG|L)Z_)iQ#hjneb%Dptk zS<0ib`#fH^nS__H(iR?LMd*{RmX!7I$vfMBSl7>9nv8AYzTH)~Q*ULX<3an>_3rVk zod@tn%;R4_JgJlb2}%_xit;(*;Ot05hVelu&f8Ol zwujp?n|^jO>$i`179b4*2xCBU8cJh!GOsV&OHqrws8Yb|B&YPE6q01Pgy9u3#gK57 zp(q(eDUW7%<~D1m&nrfv59F_6u+z?Ls zEh^#0*GDnhjF*3LgdI-e_NoRXVQIoQcW=tl{4zIaq|GCA6xgI!5Uq^YE&~)>Idl|( zM-CDILQ#vj8waHx&u&H!1RB9OVklr=q5e3`%f_LQaV&CL8DI%sIlu&nMBMk)-Ki-ZigsU}AG5t-WkPdbn`v<|T4Yw{&%329wq7|^ z%ghS_O-Viw(TsTf($g1)OJ01(J&voi$i?_$hC@(_P<72XUbLBFl1k%)x)77gOQnoMKK$>6`0Vy)*OlNRC#MJD`I;A#TF*4PBvJhTmwa#8aziLMV;Y~-2mktLCb_{OOVs9a zw=$ij%*Dp?ukZB#;QE2CJ2h1^Dv*LoRtw!_`l(%{u}+rr4_yDlJ0#iV1JGP;71v}; zfWSajrq+$tINuI;OGIt1ux}4Qb2JAPB3gbNMUW{o77>qSdNR)W+uQ&11eN7}(|XI5 z_^j5IfT}x~h{%nxY_yqqMoWlFki$d%?q<#1^PMn6why@U^=EbZt?fHF7+i!5uQd~% zF7G<=bMO1t7qpkF%d#XXsl`lxdSRn>{; zZM}MNBqO>C^*Pl@gItY;2&w%rv-=hT2+K%UGd_qn=so6`!*FPM^Qw*=`b098R|1>E z?R7`;;a(2(nN8U&eQfARH$0s(8c8k7?2eU7S;*sUqwAK)#b^?jyT83-N?~{{vt>E0 zuXyM$9ua6YjT7eV`|j_y_8Z8f?} zkIBwTn7F1wxKy}M^3ypuU5DmY3MX5d1ky;IG8k>{O

8Lx1k(W|##bbdg>>@>h~s zxxEg<5CsY5TRbr%k2ZCpnP%o=yM!poOVC&6a@iqYYH2FR!*yF{?PKFycUNN>2T5Qt z2c6UUZV*&D;tvUi?>GIkz>s2$V!WRG>pM@oB@}#=Edbd>NZOj405q{u#Idlur(tAc zR)@O~L)kvk;(*4N*1}BHx2LX_W%0AqSxTtm78$M5$r!&80i@xny)R8Z#Yho^V%gOD z90@dSsG*lRv04Q_$@0$cb%2u5W{X#h4bi0S&@_}Jp;gNyf=D$*D#Mb-Gt0WDCdGr` zc%##s@(O`Sf+CtstBHBa-2JQ z#1G791e^k;LYd@9>Zn$kU$%H;#2L~;Qd=SE&FN#Mg`RB3qZKVN-6rBnDi1Ds1R@Ml zJ$Y-p7I7ASnBne~)|}g|t!yPCA*@~9?`4ZBP-48oA%0h=IvVK4b}j_q>aJ<_Y98Bp z81CXXPc$@_HI#cOlUGMqJynT9k<-Dk#ID~)Waus2Yj2LoGwgDzuOY@*T==FZr?k0k9?%f-}0(Tg;ev|8j)Dlv; z%*}FV8O*wKFlD#%PRN9^zt4{>T)S>MuB>LWn`mXFppw(-V|ZrO<(Nwb@e-gSc+vt1 zkZxMy3b&Mv2S9mT@q)ijq<~1@@Llz_431)ZsahY+=cT@Cm$9)_L`JcoD?y*7b3#aG zD3%a!v${laSTY8iJu(6&RS(r>((B15S=Bg9Vz<{;IfkO4W8Aur zvXK(38cK}uILDS=bOrLkH>o*w=icZ}-#*@)x5EMmkVwVCV+Mm_7uOmX38AH+_vgBy zzg8;J)SSDyqOM0uaC>udi?2H%F-cl#QS_wxr`lrp_Q%`Tm(C1lFMkb3QAH;c+Gm)> zw(q>o!oc9p;#rFdtj-yGRCneWCU_?MOTwWdgIl5Bf>-dP5{At+Bcj-ns|B_r2uKy z2~p4r?SY#+|Dk|D{Rv>8@bbU;iQ_KFOrQIQ-79iY(w+&l)|EgoEg21+c*eF0A{)t$9-d!?&ma2o)vJAmlRnBs5kpiVMM`iJagNB(jA2;Rl5tM(B>Pg& zIXl%{-n)l(?o!qlCXp0Bg`3in75eD>=Ix4GB?@X(j5bHM!`UN)g5Pl5yI^7Qy1Uxw5CvCFDCs$KU#Ny|A(9XDEz75v+G zf63$n<>izZrg-RzuwLC6&b4$2tZ$lY zrlhlfYRkK?>(a^lq76N3gRdi$ps+zVx2eNs>R?--ghrWE63)_9Q4I)MBCJePE0w7| z4Q;QbF}o$j-{MkdMQ?6p6f+a0UyQ2lmTBbUAz@3C;x$(!riy62d$Kfej! z=_}s)132uR@@JyJljrer;b?kBeRb8GCFQgx7ScAO)$Vr05?Vu;05TY^$tXDuG|(h5 z)C!l{70JClciVryQsh(wLg3MNux1M48AUXRJro7LHa;o!|5xmMU{??}h(r_}Hn(=9LV1q@n5P8}~kAYtQ@Q z4OT{_J$&*JU2t{w%|HL5-hOj!tr>sfv10a4HeR5Y~l1nwFDH!~)ioAt9BTm`2!E;7ImFBimtPL+V88Z8t43BS%@h zL=q5AXa4$(*Us*<`b^bC&n$-(sn(ONyp-{SPnfBkufIgMSpe`>qhjUwZ*J~M0>CTe z<)M=Ws6++#YCFvk+I6G5Ha9KS4}zS!mMTr$9J8j8rNB6|*1z7eNnSp9<_2K`iXs#M zpkO~RO~ZPghy)2q2O=s%zv71qph8qeUh%N)9xNdunWe&#nxLttrSssba1PaZir;Ex!fVXBB0ht znCzM*hl)yxC8W}X(^h7}7KW+B-NjH;6ULq)A z3C0W~JIHZaQjtzx=9(BL$!J*|;G_iC0?0Ou`t9%jH*oiJUiBG#$1#@w*$Kdx(H9-n z4${=Ug3pct6q;iKDg;Pr>CjwaYmXC`zC|p1Nk=B1VX}<#>=k0(-^;AqF(D2@Y^B8P ze1xzFB>@6ZD`R#_GMXYJY(R;;$WbN~KkYu~Ap&4x2n>ZAGoOVvvYD}l2hGf_W<^rC z{udE225vGs{Ob4m{8z6d+w0lepacnZ1pt5Lr@d_c!%-eLZ~@>CpL|)XU`H4t>@b|{ z&K|;>wJZtO=<8%NR8(qUozu)Lh8V*OB!pOl1m!Fl;8ZYhs|bj}LPQNn3YMgV)1m=O zBteCZLlvaK*iIRi^fJxZ$|PF`aMTX85Lh`_;%mR24gm7%Yd(w9?_Rt6?dN?4)@UaG z+5QC}0G&u-Z=T9Q{?^mhn_67b>*pum`u(2-0CJ1mV_&v$U|spqs77M{GQD?{(j?56 zo)HsrqC~gPiRcKjO;`ey01j0hRp{pQlyjPe>SpM(nO#zTfm)&?@(7^XVST37pfkQ}NCc2!&pGtB&6Q_u`nt*Q?rL_^9hDkKUAP}+T3MjY{M zg*4^aJ1KoqdhyY8!QlML{bE$F-*uC26PRc%QXNOgo=sNjWphcYC@dg*dqD#tqq`#E zB0y66qG#U&5X|V|lZ*=tb3gXqRlzF!uKpvCqoC|NN@UahJhn#ao~A7952)g(AQv?g zZ@9^?^W(2|vh<&Cy1OTf^jrg{4`YvEClr&USs6I-UT_y8Ri5a$zuqU2mEkJ#r=z7@4OA65X{tQ1H8~u~^B8*}!%31p-usDDOB; zvn@NSP*{pWieT@#dYNB2itOluQbaTdny?tGYG4=BFLx`a)mB5l6uH00T>0`x|HZoK zRe_mI_d5XByo_%jVO%1Nd3xA{4#>e{|Ds8=K}@4e99K!ekuB_aOC>9k%vo`W%>$MY zNTQmw%><=qOq?J&7#4CgrZFf7B4m@w!K>hijK-P$6(0~At{ku3Pc}W!9&#!vA?j$< zEiz39@7lzA8GEb!uk}Zjwh$?XN=rfj!Icj;5l(2BtP3$nBwv01*UL3ZKvr!ohaS*^ zm{CNb+b3xq1q8z&3SmJ~Z9Hp&F>xkAx*Z`^AyMh}0RdW}95ra;w#r8_nAqJ`7>Hh8 zcG(Uw-NsfcRreZ`l@XHUdd$8V`9nwRo7Z#ofhpbG%YA?_vi%j(8=-Uf~n=|Lj-}7{`UwGfDzl+N4)lGa70nW+j-k!ZCrZ< zK@$P70<%#flx&0wvZIJB<4UOh=$AfRlk}J`qAX_KxQo&Ngc4fAZIGL@PZWdNGE&1m z@z6xqh$1y<13^SlLzJPDSXKIQFo-&w1f-rxv;qni)LN1Wt)M9CsG_Zv!E923P*ETm zjD`u9$SihiK)SO%9rX>XuUZ9k4NQM9zN8pcs)3C@Oh9RiP+usm~0+B@q zl0rt1cN;d-aEtBQl__o#WzT**)v8g`f$S-xfPwI#oK2{TP8wjuWS~|=5wWoHv5IKV z4MyiYHmy{H=WE`|C>W0s0O15g*bb9c>6&|t7$q%*$cx_c((Ctv1VCd&YBOr4JUa~@ zraENBa4hHK=*I^HO)>(Oou^$mw!5dZBd3pSoo>>CpqOzk2-qefq^MKkDSl*>ST#uV zvUcX;SEK~vm4|-65AO6iL?KdO*$^lAlA*Nmt9O`)1rwzcDMG^$h^RTA#d#EKP60Uj zZLgq`P}02>*APA8F z$VWmBiC1NJ6;w(-3oMq-t^-VP@}U`@!$MABQ6OnZ z=%~H$(sVU4Fpo1>pIR$)-tL-Qc~IJq&cirjV;LZ%Nf<<<*zi%KRO#H?=0p`ei*gqY zAe4Im1epYGkSkXSbmaSm0b@H+$Efn@({U-ykaeVAD>B^fUbhR-Sh#c)q`*Aj?y4-r7(8P1v;#|re~+d2^S z6{a2iESfOLt0POx9nZ>vwgUrpz0YAGXPfMxvG;j*qhT?an`G*LuufBUbYWNhBP zr-;zRwK0dVWt@-B2p&X7mR>mbHQbOi`3@A!!cC zd%kXSPm;8!qou%UO-IOAqmqT@fnuY=Kfd)16VF75XGWF<8FAFKGApTCNkD=C_klvY zu@x3f4hywjlifPK+ebQTG8nQ0jr!E7g}r6@=@$xA!pQv^b^l$i(V0L(C0JveVFR?n zKZ>8oQFC;%HjkwPCNVDdRC~*n3NAD)ib9D^8c1Uvk=0bdG(+ZYZ!;I>UqsGZ zJ3ZDyfP|=&(3G%@nB;~G zz45Sf`#nqP%0-FX5q8(T`On+KUdUoq01-(rCSE4H8nwAte^5n?5koko_Sx7d(b%P@ zC9sJq0!3wHb^FfkFC_WSUG6O=F%|8;)axbfQ{4wiRm947Mjn7yKu;kg%PNYjsJSlL zecp0&3v7sg5tvM}aEQxzv9!Zb|2&5-T1(7q>o~dHh_5VEVI`2zV30|N>JrUcw`8Uj7 ziYa6|Qdp&I5h(kPR^U`&sf{&^zDob(OFH>4VeTy7IYV@TzILQqTwX> zR1$_16UxaVKp17;F|!nz%9?Tx2i4Ch$10h)LJC?)Q&VyX2YJBp#IMxrn_$Nk(sN{8 zWDf9H&~g&hFu2ezau~`)Y8VWH)(ZIgg+r66H=ZI-S)n0U)JEhIfp%qoUttN(U1SfhGpRhAPw sv&uk73@Nt(82~-Y7t4p`eDA}iP98ln2FFm3M6qF)$S9B=&;VA2^+`d3|zY$#jQ#I)9=5FK{(9N$NbO3qKVJyWl=1ya2w#Ds20DU23dkki= z9b?H|eq1iLk(}vGALf#o>CIOQkhXo(1%CygQ!fTzcQc05GnF;5=C6Xkid{r)#Bag|D2BveKy-THVeBH1vgeB*N z^HV}9$NWARZUM=!(>;=8@^_4{87~9@m*Ic1bE1C-Byqqk{ziNFMnLF(f<% zkmLeLyK6j902$KLQb3XbVx3%oNJ}M2=J5R=nP=&9`rN)u7*}q@L9zfxzs&09Huzp`9>xJtaWlrZ2QknnCpOL0^ zBzgbBiAXAys)55nl4O{`KV70Q!z$HtD{;@mA|Dg%M+vYqCsRT*No+OnR2Y5Hq_%AOt*XFF#w0@l+ zq0iEfB+KPKl}d5N9q$Qk;oxDnTUwT&urwmN0S%9#6}4tUq=;4~)|Q zb)V1nW@%}RK$56Q-g-980EtaDyV7NDEv&gfEG*oorvsQ}pCs&T4i{hmE7J9tfrT{} zI9Q}KExF4_z-;!k_bV4-m&Trvkx^_u>v{)z{&+aSKg1$sdtypYM~)tnmX;9kz|sRD zD`_v`p#)%^WU==2I!TUhny!|ntaFqwhb54&X1B^wrsr{Ud~4|l z5Noa=(cRjcU+mQoiC2)oxC{wmx-&k>M;rn2dZNpmt2xVH_3)q%2HXMil>zIQ3GiML z02tN=_iA4^_trP^-Br&El}aJAUaB!@rjncaI3M8pJGD?&$Wq0)dSS@UXq9Gp3K?|lT{YN|;!(Ntl@?jPH% zoHEtoY~`(3$4*ug-fqj-Ny*g-CuZd;mE_vmj_o3J{1OXzuzY}<%cw&M455J{3EW#2Oy zc>mhY0P{=$_Ur$axs7w*_k+VD8VgL(+A#+W8`_PRnVFfHnVFfHnYYYo+;FmNw$QR< z!D#TA2k!gDNS3nw2Y#oZl3h}LvQv=DkmN<_X&0uTwkCW4*Qp)5MrZ@%f7F?H^ zx!&&4NkJvM$f|GKcQr>vNwr!E)+P0qe`~QdprLaI&)f~mP2QxD> zHYc^2nV~snlV^*WnVA`F*C>NLODdFPfm11EW<>nohl{pt)r};reeQjdtdPSH;N*yk zWUi|2gk~(J?`HU7rY~k@X6|BUX0BvrPFIH8PCLRDy!XzI380{*;D=H;-qBO{5f`%8 zzMV)`!5<|(rk$SgxmyZ0Z^?P)_Uu|+>Kv+r1OkXOgpAMx5s+vP2@NC(3Sa>TyaM9` z>g?`Re|3Ys%Mok+{N|8a#WMvOmdx08daM8a@QeNA&rJNrZ`u9gWffOn=)Haw!VFLZ z3FBSa48~buAVLDLRNw>!0xwt&L-#PWT$pQrk6qq*{(UchZX);Yc@0sL7k~KR1ApUB zUf~08u!vz>NBWXhuMgp=~J@G)Mssp*%qUfD_EN zGDrhq!$7^!?w`Klv2X8Q6vzcrJwxy%RGE|Pip>4-~0MYyyBNf z{mCuT(Qd{ue@YHbYl0#}Z6PiRK@et~(26lWq$u!^g*1hV`KYvm6dN<6xopM3$pDSz zV3nXS6vX-m$8v@X8}P8U-`~IW>R)m5gdhI#b00nXs^A3EYe)UlgU0?QcYM||2T5kY z;UG{1-p>PNbSkLM`Ud`TLNyn#S7Y4a)duRo910Z!Z?p|utji2bY{NS1{#OGyk!r~k z+ZOr=s-PDA{^^}J_=+1({ZFsonD&|NIG;z{yx$~F_EXQ|I{UjF zoDSROe?^Vf1T@gW>nBHz*4;;2!roIXk`Kb7A3XKyH8o2|K({)7^dJ7yIkvv?Ottm= zhI738-#8%#7K4K+Mv@x6lqi4I%~Rj-osYk8IZAS%bKGrkyn4kezwI@TS~(Z?^waDqbJP5O z`9(FW|E?$!kcJla^{;5$V~3QM6MyMPGBzKC%rQAevJULVG~5OEr-nN@IAq)B77XV=GS)Y-7OMCb30rf%w5J35PUny8?8%wQNfCNigaHS>) zdwXp3ssy69Xs4&1?q-8A5{Tg@-YCg=(?^fOUTg#}fYrB5c3A*<8CEeD#1zsDu6zGsXQ&t1F?wnn})+=A8Vg4?r_^ zI!@IbgU+28asSDPF?n)YZ@y8wp0rE&VM*P}v6p-5%gq#7T;ZV_7E(zUYKmJe9)SiA z8D>>wv&ekm;l(~~u5%j8e;dI3zkbXBC8H_HW{`J$zr zi;^JO(UsY=j=@*+pj-XDzfiD$*3n|Ov)dnkOLK4`zL_?Qv9|FrVHs~f@%5_>fycbG zGY9Meq+V*Y(j3FP`SJeXpL~)mWf;Bpj9H9Z{J{l@EB}}4*#m*n=R1K{NaDoCp%T6 zDtGwOvFY~?HAh049uU+VmF=Q^au7eu_>&vG{f35!VcTzz3}fLvJ0AOQ|J1aT9X&hb zFJ9kWFBFsMJUZRi%6cKhqn%lc)it+4lEK(FQF9zFobF@P9Ffw;pCM>q!0krc4Z#+d ztq0h&W_NmDau z4vbshJq*c_&)#zOw|%D`40-NW^q4|$2&-=X$>pY;_N8BA%nnv>WVEk5&i3ulupMkq ze0E_r*Z>PUo946I942mL&WYKYN|4 zvKyM48Q#LZ}*qtr^l;UFD% zi2f?8%%T7V)bQN7cZT6SJ(%IZZt8p}I@2rGk;buc(L|V zmu@=S0{}CfFw@Ci652xUzgPi$1y6Q&!nv zdCH@}@+jkVC*)UNZ4+}Pq0MXNZ(V->HkhKNF?l!2ik<%(LZ^YjV3GE(9-ourPplh@ zH%eM-X=m5m`cl+I@85sP-A4h)&Qn51_uC$=2Jg&-e7t?ux4qPS!LoKyNV#xz)n@Z~ zt>b!eZoV%Xjm52qBOh^4yrADk+P%0trr`*#86xD`-M1ivFbUP;jc$GnszVvG-3y(Y z0RWui|3uNMQwwOn-~n@h@0SGRo5H57(=%%UpzD5r{;#9DIe0k6jrWuqD)wucm*9jZ z&aFkdYn`(ic&?t{udfH{xouB@Cmud2M1r>M+QuSL%b5XA zU1YU+Z>Of6gwhVY`Dp~O6Gz7HekE$tx$*5VPbl1?<FF@u@bOOUzu%yw$Uf_=`Y!Wfrs01& zb}p@$v3LT2l@4_+2aTn_xJy0&rJJA)ynVxg=4ta{d+! zePA!V>~oWXgZsC56aX;t=Qkp-V{ilv`>S^gL?c`5bcYzGI$?)V|NV)Jzy0M=OWnU? zgL~Hjxu#YOt;obBRU<4}kuFf=uvdMnP_Q=SXyxR*)H@yR!4meS;+53S=h#`HLYx3` zu5^jU0IVRcg4?Ytno>_lY9=TOJ}>i@eCmOnDsMqB9TSlL#s@l$wY3Y9yB(}tdgHTE z3(x>{LJ=*N`%j#55{+a%2rXlotLx~?{Ld#mtH%JKebXBkEc5&!z|zc@cC-|lUMuD> zVdHN&X~_M@`{;`-sPAt?CR68v06^=F4%!`J#9jF0 zmm3;tZ|9vEEm4JjJS;|P*4nvI!yZ216BGg9$atzl6dd>xD>VTv3pe?%FK_(vo9gIa z=I_2x*&>k@RCS7lrif+tmE&^EEE7oS7DPm)ui*@wV39~BMJ`>t!_J=d=A=9~6-FP^ zcH_zD-+uE+fA!Z<2k$UP4L(*gq`*P|=!RZ&fp0t&B~(&O7igB~`<#SC0|S<0*FW0! zFX-^6ySk&u{?l%7<_f?mT6pu*C_s0`4d7LUF(ijr4y;_p2U*}Du`bpsia^ynTDg`jxx&3ga<3pCkdA`=1V zrr3N4Ksp5L*473+$(F+BpBPbJyv>_mw4qv56$b;m6Y8*xaG&nJPTVBWDP3{`l3*^o z&jC^^8S45*FRrVK+jOs3mQ;HQv2PWk(--tA`%C4Mu*m&RcgOb+ZGbl)KiBtQlO~9v zNhY8se>NMUYMMGlG4zP(=FLVlU=Q1AeY|CZ(Aje)-gyWB2GDWyeJc!W4ghc(nqQYd zu!xG4z3aN>u0N{J-hSjz$k=``!qcWaS7E)Aa^Txf3qJdU6%r8e`#BSkOhQLyE`s0K zVzaR6uv)=@v2)I&7NKGkzva%qnvoConXo$vlDwG9=&5(3me;SUwLf*rH#;2cWXiiCZX^Dbs|(@tA}9DU79hN z_|I?5?l*dniiH9s=SrogRF}Xp@J?}ikwj0D$BBq+X*%!vDQ{49IyL*PooBqb^{E*< zPYz)X0YK#`dghQIaX>K0j70At`NSEc-hDj_qGxTuqn=tsy}RFQvOuuF=YFv(p-m_k1}; zD}_im9+kD5N0r!8d>zAG%f*mLs*+)NZRkCJYTD-g9iGXqE|7?4Hvjl=UBq;+jB)en{+(PvJY3EL?bnXhZFf>r!8Z?PV6Pk4B026E5 zlRkI*c~&lmYE?N_awE61pPGyvLCPYkX5Jk^BWeMKRI%)}AO!aJ!afUME$yGT=iGkql;wfgabp-0GIY0 zTMxvl-p65b1pb}O>%vg#!hB~iO+B>Q8}KT=G^$DpTgSPr ziPXMp_U%FeGiigy63L+v5TnAoegQ;_rA>6qpQohKfSmHA0ujUw=gXo>6}VPxrlUKt zUhm@Ci~a9s&arX6By5r_SW;YQQ?;a-kG8pIx&QO=UhmED{HY(4_&b}NEm0RQx}FUd z^fwmlf=#zGf)Wh006vVzZP*cH%?JhlLPek@@d+WZ3}GBzqhcLnMcH&$KeJ(jfnXJ8 z)!B2SxK!x;0J25zFL3?k2AKRPuTTWM0Gv`3uqDips1iE7bI&Wk;_LgbpRb)f&xC>^ z((Gk|XAk@G0hZF=KecmNirK`3(&T1xt9V5<#YhYx!DamfJX?=$o#0*nmGuF0saQwJ z5Bs-dDkhltBwSOY&RgcybfR%cphyaR;H#};K^Xr?+5CBVw3aE{LNNrWT3LqK4am8XN)db@VjmWln`8kHfZ&DFapVw%4cPOnsrF~k0OO0{q)80HXtS}V%-EO$}>7_!R@&s<%Cky zfS3x^>9MOlz}cHN%CRGW|Nq=`1AOqQO7K(&3Tm3S#qn0b$~v9xOA;}Oc=zk44(3{P z^D_pT6lV^JJKo#-?G@ER1JHU@v?3WTed`oL7co<|PQ7|p-Y|wc7xaLfHhheRTuX62V z3Wr!YT%pKLB9jy#89@Hfkz6Fog^_u~H3A9F;RUGzQP)Zo>J@qD!I!@eMwWm&R7InN z10x$*(6H(hK%O^ZX*!Zd@I}dGk&>h1QMB0O$gx*S?tmLSe;WYg(wT87Fr6~?_+O^8 ze|vJH1&84v5biN}(g8G6MvhVXsMq$ESfCy>2H*n|i(Z~P4I zmZt;C`V2pzAXCWNO5+PsyO-;Xh{ls8Y(sed(0RVEi*_9=FZzx*dz*TS1 zaW$H|SV<9u!wu0$rB(xg9rms19yxZ}ePTsNY6@Dw#F|f~VMKm+aAjG~m@SKQoc>jY z=~a)FBDR_`MK!s*M9CoSv?VSYm+%hl)a8|!96JmX9(5)p;Ly!u;Mpe^yg2F*l4DXJ?{C;DJ=q+D;@958r}s1T?yL|*;HorlUD?~7(XjxZjJD* zzP8_KvKDocG%=WjOS?MMRTG3$>#doQw6n!iv9}nNIyXVe@U^)pvZIvZpXwzUo%NNA zj5fSo0Bl2|w*A@-4as0IX|&!*<=_wx7@jN=M&ucOO0SP)&G3WTi>=5SrrVP<>sdt@%zrsXvZX zMCQpU^eCG}V}0Jni(y+Xd#u4VLq{89%o}ADRK+Fug1^9f@=``n*fAWk5=SDltp0re z(cbcFenhT!)W)vTQBkp{&2M?<4J82j@1lu$*&;sgB_2NB$Sd4^$dGvP1py%9xCfg6 zhE6bg@A1mZR~BBnWDO?_Q>p0SOvuD#h1WJ_aolA^FXeBt@c?zjRh`yQTBM~=+#`sB z6k|;8P)bzPciQn%s<+C(XW_B~lb%{y%^TduHxo4i7YP_tVUt{t?Kz~=cw3yHzvuCA zmAUh&pf8u3o{__Ylcb_sOB!|zPHoi7CYW%(zBEQh6K(cSrgaJ zQ_?u46$LCev~F6Zku)2#;Jho9h6xUhHAz-w&>~mlRp#q>>KZkbL#y@4s#>t+jDg-+ z2eQ_hdM=4_eTKl^^Ipoll%`73z)tXrFRJst-i*yQj3GXCwV(w;ObVa<*NgK9Y6Z`b zo2mG^cq!32UM5p|2aBUEFzM=*(0KmA4cG)kD1je(ubrL%fC0aK#o)|zpv@%xxXe{c7Yt_xyvYbg9({Sh&KJWP zO<7Udx}Fy=?#Nc z&d8Q2hBr@H$Gb744o9Bs{GBKG+*Mq+q|iKZ7y{}_7fznn!4nh+4Bv55?aslL>ji{| zCkE-{N&n<80ig72FQ0i&BTi6zVy2!>A_WAOsJeXh^?m7gLuO~)ZQYl{YhTY2`X@%% zqd!`OK&UjQOzSi<$VkVoTv5JoidSzfnz1gPuw}o*f`@8N*?nr~A>mxOAh+#uthzMx zxjD=`UOat4Tykhm&?FRNkMD8IA6%bu@?!%&EAfo;FB^ObY2oaYHj8$KJmN&&$}!i2 z$B7sQwjct&jT113MJy2xY`3IJ1Orv@2hUvT8~~BoZw&b5*Q3xN`n>fG45n-nh1hGR zz3v-cQra{YTb!KUD%^JpDP}nAKi ztF?{$|LpBbZ#$4%>#9UZopNQP-r&TB@Esg%_xSa5g1wJJhf;+0`Gt(eKqWSl<_eerkEpZmux_in$%5B~6(b|2vzt2O0>*ICI615yTA z?=Z*Zk=JPO#d4DOka=#1gs~n^8p0>s*7Ec2;qj!@8)xrta6xu(ER}HdSQ4_BA!C*B zcTHx$YbEADa!yfZp%0czXkI3*2RU8QU7nTeEr0kDZ)yh} zeNOE59m}f$WHAs5|3D}|fB?y#ZqtZBV8_l(e-XkSpJkJ5P(;o2-a)@XUhUqjR*MPE zj2PH8KsY7rxiWxxA*I3uA1OG*Vc3XY_fXyZS}wg^7!k$8<=SDjJ(-1f*=k8@D_@vv zruMcyozAs)Za>i>y+OJ={?N@}eA`E_=a04|F-oLj;laqq_W-|2nymGxTJO8;dFZd>w3ZQVlfCp92OS`(bb492xzpci}d2Hl%o zdb$(z)^8bp!6zF_>A=#80w9tkW2luxAxK8Z6q0b#x`^4rZ{+*0=L$z)*5z8f8kUfK zUl&yw2>yua%WKCzKlD6*zbzOzrC;;iJiy zeiE7>O*b58ZrJYASCstBeEg4nRLWG{_-@t}DoYj&B;XZ>^%R5>CJ(ix34kMvOB7Fz z?sR5cCb6-%y}5mA%Zgd<@`ja}6eiJdpU8~lkjv%@2mVNlSy09pA_^km0(K03BNz2? zJf4Y2Rd&gu5{Yt;gF*g-=f*NC?bb`u^{!WbfB)+6_!C;0al`Mw44OLn%2oJiD=7Lx zdm8R?5YV~Ky>LiM&?LvpUNz!%Z^-ncr#g4b3G|NO+GV;Q5rhv`&0Wg7h)fZO1Z+_T zN~vrjGn^Ah?MV0P8bxgypkvN=Z+Gx)uzlpCg(U~^$cqxk(Pt)AlGu<9Vu-FEQ9KFY zfOCR|OTXqa`emdPv0X@IMX&I_y2oxzni1SSy?Hm3T#l7jXFv9%Y+=k9WB=}>1%soB zrobk*5DPYOQkVPa-=sv6|?=j?9_x9%v|X(J-;D$z$JA`eLD(O1yR zvVaLGWSCrq>smO11}qVjd2`={jrjiJrknh_?l%8hLPi~gay|C&;G{QRbC2^3gv{Hw zh^J>>@nh$1_8TvmJ#D|aDVbEZ!@`Abh{?e-E?s_fj(EiNmrcEJxjvU`c<2>>b<=fu zr96!g$~t_;GFxb<2w1>HelrPBlwPxq5=g3uDD9jR>D;1dJG5R^;ZJetNN=fT5iIrg zOX;Myhx)iny!*EW6m@V(3sF!LeFtz-(EOkMJRJy8>P!3Z6RkJQLD)hwWAlB+_|}o5 zd^P`Z&jzzI|J19mb9*P&Bp83t@L?TR^CBW>qIhw2fGBAfb=Q!;_v5iDA$A>CPKNSxK3>IS7UK*D%Ug%*<3dA`T4=8vAEljrlc{t?fX z5JraDD-S{xeOS}LeXz+vd!b+nYlTsv#K=1rE1q)Y+e+T_I?qIc)P3OeSA3`O*s5=U zzbza}cH=O1cjEx!@kBAIZE9IdsMlx}T}Far|^2g6*7f`ii?V-&G9Al)`FsO*f zn_?eKgu~N@kVSc!b)IHRSzyh$s=-c8dBB^f1V8G{NE8j%9#Q3vjSV-X=O-CXcSGDz z2u4ZtFL%@gk(xmY4HLno>dlG>4<2ttG{Y>D zh`C76z)wH^@jmBCQPE>9QeWKS$?8X!y>?t4OpVrIdLIit)i@JP!LacoC&jXG7y z?SR@jlfu<#_I&@<3XOiI1GA6|T!A8piI+^FNNM~#T)+ViMM5t`hCk4ihR+Gc=DIfe z9CX=Ez8H>pN9n}%bn)*y`NT($+j2UF4xPx)Ot)CIiUAYGS{DqdhndF1_8*xwd5&a} zh2gb-d@o*#h=HwS1TYYU6r^=H1ZJnHB3&U#D5A#fh+>QA4j0cJ@?4xz1P^@E z-t_xka`Nvzziy6=CApKZpm0ODp4ZQ}SH)tck;DQw{P18Ez3a6Zb%SwuG!!Orn=kzL z8DIFHmuz|GR0cRFJLJ+eh+rxKGYQEigfQ;l@T;kculiu7OoT0^N(aASO;_>answX= zC=hxHYrW#b5F4?-4?dju0rR4jWHotG_YR>R{`wS-c@j zMc1#}_@`d+;u>4CZG0~=0{n(}dzViPO9Lo2^ zCt0qwRb`PV%zy`r>BA*luM#1&kfMgVB7tr?7^7D+oV~}h~cm=>=nrI&(Lxxsp;{v9t$8Dr>XiBpW~>zJq~vs9jKQs^MOC8 z3aTM)B@2UBi{?3dhSpUTv(SsSc`?r%^YhpJh1Cve(-MrZG7x158KaQ7IO~1?x5*!p z`)t{V3tI)1k;DvuWcMPigb~CkRug-fEh_5WR}A4$WrV*g;VwJ7nBr5cS`hCtK@5+a$TZe&v1LXZfFhuwMLUP5{Fx&S=i5Y?iG1LP1-hOrSq?{N%81nvJ)Hg*lh>v+Hd0D-hg1nW9Es!*ezKs$A}>Wnjh zX3gIFy?X+VOQfG-f82BezAo z90--*hUj3p+|aC9Go{1uhFQr{BZ)6H8-c*&Z1uv5WjJ;l8=OB;!cm4XhWLg#HV*fv zI1&zXmW7jGx!@!g%x|rN;j8!$JA&|933bU+AO>y8BmmzQz6f}95CKARk%D)kArOZl zu?AsGzc;W%uaOXd6Rmn+c6KIg8awdWi^3Pfo9Uc4VVQ|V$p^IESsbm47mqM z$s~(hlGF$#z@biaf0kHdCV`8n9W9GkW(WWwU(j>m3>;bvX{J&pXr{>uB&%o_R?6Zp zB{0(I@APuRy2&L4QxGE!AybI7$SnL$7D;odE{aUkOfTMcX>pV9pNDJi6hWj;K;bk{ z7yv9$X-@`b1$sbv<;- zu;yaVg@l_xLXfDY_!+E+bja{oe1{fTRTl*nh6;s!UtogPnd``V79}Ihi6I%x&NM*E zez8LgCm{W`0{Q97SQ1UN!6y)bEJ(**$9U3?>~hMLR>A8Yn=>$97yuVJK-G$4h2 zsV+tczVy4-Q^4^07Xj@l7^K_Gu<_NRNe^+(HydsuM{o#XQw*v9{xVPvrl@KBxhSG{ z4Ltj7keiTVRUG0;8hjX5#JK|Qgh_%4GSmArIh{9KmQl%SZJ9@=sv6VK5PQ# zEyiFHlNdA2FAa^*v!B2GYl7xUGDiq9i%^4AzgQIAz?(;WaA@kWbCyy3z)?wW*nj{b$GpfnzYr1CCUv(QlJL8`^*eV<L)w<-gCq|{t9wF{Zi+3Cz1qTEg>_VUeo*ySsaa_Ha4I+j1gOzZpFCnmMW_ zhC@bC%G-G_tBNVgX&gCo_dD^tj1=v37V_Sb8&YaRrs~Df!3}j@4?u>B@ep1N>Dka! zE$p6hGGv-0tc#3vsHDl#tcXDsy(Ws1Q0GH!B!nzU-9{^e_i08lIlQ4oWdf^;87QM~ O*sx(^4I4J3palQ}kbdI; literal 0 HcmV?d00001 diff --git a/packs/Icons/Lightsaber Forms/Vonil-Ishu Form.webp b/packs/Icons/Lightsaber Forms/Vonil-Ishu Form.webp new file mode 100644 index 0000000000000000000000000000000000000000..17f245de7fa3c1cb2515e4f6d71dc708eb89f90f GIT binary patch literal 6796 zcmV;78gu1RNk&G58UO%SMM6+kP&iC@8UO$G)7?^dz8B&iO}>h4UbKJQw)8*`I4W6uYkh8A_U}|?*IF0 z6~IwsTeVeOHk~qpm(X2+*hrEhDUQ#73z?bb`e*xh`ac2q-(0v=V!?q^ zW>_U!H!w%uFUNnwBGSkd04#Q7k{a8isGraUV3DaCU)4izfiI2Btj7Mi6Z`5sH({(JC7VMLKnIaGoJ)X zi>R_#7Fs++5N>Q&awf8_9>GHyRtbe$nJn^eAa!?tEG!gKXN7{-2r*PjD{|YV0{ZlU zrXMD2@Cl#~L?db-K5JN=FBYZh9iQn_g`o-<3V*)Hs z+pkKJa?ZK;rj%EEclETpV6uycn$!`OdgY80??BFT)r2%DjwA z-$apMUokuja8ypr**PwU=G0t*tFi)@&&ViVo37CjV^d%Y}Fwe_TnMK(b z=jMtmM@yR1jC;1A4ee>j)mWB`a$zpO@_hSZoSn0BA||A-u<@zTe*vbv{~)(K+8cMg z`?P!@2MZC2xC$FEhqejV;3BkR&1^=YK3C^uXJZ8NjB(57_b2({uY}JI|4!2 zA~CWW79R@Z14jf149q9zcqG$?j(}>^U{OY55)5FBLPOMG&@tiZ#l0+=- z5R$j8DWeL#=z7c&6P4g=Q751)LTva!PY>2?i%p=oES`}4u`dopA&_`1B9}&Esl+tQ z&FA*Q_clxe$K-{mgoj|}eB+w^y*2N<>*jAP8l8-&6^|ggLpl+cjH=LXQlMfn*5$Nu zP!uCnrbosSB|k6&2jY^Xa;D1cIEg z7?UZO3_?IeHqMMwV;>YEE<^=3Br8RcnYk*jG+F3iMJ$Zj6PI2Ve*N>r7q%MTRGzg4 zw5Z|koE7Y0-KZHs=Z_QFz!qtIn!VidmA zMu{Ve6>&C3k%!5L#gavmyoqSVz@I)ZpG9gSsWw`Ba$WTe*L>X`zwW``z4r8@CF;_l zuixfez`d!uLhwHMR_pHA^`h3?he|@g$#C74+>F_n>A6@79@+|y18U$0M zL70`0oq1h3z#5fKs00cdVd=G6Z|>t|DV#+wd*s6rQh)}c261VL?0s{K3-Hsk@PD*| zG|7=&ALO-cTi5vh?>Pl8RT~$+61p?s{Mb(J%bcLsvSDr!C^ldPfUBT-3AIRiP>pS+ zVQyka@T|F(JyA}N1oaDnxVx1W%DLTD_{c5Ry9m4|sxpTT_;uHcm5?n0eA_W|5>X75y2n@@9%M7FnS68T=A^;VOdg1^utX+nX(Sm7v;DWPMm;W# zu9aFyZ7btX(etW%w}(BZJuA8fR3?^6I5bqHZ4;h#th;*eVKLxdn?u)dEGGw9>j;j+ z%Z%F$%cc%H>W?Z-?=jU4*vT(CWvk8)SxBffQ;X?cGqM!J(+8ym?h$$8BvWRt^U89~ zqqmTqqP3l`*!`ewytE#)S_Qo&0V^Djd0G98TO&Zv> zC=?=`so_>QAz7ESuFyKB5>7GN+te$(Wy(Z?0jWpjx1Q@+p^O0+JY&5aeW7Kot2pTd zhgvY#86@(IPmWbf^W^{ZrTxF1|7vwe&QO+ppM+H(>4Au<$skLXBRKufXWYb`0iiix zw%XI1Xo`1AFsC?+Xz+@9BnhEqQi{od4#IgDiEO@fy;{HV$J@ub`gp zwk@LhUOwu zkI5)>@c#}pI-0hg%$c?T5s{O1(F9FK> zbdP;>LZ=tf2Z&&S$r2x?RYnCwV2Ci}gRlR!*KEZ$FJ%C?C)JwHQa5cLP@Me&Bb1kC z-TL(|WA(MR{Y}^BYykfso+#o_!*F1S)N}_>Sb_KqU&K8{-*?W2o$q@PSAHOF`AiMt z0JLP*qHge8MF*n!dmTWC4eC}{Cq`_xZ!|Ch6yRg(^ZVd)u>b=W3s9cAs1^wXwz8=d z!-m?}EbZ|hqjj_OmHP}{DM%&0ktH<&zvj2zG*ns0IHWUUluq(@3fy`C zjOu=fb!s%Q8JLgtzU%;CtoXqt)Q52?`a1jJ!%=aWHf8@c=Saw4mIqsdH6Z|uQUqa8 zwgc?{Ci`+U(*Tlf$*PC7f9jy&Uvows2R*N*z@{Yvq2e321&a+E_z=uHyFtsg*Z+^! zcbRmsx#>AC)Mc;+{<8k&`nvC7J30Yp04r{G4<3lS7GHx}8EUNw!m?z*jB{k_jOqM&jXPLtyBQXdpJN z1s7u=tT+HWy*G%r=Dd4?Oef)KzOA40+UBR4M1}$e8R{GLpU0Ie<0^K9tlsL3cBw@@ z-l%ZaH2s!rpG_D@arr@}6A%6EDI!#Nj7AGQlyx+i9{ntt49f;e!+;ocL7|h)K9{oT z3rho&DH#HXkqrB>p=59vDbrC*G(9pZwy}3hdq~bFFK8;3KAJvVj854+N^>akzwbvT zn;eX#kr2eVUCvTuAR^l#N0Nk1Wl3ma#7!e`G&f?}U#8o0nj8bo4SS-oQ^Wcn zmlA-;5g)@K?tYW)HvO>aKsVbY36S_2bp1Rre%i?0poJOkH`$=#_GtC#0v8ptsj#sU z_Dejj8_bNQ8iM2$#$nV7>^DXxU_8PYuHMgK?lDO8C)kMf6upLmHt}mh^KC(={aV!! zofnFN+ug1{9i5Bpj}69jK1nNH(|(&uC=FYJW=zwR*pdO*O&?JFa0B5?-iR>)R7Rw9 z`UR-Rl6Zf_Maq`0F`h)3H>rFZ*Ng3acee_@LLIaV(LP7Xl zk|Yoe1hxoJ>H^o7t>0YnbB(@S`Qw&(k0cfkgF#nXTl8`@%5k=G3QYvo+?Hlc7_^-j zHzC^QkruKkt`NZ(4oKj2zf>;?V{l+>0s;%e6%oMl9MPW3%`z1C1L)?S5d zD*7ASxP3PQ#LMXOKUlnI`N6(@@(Ri#J{h0J7tb*I2i3}yF?2wO1y?S1q2~;y%KrTd z&;WwIB3B1yB06pJb5B(pJVDqv>_~{ps<3KG)EEP&q1#86ADbyEENUC9I>%4+Qq{4t$iTA|+}Cvd-z&9lIN&C-1-x1U{M@F_ zwByMu5RDf*q0Ir$8%PpO7E`gZ`iZ6Ec<#tenuQTPb2VHAN_@kWI;_8AY(^mns}>0* zf`%eOWI__VHH3Xrl*o3Ua1zn$32c_bSHmOpE5|7~YGBjl2^+sVPre@6oe4{kCNt<9#V6$ms zR79i|tL;Ln_*vKAxh%M~4jWX9Jg1rtJiw|o6c|#!`ZNUNLWC6~g5diUNn(PRpnP@s)SFyh3b!405R6nHE%($3Q9xQkP!WzM zjA%~zUchs*$T$6^aov#)jq0UU?Kz5>E{m1ktbjtbaJQiYh56-)A(s5Mw89y~;fK1# z6V{pZ)WXROT0F+Q>T+GFIF@vC#-{}|Pn!i3Y|f#zlf1Ho(1bEj97>6@sZN1@lMw@u z07FEyE7P^WQCcAVoCENb-Jq_)Jc~AJ8zs~U5%hqnb0u_e)j@N6&2R!?gg9KowXmg4 zx~19?IN=!`M~k=DtK(5e#wax+R5mD6J+3;{n@jya1<8s}*id08C8`kM$)aH7GZ|&@ zQ_IItMJrW6)8yr&82m~e0Z6s*@S-Qv3$RGmCZ1H>S7m^sMM7+tpD3T+83=6aomE%j zPSGvht55ZvjMZc6!nhRP#i4Pl7Ft}bQBGXXI{QdBUs8ShJtXdBNGo+FA!A0+9+RHj|qEF8HQqSRs0RvY88-Vr}XRe zWQJ{ehRWz#C2l(0J#c75b$h}wu2{+rY-);)G*N2X-{|{Co@()av!O{yWRp%r1)^-xj)S1>6ew`=^u=hs!-t5rRt z%*dRfmX`D@?YDHk=Xcj5C7a$@#9=N&Dhm4>$GkbOK!-EBc>ANxEY~Dq{tv`ZmZI$d zM$>liD_gQqdbO)kPXU;0^8}%lO~V6HI1W$(Vdx_eJL~`zdp7%4U}p=Ax2SPv5w@cpk|qeNa@W>e;-&i`Y{JZx>4de^%uGA)STjItx8ecqgY z1juyje>a&)*m^4Iuty3O7;FPY)=RUtnUyL-7s;UeGY|Wb?kAXGRc4jWc9j98nN6og z(wZsy_iD906eYpPLxYzPpEYuO4U^5F#HH!i3c)DpalMrl3Jwpg+>9X}tsJfp9K-}0 z5QxpS%!2EJRd&zO)Rw2UQZ%B7sct*k3Pl2mY}$|pchfiT05->wah!oU1~DbBi#;XB zsea|>rnRM%>4^l13A=M~urn@{5F@SkPth04elf8~#sKXcEW*bp#~QB5cgItymH1VMib;=!?Db z?M-jxCX+h(9u`ss<4Y(-HP@fVY)MKYMV7q~hX&@lPF~olwzU+fC zP4$@u2AC-r=anp#42VmpMRm5uXoy>#^$9haVKIg?E8|lU0PYRfAzyJZBCIN+ZKlwN zq2~nv06l_968$Dn@X@JI6=0zfKEg0Tr7@Hmk_$j%PXn+P3cwhH+4-{NmKw9FAQLcw zg~Gp$9Y;g*jVG^cT}{lOlu#*@*bD_JCJ}<9h=zm^OeVvSgft+sz@WFEFdGV&nielyLz1qF&iB-0!DE#{G#j+uDQZez0> zfXHla%*d>vNQOd-+60qE!7ApZGv@OQ43t3?*TDQ^e71`V+AR0Eol#WTRoChJ5YW zV20zCVW}}1bleMO1R0v4Exj|mj-bZFfSMvM&W=z-19u1l0YbgN5UBYuE+|Q7KM+C$ zFt`eYx|tA>h)D_150;>U$;K&UphNeg2Vn#34mw9C4AF|=R36)}(TktT$e8qsM!n)I zBgPerrsC5CHx(sjB9a@O4Y>8fZf?G1IpsncqDIt{qKL#n-3Z4F1GWB-HGYG@M!B^Y zkPXyvQ;E!&o^|OhKb0vkN+jscJ76#x9vgFebUW#hOKv}4`V;YKd%l}-2}+RAP2Q2=*%);l0vf1v8!s^|#w30*nj_65GWoWsT$ zdh=nq_RW*%S+?8Or8aDGM8*gvGus592**6!w{S$n5@SdnHt{V3_ uzrt00sCxvk*)hm~o17WMK*iYVm&qxHzU!fL(RbIOiPCr9Ce}plxx@uF64jLe literal 0 HcmV?d00001 diff --git a/packs/Icons/Martial Blasters/Blaster Cannon.webp b/packs/Icons/Martial Blasters/Blaster Cannon.webp new file mode 100644 index 0000000000000000000000000000000000000000..7c44f05331431cf3ddb38e49aa26705788eff2f1 GIT binary patch literal 9682 zcmV;@B`w-gNk&G>B>(_dMM6+kP&iD!B>(^~U%(dt0f&*KhRrr^QR6S|&Pg|U0$X$P0Z7^dgh^~)0KNcBwgp`{6)s5xn!(+dqya!x`S#tt zH{*m=&+}Mp_u0;>vdPxHcv9~+Y1@o1RyAuoB-wnlrlNtY4oW~&#k6T;<{IpSSl(H@ zgMRaCFJ#`Vh?mgA2E1LHJ-uJnm=V8V>T8{39)#2pA9zofs_Tcf){>Oj-7ng8gfH6z zNvdr(l61>E5j@04dcwJk-GR$CGTL2zh|w&b>q{{J`4 zqq_pTwyn6${d8uQgV5!H;E2rmPyel?1eehN34qqPL3<)WGcKHVh)PHhC1_u;cog2k zHk^`?YOo1JC{*Eqjjv z1u#JnBuo$#$=A_kl`UAe_ZV$(>kRbcl<7!-I}9QsN??Mn3A!fh)?26b)dt@_(vQi( zP#$3!0165K0cfX1bl5rFIo*jyhhbO@^R^~BpxDF55uG}xak{fDC@6k>WJ}z)Ju)H* zf++1U+d0?{V>=z$hUWP3aSnX=j@qd-O3*AKn(FlUpX;T6zoqqP-PvkC%=S+8d!PRO z>)&ND3tbtkPjZv+&Ue2qh_b-3LhN09wBwerIwUt~`hZ;TEsnboTyG~#IyZn4V zo}tu8wMtd!ohD1yOArx}vc;T+PJ6jaI!zj-jh=05iJE;oZ7mgAUREwELn2Gcim|LK z*7Ezu8zh$)Tgy^HY0Bd&n{%_J$Wb$EX32ckbzZarf*?ret8GKEXwf-0m*p6ByD7OH zF`%ZwBU+CWL|IADY_8KWJy^krM0d${*c?zE7m#RCZm#{fT(7WmY-f&Z%)P8V2Gq<( z39H>!%+&Z`{CelI%(Jui?4*1MWHy_>e6_Vtf4l#ZZMSg<0KmeW$1S_9l=E`XY*wn$ ztVn{6YFNPq+EWY)+P0Ar{;+pXR|FBEz-=2P!()5}xoB#qBs^uIev~(h;b6R62Rm3| z+sH@tR^Z8R?kQwo_m0B^YRYY)reE@D_;I!EktEx;%pzyb+1J(Z)rZO4ge+7Wo<(K) z;e#okw4?=79F7l|BwOHsVpW6G6AbF=5I++&C=l{AOTRET^yM`iFr zoh&;@M2_t^t{WZY|N|b>3k^&eAz=y=q5QB)J26R{^ z9ZUFx4sr`e_<~>xz=4UfO~x4FOP)f$^{sDCcw`T70P{hYGI{hA2FNjR0gjO2EQFsR zr>d6pz+IRt9Q#tko!os{oN%SGWnc213S6mtpJf7Hc5~t3!X~+Pz+A{}FcSinQo3jk z$o$LP@2z2GfJnsBQh*HS3;VU_)>F6)s#!UUa7-fQU>)cnmUx(NjtT#w6TN_}?s*V7 zt<~}~V8{?)Wz-V%qyuWB_~wRR9?j!ki&BWC%%kHC1P*wsdkUq#;I2`rK>{^613l$O z?sA9)!wMSY1P&sF&E{n+wFu;wj=u1Dv_k(zNir`?gU}KDSaMzW38Ihrmn1&A+6e#thRHL@wJrHvn%pwVcQX=@&;v$8aq&a0xd@MrVoMfd+2iq62XcLWzdd zpuxso92qKF&m)~rgeC9uX`9dN94SU=H6XDvEZ@z)+X@*-!Pk#(#pNsDE^}{=3Hf@b z7TUw)t?qzt&KjM;dGMi2!d7BO~*)%!(8BG(ON@35E?nwVmGx`!PI%eA%mv z>FKzFxox6jkd=s$x}wP!IXJ-x*^mniIKi?}DG6+pJ+JIFj>mAc3^;KJwa-drW1F{Lpj5;QZeM@7wV!?-c&>*eVz3_DY$E>;&%2=ITVymDCRP-^nQ~ffn6lvw>5sdPN+f zc!xoEpRYSb=w?yWg`z8ex9fk+lGh}uyCDRTwAe7p)i(di13WkaEFS&nVy%=f7N#x8 zt;q=ohLQcPBV}lg_<<>9i^+|tW^dVq!y+ci6B#b+Aah`mZcG6&#Kqh&-7cPd`{}nA zSlFWHFibyXp#1G_`4D-L#*=sBRodgk?x8Sot#TNec^L`>z_vVFf@;Zw$(}k(cn-e^ zg%&&Ir|Y9HK1Fl7$#mRtIt{n3YPTk^$FdFGfG+yA^FqEQQ{9xiA;_H2NNA+ zwUf;%iu}2J!C6<#;*EAyrAALL!vZd%<$mw6Q}=BiQ%7UoVu*i9)|SE0_Kq@(QORkFx8ertp&tXZyUe-F?R*Ycap z3~UilE9=VQ(F4VDzWH4vPIr=@t^sUmv6!ErWPaDaoapoWL<!jta68)g@9zXTRN8 z+uLz^GLwzd(1+SAEBr>aUhqo7zvAobU;KU!xea01GS>1bPj~XEVwr6U-(ADqPWJ|? zjQI+0o(IC}#EGXrza6LJFw&-iErVX{9w@9j5}$-Bf9*6CPMN`t3{l0%d|Seh2vm)q z>`p!ko+Q6wy@FOkAKv`!vz&O9hOiJh81!EG*0-cexTjd~Y91ee&GA*^ynG2)J#deWID3Cb0L|CEU4k%*n#9p>!w-?4>}2LeZ+y^O zKJTBXe3zaCeo#ZOthjd1xJ`Oqq6XArxlk`|w>R6&(8NW;aCvm==%!HvC@b8k3)E0b z;6(p-inslLEu>C=&pH6Rfpq`w;z_!??n!b4_vlxYMe2KV$1bH`kFH6T>QK|dIpCdj zlU5V|3|3gi0tO|o;EhZ+3Z4fy@VCCc>W4z1UYIXuznt+-N3I&&2p%3}CqRkPv}Z`| zWFN+)O(5GFjcG8UWG(w%DILu|FgU44x_{zpA8UpF=K2o^-#FT1-p{OdzFN#bezb{M zNB@kut_vlI$793+3aUGm7vkzn=yP`jl1g0^o!QT^oR+z8F@I*a`Fb7`dPdpiz!3@6 zf5_o1xo->0_@0~;S>_lGHz)6tQ$vJLpN+V za>j(FD7#du6bmjHj&0u287mcv7`{etp8VokpFf&{sba8u?r|d=B}zizVJn~a<42RT z@$pevnorY%W4;+obm~ZSA!$ps^y~9%)_30=DmI7pdT5{CL}?B4FAUo9v+ju)2YDdp zB(y4>pXiA}$qbFSuMNMELoAb+pS^nNKHKB1y`?w2&MucZXFb+R(-Gd{N3D!wq6@ws z>~=P~wG;hDfIfDR7?Ko?q=-T~e2w@aPVWXKp*qKdm8@5#NL8OWC6 z=%A8zQ0*^s&x5AOT{E(&fW_jsbbj+aXN=3KJXA(^V6}Sw&?Jbue~Z8G{F%wm^H5tn zv0?-nWfXV=)&lT)T)mDVpw2ff-_h}=s2Fzr?z%Rs=M6%4zTdISca}u*ZlH%UuM8EL zP=L)cf4KMSs&4q9waI(N{a9?0`=!e{}ASSIzz$yZEC~H^Til7_l4q8 z3j3*MsG%y)#W(9vl%n=;VGl? z2pvomwHNMOY_lQWgnAV7s5#O;YnOb}-sS1!(2)v>GH^sg*jmztj>zw%!#};Z=U69u zQQJnd3jES{x5`#5%J!ovYw4S3;GVqk_* zqSnWMB3auH-vXPUp><@;^l9T+bMsHjueUcpU;+?CY_t@=f9;|EG;E?>kbI6oV#@Ru zV?6jY{d>w$BFo}|p#+reVKX+8qFXI;YAkhLL~|c4+d;Kcz!=lfIm^+4$l_BCb)-&o|uNKarIzkv#1AwgsM2T~iE!uLe(fadccYjR95 z1Waa$et9h*l>#hF3slP!jX030o7bp9;iyEV?jsis_eT9r+n;v4WPNZ>3+^0DH-tFuG5X5Dn(+IBWiHlIWq=W zMB&J{A)Y{bDDlk$986^$XIpr_*+#%7aOfHqv{Ds~ z?k2?#VcAXqH%6C&l|*G6D7-hlAf>qGUeAvYjVEvv6i(r868oyEdd0r6loQnYiFYS+ zWFsgN>f(dCK{)il(Z>lHY7(j*1|{WVoau2q{7o8zAsdrM2XNhGK|vK$@RX`6HV~fI zDYg|47=c@712*^mC8IF1qIE=P%@Pe> zdHbTyA!-PQN+x+_c@eP!$}OiD^il?MP6bwNAQex84%{2*Y}x<*ut|UhQzkeaemOGo zAZMaN5+=yXN5Sf=;-&W*~B1z=<3Vl*vO7^uixN%F^fmlLu(`@dP zPnlL$fr)>>$*t5q&*=+YZl1&-u@Hr&b^{RL=G!6~&qfWLe)##(zWIBpiJBJG3BwHj z=X6JzglY@|0@^lrRg|tCW(3;%bVR|C*L-8MuYAu`evC~rn`1~jhNMfOgl=J64{cHI zKEw*SLG|aFLd-E|D-8iN+S6jN6p^xer=_3ZT3YBp@=RKYnSJ#~f4uWIe39EY@ZBs$ zD>JtXKxrUbC+5Z6&`QYCvaZU22F~d&-Uk2)s{bKBiXX*eI7Ot+)LpQ31YQ9b=q8gl z8Nr_16pr&#Ac_=HKdd8gLoet7gIHN%g@td+Y{$Kfi8w>v{9^Y!n>2%Bh=UEYJh-X4 z%y4R{KA|XUkrw;4WD<=**E?XkR`7D)X{Q2689n+hVy4rI|g$>`u!*?@)2}8~# zGg(bivVLfvW0}vA6roVL#iy7^l}^ZmL$?4W^bw6S<_gDVX3@*cR&;T(<2VlTU&=sTx6;6E7 z(TPI1GVL<4ac-y!kz0;PE(9=+Pv@03*lOq18QA5AEfZPC|>yGgaI7LR&1A9jQpsm{egA8*PaN&xP&`9*oss#~<0r zEJ_u68VlB#ws0DkgRI{vgcwS`a;?qRzA8Il=PN?EF~8v1aFe*2ZAm(kuR$ptWS;gL zpdD>eCAkv(g8ZrNUs#%ip7|CBjf_!19Rrf5;R=w68dEt<*b0^;ybSCYRcUd6n+F6R z^yWR$onfMXWbv4ah%riMJ}irN0&fQv`JLp2{Lp)1NlI7ksp9!5lpPQ#qa&;2zv zJHQ5YtEfS=KNG8w0tbf7(G9{th*!_R1HyUNUmsRB5l}B;;Vz`)uPT$C5Wg_GW6_B- zH4_#Z<_-!D&82;!sBG{fY{3IpQv=)0g@D;4u{c9wkGcn@zbFG} z{!1!w#KGtzbV6C767-roM}blpaz zXcH!12=~mtaPfdEb83m_C?b11Xu`^MTRzoP_If;NkGMr5irjAE$}skuvK z6#EcMwQeLiStX|6L+Pn8mo+Y5T=2`wP<^VN-;r;oD>}EsI4YpYMlWC)uz@a@zS_>iy@d85>`;G`JwI)gwBT8c6`aOyJAvOGE4=RGMMH~ zo?rluJiB`(`I!*39+f8pgAES{$L4f3j*>sZnUCQE?R!NB4#1zlZ=Q7=DY^3ZILUzP zBOr3Z^a%iuDZCmCRYzjqdBN9-mWZM~L9$q8yMCEPlUqd7A7O)^0gF(D}(${b7lDb4?q0sYhDM^UlqsPl(b)4=gQTO?nl4qLiazo$bJnR!OQf;b6XZN zk>rMzSk91F@nXcuR%PI!R8Cdc!vuF*-t_+>-}|#y+gDOzsZA7oVGekrl=7$ZkYz;2 zprVU~lXXpx2MnJe6d^8e7!x~R$S#2>;RiqLfOb>!))yNuQq-*)(0rKF|3KL zh`MjPthHm~m0o3>M%I?C)+Ht?7Ga==6>mr{ls(4eIjFaODb&iS9RCMdl9(_7v)w?v z*>?FH_70{SpC}d~7hW~F+_ zMNTX*r?GzV2*XqHpuHxS)7mww7DHLJ5%;bL(L&;s=vDM z$?;#)q#vO>bwMgJA)Bn}SubFaUwTLcc_|JTg8WelolQ(Zj^!jtz#)yj;l!)#ABn;! zD}zZs$}bb8#BOATiyaN1tyifWMYgriX{V?MR_yfK)l_O}G$oon&e^R?ly&|h9^iH- zvtF}PE|qOAKZGfVfHwAL!5ex3KC}j2v=|F(UDd;o{FnSK!bz*uCd&YS{gJG!1Lgvj zfDmg#knDj zs!{d%CGFQ=@YL@$6f*7{Pt8&F!S|5?Q6RDQNj5MsgN+9?Dol|u)db5d)bItJ@^$o` zmrsm2!dvT6q8_Y37~7sFae9&cYR5-btjvd7W*ZRqgFP$oA>pP1L-=-6UFN(iS+g(n z##vNVyy?~uJSsMP(~iSdRgi4#(Y9B4i49Z`Rw2RCi4Jb#s-73EUX4iRP=UAk-u_@z zAj3$AeBe*Y$Z|$hzbWzgk%SErkc5YCw+V8hOHVnITc{u6nApt=b>pi2l}H<1T#4np zUf5G++;JDy)4T(5$`z*AiWvYB31`@nD1*Dw)Vls5P%fQ0b$@6SAgA>LQ0c z5z0j>ifE|TI8Go?WW+4LKQ-BSPEMMuc`p_Q$_TVoqarAXhB~a3wy6a{?CQ7K-xws{ z7&6fa64X%@6)5C(A7+Scz*GvJ0gPA>3#>DVQ(gt^DRRQBs}k^-&DF@GlE`m)Gu;_q z7JA6{C#SsEWPdTa!A)2m5f-dyGljEJY7H-aRtmRqKp{MvzD{qQ&H!z&7FJq&yoh#tj@l*l<&bumBFeRYReCpBE#%UF7s*}u(Ezg&QFA|X& zrLujgB}I4GlT&6~J9_*9gtX`Uz9W+A{ZVD=Tnw)EomC5j&HH#U!INzwQjxFqg9U^mgw{{*>C zWDV~s?O)vzQK|eJ<(4eYuXu-cID#QKyjC!dfE{>LKxL4GL(zafg~D8`lxo(9&XlLb z3sP4_hJ#bqktBf+XL69eYjZOToxYEJ;R#$pi7C}RSh@#Dq|9|kl6GR$Dv>v95xRn@ zf>g97G10;i1I3uVQ(UMrtXA_YjLZimTh;`(Fg?tDZ;~5D=%rJ$Wy5``u#6i{k))Oy z1<$f_#@-qWR!!6Y4ON031+}1~vy~RK!R)LFK^d|(ip~=iiFMr+r_%!ca=_+Ku@yXO zJ6aZeD(a%$nTL2>SnDPT$5i;0`fw9E57mp?I(?gOWMOw(z!JkNE`|MhbjeaIF0cMN z*366lL|2R!rpJ%zN*bSaeQkm?YS;EV??ZrP z*J=(OqX#k0vz@I} z-}wN;%32C`j!*H~urevpILSHc@J-{Kg)T2%EX%D-@N{xxiFr)V`z`)+t8yst!@Sl4 z?Hw>E@fhJ+*pn}Gg^S_v^A32U#D2eR6V}R|qpcue42TgXxN?B4i#>lNMKr3I!do7B zy-RQsz&44y%`_y4#q6&2;O3T7Fyv6RT9IAAZO0AjCQL^_+%}J!0N)nmvGj}AY!FIS zP?KV;Lvj3YDmoHsywhgJhCMGsgm;*PzV3PiVHTT;Ov{h>w<$@${pbnQyupJJ2l0v? zSvbj-RvckGA$&Usg39?=4_!6dYn}+}*>SSk@%eH8D=TwJ#~grOJM!JSP|mk^h#sj2 z?ua(i-jdv&J^S~d>qtx|jhf_jsHVNVvXp%-i96-+F0!BsN62}XJVZUI ztLPyOS5=@05+i&kx1LUJU|PWsm;|CyJo8#Damiz<>;VtC$n(-08hbrE^6e3@dWjsC z(HfOzZ&;96(q@-QUPs$tgqD65oE+_okxbxuok5>s%rqOv53mkN;c#rZP{YJwNq+>b4ywkwVDx?SVe_pvD(fJnSaMzzDO5cz$*?%fzZ9E$Z(&8G9V-q zv`^?zTh^iLVVd95REa|ABO6!DMsZLM6JRQp8#WPDtfD@t@t{_6%Q89s>fPw_Bw2U2 z0IwC@m%H~sY-ePRMN%?)D2*4X)@~p4aIi$I#|wBOH^i$O*IEGEfU7cUPf+d-YY_)v zxUBo-+&n4hojEy3#!@%c8n>VnS`Dej0+6$IL@t|}8s4No5WGQfn z!=3?DY7uas2s=>#Jd>*zVO^M$_wv79^JtLl`^XNQdFbxZZGOz3DVED4C-e(f`2$7- zV^%>On{nGL#7>h}|OzH@(|Fz((QJV$s@mbhRZyTRf& zr0^8(5KDm({++b7Jn;$FTOo6K^SF1U%A16W;JTM+ZL+2LY}<*TQ*e-}8^8S|IwG=I zhV5wj`Flmj(97<||Oy UYj#Kjlp3>G@}k^&7oz>B1Iv-2k^lez literal 0 HcmV?d00001 diff --git a/packs/Icons/Martial Blasters/Carbine Rifle.webp b/packs/Icons/Martial Blasters/Carbine Rifle.webp new file mode 100644 index 0000000000000000000000000000000000000000..aac9938a4a65a96ff3753be8afb67930a787e57e GIT binary patch literal 8354 zcmV;TAYI>5Nk&GRAOHYYMM6+kP&iDDAOHX_U%(dt0f%kdND@4k$dj8*{{_$NQ$j@l zCm>ToU$&LsEUR0#{pJcm;O;k$2mskzX4(hXR)DSjBnhAe5ZhA-AVvDln*4 z8C^WRyXG37=o){B_#onEB0rE;ub%!OYpezKE5pAQ*dItv%o{*Jl>qzMUfKOkL=Jb= z? zF66T$0R$YyN!HYumv=2K-O!F1H`q-?DYK`?4BCx7#yj9>LP{yqv&EPxLaM|701Jl& zWELr5=L_h!l%#xP&#q=0s3XF(` zhA_{ZF+E$%mgm_hW{}5BIkIO@fR(+`4gi2mso7%^&M$zNDgDQp!{O^3!27nOd?mNSG4{@x~&GUm*0!j2OFDw(s%l(e**`B>q` z34nJcnUvDdtb;NC#0h|8f1Ok_D`m_wvttjk$Z^@#470waN9;1^A3K28rg$j2VKfrixE;jlmao zjnGysZTQS>!SDx<7WyvUrG?jwSQci4wwy`BQ-RP(k|QbV{Qon2{viA$gSL$%C3_#$ z;}4*T39vK)z#_*=f8W%Z|~Pw`Y&)5zeS!%n5T7^(*M6v5r?Sq<8_Ly)PU!^u*W3fj24TX1_8bZ~dKP=zN+ zvQ^u*ZOgpW(pnp1_SqLRGsIRlIKGm+62Kc`i+Qcl`)E*Wao>_8S&}5#77?3A-*5l_ zgZ)&GeN8u^h`;su?>NB&55WA22G|6kEfL;g8)mDGg1*mF8SNBU(S%XQum>Pu*T{Ww z3iB(zg>|oc-9=Ly)j$BDZT1ybt6>7L2#^6`9EeWS8^&HM2i1^F$W6qrw4GT}@1n`W zBS-Zyha2+n_&in^)Sn@vCKLO3FCb*B*j5+=eR;^F0Ed2+IWvg}zzj^!VZed-*?O;W zuVLhXm9a!OB5Z~QQ9yy|?Gd_*F#0)65N!PbKEb=~2r@7bD_Ffzg94nVp}PWI9;r50 z_b{ffP%D&R5TIOh7!UtUzYQem7uPe?1g#Uqf`nm#877X<3i|2>>rxm5lSc+Cp|^+Q zK?QYUVFK~9T~?uMocUM-k6152&kh)b`Ds+^uqx(@6z~fm1j#v=tjINo+T@WQW^W$^ zx(i0lZ~w&90m937yMO5Z!S@|bd|Q7PV{6`Gb_p;)O$5Y}1G1??ps+kD zS0q7S-7;zwSWSeiO9ABofHk0CvB;DdW~SmX*;#R#*x#u?!EUr}w5$p{65&w>60f;{ zmO!V8+@;exRd$jLE5Yvt!q8XbBcWnNrxGYg5EEgwDC!~{2!@h0_$X+Er*?qXM^8I3 zY2nDCMYT_%tWXJ7^vM-9@(%*iws23SA7yRR%=1&_)j29wU4(-okh=q9qYw^?zOf2O zP=HJU5JWtTaM}|qdCW6zZGOHn@tn|}O_VtQQ$LmYE!w)R8c5P|`BRqc>Sa!g^Z%*n z0^G07wz!0m$sR%uk&`giZL&J~2rJhFbQcqtbPGE`2>Z)j1?ca9hiwPi;2R(9(I>=N z0_+tv?by@`P%mo}?R8(lMK-uo_muLBlky2d?bQ3Y71R@Le5Y-vWdjQ&kzv$emyvdK zLNqiSs#-ze-gd)awNAYk6=>XD_9DOG8(rWjE_CCW%#lYsgY{OO()KH*yW5JCFph$WF$@%}$C`GXn1rM|JnZXT zINXsH6r>!uua0GK_tkL(2nz_Sym7)8y-YO)AcT{s0nP*=m};AF73isI@Zi6mw-~Vt zOf_U?ag*Sjy2jb{JcUMbJCo8S6%gSvF`xsUIAUWonK}iSe1x!qy$`DH zdjTC#fAql#pZx8KEyrJh}merv0g1ulG5UNnFG>SkbKpgv7oeG_KvFy~Ws@;)om({rPx1 zoyISnU9pCz!7@PzgH@mUt>X0Wm>Hf00ns48uX-&|N2PFHoDQ^}#SjhKW?COAF1QX( z_I}fXAkKAeTna7-^NOO#dl2{=`W(Ndlu}TqqMI9_Za?l^`&?RJKZX82_Q88W8b;DKiA}=~m*+>{_xny4 z`kniHUbjQ=tU+J@wJA(>W9VSXR-qdsK&lMi{bjp<{sY=aLo-|Xcp^BDB;L$=Wv~!R zqEWI=G#fY7PA=v|JR#JZNh|fq4}CDf@8EZ&jq!#to89Z};zd-Na*m!iNXqEDJ%9U) z{l9U!ZxKZQ(%)*lomqRee#9Pn%G=qKQi9iLpTEg(c-r~FTTC^x%@9b(Y7-UfYJmeU zEZO)hxCmw&TC1i1S3xPQTF^RDz2`IeA)qcTkY9* z`Mt=s*BamNWz|CvYJwtS6Mg~iLP-(ww)|UXCGpK%<2K+l5qKP!S%_z)3Lob(>tu_S zJsPG`4ZV4`h;Ti3s`K#!4b-KFwT)XZasfn4csWi_M-evN^ zThR|iiXi3^T#zKjJunsFZqCG+Zjwig_WW2M{tb#D^_z|7tiS79Cj=6-z(zbyqt#$0 zw6Zf$*vCY7MD3T-JpBhz>$B*DF^8rEE6+wuiJ9mZa1HGd+=vwy4pLtJ9;X5Q2rH$# zWabUCiwWF5By)vlwCQhVzP0g&S8DBtm%N|g_06FD{#XQZcSnNWe?rHPH4kP13(XJ# zhWx;=?ivHt0;VuKN_%Np>M|zcMx%*_+HDMG(Tzh#t>8$^d+vrt1 z3>r{C?w+jJt!Xb3l|%ZBzJEMFJikjCdBf~X8J9CE3d?KT8ER_0OnX5Kkts@6Z@lVk zihyC^JAWm)xjXboZ-=hojYg^bMc8*DQ?>IOdP?mz*%A#FoD zjSs9%>`_1(;Fby9$|)Q_s9t|CsXHfjQoCx6&V)KyDLMLIfI0KKR*H=3lR|z_I;?=$ zD3zDvOcv1)3OS!m}&o$h>(G4ILEk7hP1>*9Kv zute^T8ZR}izzOJ>01Iq0DJ!gs+EA9|P?5Z*fXh3Kxa7B9$({k#Nc5O?RsLqbnctRO|j(j-0NE>h+K(yI~w$ z2y?aW{H%I1%vmW;bKNS6d}M_xh5J4V9df~l#j9(Kit@TWv-9G1^cyQ-;8E@1oeEiB zK&(2iVca=L-Q@Y)S2Ph4ha6roJAr;?bq+sV=tj7umv+|PsHyg|xwTQ(w(v{Ged$^G zRIAoV=ZEuZZ8r-wUtkw3<^)fbtF7;Hbk&Eupe!M>qaS1$I zg;HULruXh@Tv9eMH_O}j3`#-AUqrPzZZfTkbH!os%wMsU?=MCo(#0!DVa1)`&k!|I zm7-!_lT;RYt)!o`zTr1FzPr`NiuNGz06g*$2XTEujaIaL$EYdqbk%#R7f*P%ew=*~ z#m%<%xua!GIV*>$o%yCU*iLnz&jxzIUCbp)6`TSf1f1ZJyTWr#Ir_PO4w>1_Zb3P2 z3m6^-Vk~!9Io@<)!5YNE1>=0h^XB@A2CQo~F6GtHacN-~O;6w&@zxohG?EwodgfJdbFo1*89PyOj zp8{I(h2>b;SJVnliw{jcx%E*u4n?I#Y+x_o=QhD{fAogs`b<0C%*|+v#NEwmfY+7$ zL~=?R7~*BjyBG(}#IobY062(O0930{@$5z(jpx7*JrAmBl<}Rxub944RgBGpcbqey zV$o8ZcHUlpzL28e&Op$7%drsl^F0Q#1_3MI*D_`WeQ=T1{+uFv_*`127m#D?%j;j#Wqyjh#5?8#d#Oqf9m>!##6(H7GUoFJJ5R|1rInk zm@KRl+DpJV-jB%Vl_oA;Eaft493z(l4*VR^9>cUzv3`<6pWl}|#qH6C^BAngdKLMg zF#>r+<;Mj99aOoavfXHREr#z7SYyL68W&n$&|aOmw(#gg1LCGv6b1$UhH9{4#Ud8b zbni#J<_dPP&2bONwd3%l_SAf~^TVd!EjozdqCgVuNF6;mf4h;-J6;q^7u~)?&{+aG zq-9gS7G4_ddY~+?A)3{A`P#q(>K2>{xrs1-KPXrZ)Sqd%u&=mLy)9hOSTjQRQ#Uup zgu2DPpuVeJ60Qh=93t<|TG(|04Pcw_Ao=+q4i5Rf-eGhaaJuko=NtLB#rYN%O<>fU z37NU9Ld)XxJ-2AGu`0}!%qRiK2iYJ)&4e7y&9wfVwjFVVSn{1+TP%bg2reDsG-AP1 zKsRP#Ot)^lue)w_^C%$B?---N;0|t3gPtug+`&FfZ5=UJq#&acPpGx1h+?vH*G<(T z0n!7J0Ocb%U`t;d-p10JhuK5zxb6bf%?M*KYtnG2Z-#XrEux2Q2mL|9G8=-YC|(sf2BT2a?Egu|jEQJrw8Erj{1 z(NKdXeyXpJSW!ToINhPP`6K@2{=w0|z$?ypvqOCTfI+KYZs4CzjgVfRNkyU{*eUuY zFNG(8?J5vTv%HP#ona_8IbbbAQ$2YQR*Fu$na7sb#tP~=sECIHIdoiP-Twb+4%N-O zdSrAzE;TsE6{TKp95o&Gd`AoP)_1n0*n{Yd8c%arq6bT)jPAk$EBtG611$#x6|~;V z>(4CYkAWLwg__YISD?>a9TXGssqF&jzhJ?{3!5r%b>? zQqvBr3_R>sWubx&-n8I~3C^(C@}O(A(LGSyR`9xW^=&=}^0#PhlzcvQSVW56l2-i>eSXSO z!|kGc&bnUPzi8q!R^G5oT)~H_Kv>)2pi9e&A*Ffo3|0V3T#8{jrXbGYesof)PRHPc z1kEYcQ3}AMY{ZZOp;Al?$wa!a5y-=2-WgN@T%EOQUKMK;tpqg8}e5Qw9@E<*9 zxFgj!Y@tv;M({;-3$Bds z3<@j%EGcFjofMK;tqhUeqX`>WDnl{w&nI5F6&4tEPHP*F-#o;hPDpSSU5yJxsP-{- z5y`S)}@Bcmm^A^C(c43>UM7L--#s8zX3#5Fg!vf zZ-@tdxgL#pQeDUwH~;(8)koW!&bRFQ8NFYhSCToLOjPwGSjgsNpGK@(oJRwF{WHgk z0z&rKZOcMgFo7Jjket*JLeRv_eiXwami|Mzz&?i-JT~M&%8??TodFt4Q>#x)zo*rH zgbU};M3})UnzB3g(S^v{I8O2Gt96ef)R4z)loBcmcXtRekpr1dXDVubU_4MoVf3Da zigx>}w%*Pm_Y%8IVJ>8kctJ|y<1^meaL|4th6?Cx1xxN@Aa*4?f6h;_XK*UJG) zsGGtyT!DTOsd`<%jsI2isAtZtp}2mkwMRS&Ei3q~1QPCuZhQ@j91#S|uFj|rKBjfj zk7c6eh*?XfvD+QNU9-TS`YE$8)@*PPF5^_ zXWdD?vo7m>0S%EnE^2#goC8&u>h1S&2)&VUbm;b}i#1D1hKa@SiN zvJeCqfR34?#T&8GX?ZKOI1|ARa|wVZ???IeAg^T^s*s*(jg5OA#Oc-sO!t~Ph6Xf^5 zKZ}xL@Hj5HRuMo=P{bavKrpO&DqfB2G1V)d+$Ne~6~Sg6DXj{A^81F1`8zd;<*>*dy%*|dJQc*99w~nr~r}H z#q0*a_Lu{YY_Pq8F3JU`#!e|6d?W`yzdObsk=!A|IO~f~Y_MX*diSGszP(S^(R0c-FDFMfnL=QCj3qly@oSwzSrg+LWBcPpVi;iyE&_fVbOkKXF- zMCzU@!D+%+Iarq+g7K#J73I)Aq9621Unk}(j-`%*{$wp#_vgPG6D(Fy33W1n(0)A) z5KQwAfOW2m)u(z`1`W-l_-udx&6=c~W_&a|L?K(by}r>bzL zkDlQc(BbPk-r8+<*dksZJ^^STerg4kqsZfntKYkFU)>U=Wn^XPW~6OXCk&MZb@L*E z32uJ_hvQhHRqB%V3m8A`zZmL!mW>g{68bj8ztvputb52De%P@yu5E5;j|*e@a$5ME z^F_F~Qdm|h%29p}0+HWD3Ck{!S{c2_kyP zqrWPd_YNnUp=rGIT*>oK(GswQ+SF^cAzCa(1&b6^P;F9uhmvB>h2pD(r58Mkf}Vf8 zV8BRMa2AY!eNBU^q2N=%({w5l$XC-)Z%3D8>{HY5kgl z*1Clf-w$f;YM}PtN>O<#{(!Qkdpiklb#nA%oQ>$R$=No5X^eJ_^;723WSDR4Bh=Y5ikf8 zPsv?PmleXS3ko?L_?RZiM~B0EF}TrS_~lcq6cjxQNejV=sp+PrQ5A<~`K%$y)6>^0uv;?(u+Fd#y{o z7uIx8Vfi1tQJr%*svRW-^pd5npgXN;4izeO9?W7=SzbVyr<>Tuy)I2Kuc?}!b46}^ zKn;?~hzK<3s0Q8_@xjk-a+BE(I=616N0!-7=O}Z&n1|fM;Bt4T$eLDl{KxKBTin>{ z>sl)JVG4!_q5N7|g)!LYwq%qaK~{r|*FuRGNCkT}XxF>i)qw6D%e^i|Z9z>(seTLQ z>UOwz3psR;BC--CG1K{<_lWAh13$Izem_fr`&rp68REe5Di#q+vLVmkwDbzEvBvqt zSbq0ueI0KiY7`Z6s=FMqEgZtDOO%;oGOY?%d3jd)#FSwnvC)u~)%5AL2eQ3G_Uaq` z&JFQ`r2=pKROqULb>lW#wG{|R>Ap3SaxYTTCFjGRM7&8PnyXq_5ZHv=WaZDb!Qp+UHJV)B=xa4F`is;=u^nr%D(slTJ0s=Fy6J81Ye`_j68}r zk!5#RNh)RatbeBo(~^!~BD!HfSX55aBGUO*s6 z>2gjD7F2NzUJOp<3cEUQifMXOrLyAp`86n)ylr(9>FVz#7RxoY@29tCq5Yaq)z6Nc z_~_r0673Zq4Oqk7z+Oe%8o-iGGbKir=4S+|yCLTsqNpf>o>7 z)_5Y~>5Y*xMGpXx?mP6apA0-l9NluKo9doN1JQs3QH5(($uz@Dxa&el&j!5|x5*^+ z`wSQuCqE|0M;-*1Eerqs&H3~kapGxep!@B*aL7uvSxhUgHeNK|pUY&Pd#WPkWwHdV zFm1f(taON3$?rRvQcLNu8|02dmEV~7aXL~P@$x>cjsW4-VM?8eCnSTvJ zHO1M%7#9{Y$eHl_F1hj_SicrFR=l->WO1dm#;%Hw>rw#Yvd0KptD`v3p{ literal 0 HcmV?d00001 diff --git a/packs/Icons/Martial Blasters/Chaingun.webp b/packs/Icons/Martial Blasters/Chaingun.webp new file mode 100644 index 0000000000000000000000000000000000000000..78f2af505071a2456946f83bb2eedc919533ead6 GIT binary patch literal 8308 zcmV-)AdBBpNk&F&AOHYYMM6+kP&iCqAOHX_U%(dt0f%kdND?y2*x4uj7d*Rji>n}_ z{}V80gyPGd@yCbf^$EALJ^=82d_?zeJjTyAkCOM`ycS8?=@8sECiHr~qdV1QkG% zBwMwTUvYQ%Qn-wMu>VCdv=;>A*tQxrcPVED_<$2c()C;@Wn_jVcW?|Sf4;}wlC$((?n$K_y#0WrFFDt`MM@LHKT3NFNAYy)NQGdUbQc4fX z$SBwm(|Aw zo$vc+5j}C1@!K+4G=f#F*}q8C?r0hg{A{}k(|PV)|xY4ABZ2n z78V4@#%D%K;R3bPIOT+%}RUNxkMS)C>RKt`!r2Spon> zj^$KlR#mg8d(^{B%goGpWiazM&{r_snVFgCG1Gw58c8EH7iRuOnzV+wjeC3hQl{mV z9ivd>#)G;n&&tuJGM| zCX70UB>({nh_tCo`B=oO~t_zd6FZkra@?sC1yS0|sG!9kX?)8OMtu;9mejFnA9RDn=ct zcJLfdGd~El3$o+yzr}PAlz+{iD>(tQ=j1oduLlC6^97Xkp)aRgUu zKtR{-ceB@NxO^+nYk%Gzi)P=S z_Z{Uq__Y;hm*LaqNBg7w|DWx3f8X5#rMv2KRWNaH3yZ;Ooq3M%St&NqHt zM4Afbwnjt5^TuRe^ZkZC%jZoj{M1L~$`7;#nDGo@1;?t9!wCAy`yZI2ftbO!^UZ(p zt$!FQRM*OjSrR`HE(_Otj@;*rf{@vDs*y1BR!(}E767w}@H1dnnM?EUBb?|D^^5*A zei@&1Jl4*znBnm2KuiXT_n&xrlPvrMI{(vI@R`r*G)~wA z=fs==val+Z&w)HpNt&szvx$Cu@kE+WJE%zZI$XJn0Rs%!XL|=)%B0(4ynKn8+l+K9 zk_WRX)~{>CJ262^Y7mb+7FwzFdA@P7Xble0A?|K(M;QZ2s?~EXBzB}`o#W4uX;XM& zzb8}Oiv^pz(gT9`Vm~hYf8$opJQnOIpl+fmO}fGlAS?`Y*030YNlX~UqQy&;&&YN8 zcuT&=&cy|#QCe>3@Yo4oIZ1-Ji`GFd7$4kY%UVXGL3~U4fv`TbLZFbcS6}ZZHipQ~ zt@wMZAsBUU?}VD?6@p1jn89<%H!+VMbPEKFbcoZU=;gCdJk5H)1anwu5P_wLSi(DU zmzKoJ6ElJ3vN1+;Zo&C{JPP`akD|`%|J7KJ0a&Z|sch>tpaLpDe7@Ew&;TrA=9iR- z8BDBTnm&D>j9RMlM{n7A@MMWogi?~&2Ue3*YyBYt6PGAJS5SW^FsdbGlyjx(6?_L| zA5rr^#|7O_&O-N-Uklo#DNx;H;$lrhJ6%|eI&esiwTH}j@>cX!K`ccWqEmoCR(5_0 zOxnS8#s^=as#4O0&@ahW57uf}a@n9?3GYp#W)NHrAcb6jk9oy$wePE<=QPMov&z&@fTOUK&o=rhRLfSgwnc zYHH-9!AzXt>TQCehT6~~9qnCsx5;I~NfOR1`y#UaO*nVLFkEmkhMi z{z4fud-Q`_33CN?jt&`_^%HQ$dX2@d2{T)T1!(_jN`rVZZyN7+6H`XRbSu`_`(zHg zGokF)m<;VhoKEi00gEaC+Mp+BEv`8~#1-(;3o{|OjLwT~?He^9 zan3eL2OtOUF$2sHa)>!(27G#G=CojVdiQEn+JZU*m#wg=WKY$M(dzOi-HM~y!3kpf z*;q}y7p0^b+GXT9`d^1Nt?%uFDAGX%1sb3>1CSN<9pB%mNdpe#qrTt&R{_|`AcO%F z2fp6b^ZxvM$qKgV)P+;EFskZ^#+m~UR#~bUM68e&s_r19uVI6f68Re%m-X_ED_u3u zPI0Tw1+B#KY%$aM8Q1`gIfp3#lo;^o2qKCE+~Z|=_5{(rTnCH-1+I6dbFiOSIdg_Bya-G@r;#txXq|;5tCT`bvlGKCWtUF6j0|` z*_ub*_Kq= zAhO({M!wM%6`rADD9qGtIy4y)NafEb9dkSf7w@07MCEO5&Rv(W`ios+Z_%oNC_(^| zEk%-I0O{Z~6UYU84d~_~2y2h40;%RiyBY|>6%(;{SX#gx%UxrQ39Ecv#aM1!&n9@k z>|dCZtJdF->0+cDZDD$19>rwbhr#U{;jYzyj^}v~SaA^sFt6J)s;Q;b1TfSD%xF_> z2AB5p3?}92>2ir$FZ+ggm?wuHu3)DeZa)FPP}3x5a+zEZoEYq$`223L&>NpwZlU~U z!EM;u1D^!HUQ9UBEun5Y70?8;A^dfxuf(Jmhv|kg>M~G1_@49N)cm_U`ATtj&wPdP zF#R%DcP*nLP~Qe2NJI}Ykq|q5Es{`!R3UneMj?c8N@8#-pHKS3&!+mQv&4W2!VmwI9mc#lgmO*n3aYw&$81; z5PjAn0k;OLM+soRw!xJI<1KG82|ud?obJ1wqwgK<{mwtETj(ChOv@F+tg9G3HY2WdW{`$`eN{xSOVS_aSW84H=hoWU8 z;gD&{3AqCD55ptQ%|&UHQDeD5tZAAJp08|4C!5#p>pGU3uunkS5CZ(_e z7|u>y5Qt5$m>3lJ6RJT)MG-|b?S0K3>3{wi>X=Q>+&56O6_rLkH~r{GSKa?xD%H&H zmfK^zb~PVHj>`kdN_B(PG!l&zgbwgJ=XQ-#$Zq4yslQ;80vE33Og| zvl>_Nqk$9V7Q6;jA#O+TZLy6gyNQvCt*+25xjtJ#jaf#V)&^}|-hTY*S->%#@9j=Q~O>BnkSWWL(KMho2xv(*co&2_!%b3)X_<=eOad|MSs{f zFzN&Q_%JMkpe)Z|`kbQWRXW5g3Qhstn8KKDU6Fh3+7{ZJ6NvL!#rYePS$h1>$3Om8 zU#l;(U*1xGwDDjo+j$G(WcrK{i1oaSvj{E=Gg&x(K-6xdmU)&&H^gKdatCtsH+cjW zfV_SlP%qJV!_&?*(6vf+tiHfdTOSipHyOzKAnIP@wF{yGPav*15*e<5Yfj9ZA{b8^ zitzd@qs?RT^W9P#1I_tK0)a2B*{;eg}s zH4?zF@@pPH2B}ytVbPJ8op7iX!hBaY)S!u9YhgH!rc;l<{o5Pd-iOU=qX2KRMGVIH zx4#umpiQ?x;PWeQM5h8!e&&=>wZ(lI)s@QXVsKTF1W6zJylx4gU(;V zRh5#)xA7@@y>y+=# zT<3lN_svhFZ)Ri~jd2KbvT1KBGm9ujjj8P5HfJIbt74L79D>kEF8zd;d*JZV6AY|^ z2PSxj;jadT%=-TUr(m!_Rx9VgC5O@p2-CoGKzO0x z>2Q~&!GfMx!wn-p z8KPRfN8wJ9Wb+A(kyDn?uF;9A9$Z|J>QxtqW)dlM)w6C$O_`v0Mts;a5Z05GE|nE2 z4fEm*DuB|}HvS8IL2`RVZ=QoTzDFw7!?u)UgmH@Kb>Vt3sKnC}+T$a;b7!3#fmA~^ z(HS<$Yob*dA)47MvafzQ##59`F!VI*>~HRTp2_mC00~ywVQ!Y$gKjYzYTNtfY^XWg z3xZe3(=SVoT?g3&F_}yv0bC03BD4ZoOCn%8qDaz$=OuYml2BCyp&0A|qzb8?|AQ+| z@0;hpmuA*(B;jD%6`qE!OGi@yLpwpJJA-R!ZlSi6HDi&942S-EkhSNitv8;p%UJ|Z zH{dJL+y8avLqe`%NpgT$rlK!1N2~1OOsBgDQD9pg9`jybw1j1dV-Iu z6Z(O$zI>qH>ZBA+K(y)_dB?0wF=5!VSj90?HR=gaKWq1&%$kWgh=4yU{m`eM)3+l5 z4@L>|62`HZX;bGxH~xy=ha7V_bbh53K}7|nq=3ORLqE~+{4#FaC53QS52Rq2=vkSR zVbUuI@>Yo%0TkwZJLQz1+71%ZmNz2xog7$(LbFNS0&4OhmKasph~iFNOw$#EBRx3K zoF_pcn}4`yMs4w)4Rqx|C1OK@YsQVt6Bl0I`P-*sS)0)msmR2%s%(@NSz}tUIu;>I zm!g(pYEs4MtexzNr}(Lf1PTH)2u{w0qi#s87BbTfg)GPj$R4AS{Xm%HB9o@k9gB1! z#uanDU$j^2=N~pde(zwu`0JyJd7xn9v{lsWyYF#&y1A5AGVCnW!&F3;r)i=jFaL9s zlyEQ@!MU&mvhIPSAwNP&7l>8fdY|l$AQP_C@J*lbj0)o`96k)=-Iww)!*k?2R_$(+ zt46&VCxcYJ_8z5m*Uv9b6S0XMBI-!!)a>DJYtL5#emIGyj@GyJq6B`}ouqjKl829M z|3|Gkj|NQbH-EEAN1ajXLV{>wa9(s-6Us6_>a!FZL+%im`JflX%t=)fmCAr^tH z17lFa5lGPe<(x>d;&|RDsW2-bz+_gUD?XUNPru6Yhxj}n#nWKjYjdxNAZo50UdWhi4`Psg;q(O@-1xr1qWtelYVH2)`!A6!llt;n%0%u79_g)yE|ucjEGkXKDr6*Isr=gd|-!wiMCygQ$NQL z`;3M_AfC+1jUt`exu|K!&r9kZ&pV%*86hO#6J8gA_B3T3Xecn0eBZXyb)E&|p|AYo zE#CgsA@dQM&8g#NWBtG~)EkFd=X z?k-0y{*-D@$>Y!#e^BCPcmrJ{t4I%s5P}%gDwzIjNpiJSzp2XU$qU6wOQ&p2K3JBq z<5Ltyp^`1(iaN7SRZbRju#`m@kNMT#zI|&h#K?Lt8%CCA;gu!$X)qtd#7aUU#z+c3 zKb8?Qsf*vdP$VD8TFUI$mI4e$l~4iveFd|56~;3dV=WbILX-W^sq`O;LJ0`pwk(~{ zph4BpI}6AvE;R{SeEFh{=|+vthmH$h0JordIAyU!)X?>mm=La$FM^m83@Ap)_=l5E z02Q}Un(s`}RsZ{H4C}>`>oCSLBqjlbS{y2qwl7JAVDS1cJI3dQQleX=_oNv*$mu zqD!`r!=joa%tqL9+Lj>frj)j@>h{Dit-wa(yYN!bGboKVfJUX26vbJ=PWdR`ff>gO zXpt8-Oy@rQe?M1oJ~N(6t4*XkA}6SAVP?-0C=Rn9nY9Im3g6*NDcV*PNe3%GzXB|% zlGTv)-7F$o^Ki(33V*Oq(k)>#*tlku2W7p+K-zj;;YX#J&ke_4CdGZFc(s{bT@pyz zByJGq;D_r?5X2eEQ21#YxW3QF)helaR>P~Dka);bN4hhCl>v3X5igy11F}pGb-^vI z?5>bCVYi;yuyPHGnWG?ByRCMn2##CithYatr0)RNfo`bJ%+x4#dU$C260sheRsb+i zT=GHj;sY)=nb2Ej#^mJ_vJs?egW%QR1fJEP7@dYFn$Ld!wBI*2*j#q7TcO3%U&o(B zF@+z-EDY@+f*)*`A*7u-N5Ewu2kv zUUPq18Bbc%^(c`f_K{H2M8(*Ilydr<=X71KWqWHH0tHaI zEd|HKn#`N~!_KGKfJWRuXDMw8vbQyFj#%}L^_lqbAFuwK?gu!H)9>E5eb61{CiY9Q z{>TAV!B{ckypt>WfQc4OYL~qSa190+6u?wi%&;|wr5PIZGYKxJ2Q2c{q?5)AT5_xD z6JP}w2fy0=scHy{G|q_FSN4({U@&FeX6#-+5!BI|3`Q}a!Q|w>r*Y~zJ9*W0M$4}O0Mg}vqq-fQ{0lj>$0WuaXfVyZU=||T zGm2LWKA>rT(P;2*k?6D!wf1)d@*4-Iv^rAN<8P+oV_XLS6p_hvizg1@>Jrl&c@Pxg zIbA;Ha6Gd-TDb;A29*20CiCCzPiKaXdW~LDNa@GezzYz9Q%{0gb3nu zBo$sX&bk+MyoN_L;+<8X8jAf=BN1&g$*^3!r!8Qez)EH$-Rg=?BvQ8Y)tx-f%~;g_dA{n-KRy!#2lW) z!aCg`L_OHoq=`{?JEl`?i8Y1>ugJ~p>8cf#-1(*a&$hqya?M}Imxy(LUG%wOpcSZv ztug6XV}3tAq8dTtS<#*iPM!&1D&TkgiqAkAUiI-Bb0B)J4}wo_MrU@Rp5AM}ujjU{ zjdZ7ewKax>JZ4tCeqFS}cst?XHap-f%>h{ey zP_@^@4dYoH1m9zhcjS+WY0tI>#fuV{aJdx3q)K;F-#mCy8?TmUSm?WEFs&rnPDKON zCLjIqL{ls8M|id;pu`HycLn$AK?-Ky%m-;3E literal 0 HcmV?d00001 diff --git a/packs/Icons/Martial Blasters/Cycler Rifle.webp b/packs/Icons/Martial Blasters/Cycler Rifle.webp new file mode 100644 index 0000000000000000000000000000000000000000..f538a2ae1eb3eb669867366d3698d3f8c7f52f21 GIT binary patch literal 8006 zcmV-MAGzRCNk&FK9{>PXMM6+kP&iC69{>O^U%(dt0fv#JgqimQB*y*=)G(m zNv@a6^fvSs<`ZDP09fnITDk|Z^zaAJ9yJp5kO($E7JdTcSA3cvFP^{zUOtdHC#wCD z12)aP9^dDJ2{+!q)*`i5znBpt&8+uYxMGaa4!z9JSWsL}O5(Ru(OS|9{Y#^lv%4PkTDpgYib_UjqPSl0U!Rb~pPz z-=+-cm&&x7YK9w6_NSfwq2{Mr=GE~dCL^LsFBP$Lbw17KeZKAa`^pw3BZ6k#elBSv zetzz5O+U!@!Cn|0)Zh1$?eDGgbv-!4lx0<|eZ4tf*4=V3N#oq*`>DyBFp0f$K72h6 z5{gNj&7bj&Fs&%UgbJ8k4GP+}k&^Idz1;&LA|`ZJTRL&aT>LpL6>5cne1^3qdIng{U07_t1O6@#fxhwrmccyc9zxAli9cTCn7$ zO5vBI1C@v9$>G3Ff2t!d>Y?c5A-V-O6&+esE&+8EO*;ZPdg!5Y5mXeiP!Tk}w4sJx zdZ`kyJBp!7z&0ItshSS_v0~^bIt6(LMGx)(%jCevUCM2Q_t|@>%h^GN8 z)&{%^8kjDS6Vn1Ukh()3ZVk9qK*_fDM3VD;zZ8)HnUR&nZDwY+r=Hp?@H)Idh8cUr z)ZCpEl|hpJpOz#^lBCK!A~LHNb`HX&IokW&-vHHAWraul)APB~3uTZ2gugHV7XbLu zFuByl!X+1G=vViW;43r4Y9_c7xE5gGiZQR^rNUqMTJf`<^)$_GR09LZ7uUDqRwD?A z5jcPe5vJ4pO5>V62i35HoM!YFUFKrDchj7aF-P^WMjFn@_%XHu?w@jSbI{e^3Xnsr zixdL%o#8MIME*8~^xXsTy$Bc<=M;NFZ)bE;qFz{G29p*kBvQ?(9tH+5_lWRk2LdMi zR@FM}()wZ=_$y!xlbcv<&Ao=(;+z@5)0MOcNFV7ympm0Q?-q z?}pz_3}`!o9vm`QfP?4PBES+g4iggs7?lbb;>q1f?k4x&@BIGtU+6#9CFg$sZ>T9_ z)w3QHvO9N2cIR9L%^;}Y>L9R{z#ypkaI-?(3|5>`b88~{?s0G{5jVrw**5!cpaFg# zUNB2n_R9B>zp-nNSBC1WR7)dd0W~WFaSwY^U>=H+=TY#;xpOQ9`)0O+T#Jlsj<+ko z1p3yzXhLbLQxhndU>0U(X^{nhCPOYX)f*q@|MZLB`!>Cx|JFnq0T3fuXCY|CURgT} zAopH@p$yYI;Q#|TkIYfpbvF@(aC!tzuuMeJTe-CTSIl5CFUF2)+w+kNiD7(S1wQtF zechtik|rdsZrN4MOpRp#)l)b%0M@CnQU@~7q2Z@CS27Cm3tQ~YJQdHq06)zF7Ck0; z|qbPB*A|Ha`>T`V&g1@CA`kx%&h-AJW&Sv|gw-Y)AFkIzj!Ce~+n;M;l}S&_cJ zEY;Ii4A5H1rY(x}cI61fty6DBiFg{bPXh_`COYx=0kcU)@_3pk9mk?zIwF1YWxXmETE+9^ zifn2Eoj8}VFyoVzKx*t060i>X=lWmlM?4<0F&wZ(d1nZt^G;DO?N-6gY=~7a3~509 ztVhm(Fi)9StiyB6VCbR7XveW)M@v3=rQ+HuH33aN388buIt2j92nhc#{l~V5HbV?3 zt|Scl4j=w*Ii~eG}_<;hphb4_b&6P8Nv50Zg;~K%n_5m73}94v)E+^ z^>^q?GYWv20@c*pnUObf$=S+6sr4z9CTbbm%`adWvPJ;1e1DoF_kePjNl+eH0Y3#m z$%YYXHdD0gy)>d@EUH<@&qKPQ0$-aaXl{FWa^>nPM8`{dL+I+hzzLnKbKY z2DY4N-sR+syI*s3JSL*Yq8w*&{9vSm0FcU}c?29pc>szD(7BporlC;5w3dQHIM&Z& zz;ofV3O^VJK-<@Oz-zBOHwE-Afd>=3( z2@t4=5t;!XgYtxA!sOmy3%0;~|2a2!0x_!bV>qZp5sM1F@>a}!?Xo%2&)1W3>2j`E zk8VQ6yQ1abljNwIKk}yc-SROPp!3=jk#puU-8|8|x9Z4m4XtPv-ggI`&C^f1iJ5y5 z+0oJEFi&2Cakg@4@2UA5O9M8J>8{^Xx^Dd#wn3H6_j$5AKV?_=*KyQ0bfbsKDGuoB zeg69Rg@Az5j5vM%Bp z@xGJH7nG{J=gyzG-Kp75z3dfRt##GZ zR#Vubh_f@tmMnpb1~te~c5emNo^I1e$IosuN9i`LL(J$NU2@LlwA$0`yNoFxm{n|x zSFsf4P%MksvL9fbR*xNdt+Ca%cv6vcwQzPylW~%R!?8d#uAZt2HQH7T`1z8sJ<&5$_!rCGQAnS2LZ+2F_a zqRBNEcF`J<8jwX8WY7xSM2+BQH^fW|daPr;7mHft{>|mJz~>exTf~OJ0_S!ctIZ(_ z$<}oU5u6GU**aXuOSGl!Yvsu9oX6A#N9LB(3!8j3&-QC>@l|*He5_C1M7?ECw7qDh zQbAR2a&!o4jX^j>8awK1(%CqTU;x}G$%46h;8)uH%L%Pw>EXGFjw|rtlumn#ayUz^ z32Sx|yzB4m34@Gk#fSh$+*E=vjU!Xj4gnZMAV{<}Kv{>);sK*yP!EXn)q1!x*KLJZ zLlln%?3L-AE4WciD=D<7>}-rL(rm^z402Yrai8GVfbF3)*f@yGv=?4-RtQw^N5v_+qG-X zwpaZ;L+GQJ0#oX-Zcure`r9HR-om z-`Ka)-yg(c+KI>jGUllRJ<_hw?lCHKpwMz8$ghFTMOQmnT5Ym*N#XT_1k-4#05B zz)v?YC|iYjcKE+QI&u2f|0&|2eEUp@PjXAxrV)C7r{l1KG#a=Tq63$2I`Jb56@J7O zt5hqV{E_LNipo=k>!V23(g;}^aWlYlGf-;fR^mUumni&ulpAjN1mzdJv=Sd=&iQt? zi%TM@?h;IHD=|Os{jT%>@9@Enve>0xXi+6-_$l&<`0dR^BgBAIHd@dO)i8O{eTvIyuagf}w|TF_49!2saUmjJ5OD1G+eyv4y&SH1uF_xn|J zeBtkNi|taKo?6y{mIOgnU`Eq9-lZ?%okY=P*+g?VcAcj$r@xX1f<52%4q=NvI6mm> z0UpSBj`?}tf@3Vuo=)eG!z2OKRs@TJJPcjc$y!_t7s=q_1;wN5 zO#ku!Rb@n5m;9*i7;tQE6PfB%EDuO%LfdHMQvd-hKYQ?=Zmo*1p_mksBF;MEm$!u# zA(bG=MY}VKlunNllHzyd+onBw6}PZhQH|s6=yU&P<{!Cdvpsik;}~;CaFED`&Jo&( z_HX9!kGGvpald-4AL^Cg?IapWTukny`n3N(Y~~A*%dmu+1shniN*ZNqJZ`s0-~J{< zjak#JZ!*0+9c6UX0KG7O=?VfC(P#;5ZEdts^RplNT3cK}-oF3+dj4)FoD8QQEcprN z4NUjzAC^s$1j$jh1)}Zd!bI9XWn1Rn5~a{8VO=8ViNR4hYr66%vOU`4z_YT4X)z&% zM}rKgcX2~bGYV;PPCO{;u9h$^ zF|v_nm9AXofCg}Ja5DLQp@YMDt2Y>(23)1;)HBa_-QE?`48gqxnKgW1B?yic zxiY`kdqx4ey%B;%aB{+_k2oUqWLOLNlt<;}tZ9pPGT$D;uEFofd{M&9=PdK$FFd2QHyn2&GE-|cpt|GoQj4-Su( zw*aE1&5evd`3FEYV7D$W{=AaCX?{8-5rnc2^IkDO$69-I)QWoSVXmZ@j!ktGxou4N zFcT~RWPa<9i?mh1by+(PQ%L)NU^U3up>-Yzi3w|plJYL7H4xj&{~r9G9pCOtyEl!+ z8rGom2%iesk0&EgID)+c&GpHN;%PeM1C~`oY*C+slFkTcjTi|9{YBTg+yfU!Cp^9r|k9`ZE^udN$`J2%xU8#4~q=O9E{?hXc4x z@98sEISj%Bs82T9Begdi;G8QrqBH2wWLE8*!+IgNMyAOIZ7#c%&J~57`v`^)JEX*) zp@fM~4!XT#4SR-!XxIX_xfdgJ4XGN_32ry$aA5%_Zs^=$Qfak(Y%(=Ym7~#@re{pHLlH?#B>6UGH*Rap@== zSUzOH`#I)*@2xgH2;UvNh_{$0FuH__)#bJ7cuxvL&KY-2LYr3d6jR}m@(P@~J}pvz zE#onXzz*OH^a#Z9+-WXe3B>LIUHHsHC>70&XFL<~w80CHA%Mo&W)#Tx!sW(W;h{^0f4Xzv69bRXpGjSOlSw}d^OO6c1}bTq8qgG=c0%F#JB0FW@MS$ zsAYYzkj?k(^2j1{v!O?z!mKi*(yR>Tst<~^8?a$I`oUF4kMAL_W4(~bSnfg)rEzeJ z0fGSLCec=ge971q*zGJ%CtH&>GFiCl6R~l^3-_H5?Jw#TMd*{(L*w?Li=C#UNWa~_ zK1Zou3}l2r-WldX|0GuyFirQl%8o3A$3hf@e zt>URPMqijP*hTZ~(b0{Wy{@pg57^mPtsQ=~4LoZz2|f`>trSV7s9yxFqp5IARZKuE>RoA?-V$dK2lu(KM9o=!$xt zz>JwcVWkJ=Rq0u!)EqbB{Y)!@yjS%6bbWBSU&ZgK-|98tPoR6!uJc@AMfjrx6yawO z$p;XMVLoDB>_Jby(bOz(@2H$m1wG?g`#VbKEWAiYw$ zj4cfo5qviJS#ttO6$Cr7C|$YJPP`Yq`><>_Y~c)(*ScnVkoy1W0^YeKP=+m>#S2;@@)qm0A3<9{oj{<>+%vkeJVDu^tr%swN-Rp%h4Ijo-N`M{=Pa)o_X9t%R1CNE~KhaVq|@ z^ywUx-T|a8dWV{k+J8yUDFWj<^b&n+c|OcxE(l}PxoylzurX4Fho&yY)J557e^9MQ z-eSal6RV1px7{uZJ6?EN1h%ub)!XCX%i&)Y9prGAUT^+r{n$LSaC`I7yT1$%8FVI9 zPQvV0(lp$;~&i%~es#TiA6<}3=v7J}rn3&f3^x=x8~#i)1%LW_RqTT9M%SvDG7OJMs@4hkm;bZ0Ob;}(s8Ra zq82LZDWUWHpaCbc)c7!2(1+NbZ2|X`m+7XGy&NTL=M5;WuP!hI?IE;>c_At?{g>v` zGg$^7hC|Dz%wP)G${kJSvZNE1p)S~Y!x{L>dEm_XagSqD-of!lIGnhyi5!^gs0Ghu z)x?YRO31FgGuf0Xa0(qkdDTzf)9~X%!i=&BEUZb+p5#PDL;>14r4y|-ufXjX&AIQx zwc}gJ$frndgaC)gbjoX_Q^3Ju6+)+BB3I`X-P7H0AMxlyY=!0tr5Ka7kzHgj+QChB z7vVaCDw5AUHfOaQ;UeWdXW0SG zdN3WbY6le)SfNig2c0070vZWL5P93Iedb(WTdPkpRvKZ^!|lnUZHE`oMJSP55q&yY z?2dBg!sK|CP|{;w%{`PxSM?ardzGq`x=pVeD!CN15goidg%K??v5SOOj_!)OcS`x5 zFri4(4~nh^f$C|pn$2s07O_Kx+@$LgraGeeN@KA=g$ndYpE1uK`LBH^p{8#c%Tx(h zLg`g~S;5D3K@MOrdB)O%wjH!3_+G%gv4cpF(3W@`WPZ`Nf(0%EChxn(8X)mG0k4`A zi;C|HRuLC8k0ToR`Ui01oNtT>kSW2bFEJY+FpRvjKyTz#{_* z&oWOwuUreOG!?H4#k`az1l$E>#gr1)j9v1iA6S*uS>?D-i-0FqB5(Sox2?%`%oZo@ z$gLn;nVQ{3w|RGLrqtCdL3#{hJV8w=jl^T!6!%y&C0B0UHdb~R4G=JsC6Y| zUxu`HpHYgxI`UJ6W=%Y)@EYXZr+cJ}%FF_%CY~V(PrVU0mJwY1bzHd%<~;6DPekSp zb0lO}z#nJNv?x0uUwX#MaqA5-Fi>Cw6d^dQ3%hp zMc$3+vaR5$O;ejKQ|~)nQ`?UKO`sf8m@!X`NNiBfbgr(fR}>R#(@xkaPqfZVYmo(> zr9a}StU{}B#YMtFp%~P`{6<=bQ!*NXyEe|RJPnjP`SCcmOvfPvb|i*=PWNYDZ%h}_ zFM!ocUissdq?BvL(WRr%D^w1vHib$G1BpSLWSuV9v`WuX?UHNDA<;RAUKOs3^W?&+ z+aLok2DQ0X(qA&^xh3W1F=OPQnkn>O@nWWz%FI~tTxU=9n(kmAg2D8TVwP50pAOiY z$iv#^pg0NYiQ+-e%6& z4w8oZl`_MrY+2&2vjs|I}t=!$65#n+bhJ#38MU;;6aDH;%i{1$D( zwDMk$=uT~XKob+5=8Nx-!Q7kuF3~pXH;zmecoWf(_kXD-a|6m&mGnn$pq^$nu=`_TLLz^!kD$no?iMY7)>3E4E%(WWtPW~9man#?k^ zBDAsTpI8X<<3jUw3~&o!sVNAU4jxnG@FL zZ02Vi@vPGXzyP)yBj8JMEEwTF+9rI2W0FG)P%R1fXoN~UJ%BxGABG_yBY)fUanE>G Ig)n~=0JbTZ6#xJL literal 0 HcmV?d00001 diff --git a/packs/Icons/Martial Blasters/Heavy Bowcaster.webp b/packs/Icons/Martial Blasters/Heavy Bowcaster.webp new file mode 100644 index 0000000000000000000000000000000000000000..bcd3fdc7a96d691ec2d327239063fa98c1d9af7a GIT binary patch literal 9844 zcmV-)CX3lpNk&F&CIA3eMM6+kP&iCqCIA30U%(dt0f>?0hHY{Lffodz|AI}+b}ESI z{{*;0@Xc}lt?uuX{?>OSTmBWazLewIc)jWHh=49!SJxc6YAT|5mC85JK+Q}O&;VL{ z(|toR4mW_Ha_??qX6}iQfHZ@Q5U|oH zWSW^I9oU;305dZk53ep^W~R5H6Eu|;5pj@o%B;HlnH{FCUQ2qy@w$dgJw9C8V0pds z2Lks8k_K{H+jebbhJ-Id{%C0H=m-xH{g*@mWY3lWH?eKk&U_n+TfjG4w*Qh83Ps*s zHW!JtwYP2a(t8401o-n82t4=h{m01&9-;pe5N_u^JeU%$^F95l5FU*;0>;?M*u^e3 zh&S>-bhopm+z25w2%#6c*h$0?LZHrynQ!l$?%k&sV<$_T>G`|jGUcfdLM(%My6gsp zprt&~AjH$>Wo4m!`N`cuzEf@y1ZNB(gm)mOg_t#F&FQqx)T@$=wcXkOKh3q3zkwh| zKeL}HB9}O#nD;^mT#}4kcdwAaKrZ)sM&#HVzt%9P+qZcfWr5sU$ZgNLnf3Hl2kQN+)@w6H6>7l6L+E zBQ53LR{7gaqq9-%mvLMK0?BwM!h?m;Hd&V67hDhm7n)?T!6P9ccljMc;DSpw2rndu zBT4kk3(C$Ib`jq(ypa9x>*RWO;G6i0W&biKo_Wo~JH8@Nzx;WorH7ZMG>G9zF)(P` zMo<#|thfCigou~`6#t`$Z#ggG5@l|+iMTQs#&@dVRdrAR(#cv|CjvdyM`$kv`ZI7fW z^;LDx%s+U~F>=D30Xfmy>B1kwjg83Ar%#o$%2xQgef z=)`Zu1o&+v*|u%lwrZd2qrberUf0@t2;oX30+lHe6sDn}?7svZX#3YS=-mGA9ZDpU zs}dBhqli(duEYi!w?+8x&M<7-HWGc${tFis#I}tjN%DUA$Gdx1j0wPX0f1raa!Os* z+I#oru|6DJ``)o_+Y`JwdCTKG#_ij{o{f!+y8Q(g?b7PKYcGlQW zHe&P4yqws{b!?ks#kOtl@FY(*zRX&_ZQGXH*0!x$Tk9PF0Wgp`tZ9$vX+DklIMe)w z`4jWU<7kBPlw{EiKmfhB>PeDh*|sG~B4SzR-v6|veI1GRbObso9hJ^O+f}cyx~`wy zclHvFc-+fR4FPQ60hnjd02=_>8p2y`%WT<9(D&^nM!N~DXu_yt*b5M_Gjbn7F`mIy zu{6|Kr)U!03J4&yZGDB+YM1~l0%SlK2cpyTs}{m^)8yMrl+I& zn8OWuc>Kj!VNm}H88w;M*INN0W5qUM4D{t8lL8#mGjeuzdP+n9MlpI00}jLw>#fFF z!^ii<0y4_y#J~({>`Pb}196cG3gC&~e^L56whLRp z(zE2PJg>j4;w*U@oR+3DC$&z*MAMR*?hZ(1 zvjmuq3>kcY9JC7U#k#A21O>o~&wXA=5W@aARe+{p*Y+D- z54&zaQC7YRR^L$JKlFK}jRn+J1u;T&5K>WhO;}r-LKro+5lb-c!58)y2ep()1DmxU z_Tv-|cVxwBNe|ns{v9ti(R-m5!7d)X#p$IVP$3e>%HZyY;|LG|d1@!Bv4YA?ED#ab zonjkm(~>sH#&!`7XrK17e>D+IULmYt9?HJG;W2k!b9Dc=8yl*oZhB$c6LDUUEK{|a z4WI8Qa0ux3gE0vTTW#G2eHjt~s)=YGVMuPg`8S-)A+COIU6ZM|qQqpm>6-YTv2We4)E0+P z>yg`CutN?D_Z3Du=g8&e674PaB+yZScns}vPEiinV=o;0=%(%ST(hy%%)|d(AfHn= zz0^l<^!e|9)cb$dul25jUbhd((QgcDb}= z-1qasJCm%BIX2I>V3&Hx1AC#n&YweKH@nc;6wfPt{UdV0L2q1pCAUm}_4g81ptyqr z-X@xcQS`3XZ3}itn<)a(J8Z0@W^YkSo*lWGXF;UGmf+7kkxKh50+N?beiDM%zJo~nf3z0gU z7hS8}=!BDP^G<`Ex@5j1nn&qZ+iwi8;MLX1w#nPQk!?z_2au)%-wIZM_>+%Zpad+U z#$ODXsGzWdGQIp(y~fb3nG{T?x zf`;9u7``JDrQ3ERPc3LgQ=o0#W#Vc|opfQ5YvPa`M-Q32cn#|&MZwk>5(8QvzBIJ3 zH6s1k;8XKU;EuL3%tmcc#ipL#8XIE6dV{$_jd`0-FFya101R>y!SP|@N($(vTG!_- z`2wf~u04(w8V3*TH=VaL&9E0c3+zuVSj{R6b=Mr#+H_1P zB%AaY!wdud@Y)K9S|}f9UUVFV&R&F!dr>*Ob(`b0R0#Y1(eA6TQWgbR2@VZt=_a_o zu7hpLJycWL&cnirz4cR-y!6H!gIuFmm#gKs{*T8o7YKNC6s$X}?qMkIo8v^WDxx5- zZkR?B9Jpe4Ep4%ngV7+WiPAz~{e0&RcGd9~pR)yCX(NvY1Y{bnTMR#1Q(f>a9SrQZ03Kbavq!6}MCzLHfg2uIsSP54?o}f&e#g zcw-R4LgNQ=7sMMa583JTX!#!W)CYO<>Yz0UZ?uMtcAaQ&cURhwAVT>`=ce<7LSqxk z@fE1iR#Y*=sGR~jkRN0;Udk4F;G^)ABXIS28c2%phdMBTw^hlzH7vVuGPz!1pon7GP%eLR@ zwS#WOF<-2h)WmnCtk`J9^F-mgLDh#l@PF zoLL;q&K6yGaGAKqUv%rvd0yEy+9YYO_Mf?eXWh~Hm|w9D5kWs3QHlK<1xga3RZE&Z zBV>rO9=o!@;?I0Iq(>OT$cR&1T#r$iBt+s`e1sh358m*Q#x2VBsn?M35*wwwdxFmO zNIIP@`b8x&bvIvHMnaQbCUUdRc*4M=S}`0z+C&7fOSNBJ2inGJ;`gd5gpxofC*f(F zU%Ly7M)mPk1W8Nbf^2>$WmHrL9fuY-zC50*#TR8~1w7h~km_5}m znK^GcqqvI|&OQ)lYr(bN&pNJg+SO^+z*}w8qHf<6l-WV=eTUPQsqgOVJ$2`SrU4VS zezE%Lti~ck97WWExP=@=D4|;W`TISZ7-CNYum(!-Dz9JAvc+~fhp#oGEOp0uUUvSR z#cpQpy?r}C2P)u}EzY0yFF7bfA;J(W7I&;HBcsG}n^$-ohl}V!YHKPqwL2Z0{%0hB zIPXUpg*6)L8tnIfbLp@CsUNSHx&~4^s*u)+LHu%`Q^xTL^zqdtL>~QqjB`ufNLH2O z+3~#x+B>P)#7$VcjH_rTV%EWt`l6h(+1Cs5ecsg&?@mHn&*?9uzsw-VVy>5nv>|FL zvD_?nq8?>O#1yDShmby1Eg7JSY%AJHf$Z@;x8dcEZ=lzSFs*z->}znwmNrZW-MAW$ zw4}x*%^pl#L&~KQAwf$1Mxjc!xgqnA!v+u9fO*cKhNCLIu4>vDP@C(kHPhnnEz>)R zHx`XS1A>q~WnWm_8Z>ewP;1iyLxEdRlf_&Jpr!`2Ctol12MgGPLkM-q8%7T86^F`= zTT8~JpFTPLah|+TV-6*jeot7>J^EOp{0QxTSiGD zW$QGc-UiOKfW=pV?TTutso0!lRMkCGK{)J|T?(kv%J$Zo)V&@!{RPTGCgQpf=c&eZ zP(YKI&c`9oNrg+@XLm2d1L#p#9XRv~3#Tfd>|Vt>YENMTSqtg0{n?u>)t|!W8O^@s zFI-vJ3Rh(Mf)cB6<9!d5`wkX|xkuajUFXNUTWbj?2zKZU5r^&-A|7F^2F-RkW;Wy& z6t}2E^N+gxj&QeDE_@YGP?VW_^}>U1hwX?Mhs#ATu@}^IzGZ3)i!KF86+=lVD5o?<7@&vknP(hi11n_+Sd&Z#(8?bT;DlJuIv*E?GbhD8=R$`Fbbra%HMupmjb zRLFr$4Q|Uy=@I`U`~4vfKk}u)h83M8A6= zc}DE^B{oR6THu8Ty+Y8EI_t)&L;{fh$EJNG$3PUkP2&=)jb`Ps@?57`dEZ@g_NMh< zT1Yg^C*y|M(`D1dFS8#fSUUmZpD{m$TiJ*j>Sbe2wB5*t!YWw_D2gS3Wj@QtCv|d>E!Ck)%~@28hwVk1~xG^H2{X4J@nPmDr-*vxqcQkgi`lEbYjb1 z-FqWoVKr}T8Hn*Qh&E9T`^N?FmgT?~A1vZ6a%8@VH7e24rh9DX&_Uhzso1YjlX`(L zk1b^6{H~YtH*>echh7^t@1e#oR5vrR>58CQ+6` zOsA-;8J`e0qdjdcqr#YIv&L?!hwYkw-~fLPLFeZ1`MBMi4UO4OHC!&}!S|JI&~!OQ zUVyRi(%0AbGu)yyV_aX`8rbE+DFwF7-S(FF^%cL<_Ex?W-|p~XF8vK9_#L%35_E9Pa=XLQ2)pzoCPjG#;zMQ(ZNOQaylnPrxzt`K%6qZ7c5UrBq17hmr zA&`j}P5Ff98QpZtuUNt&6v9TidVc|NStEs2_{aYC?!Gj6{C~9B&dxR<*7k)&O*w#% zLqWmA3qlx-+MA@codM0n}@m_r*op^s-DbR zNg)RDt;Uw*jcO6X%>}MqTfx5Y7$620ax0jtfCQgyK7M7UNvztJqS}0Y%N9i*?T2sa zgm(~$Zgf3MWbl85i^0chMAtBgnpF@2+B*Nte~#q@Jb^NwHZL)n{r z{BW%UzjAYF)3j+X*og31Dt(rmB~P{6>;8iq_TRYn=>=jnMffe`B|6+6sUA_B@F_YH zOR&NnH9QnpJr#Q-f|(;Y5tSvu!e|1Gr#;G#K9N;i3MW}yF?Enqu0Mk^hfQwK;(o#zv4=`*CVe+fUH%n8WKhE*vhVKL;;GO>X z{XqS8|N7gYnuR{u4n4tO)C+xy7qMk{OZ75^`zhky(#8GF^7)^Ou#6>M+v2d@@}f=y zpp^(IEBEY(>6<$9#i$|5ZEo-_26J*w=&CpC2^`41eHoTM!$`R@BSgFbA_>d^oXR4? zGTYk+#el<03QQ3T)&GK_2579OhXWZOLn>RzlN^8n=sR-zDQP{+>49xZ{Ew;nry=}q zBmS!O=EiIAT=U{48j>&6GH3ZP>7#$|s$Bgt05|s4&-ubu;K3C-V@$WI4^}|mVBzu> zx3qO{**T=Jk=*z^$|>HJ(pp;t!cS3$*js#5tie7+DRRsTNMIHy3?N@2@6HPxau!>@ zP-P8F4%&bUN7!r_G3*r>akb#bWeg;+fHiM~xk=1K{C*St>fD##WMBUwy9SjilI*ug z_zI;@o7dn0YCu%5%aA<&Zf#mwD05q2sR1z~kX5U2(u~gNMY}@UfpkB;+J4l!Qvm<( z5I?AWC|=Xq=Mb%Fs1=0=bIQ_YbfH>fh+0jqQ_jd(EZ+%Yh48&7PRA;ycMULBPQW5I zK#@;9fo=)7B^psUns4WgEnj}^e}3ll=d}LjpA}kXJN)}E3qsC^YJS~)RYS5MQab|4 z>b_)ZGfV<2wR8)yi%<1a_ha|t-yg91m+hZ_LBIUGv|@_ecpxB9MF1ljn-uEEf#1Kc zd%8psHBwZg5mpcX4hEmk80a_f3p_BF_(i%Nl{D>o2Qpit;5!iAF*6J)fQ-0kf9h>3TmqnLKYEJX!XV=VMxnjpi%)stMe>Ts+iA1CPuF zsS&QkVNd}#R9N*nLCae~uoG<7dwIQ#g&d^cUO!-p-~zNhT4O_oniD?MO3iJ$)5v6T zgtF!bb6VP3(KwEQL^PhU?59^i1xi`XOwk5i&qk@?<6#CwQqQ& zTr41!fK&F)R&3*N->{UNF0AxDlr&PQ{F4kP!3(puPaBLN7tR_(Ao!M2*lL&k0t-k_LotlQ!(2FUhq!^^qe2|MAr z->-TP_PwYuq#9r-c$(et{(+kSd#l@aCI0GsH<_Ja18W-&y0okqQkuT?xP*ZOnhCIJ zZ}tRyPW6`fQuxKEI>J-`i;HKiWTo*?$`o4}csSBNHkmo$OCq0|3e}If=E~YzP~re} z=o!6$!_IEVwcDJ|x)Wn8-?H-gSQI@=tfZ`7gW2zw@qoO(07(nnRBCC{9#pU|Hk;;d znKRg8kqt?=TNXxDR?p=_QJ!(!06*6ymRB0 z!qb25+$UjjJG#r?lioNsY%r0!+PN_Ka`OxQc}4P$1bo^1n`6n+N-NAjG`BEw9jQJn zZva99P@Mw{790H-!H4QS)aEW#9EA*1lkOe%D3P1m$qvt6*VD@cEjC(4Z?m#;i#t}< zSJ)Kxz=DWu!T$V*=kp6rMr6GpAG$LAcbzfG58XN`|GQSfLTvG00s6+6l^`tDA%XY% zM1>{RGY!eCXKI;pMM61)!BKhSM2IVv53rWBQWuJXY6 zn`+*DqRw7ia0Msp;rM7$(H&#-qcQy4$aK43_9sYgz$^2%0wLAbWM9quz1PaBJnMRR zRTCSbESC!33g3E1nf$)q#O7P=fa&@q8Ds_blsqTNgCq)7k~y4ARP{x$kj;zx6Qlwr zyrpk?!$d${&%f{gcpEdgvaq;0$0}-JK`#D-qH3zTZNsB|k5P+itmaLx!v**I@_1kC zSoW?M9@Xo_HWa-Zn?wA-GSUSY{7Ed;S2EPDy({+q@`tQwVSxoVZ6Y%P(?slIu&tsg zw>b9Ig~-b1J6Fz))7)Pa_Qv~_`J=F-QAq0Je{=rSzJo2;$1kx@Gme|td(|t?U%KN% zy^@kEQiV}MThb2PXSebr@O~}<=k?IA-rf1G>Rxm~HjOsU<3kvgr=XZPu{AFH-4&hZ zEU18C$eX)og)7GmYn^Uo3s_?Lr=UglhhRl&ZA*A7|LoxgWC?NZrK#a;{c$JT?q$2* zRXw>~N*DUQVB-*)W^?68ax17fQLhZp*0bh}2#C@hp$&}4x!ip}N=T#`)>W=QY*T?p zlTxTMqQbOMZ;ehE*Bu2yF4UJ$T1e2*+I1Srz%B!3>yh7ac#lFhj1x|@9hf_MwRWeL zjUp!k@}zXbymMEY2<8wgZQ~zLY3G&N z9S&D5ZMm=tmM#{Hw)#=WLh}=_d4xbpzz2&+^r-w=6L3W|k=LT3z5{T17W!Sq`gK14 z#*P1B6dw{&6cho8eX!?ImZ2*7tPYhmnAZO3QFcyof;3y4Z_CJe4!-4i0ucQ8KA5_VV(VsppDuRIiiYq>Kd9%PH1cYgT35$f+y1Fz%QEm7<^^dd*Jr zJg|f^T|lQYR6#KgW16>LBf^+o4=ONHWPp<3%{>tdMv3WXa)x8WeaDr{feI@#AlnOS z)H3eu`}OdwUsGCPRCcnd% zz5Lk={U!7%R}tmDPjFXXtw+b~_VZm@^=F77M|s&55PVrf4Wvdk z-9b?mPa_Bj_)6WdtVJ&ZQG6DJhuw(=e+csLz^YcuZVI_la-%7!0NFv-kQ<6{z8%Y@)+NpYOfBLnWa+yOf=pR*|-kN{3f{ObEIyNMMy z0COBwoKcng^cx50_v#AdU>qGhs3`$r14}jFJdKRztVPqPLUL?os0lSu$Obm{t-F&Y zyP~3Q?FH6Rhqhn(1rQC)TFB#sqdDF4(;na7-y68BGc|$;)>xp}6?*O`=)xp7Yc`c# zW^^_1t|d-s#4@06XsQcZwMKW*ghXdlut-4#)h5*+^-UO3tpus~m-|T|!VdQxXBE^V ztCD=_oj2>3VVQ#7Iu%6_8{yfAOvy7uCV>$s%mrKpMG`C$C_W6+C>4k$2t(xz=?dE5 zR<|*6-)v6*-U$4uCd$r!Mm3y_eeUXn-7Q|1y0NUZ>P(U()a@3h#XS-|$J9Y!X+%%e zcRgD83Z2Ronizdkz({NaKJ>cZWroNML$a{}#;@^Wu(#!!H}y$ZPC1)yh=+SxoLykh zw;3FEK1`?TaK-V~#zYf$E!lg6Cc=w+P_s?p=P&=y;rfC8_xII*OQBd6HdtJ)a>g@R zRugZrMAv7+3!xd5|&`XxOg6{O-o?tyie)B`Q$^4UUty@(=DjoQ?V;hl#hAtF`2OiEFhZPBV^T){~-EQNG z7g#Hb%iWzKYg*N(sL8#1j*e~(=)X{a_eQiypgm5thXI`(%f0SGzN@t!{6p@uEJ-JjHi-a<0bS4SDLDDcG2(HID zy5IaVpW_vxMp2>1zlH97DURHt#ML|~=bN+S8EeJXM#9c8_TYjl-lA`dW`02(UThL9 z!c|_LNuV%wI~BK;EHtu40a3}|nXIyv6$nV_+&Yt5{4F(s+8xem&aYE#fR-q6SQ*_E z>O~aBG9#J0ZpdWij^&`;E*9;A9U%M;X@UmC)v`xc4rHs%QBhO{ zvDLkc1VI?stXu)AP`M>NOGQ`=E>K)sfgkl%V}1K{{ifY~cFy*bMfC&4smXN`6X z&l7ycb2P~&9vRo|Klj3;NDB4T;;|1up-~oXk@|JkE8z$fNC4juV*y)iHGatk5p~pD zJn92o(@2YuiAtBULrowi)`PQAMC9ts;?^{wFrom;rF&KMBOmsuf(PQd-b5G*$0B*e zHZq_THIVN$y^X8{t)}f>R(q!wPT|xXU5E&Ud2CmMFD?ZzE5Zdf#SNea6FL1Mrg^Tw zC?B5iN=Sz})Z{y+K`(PTn2iaMH#XyPHbN5?pJSu*hbGT__m$WMTJQzoGLTStezK#@Siw0T=6 zc_A=l?5+e2*9b@tBt0zw8Z9$|H8?;MNtf}RtEBAFiR2c^! zLRPn1YeBpQ6Pk%n6B`*{d25flh=PWkp2QhndHzx>R*Gch#^Sp$vXdiN1i=L+yv$Q1 z3U{*Mp*p$nj1KByp-)v%PKxq=y!H>&WxwFlD|~c3^8@V>$?Yz#{e`LLuIg0c%|)2* zDRu1x)h-|@R$!bfcv~Ha1Mp@Q9~EqT39=&-5Xe!w?~_s-%G~kB96D&Skx{3}6ISuD zHZ57sk16Yzkv90T){T5$0_S4+4&dqxK$W$FpiOZWz=ykmS;Q*>@C~=PML@onKr9}$ z{;r;d18#h<(INMaLsqKI!p!wy z(>PXfOjG45>Y2&QWC>bfh%WlqGyQjh0(~)hgMr0}Ws5pGN>?D0rF_@{4+guq%X{fR z{C{Mhbu!nRgFm1LPP7grN6u^gOr2?Gcqsf>#849f~CidMxjpAB^|DqNOK97o7u a%2sLsuC)%q2*AUCx9H>UaaI|VFH-eha=maacQWtuCwXZ^Uh~?i5RTL&Ggx4Tq zy>95H5CH(B-^_ z?0d+1_-rn;0x_;Ns6aHtYSnXJt>S$;a>xGL%i)uxwSQs!gMqVOqRvvkogQ8%vM68i zJLPVJWQ>QxycY!%?XE$eU&F#2Hj^TSHEcaZ1zVRUf*DXeLK`2a@|nML&;6k!p25sSn^$e zN?hyRrb1&e?1dYm8a^Cwa%P4^Jm{A=mf2h?*Csbv#D9OK@i+B1(e<`=iE#;%-?#bV zLH~PWb$`}(n%3t2;0wNRw;q<&hbu9OA-|U-bPQa}bBLHH5BHGGMIE>8&w!7DHZSB9 z9ksh@nSK)+cXOOatIfPSx_j-(6St>6dsFE9#sjD4!hGramsh8(ts#DIKCWu4b;Wn` z4sk1o?WXOeVv?s3M9kNV)&o}y9lFO1Id29EAv=452<8=p?}RZz_2rP#z|!|Dug{0n zb_zIW=%*LSTN}s>T^+ib&evWDwHQAAb^Xh859gt&hD`6kFw7SY_fwtyhFI%rS%@l< z>O37R@V7)NBU7=kys6cik~82SGcT2sR#3|C?{ZCvJdJ=?1n1bV=AcH6QnWMT609Im z+Dzf*!tOu0_Ri{mCtVtvPujH6cs-?Vk2DSJ8ve3bV&Gb!@iag*Yg9*Ok=oURYJ*OMk82ZvEXrY4kz1PL1cj{3+S;yK{CZ!t>AjFY_X(jyV0N zh7yixRSDwvG?L^hOdtKM|Gavp_+R1V{)LeJm3)I2f+bTW#&a#k=ck>XR|TrHOQgle zc@-VtI=m~r`MI6Dnl0K>oQ7L6wnq2B?D+E`nUsuO7(YfS6|2?o=3Vmne{WTgx>r_P z5+PavZ%Os2n_mt)PN~*-&;#s(xz|EVb-GSZ~^czB$5j)P$ch+ z!6TuO;i%OcPx&>9xx$PR(9T$;3KW7%q#vIEAr6UgVMrjiObAgNiOqz7>GF7SLpTwB zQe2@O76ZT$5K~?d1`;VZnM%qe(bWKxKBOrfgF>s)u>dn%oW|@7VIH@5euE6aDa-&4 z3<2=qBJ>0ijC5A#WhOVW)DM-R!|3vABS0yWApoF~lW}FqW#L?=p4s?k6|>RBnhnf& zaJD=hoezk>;R$p_HBx>83x=!%r_))?QD^~db48^%jHLD{M^hwPg7-OcAm)`K^_q-h zBLa*AxD?cg1SkejTWQ3W0%^tb`A9k|00u#2K+&Yk%q#kBRCGGS_3eIL0r32vf?Z8q z7>-Wi0ewDvwwyM4KN zNTiW^0v6c^$1umG#HD~ia+F81VOhA8ORst`h=MliO-;%?N^jCY)JyRnS${zhE&PT(${PM}8J(ffkhe*{%EFDRgH?9I>@rB76h5q(a%ikMS z3S{4=t?4dINBu7fLqhKH%J+d$cRYp?55hUjQi()Vf?Yoa!2MD2TWgm&1ET|UhdBAv z>|&H!GA7?p2%wGkePaEweL*eKpCvVQOCHFl0_hv~M0aK=xpet;<+DpEzd(hKzAF?-u9M36CoWlB2?;9)eTN$yN{cejeDXgdWDPe|N>= z1kEFYbW~UWql|}` z{jo7DfsQJ+5NQl=>;xezfPJ=b`DCK5gHtM3 zF2RKUM&IF0wAcL$|4t8LPfyXOy|q=UlHdD666TDYlNDsb?M8l}A_9G<52r(Q@_fHfKy>@^1*F&D- zm{oa?`1YdxOVwi9F-AOA)A5gDz~SD}0Y+dx6y{fp1Tzk}`uBTYy}^g4+T6cqPPdH} z6n;NN{|{1B8F+N*P2FDqP@m_{sXJR;!7?j9`X%{o(g|N;Q+lue?CD|x42_P&pY+zZ z_eXgoU?sufwwI7UN))}8)D$(HM&g%BJ~db)q-$FV}!P)&7hLv(@dCKU}bHROGRuWzunmOv%%GjJJdEx8g>2cfHNsF=!#o? z_bDFGV2Y{-M5IS5%oX&1khJq|R;qsVyZWd9rQF$Nm~5ob@Dt+;PuELc=m!T*SqGg zG$Z>l*Q(TW|6nJQw#`n!Gp#e#Vd08G-#gzgANKBT?HoQUx^HeIZD;$_ zd!C>kO@}BLALxy1Gncybhd(?)=`JxA>45W_y9}c@Vv8A`);vxDE;W8TGCK#c%`Y^+ zf};`6IFZoW({CwHqMEhEcoqI4@^S$EHEixloI-wp({ZIw6U%z?d9X#10yn5po z-yL1r17^B#thh;mSZX5*%PG%?fxtP#20PV0=xaZDjz(dKuZJuaN6Sb3j2xzbct8znd?pOyH74=L0=EZ*k9L(;ZmFBe^p>Q zuf22o)^r62x8^?YOmeLHx*v%`jisjqPdwL%kQ&HT2XmWB4ijN-5lduUj|siH@G@Ir zI0sEJ_?Xku(M+^GQU|44ov}6UKX=gJsm~YXFtBX@IA`#|zqQ)K(BroTM|+!cC&Q!9 z{;TUCu=KK!J8wD@1b~oeQvV17Rq^<^(NXO|ke9sdcdh!Qn-zrlhK@ zf~z;bKI?OBrES!^eGhn-6c+E07@43*hOX|mh2HkKw8>{Sp&!8}n>ZFNG2(#3#qp50 zgwsw}4*#+zb-q}A`R!h)vi7?3R|~n}AoIe(Blr}m-Y}n}mLi*$pbQ1Vh<|L2BLzAi zIL|$=^)POjwRT!)S@aJ5p49RraP!$;=OkqAyFrhs)J$60wo*$!38l&J^L1VDXT_g& zN;9U+^bR}AIX!%;w^=&u<6mK&w<;$;3 z(%XRC2NegDU6Fif(9vrCG*cvSVc^&Mt(FD7!@&0D*zid&j^oCO$HQc^`?X9d95$`F zT&<>^48dQCnKiD%<=}L~Fy+IiX1MTXzKjA0kIIrxpPAX@{W;m58J2NvjJt(XaCXav zIk6w_9$T0`EE;^4X~cUe=|xHA!s)}PuDhJPbK93EsGg-lk~X0Qb!*Pgud>lENcW31d=1tJ?e;NCtYYP~(KWIGscX&8+gIIC(IziJB&189@ zK9V)J_tk2a1dzA%P~Sim1LwNpZcD!;#say)cS99!R@JACqw9&h)O)ccHuv5sPse`$ zY3}GwhWALw80p`q%Xgk$^~8Acdqvzq?|&2tK0MrirYIM0d$?g2(|Ajyo>=8T(2b$< z_NrGz7wUqfxzjYz2yD!sqob3G2fW@-yseSEU<}ngg2hJKc7L&%ji01_>5{G>2LoS&FBV>!dS`})U?XUyN^-zaeWJX#i!#(o+W z2fkAta5&TP&-C9@Yhu6c?aHNBqj6OqHU3KT?m2C0JkU`@RbOvp=fxeqKpZ z1I*F~E~A5l#M8V0_jo75Ix^k6{7;knHEbELY@Cw6vYsiU|Fu(6F|rw7wAD#7ku6rGWV&!yo{JkRuw6;#W-o z@{zp&1NVmV1_%67G!dfYGZ;=&u_71rs~W29ZI%Lhzg4b>(6<|){%3Ge8jUsV!0t)I z$LA9JJb(AC{(G)702qqF`6172B9l>`07-t&zpmoJ1My^4p^MIZDTiy zRpO{MPAaeWry=`o%f#bY{-=reLpFnvAmo`HCfl1eZd+IUPduOI?7u&8QL3d3xa#JB z!jLhlSTw-r$?s5P=?S5W>f(enX34lBnY=q$B~09;v&;kaGf?jydBHaSx+2})BWo_Q zzDf4Y&i2IIOEQqo<4-HnoUm(j0nN%eiN#OP&e%={e635WHH=I}!KEYL(V=}BZxBoX z-y0HusaGVoeYB{^vD&T|{5g5`>xEE@ECt(czDLdvWXm8%xHU`A1jfzpF8fk4H}+vn zd3O{?B{RUq5PSYFqceVbt)tfa;A3)Lm&d;^SFO1yLk_wa3dB9XT(yIF1n7H1s&^v^ zOFvH~@)_S^pn%H8(?7?j!5a&w%noH?SY&;P!}%GrNqE^*u0hi1v_>PW!)3e zHa&m2pW^ni@8hSxRvAJsS2=R}WMv25?XO=*mEKb^lU?EB6oW<kr$| z?9(zTPN_Xt{+{W>mfcUmjh9%5kQaNMun@hG@VYl8y%>QUBVG77##2383G5k}ZBX^e z@Ob0U#rTz^y-)L$Pcf7-g0(AxEdEkMuH6aQ9q_HcS|o^Qcxo|qzAVEn{*ODz(4BJy$%Tnn2r>LF34#0n-5g2P_$HFo zm2oL)J<2`U%9qOhkh>Ln_I@pkWKDIkQ^l{8Z|AePjF^w7c&(>8@{Nz1h9qHeL6W}= zg_G?DTCZUC{wf4rw#@THD@fk{T8j@IK8(lK6GfwVAv}F`v9TaLU6E6f(}sIK2|TrF z%p|~=H)TW;SL7*cV_U6_LUX*j9H4gnT8Q?9@vbcJns4(Bv)$((kOIx%geD&ayz##! zxre7aXHG}o9ZH-S-4P7cI_zBjdT($Cb)aa}Pz*)0AQ)rT9?=e?#Y$QR;brNJqG7AC(^@_-Tovufsqq~*W-&Q^W{Z=FfuvK4_SdqQWxx_)l zp94e#@#EmJ@KR=c)f#q;?ZhdCqs%5DaDia4&jMmy`*xR;P?B_g2W9h6?)Y4m+=KnU zUX3hg7t<;$!ydE1B;Z0cB7Djfhh##3RG1#Y>E1@e;F{2oLHE3^Z>5$x<&xg^B_m8? z;dSR-eo_F;(Ks9~wit5@nkcgo$fVqtaJfA@@?Kuk4E%zz>!8i%wBO}Nhi`*B^_&;JrU;r0 zJSXO%G*nZl>aT&p5jcUjG}~;}oOdMKD5rk*L+Da;j~QlFG(Q$EA=LXoi)%=$LAm9? z1#pG}hWbB`tVOb6;Z?#OTkOMV&Dj&)ys~OYFIop}Cz> zkfv(6RtSm+KNk>l34N>BO{@8zuXBpe^Jk4QOIJ5ii9;i+LaLMmLD|oG_EtdZ(hc$i}$-5wZ40)*BTG-&zgJt)!JCTY#Eh3s##f5s{%B{$S@;jPYNd* zM1fnYA;qcusxF&nveQx$?lDjjhMQ*M8r3OGfvKD8`quX^^Nk#=MNCY)G!>SZy`GHR zkm?8!np#p0)qCcASo+?hTe(ZlsC!m`%WX&&r7px-hT(!aG`^RHG1a5-l1vD%C4&H) z+}Sis;leq6R|t!!-v&(P8<90x@%8Wi?oaUOYo%ND{R57{&7u^Tddaos7Xpp4%BO<6 za+z6G`6(K^6;d9?8BpM26<3tEx5mEw?*GMCJ-sTA%4ChYN=Cjjs z0+MrHpC`=5)M*Nh#>RuHlsxKl*S`c_J9y5rbW5Q?rAcfvFfOkAZo6?0x0?AGLP%>1 zKfQvfQVM~;0dS*D#IYI3hH3@^LP`Ket3Y(o)3o*Re^b!~ zev`4WN0PbijKT#S4Ok#6ivabG>Dce9k9L>rc?nj+fqZIIa}(4kcMOn5LcyI0Ij>6* zCU`!f=*YODaIF+=%3dN?C5fSKQPOT)=q#Y_P;l#8f*iMyqU%br?_D=8xgF3B ze9AOgA9HOoWZtL8&bw{-qvpxe6TR2LF_(WgZZ()Ehku@%C9tZBv1ZokjiiIJn_&6j z4pSpuaar%;3ET~Lc3y>IeJ#?pT<(s@)BNg5=jUBcv?|y3wYE-8w|~|rb&LFmIH@xb zNjHp_i1kYl$UL-P-X9a}{FAqROKNBPz?O9;+Nch83rU3eT(K!7NINGWY>(D9Qut%ma`m!U_60^JGdrme+Z}L6r`@=ddM^BKX36Xeb z7JaWQWdvQ>VBRTmUdn5#?1B^;%v&W7$NLo3<>yxnkpcFt&fhqG-s#2 za#EJH`B5%tk+PB_zgm4m+9e{-{AU;O$~f;?{qZNB!@mWW_}4?aPVW#(^E0`UzaVGx z5h5@Skpjy5Gjn}2Rju!AKAhJrEQFMONfqVM6hK81x5+Feze5JqqiX~1+3$BP1h*xa z-)qox-+{TwS1i7szy3kkJ$??^82lqlhkJcxLM~RNSJf2pW#;|-X3f>pwryEGB)tF~ z9i~WOVSH8xA*CvDrw)2)3cJyGfJ|jzWRKP5T4A=w583w z)V#R#UBz!-DgDvWr`L|V!c7{y7zxw*EyKw;iq6>#{p(vZ(^t>k0B4Hbt%~aU64E?Y zhzE6#m`_O3{=W}NQ}IxoFRk_A)vW*SzQp;g4}jqP|7v#DT#Gvh>3A=7(5K-KCA&*O z7AyJ-6+F%}ZtP6KY@&tv*=2<+mF#Kq8WS;lLxLl>IE9BFzNQ9r?N5RyUzPZ2jpaHE zz1;KvL+Em$LO9y^2^;|PqZrGb^A=$qou@{LMM)RiCZBL zH++r5a));XQ-em^7EWlnbi!<%7Q~Y&T7rqh3Ra6%{q#RX9mMN(IZrx4hj*M?x-+-Ow$(q`y~Cd=I7Uh;#Cc*O-kmIC6hQ%*?l$Z*fJ^7iHiy47Ac;ZisP-XFRT!ktnf|6MLZq+eV{V> zEX6wuRAR)e%a?gQ`$}N$(QQW-QcRUBK^j|+&QHuQK=4DvVC0MuaE6|xFf{jo$}`>X zm{TrnH(&Xmpl#CW{jR@z6>&%wauXgw$n|o}#nZhYrVEcxE_4t&TiTY@D^ejv)N=O9 z54FK%_FcBpfV1Z;JrR`o7@ysZW57+}2xV!VU#%`q_WgS1j0TG7gh2WCQ|qqdHo2zf zEu|a@;pko(69FuvfTPD{ZT{e6%DnrwG~U>#E>qi@)_k!^)TtZB!Nk@N?;DBap`4w= z4dEnB(GFu{S6f?_XU~}$-ac>_4Y;A)_1k_X{E4mitfQ%URAa_Njl@A5V;)9gHf4PXosCb6UxXeeQ{D0b3cx@_^HM;5HTOFYtIi1axJofuJ3#Z{;`MFJ zLAgPf2E206ldwppxIY-mXn_%>pcgf(A^_ImUk3{~Qz6gH5IgNpic!?M^L@REE0CdM}oZXk%JN zlK~nSOF&ReNMD6P?D0$K|EavZgMk93MrxvZ(EM5Ux#{8{Aj1g7!3-k6>z6)GC(*11-8@QmY9`41DbK=M0vYX%QCY+1^Bkyx| z{D;TAliWbs$50h z#2ONb#%B|?##$C_4k``&s+%EjUNj7nP$s+VeutCi*|HV8U%gIPA0nS^99@TZph03E zxn1%EN-np0?o9jc8@>%v$bnwadM(xW3N;_|+L=YGbck4>5vdiQYPHFyKK*9ku#2nj zd}MI88xBLvIVrg(wS0y+aLRkV>%US;FVM(FYk}mV7T}&N84~AAKRjBfJU7b|N+xwI z39GzXO4&KSUnHpL@w9j>Sz%aJ!F-N@?nMyDwda+_e!f>CnCN;3*0!H#FRK^_v5KH4 zV0$|XWXVrjR4FvGE4==t}{`n&G zYQU9pTN66@IUBL;iIc77AeMt1Zp@ zNp!3a;b&2!CAECfIiQ^Pb*pDt2ixZ_%}=}3XXyN`V!C|Wpj2t@(fHW^- z=8^V4Hzz%iaB)apL7dOsXTHnI=t1>ehrIOO|&fVrFg00$y z{62%OhzS_Q2@@htwkC0u-%tM&_j+RSC`k zamQL#ab(4iC?tjKdNwqn1%*?f@B`p*QWFjAsg2IfCP#oUXXvVanXa_R3@$jocz?Ah zy23>zcwbsgqnbyaixlufOUIp0+cQiQ_%|6PG@w2=I`zzaR+DGwJ) zM#e`g8k?W4L}E8N6q)l7M8~5R)p}L3kGTKkryN zxS9AkIUEavN!Lqi1whVOv7*kUdiT)yk!VANVLI3p#v@V{u9hqsj|7MSF=7q|=4WQ% wNJg>%5cjZBOgULKAX==D>^dG@0+&<-vQu=`8At%{FiK>TA!Qn43|lz<4-sX-&;S4c literal 0 HcmV?d00001 diff --git a/packs/Icons/Martial Blasters/Heavy Shotgun.webp b/packs/Icons/Martial Blasters/Heavy Shotgun.webp new file mode 100644 index 0000000000000000000000000000000000000000..51afc624a751efe4168bf5ae8fb70644f8233b37 GIT binary patch literal 9388 zcmV;dBvac`Nk&GbBme+cMM6+kP&iDNBme*}U%(dt0f&*KhRwWQ@SuqP3zm#MsUV{N z6JQ27zAVFEOP{QbJ-#4|tezj6UPPN^AV?B@vW#Sv1^_*gbY3#iWIO%5@Nq4YdI#)9 z`u(sQfzs?G8}4&9_Q)J0y${d;7&%|1?W$i^Ll?^&%d#hzL(*>)Wc>cCA#@_LrzJpc zZCiD-9OgXp)6>(}4KwsVP7$ua%81DA0_chj5F)CgMvW5Kz(3UE$m(DP0FVFx@v9n!&>ZL-=v;*S(98v4W~9w7M>5(!`jsh!ahy^C_vLPTyWl2mpen=yF?) z$XYvE^Jq;)sv22&|6=rbLUVxx1QkVSLcTO=#+my1)!!fQ+duFB_7FN=D~s2&q;YWI z?p_G>)KTQW_<9@PmF-@Fj-*OnZpPnvjE?%xxq7lnJ+m#VX*VVw(Eb5%nsmC-M=8!+ zT>tsHHqC6?fS#F@qL<{T7jplIOB?~TN;HXOq{>QFX=)dX5PCa`^_~^O<=QU4{zQh} z?oTBi-})%KoXzYRyXV>@(LtPg%jMS{Ui0!VM}{FY*)jG$fc78Ax)%-wjO)IAV8g|FrXS7v~46v@$hH8yL0~xB4Psix!*lM5T$~LnQ``n zm|JgRPPLg~?klqt>1uWrhuP{F=x`o!2DC1EH4x7*BW4+)IbhZVAqm^UHi9KB&Pu?po+EFm8>004h_Vq z;#NTg$hBzXPm?O3g`0PatIF;xJ~4p6 zf9o_nEw&}Ok>p5{S!8ARXu0D5uiNX~7gZJ$U_}5xRlAgX(l?ACnLDK zL)2A}Y!6h|Mk3AI2B)j+X9$%43Rt$HsA{&Q{5rE`v#~}aml^_ z-vSl3Fnhqs?vU96MC!{}^h%|&imBAeMCz+JR9J)O+O`%+(zb2y17;rPQOsP;YTc;K zt;DUuEx@hEEd@7kDVP%j+}-TD&e@)@aA4g^Y$wZ0oInkg?)6VGPW6$}9m6{gm@u zi--VBV&+N%4#bbvTjfz{06d9`yF(rK@W@N+XQ3$Btq4%dQOVvDIL-G^=EU*6^4Z+BFo$8UlsotktmyW>3p# zRA3Dea%da8&Pp9^+iiliTW=D;9qT4Ka*V>5!!jPj?y)^|3|R**EJKTJh11RcRv-+s zW8G#!MaQHTP_RIp2x~+`8S(l{vOedWE(u`X+JKQP3^uDK0K*)oF%8o;HZ&jr`RSDv zT@T@)2;}Ji*(ijAVvZ_6u1&)2Tz6!(J>41qx?kPz&TM5a)~sqcG`?$ocQdkD(6|GH z#+B3axsy0e=!nK5jP+tCJy};+t4~0OIDwOCVF&1k=d!2U=}vLf$NN70y6eOF@Gq+N z=RSY)FO|)V+Sst&^v-!t8vos$vP!Bq8N7j@$2EktO(lfUpaKW5 zmrgjjFr8KKG_aieX+IC)@I+Qnu;jp#`5XiyfPn}?j2~S6M?V89BlAxIT52R7DYvyB zbzAjJk;gS6O$QYlFNnAv6!p^XEupR<<#tr2`ubjHq{f3;R|qROcdcATFiqvGa&-cl z$~7*@pPS`<{CzsGEC0=g^n(GA7N-)azsqdRv|i^RD10^_?PPXBJU|T*z5m}s zUiTYaWZ6F~=g~NSzG6s@&8qP(`Q_Z)tdmcpM+f(ZV1tzwo*hOy&Rjn^rM(M#p*t$z z7tk(ZSWcg>FcWF%>*L1}j2D;;EBIAh@-L1!%ldxl*4b7BFp9@y($iM^P`c$agNx48 za9jZ55E7cCTNmG|>%Af!d!E!#>>qo?ohZzMv(@C?Zq*mu}rn@M5Y_Y-~+5PI7#+Fw{w3@$OQ@(m7muV54?1uAw6Zv*L%3jotEy;V}-5Gjfyqe_xio9k7_BBatQz z_`@AQY&2TW&DO=lVgB<^@9SHSXE^-d8e|rghGuvK zP<7uAE9CvryNy5Q-HIq}26Io^?P9k7qJcSxd2G^x=vTcT6@{O6Q2_IXf_^|xr=fWK z!GWSHqF@2y!bl&M1E3ObF!c^4PekT4RKcnD385;>yDtfrWR?eM{w>O?3C%RR_w7%&K045-8z?l}q+ zy)>5giH>;yEYO4u4E@<*wLj-Xr3rtzxZSAWv&V5**e*|DX#Kyq9-1ILVVz2mDBO8= zb{t%M0OeKKx4@M{D)gdqal7)-iaRW2HN+qs{`;T5FANDHMYcVK&4?GIP}5P3+FyF)ZnujKzy9K#$DI`W z;LSvwa%vq8c|4*0FaSY~~SLkT`1;=>X*59_7IffG8geP7BYNnCH}B z9~CQ*LoTAFYgfMBuM{{+n3$H@&h@ZX-S}+^8P?s>dEKo46c?-XM^W}0!|j%I&DI=i z0%T7TA_kL7>b?)aCQNI8eS#Dxi`K?*JhcgBeM*lvGzA?rXe-dD0AxjPD3f&&tCH!qwUGC62~=SBb~oI!xa8_ zFMNWApmpL-i$|X~>Y=)|7P<V3>=4Y$+3eFSwdSjtabtJE=gmU z+yzHBwTktu#oT7q5B9^me|i%&KQ00%;9OVi#M5IVx@~qN&baTLcpbPI_iX_>7{H12 zIl0E!DkGGdY0{D<#9<(P?!q1|ISY-UP(oF059GLKXJ%`xuM#enHF+J01|U!Q+4qos z`=})6Zl^ALo%NJEK+^(Z<2KbX&R2!ZInCdLazq2tX&|yap|{FcUQFQ{Y+M@S3>d0s zsQDV$V%KFg#OZGkhgP$`&Ge$P^vzuG(5XT^6@Oov#Xe zjIhRN%_d=VV{~zE7yo~M-=|&X^JgeKG~vF1CEi;fTxg!-z^KAHjh5Z)Z^R{OTZG8`mKG34_b19D~0gvOo=frPFf9M7_{za0b`tM zncEGuJMSv7_bew%zg)5n7hG<(7P0dS~KJH|L& zzEx>Oq53RbXt&-ZNLoVxOG7}>Y8@ZoA((<}j>Hi#wMmL%RMd898iHF|F{(g_L1?;t z#$Z^ay95%)#iIf5Q9j9FQRmAY_%B|Hv%fM5E*@ zs3mHK4NXn9vk_@76^8v9EJe~3ZG!QgY1=V)c|tx@yEIAH&LGN-smkaKyhi?T%;o(R zPhzaJ?+Lj-t52H)!R@eEz3UvM5n>ZgDM(p)Wjc~Ms0l|(@vh0+uUQ(Ymd>1J`Y5Q#U$cWK#fdav4b<<@oPGitoEdBDjI zgd>gs0X{muWXxGYBt0X?t>w(kP2w`pLO^-cn9(%8jd>HfGfcD{5d~<7?*OP#S@AV< zn;&K?m{8^7oFQx+2CCaCnI_GNta6;m9Wy^mTwu5apaZc{2wZ@nn@!#m@|3a+Y;~52 zxf9j_?V-0^2~b9d%o%zLIM0&ZAU2+bHvSJDRdR>L@}P$wjky+jy>%PY!A$l~=5fLi za2~k^u{95Smabel+8yXw;^xyLFbCkY>V~4TVHwkD37FEEnMtXf1P?vQB8X?~!C3pO z`;j^sxo7(gZbLJ-n+9NH8&{*dAjUWRgBQrk`80ZqvGV1 zSqYYr-7)IS(>)ybx};{OP)DUk9u7^f&RzayqaV@8L@9-LrRQAC*J3uEkCyL|vmcwP zfzLU@Vf?<=*ko<3HX7`?+5tPx>g7r^(qWIYQlk0eCvAH+psMQ->u3gdl_jz$UZaH~ zQ9Pp*B}PWXt5B2UC*3D@JY)Mv>C-{5pKdA0#^(I9UV;=UbNZV^RVn1@a&}uqZjs5 zJ0nj~4WFn+$!RI0$d*G8+(u8=tHd^=baiviJnxy?G}!jOZriV79==-AU##nMB5(M9 z2Qh-cj&kH#o9Vek39fkf*abf5P>x6_yLBNCsD?JUmE*aitv1{#h9#8L2{@tNgIm!` zuVO$9WUMbv#Ruyg-Od7w1^L=DbVblHR#3`NRgUyHLoG$J+geOydUQ>*-(zu%{5Y5G zvaFu+$l%Os3S`EeT%I22W#0=!V7trU&--N8zYo{DD7yIZAa-{7t==Ff190WyBC_7b zxW9+R2<6%|TpXIg`_u(#@zzq#uw)z!t~H?9kyet(!~|%7l1_^3s5Kku-AK!lHvwOTaXyF=kqk zm2E=&?7OpoxOIFwqgzVnUG#%9y%GhAfm{n|G*_P1MOaKxW`)8`v1igdr69Cb8)g%C z&97tgN;VIkN4NaHpjE6OQa)u)e4CaFU>YfNqSCtYDEhBJcI@L_!I>O$zo}cjWj9M> zf1vAuv zZS_uC7>i?ywC7CPNPC0cK*m!stUR3u@y&ZPFMv$06yQnu#eMl-FeeL%^}yK4u5w+u zEF2aSiH%7(G#X((r9u!8@gKuxx6?sc-M7y+^4Nitg+6#7jqh^PzeXWalND8^lAx$F z&}`h#N!w-Txd|?$gv^nu00NQ^=(Ego2;;FBGc(==CH6%GJPhihW&}puzyI71XZ6U5 z){!(6azM9XsJ^%eYl(@(#J25(4i;IN`)$s38(#^RV_U>pNo^M!YY!uhTsz3s3Yt$K z3RT%{%a<-w#}P3!nW#S5Zrt4ROWD zDEyl|K<$8_f-z^gf47i(B?)SwVS+O69`SS6YQiM@E~Dg`e8@=|mCDQ#N#dKj~{(mBA1ZmJ1hJPmdVSs8!*bzZE5cJVp1pl!u8ZSu;Hm zTc*g}3CHA6fvNx=!f1M=QtHtZpdQpcK4OQ@=UrKF#UuNIPfnwNh5AsIu`r0hwIE!< zRa3Z^|QYYD3hdFql35R_85@6iabEbI zEaHQcZ91<#jV?9;o3B3LY;11XZ`c1wt8^3id4L5-urs!pTeHj&Op7&;IMyjT2O7>? z+-6)mcauDMHpUwX;VhJCL5M*T&_q;tJv4Jk?#;%!f!8k6vfVL)>psf=vUAqJr@ zs+k&*nb#CoMU>*uuO6)F@})-R+SKtqlG<=(2;MaD<%Fk8iHjrg z1wy&(VmVp-DxaK^0Xd1M!Ln9+sQ3kfo&Yn5LDZzv=_wDJPMt+s>Q(AP)~(*MWRz_? zVGsgnKk(&k358n8rxsk5I|ECzzfL0tZqAB(npM|~%g-JBv(S~nAtt0F1=xw@tzhfEgch!#H6qAu9K%M! zY#L;18r%z7P!YG$ND2YSfb>>DM+9SwGc>cy(BmpD*&T~B{mDXAUj&V8{%hORTa0@S z&?h7z6^c5|;69D%9(X?H_^{5vAPLA(LS$YBvervs-gumT+12NWQwHzm$KB}dO+?I? z+r?e!2EI^IL{Fnu6i0ZFa|^;GT@0=1*ryOHYP0&9J*IPqQU(BSsBv}R;2sYexa?6j2<=JS(Nr4tDj-BXe$PH4!)`~_aRFOd ztPeOn4eRdkS>alF$LhnQ=)H9tD7(>F$2@|9UQ2{{-GqhPnqhi4?D+8VQU>M!-Ia=3 z9j-@mK3U4C+pe~))h{Znv$&oeo+gbk`ai$jZ7ik^aFZeX>xmqKi4{C|dKn#%*8>GY zE>uO?da}2HsoRh@gwY$ew!L@VLCOG^c}}M9*VfAV%jDkdL-wP|`5=(4|B!&&vTD#O zE+;PzfhU^c+R4R^z!QF&oAD-3qQ_Rb>ozWJp-$RN^ec#Mbg=Y>wYD;VS>R{&-!20_ zPSA8C^&iTe9e43r%eOvRsX7OAnwXi|qfx;Sbtc*ec=jdr8T86|9*#a6Zd2R4ukv6Uv!@XxK2*qvVbceE*B>C7K78q#UYai9m_$ zDNkzdLRB9sq0)g~WgYtCv7~BCkIc}8v&_5+Z9vp&I;vsRXri}9jp4qRTD;D=VbWYv4qw#0Y%E*&esa6b{lf9 zyLEb)5Vo4eL=S5jDAMW-$$G~@*GbKQm4PZ~8Nfvz20XYAP0f>qN;U+OFp&-!L6rS~ z3Qi`d)mhvfoEBlc>cdgMybZJdC|$SB+x4r*$d@qZMHDW}WA z2@@-;hPzn)-eP+|*KoTqGGr{03Akm|n@~kfmgKn-$)5H(pnK_#Wi_)1L^07cz2Byc znt-*0;J8LRT!*27_Pl(rv)NQP39T6cF&e%Mu!5zIC4h&Ge`e^}m41NsEYo;nHA|7Q z=}m@R@`o2PU@HBC3f?wdh=1E%w4YXvcdJ@ArCXL?e=&f+YBxC9G8+vL&| z+*(>WO*Cv}$Wt*d6+Y(H{(B%jfQ5@kv)rS#ZS@;2V9Ng&p-h{nM=(z7(!Lg*YsVXm zKhN?0`>XbPJSaY=u=EYLDGKJzCKZJWmwK&|4B;sPU%=J`Oa+Z`cSXYBY=Ls${c@;X zZSi>(odg9ii&44A>UTi!z&3i?WyDPjw+r}h#9yBF&-K9>F1t)m-;?m=5wcbVVNZ+y z(=-)1qo#${qbiJ+?!a60VFk{FOo832jJGX!eb>_P0aIJ_4qzQwrPue6gn??kTufzG zG2CcR(HE-hvDo=QM`f)^AsE_}CnrP^1@ZJ;7RPkx*V(qIrEQ#RHTbQuHswGa{I(_9 z()*< z3#+Jyr&h%uF3`DHv8x5OY0$Ye+C~JTgj}(&x*RYusXg_Dcb5Xn%ZOw?*>pF6*{xH- zKXP{8(Jc<-y!M5+TP-kX25cxSDs0uVRH4P(QIyZgSxRV11_dN}bk=n&eG$K<_nY%X zA???pP*{L*bD6M;swRppY#3wJ)={ZyUN0)s`%T=Z;~aZQ0kdRjDwtk2`{wMkT%}nC zNVxzHX0BWrzDE=Y^Ur^33BeBBk#&fQdb^x;rq!&$g!jmj2F%Q@=4&(A_lLPuGZwf! zJt)k2FhuOZZPX*$9v68r-sY`z%?rrTb7zxj9J2sm`` zyao+N{Uyo@5QwPi9W*8wW{)8-&p3g}l(=w6?kQ1*_miLrSGj%Ga%@iOl@phKRgpnw z0bY4Aut=;JO*&99KQO$E+zSdY*%j5qwJEh9S?m@BN*T~n+;F^evE6RSTgg9{;+0~d zXvPKY(jv~wOL5{8v?~5^9uR&p2nBW!(-bXguS8kySeS7Z{xp?@D|ZkRnqgHn%0|yv zagpJ0FanpQ!;j_iL2K_J7eWUAYm!d%vv7q$J6yv+GG7eZ2CoK zF=fFf^xlMEaCMApz!#SSm=1Uu{2fam4TTt7CeoiBWTF2PtlEC}E}+R3(h^t2l-8fH zAh6Z)@gDBkUFZvIR255}>zqdDy`gSM;){3=P$c8C^sTw+PZ}=NLB$!P-9}VYD)&&@ zDnJveL49DDk%D$fOjSvS-u9xbV(GU_1fo+Y+EYIg-JI z253CtgT729#3Dvq2U;2oQ6$q$b&HpqAau?CD&O?;rQ7u z`IgT%+F=9>4)M*hQ&uHkE+vpK$M4#z!C<_^x5CgeCb1Xf@UxZ-7tnWD=HII0< zv-2`AeQ!>J&!}~$dD#jxuCWKrH!U#Xb}NX&jA;6$d2wM8-Kd2{Cn%(lP&HZqF`I&t zeDtAX2fy>ic2l8`sNaD(U8uCv71X!@C01ZQ6}{BRk(skp)Gc*N9lqLC8gh%&z^gE%Iqr^O@jsBfAXR~~xsW?k?O!R`htNANsg ze*SDAYwXi_QgN7L&&?izPpy{$VgP%J3mUW`GYsFtlLsNb0;ZnWLun)!vmqGzIpe*R zXcIfbA)ZJue*Xj2r;VGz+m}38+lZ`Ka+_6xQJ9g<{Q6%0O;DgOat=r=GTI&inq^fW z#&AeoQ^dqca>XT-UiyCMn>xkaK@v1_BCiE!a}DufIXLPP1`vQ0LrHvxWswWNAjaHd mKFz+y&H+%vt~0#Sl&z%%I;(d<2H^B>&CG}Ms4`}~OaTC13KF~k literal 0 HcmV?d00001 diff --git a/packs/Icons/Martial Blasters/Heavy Slugpistol.webp b/packs/Icons/Martial Blasters/Heavy Slugpistol.webp new file mode 100644 index 0000000000000000000000000000000000000000..517e07e1a048a36ab729ea86b1d1889d01348013 GIT binary patch literal 8814 zcmWOAdpOgJ9|!R7W}9t>?`D|$X2WP|?v!d9n~mwrHM*Ty2&tr-O0_Y}wV9cbPRx>P zA)HjFhPj18>d>jvP4`asi+(xvJAZth=l%Kr{k;EpMe;bDWJds4&t?f?1^)c_|MH4o zb(VlJqa^Y7ow)^u(BqovWBp6~8D{WL7aat5PQO<5bMgjl(bBv1oh6F9MCZ_JW#j9t zuLPi6e&f{~Atw9?Hd!}Tvgl|6o51W@SHX2&>UL?IoZ$N&92-1oh)Ypqqx`dc)^dxG z!ghnZF7%J~<0FKBcD||JH$?(r!2T=eq;H?ETifSZVfps@rRcGVT+M;aMLu^S2j0G! zZfTjgdplDc-F)IhOKoH<8!8No4Eyz;8Mxo-+K;}7)<%SY%u`VMe$2RUA~;eueY(5v z{uuCkDTS9=%bk7m_c7PAYQcXGW$53ZdyEZN23|N6GJEp#G3X{#FeBCicsnFwM%@K0 zrZ=iQ#LNew`s+*#gm|d1?W^My{PhP4Z^qO}kW~+WSXYB9%L`@xaRzj(rP%+)a)*C? zWU>M{1M23bzXK3pwZB>_|$yD>+_0$(aX6RALG zs&#zu@*+Ul$k4KZDH&~CA(PQv(I6C{Id;hcqr6K!I3@LXkh#!BQ(VByWMU-INj`kt zm4~y0zyO#yGEhelZf%$c}^^TeiAQE$@7mGi>_SL2P4pNy~+&ybi z`Dyh>Nw1ezRZ75DT#WMD@(tHbcP9U#zEAlGRu|ZP1Sh**Y1K(CD~|~x_jB#q!52j~ z(_`p;M#W>FA774-9SLMy$lCDvDW<31mZu=|B6npI+EA0zQT9fv@ zE{SWrP06aUFtRrF&{Q41lKxk$6R)@Z&NCb~DI@uY_}SWJKg=hD=|y3QlO~-zY?!#p z?^k|adFK$a^z~d%w>8aJEH!logn$lDP^e+0gt~SSblijJLCS|Ya~W_kL>7NbsCw6b zKCGPJAtI_Mk)c>X8edZ`RPKO6i5^HD4#<~Mgj0;yR6Dj02ph&pokViegT+%qB2m>f z)tVa7?HLABC3~0*asmE%sS{m}0r>wI*;1_;0r!*nvq zH1a$H;NJ38ZG|?bn>UEMy~9$NUIR^#Fgjh%ATkP|i>lYu;vS0`+8^^`-3BAGVypqz zOH2?N1dDVG3^z=TP2q$wL~e2b0ZZozal=E%2rCn+=2rq$V0ZMae;ph$_?Nw`-#Qfu zRPLZa&U*s}LhhoHXiO(1*|;Gd>;(t}`4kp5;qwcx#3&&o&|y#Tg6@mWuS7P>mnaNC zOdLHCVtV||-G97WOXB?G z$8p=Jvx{G*%+Z}B4 zbRKO|a!$6T|&qCp^5@4E8#$uZ6EbNgmf>q5^(Lds!`;=}Dgb z4_90aIoqlE3kGs3s8Yv>v^s!`C6>=#?N;k zJ??RbAZ_#CdR9N{+hP;9&Wnpt$mghZYqt}W*lMVFchx^*=jf8t=EbXD9}2Y8rzGmIN$z6$J+6(S{-K{rh9Vt*`Ej7o~7Te zNrZ7Hvb@j|@R}T8pa{+)&g7i?`%iZ(G8L%}SUX!&K{3H{c_@>{`Ip{I-UCcQNDvvc z1b{WB>*;wux1=NqmL(?$SHB+nc(ZjgX9{q4pNy<=%BS!QbeItQr@}?#ChN;e#-V#b z@y&B%s6(ADzP$J4x{W3Mszl+_j{J)hcL)J`3R>+X>*p4e=(2DU7)BQU6Bn1cYQ^C@ zkKZJh0;tN>LvnRGaRIk2Q$6&$)E?<8_-*Dw*#WCZp1VBx7L;UG^z^_DN_HM12n5_u zTj9wtdh#``INVtd5fc$SUkJ_%a%)H7?e;%zKfZiDsU@D=l#{UMXI%yU7I^8;tIr-U zPwP9G6v#0ew0*)^gAgW~rxi^Pz86|!rYGq1-aeF3(B`*HW0uj z>mosTFm!95XX}sA@8x9m&5)={_HD~4fxuUhdQjg#kS*}TR@v}+-(>c-;$uJJ#c5S>s1yQQ)5=!kq>SX_LmP4J3mpl?x3APUJl z>IOoQKm$QG#K4rRA#%MONRe^NxljnIF2|dJGB9s;epGaTEg zC9s%q=R1_9&cMf2|oVe5hdHy#VHL&U7=-}`T z0F&?s*)_*$Sq%I{qU>z^o!OQhAOPtgBADC%fOWT|Q|B`755i(D*W;sqW6!f-VE=-+)Agyr?Q{2{GpOzs}_zHfgWiqPkCpdx{?~s~ zWLd$1VS|pp`ZEf!nx$F3iO>t8hS3VC!d4qS0~8 z2sTj;8@6mb{P2d-{$9U_(n(c<=9I{dK|0iflFqWy>7z^BZqMj42RcF%%gy?XFDo+> z6IH+X=OR#J-S2nYx#3c~U{m(N#@u!r%nF48Ils8M5gX!0M~+umWMocf)c?&2`KEf< zT4Ci>N2}i_j%)2b4dKYug%DvXiV(|8M-H_l^XQrLVH0}Tk)4fN{!RU*I2?r`{`d08 z$0Z%@_y?D_bSQkp)}9bLYM77!7X3pH#x^+f%^wHWS~octmTxY?qSV*BDyszuks2B$ zM(DWmQeZq4!^N0Gtu#UZiX0AB# zg15F@wLC*|?p1G=YN!3_y35%E=r{V21N_J#(L%79W5tOdYu8&^3koRsE^ASe(I~Ki z;L(5~!vG^@2xbeOmM)C%upCEHDlfFYU6;kp3C_#ge|u_>K)6(WMv@I2S*%W2@s;(_ zyR=Q{b@k7!5n*B3&D%a-Gq3xoB&?MawrcFYlXe z^{UM4?+sI%Rgo+G!H|?^y>sImYaf6OT&ry*wCjz)y_4oe_WLuGz_Vff?*qYmvL$ZS zT})x2v3DF%&ry^T3aaD$?3c>&l{S-AJ(T&#q=l>RCpROIiK!-5#iY4)Z^pt;*M8W*TpoyV#MR zIE6}4d+`N@l`+G(H+7Qs^q~k8Dzmn{T?dBkHbesbDVPpDQYfCP_Nt;%_86(2pF8yR zcF~ZXGNbZ$SMn+J6^-4B)!CyJm#>Q~Am7YaAHlr$b4B<)65$YKtF@WwALl zk-NwnxWdMZk;%Rv&xxvo8KJwCtd435u=>-PrI0%}CU;s|qpY|IsT^4ZhJyi|Ia9*? z1JN!u9aW`vU9?cyqeOzV%=1em+vKQoKv^Nim+2X5v6@e>QAApe^y%u~xbLJKk5{&B z^+9tAAN51o(umqkLpPkx?p_NZT(>yy9_*4H6#3tDQfjY#vr>OQb?$`WEFkh2!Z0v# zNDP9nx4rjh{kQAp5jPBLwT61MDhe5fH%k^hXiGA?gFo4}yC#B`YIflKiL=o+V*Xd5 za&x1Da7l;G>@?nWhrSvphw(gDAuK72sGj)aq2=YKQHf*8iL;4X z8!w|eA!APX{!t#ozzAhrh#g%ca?P{bl!Q~jK>`G3)$mSsP;|e>g|{H0885)899tzuFeF8)3?+?cjrJT(fJoKbah`+Lco;E=zgPjY8>U zuD&XQF~Z)Fw^A{8Uhx99uLHp0c)lX8GyNg7j#)L3!GGufJC>W&$x{s`ZJl^NivdSicLnZzmk;G%d#ic4nYk>`IEcGTiNfq_itW9RdY zv-2N~z8gKVAp`llnn7ZFhvMr7K& z>=$t5`{kcaUv5KRKj6}}PF&d|k+olOxe#VJOE@$7c)xF?vTf7Bd$+$PoU>g4R}I7` z;%y!WH7yb;BnBx6h0J1fFvLpEHulGmb>%OkS+ z1V}#ydR`{ef>O^(GJwn#=gdI_Y^vMf>%VD>*zjg$1>9$E%u4_dbEf_8HrbzOtD={`sFT$N$|J zK52%QK+W@3wmXsLmp=fRXU>QECWrvMIb~EoOaOegT!fSa%}fN%9xLBZIawae5wajOpOhI{O0;pz zH9?%B?beI{2x4`|F;3%nD0TwTF;QxbkLR12dL4jndpL21gS^IbgpME0w|asm5k0$` z>Qfpl&4(5SiMkKIuMUbgd31myCt@}JJNe&6d=j9{Ev{8j{CJ*8d0q4b&?e*ZPRd1P>^ zlg1ry?Jbs^mC!5VyxTh5^h@IB_kVu(BfWVB-w zO_pm|C$2vxSJGxHFsjY60Mok4KX%#wOwO(r&`Zjl*k>d1%<&XO_dz?hHwh4VBMRd| zUoj%hi}`1Vv=%T6Vhd+WzP>BU&bH9g>SP2J`m}d`bx=6sOIc7J#GUT(?!E6W%@dT# z+!e`k$DvmS|_minl60hO>eLK9B&L@xGBq58a z4TfGj&w7?v!4GwPlLW5ZzyIuS-;V#ZPw2MPOMfu;I*XzI@t7wXB|2=;7f$RBVzGki z5NJ3mHLkH4bZc!XYDR31lb!w8c>j5_pOX;(@bqt1w=-9x_?{u+-L)66GJ!6@E%l6c z^Kn}fR3;Ik-0lG*f=QU!UMx^#j-qJuI!R8s=p<*DE_enCJRjkx{7|bDVLwdHWV4Gra@>x;G;XXYA0oUCB^dW zNu!6sWoftB2C{zKR(+6t0*m&;Rr0zXN`;X?Y4OpyyZg{@6={8g+nXE7N?n2U}C+4!gJ$+d0aq$8r__{te>C-S?!7o$=muK z+2en9b$rhBT+rs#ItNo`xJD*uV&7=xtxG?ZA6E4C011mt){$bgtWz6J?@1+!>Ac7a z3_m5-+*-yGvzoi*YDu#jiHPf32R~SF5u%<#a2xXc=OEMlW=V<-Hx>G z?InAi)J^zcS2?CUIzC_86oY@Vb>GhfxNl3E3kMnE@t;nzYw`6%*KASTbN{g_w~pba zR3x6(M|LPI8mx6`@;016Y>XJoNe%vQuZo~-k%6X2+EtwL$OQJApM5d%VIJ%~uP34( zv)eZ7#o*v4`_&D}ES*>kRSOVoD`+T8Q2GQWh0(zNHa8y(3L#~Q9VJLtE~1DVA6yq;WFJIKyym0PB;_7*X9|q8;$Tzbf5hWDBNl?8L5{2!C_;5?o zd29o0v7V$uab;S5b6sN-ZMEqd!y8WrM=)DNdF!p(_t{kUD+`H-GrVlhUj^^k-;$yB z0}u~A6qbdP!&>^coobDOm6P?j@RV4N1y z(1ZeUE#(KW{`=V}3=SfyFoY%RN5)`X=iYhcmOpbCdXN7-R_F~q|K*RjSa`ys#uD<>~dFy{%b#uPK z1dH;T$tj7<0n8ai%iQoFzTFuc0m5BnunK-E{4^cvLu_tutOnSyvmDcBD_S|>CcclT z&z(%Iur%0|aBFRzAiZIq!VE(e0U01iQM=Uxcg?TgcG?Zsh zR16W$&Se2^DG+Bu41_VZ34&q{@WLSwwrqax>Hz&0i<@-#Vi_ioD>ow{d22lHc8eI< zr(hQo4C2D;5i%+fQ3neTZd5|aj4)4M%3y67yO4_8F4m~91Ri%=7z4;^&8lokAYrzU#B&5aeDjU7e_LQc)<|c z!t`hb!1!uwCZ(ngA|=s~uoiwl6^sm}GTe}IsxgiM@qRuedNZhQ-+cAg*KR-C16!IY z6|CeU<5~haI&!e@Z5hqK*iQ)&=QgD@$=j5QlDM7?9(mkpWOEF{I0-CFz)vhhyV}yV zRz{9ibtvks-~e}zgd&5WYhhPo2u7U=jZKFXvY|Pyw*1BYqj6-8kOOI-x>(3WkK?(M z;dYsLD>=@Phi5X4kYg~99P3y~D$)(=S=g3FB0dh!t|g`uzerB8M)*D-lU#2+X#Mur z%|N8``OA)N*yktIjw8f+EeT6%37<^N#o=Xo3aba_6robm`8g<2IJ7z!Amup|x+qN% z#-$iQg0qKpH+ek5&l!qCxC8cqEdAFZU!g9~;Jg?IxkVJt!QmjqYq{7H39Dz}BaB<+ z))LnUhj9SJ~oKoajPZ4;clC-R@vA8sB zzedU}FWOg<7FPv##yXWklr0MElSpMDo@x#uu+?+49?Hj+9rVJJT+q3REk-_~2_wG307)VfZLI a7+tX$dP}T~4EKh>+C?>mj_jy#1K|HU{40zA literal 0 HcmV?d00001 diff --git a/packs/Icons/Martial Blasters/Hunting Rifle.webp b/packs/Icons/Martial Blasters/Hunting Rifle.webp new file mode 100644 index 0000000000000000000000000000000000000000..d6a10cf57e12852be935c06393fb7348ed163a65 GIT binary patch literal 7050 zcmV;58+GJTNk&G38vp=TMM6+kP&iC=8vp<=U%(dt0fv#JM5<*x(6h)tU_U~L=>G(K zpX92{PlaQcN&!j$vViShr2+s|0!VU?2Y}f49f0K9D}YwO>X#>0FJNs20MS}|0*C?@ zclX%EVRS|;#|RIX=7iLhM?@%dj9I~=%r~W(wU$|sW@diBjMOwUTl(tWdyg2vZERb$ zGvCb2aJ6No(EZo+=N@^R_O!RSULY;SyKJQave#ws>~RC1Cm>edr%ds)WwyMbsqd4>bShN;*kB0D!TN^MhPMCBz;DMB3Y0L>xs;1gxC^ z02D+VSIuZb1)`=1?UZuOaE~^GS)qvtueR4{m_e&z&ae4d#u#G@{F>&)o$PP6n}`T# zCrvI?zkg3IS+NPAc?p=x^uwovV4ngu_{*3FA?ouU7ysl zf`Pts=leCc@2KtT>PrZuElMjv%Ushgv9fmM6cv*RJ^$r+&GMuAU40^JRfWgt3 zx-nu<+_sG)?Z0-~)ptZFY}*EDHO4y_Qm3AXft}bqF_CiC2_Sn@=-78${g+(5gCJWm z7T63lx7IdIlH`~r3!ttPoJx@G|00Sd!vzJH`QpL9`6T!@2EzwbRfhxy7>I;v;Jf6^ zM}pdYcy}hj$IKSh$9fTV)PVTLv1(S8EIn4gB9fSH+@smINQS(y>0hxnWNWNxKm(~xEw50z3O zl_h4oR%J?``e<&IG0i;cg;p8M%%kNrpDc!r8xk`zgjc~llO?c6dm z^Goi-_Y7ucT86J25<~KCJ zNdP)cgiqrX=Cn=}^exZJXrsW2CX70UZ2$r`jky))VSdApVLkJiPtnvyHV{DQl)b`g zIZOZ+0Wu(r1JP;vz}QyJK{g~4aue|zoz5(&chThGF-P{Xh8yzm_&zEO>aUPdlZh>E z351LlrwU`Bmxs(0@QPkI?p?1nClLXdf$4J?a3Fqd-f}#17&)M3l;}o;&9ER6NHDz} zq4RZ)U)|TQuFDo!#D=^2&`)p}Fx(7K0S2Oi>Wv&E;CT)`73g|QwQW`RFs4_iC7NIm zgyAf4j8T1CR$XV+b!8Pr)R^?m@;S+?^A&1>)(fIw!mz*$6MLwFUfp0_6N6xJ%%CRp zb~p|)7_t#iGWWF3_{j5~Y_~W(xQj z5Q51iSX9hfLv3+5wI)uT@nsg>+f%D;VD8nYr(p{M-JVbgR+T| z@B1d_SO1;6TVA@H`)=VY=`CntDgbPY$UmZ*0NBnWo>Um`R}l?VLu0B;%Akk~csZAZ z579R8aIxPKgrQf=Q%%UI=;QXBct*v93+9<9UvQpaFAi>V?@Qk1YMm+SA^9j zY0Zg#}DHw9);=l)RO_dpU3t7+tHuL?TN-~@~suGF2hgP zp^9BKq(fYNuK9cJ_sHXVaHbjgXlyHE5vmGGmj8fuy)Nc zji871m>@i_%Q4A?ZTj(x3N|r^g?ojOo@-3CkRn>gUmA7*;8X$pY9PAf`eeBd0ySnojq81O zMP;F~6fV(oR0t!jso8cg6PDr33($tlaJ$d9qw*VPT-Nhs6{mkuZhuLKng#w3s@(s(sJ>SO5U`e<=f^s^uba|Igc*{&<_wQ+t7` zc=F`7>u?kLQ}hT+eiVOaH3YM6?Lw$IN03B92B(_xRb*{lG7`+m-EZ_+%oMTqn3jz!1@9!DRo4lQ%9&UHcFvEa9T>(TEn)l~C=r|HR zdlEA4NzUQFSF6_5+%{7~d-Qb|QxiF2vUM}eCJWu2+o6Z8pTD;+WT8lW_m2it6bkAJ z)jbT!^<+FzR7NDsqZ^jd0te36tj)wYLV$YcMdQ9tuR_HEDCkDN8K%b-QxHY81s8r* z_*D=|V!2KoLrsm5G{}L+X}EezP}EeL+BPiG#dqUT!8* zM$>dF_IUQ>N0UlQ#1i_TiMKy>rn`9)6OIhpRpIXa4%#7n5e7{8lgYN)vBs<2X~F{! zT7p`T!|2%s7L$Z-#l9ZNA{V}D>UQ^5=aLa=b`iFP@y2yEVYJi}{t-aPjHpe77FvL(X-$iXEtz)T^B$SE^v zb-3DzNJ2!wHrEJye2dv>P#dkUfegY^<>W#VaqD0%{UNNhzS=p7VmPRvKoit509jFA z`1YYDO<2gQzHa~D5iNzW_aRx;h^nMf4x1Irq%mv!9*Fa~M*P1>EBs$O7drs%A8DSh zhOgXzj8~_)R_8=(;5b_3@c6(zOcDkbd!I*iqo3cNj-VQ8o_^1u&Cz4WDjsj;q-^!f zPwmX_XSwXu>q+=zHmSY)kX(`i{>%3`-;Q5?%6R@sR72N%DQe83d(1!is-91c>AMxq zP}{ban$-fXI5DxdQ2U_qDc>o0D^>A%^+LY#WbAIpHVBb%*%nhX`5Kz-cJRyg_g}x; zsAva)2jDS}*onJaMsSVA8)rI%rp|n= zT5|MD{~qG)fJ+SgcOL}|4+AmE9cqpbovCn!im5QEYdVxnxgtG z@Lu!4${YXz$sml)YrGJPWld$6ZVF*N*1p`TE(e=i&<)2k2)Vn}LI%`R<}+npIb;uH^Q9CMMCEkYDZ+}ReH0S!F^zX-m)2*+?6P*=Sa z&;;2K{(RDRBI(64-7HcL51e4;JI|+aP(7|aiWli}+Ib0+l7L7}a%SWdg$f~zhZGE8 z=f{Ybe0vFK$tUHg*(!dP$DY*4yY$aIkL`DCeT^1lqY&8jyowP!O6RUMv5hGs#U_hZ~ zH>#;A>zasT*hcN@kz|yx?H+>x0IiSkWlrIj#nxfMl=D6M) z6>RkyWW?b>4((T2$=)PsK6_q)PQjtBgIg>Hh1J=v#UR}C_;}A42=_sO75+tTpmIQv zLF+wTe_|p37`QPi)QkqR0)6N1AX%u>NeEISOJ04w;O*Z?whH%IJRQ8%OGF*ZL347y z$3bJbHU%B5f;%R-KylrIu4@ANC$SLW|N&9}GRbKB}CdoH%8rwQ703dz@D1YeSI20u&&!aCSFEvc*+ z(l*SSS5N_zxF*ANOhRlW<#a-A+V}8<^D+-*4=!e9_F6KJSs(xyPfuezxIGzc5a9b0 zEImd(?$lF?2j3Pm55f?<4qBK0>Lq2h06nJ-}i*(UrR37{2}-wonUJGMdKFpdkf)N9d= zKhb5%k<+2qC#?u7Dq#P#t~qQ@`VO(FrMdWY{vh3h)P=U`Mz3ay*cw9=K#RDwHAkqA zN<+0HIb>H%*6?JZ%ojl+o3s6PL_Oj%8tCg!92E(K91-g~kH~GWqjB2H)KR5KTTm<9 zb|H>BjR+dPpfQrDZd8io8E%ZeErc0V(lonc??TMS*l(|1t$XaDhCEgyf4YBDipRn8w^WyH6;hf`wRZq9%oKg2DaKG-L z2_DCPj#!g4QB?VZq@{lJzPwkZMS~EcKSIA&dq4I)go_cfUw7mXbgbaMQ`6`Ps;>sCNROpdGC`avwBD2hHPw<_+Uor>eMqcCHVm>U>g)a2u6{}+WuP)- zL^=jV|9S5Jn4OOHcsP!+{DW%sD2k}B>!LfTU|6~ZD-)+mYKJLnp{c-7@~DQcaCdQh z5GOGuIGm=HHpq~|<{zECa6I$Nw33u#RlO0Kf9v<_r_ty%VF-$M(FaMQl*3!OV0C78 zXyaI&=CuWu(45s^(A4z2NAdA0{>wpXr!K;__uX5J0i%qHV<)}B5#YshFvM;_Crle2 zvIUX$6*5?KP^m_8aj-1Hc;=@c4JsM9K0i)(1 z^4%C?4bLqq-B{PS@m}9u26um7zjC8rpDw@9-P=CTyR1Y9+e)pgJqHxqWJ8oX3IeN= zK268!8H5*Tvf!~ZkW((eIL33-%>w{IH3%}S!PDF2w(~+TTEs7Yea7pbM^3c(LeQuS zhLpN7=>Xu-xYK}x5YhM&UeHHSnr#7BZ_*N7B&V$4NqLoTK*oCi@BkVhK-2croqem?(+JZzfbo;OuN=hiq{y|U6x3dk@aPE*~)D>WSDEu1<$3(HsE2f zab=Y!)s8Epe8md5DQ?VnkWOm~bIn-=A1=i+Ki|0StfrruR>Xw6H5d;SzF-XOfv23> z)^I0*oyAImI0O@5lo?Z9a2?j@)rP=B_LrdH0%SZ{>vBG%m0^ZiBhL6c<&+41c|2~` zgdz&XmxQG^97#fNos2|@Q#EHwh6vsbUcgZeYBUCTd%ypP=wO1FymaPt7r8CGyj;bb z=Dd$->`)lJAGcpNIgW!xb;5^R$eJ01-7P*s-DHd&*)24$nNeJ+3ZfpN8=M__Aw9!n zV8LmTt_S|td-m>{DSQAsTT)4x5n?=8SNCJUhMtp7RFlVIK_rn7clT+ru{-oJdf6tY zE*^6f{8H4_FR{mQ<*`*E8Fa>TKWZQL6_<7PkM@Dzqe_K~3{ES*pJ}-Gy)1MxHO;`o z&JAkDC42x%CdneL>w=Y7NnYJGGyc*ET9X<3C=Hu}(c3<*4;ny(j?`=4<_E8Oz@`56 zIYrMq%BL2uHL|x=nRBl2xjf^UV?X6+V_|V)f~PD>e@^c_Wdbyms@4;try zHn`Sn%txcCnoOJ5eYKW9F8$##xUz9iY+L2Imi3(L>$>#m-0C7mOMmFRU=Wu3v)~er zYXajfA7rElkwtlpIYQboTKNHGPj;t+W9PB zd)}T!X7ab6?F?S$B+YiZG?~lQ9C8nX)7_n9=CZPDYHF^XuvrG~FBDLB6Fx@+54$6D ze6#pwF8*;?9sKx)%_f;EljrhR*uOJ=qSgn{Y4R}SGDxQbtm<|+`B@GeE#r*!`EJMW@@Os37 zL%6y`nl%>7%5bL3E2rb14}ECi)Xz#rP$PjDoC)>dF(X|f%{$v`1{+h`OS+U>oMGhx zw!(?K`(~;QUTp-aeIEX;h!2U0R%J^ootnftJQWKs(9HNtk0*rB1ifL0R>LxKNRW-X z^;~v`mvLYIE=!O49ysL1aU@AK#@2xTRt7mBWFTY1PmCJIRHj-4g?ARdD)+@P?vjJRZFE(lP$%A*UMNl zi}og7jFy>9`Ev^Ag1p31PAOpNinnc9`LW3OUep%_pIeOP5$$?Bke>7_LGRyBmFis6 z6PGWst(E~YiV2OTcc*e%k;+JUsX5A;bLHJUJry{&cx zz23{%4qHviqE`4Ak19c*h!=O-U|tjF(o{IIyN5qSt|aI5%>G?d`mUQ6TTy35&}tCX zs>LWCyj~(99pf8)hu4KV^-E0DifUJ1LDk69$Tm~XVi9~r&I|HLKEzDBJ5y3>W}iu> zCXrO>X6igWIjA#vxA9xYKGOX2-1rDi8>uH(qk$e8JetChGV4Fx&us47!lx z5rhch*;(%2yC?csERp4KZE-d`q!2QUS|@c74<0Sa!{SOd;7FZ zm~sn-h`oVm;8Z6Q=gO36hPQCnm5^QydMZA&SQrUf2ZE;GjySV4(DQLGIO-V+aVzQy zv|c23-R?FnntP?0^U|j>rd(#Gpe3e_H=UXeu`_uS02=^|)Bpeg literal 0 HcmV?d00001 diff --git a/packs/Icons/Martial Blasters/Repeating Blaster.webp b/packs/Icons/Martial Blasters/Repeating Blaster.webp new file mode 100644 index 0000000000000000000000000000000000000000..9d618f928b695841139f7944300f9383430f7314 GIT binary patch literal 8692 zcmV2}| zQmFuv29Rf1w}43iu#>C%j<}96DRtlAT2lGY(~CY=^<7HiK|hf+fE(MkTV>CW@F>K- zS(pMCLi#U=9wa?s8gQdXlH>$y>u5{2nnLEX|9_A!Q|JN906UUwr_OxJ3(w(R;LZWL z{3CiHD1`n`K-kWIm`oSedCI;jgxR{sblA%uz$Liy_^Vpv~f zLXuo`A%r}_BzrNIouH9eYzORkoneJ6%$KhT!A}b~A-{Dmm zG!p5N%MgcV{bqzP+Y;=wvx7)tv7EHwqasW<7Y>pfa!8V-@fxPT5fHz=SuEBTS&49z zAFQ+3O&Xq_k{lcdIIy;sLI4*R*U)G%Re~7qkN<6KJS{-PF~#sjqf0lz#7yC4!N5Wi zR61k{`%idsQkY^0>DW1uoe9DuWjJ{X6(IyRP9(x~yu%&B8iuu$IJXZK;a`hELEAP` z!XNhjI|30g0sN>qFw51%*a8&u3AklRt%5bReQJknu|&Va7HjTc+9FWcaZ42{TBLzh zm1X%_kE?ByB*~6@W>xpaUFuypb*ept303ShJS*V*;e{#x3VtQv_<$5Rs(#^|Orw|_ z3!L8-aQ^Xgv=x|^_%v?8IQcSs7k3T?QX@%{B=c%5$>smN0PJ=Jq(+h?N$%Mf)nUHh z1<;)y6M$<1KvS}v?X|XhH^(z~&YZ#FHDlYh^8@l^KRIu1G&g1YREHfqIj9?_V<#u<AAYcYVvODMaAN~KYIVUPHHqyOkFTb^ItF~?1R!XI|wou;EwqjebY~0}6 zb^s;jJ$fxE;&(oO3$AeD1k7(}fQtZhnFwFTCCp`ADCkRGm(fCj6-^j*49frnEXuJI z*I|Ccw_)vbpSx&kIU5Kdbje;}wV5UWivSrA#)0TGy&;!XBbg1!gxo~@Mwh#m)VpYM zI!Df)N4g=W^RHxuLH!vrYBI6JeF7n4#iha+=;f3d0v!5Hj$;fW0x*f`BMmqZKRWL- z_nAfxs1YT)5n+=S!~`ao-pQ$PZv(t(~GFbMO*n5{$2I9?0^e-{vf!FzB}G3rRQgL62|vi%^?F33Oi z_4lTJJ^sqaRZalyIr&lZ!-0S(IiMRECkG&-@j5VY1T&Wq7RErF3 zcl8~<@A}^Px$AeA)4VLlA_bCWy}LjX=^`-Ew5lnL)dUL5IY-4H=+!NwHiK17BpuJ| zHi78?t{c_ujB0}G6}zO(@Gyc!+OXmCxxROOc77%n0ewHi=SH&G;4NKlz!D*=4&bbufP$1m)fm$a=j%5*9GOJ%1iQ&)+Jv zM`01hy7Hhp;|y!m0caNoaFCzR@$--8XZ$X=H*zqVLvh(+f88|!z4r6=_>z4;?>oxp z;D=T`y9}Sse6QbLfAi-m4iDxFaYFKm0##Koac_&oV71P?$Kweb0uzP8JJ~453^kqi z6O)y9j_*61zE^_4j0y3CC}`+*HsQSa6~d@70}JXFJn{`8LJ=nxAwwxY?8hz~?#K!z z`MYEn2_46bYX+}7=6<=aIL*Ej+<3r!`iMi2}TFG zCDMQZg&ffB2TwJwfSI>)(#x~}m`#MwfG;ZK2$lKzaBhf6g5-=~KIM3;fV6-L^R9PEHdT!RyUOhZV#Lwc~7NF`yQ5i-|kS4U%dn&-f!6Se!(CoJYN z5m=FBX=3RHE#%IW94`8R=N_U^d12b&Yr@CTN*Tp*9bKinYA% z)mEtWcQTlxRK{jOBr!}{5RPrOHH>Gsn$_*T6c<|4OdX_F@ZihVj`5hiWd0R!hXU#* zn$n~z`~bqjKxYk$A(+I3kw_$S7Ri0(XXpC4=lh=jG>ifYW7H809w5))={sUhFQ97+}9 z`2-m>`mT%jZn&W%M+lObGJsM`W`~PC&wTpjQbBrZXUX|6FLZGxXq6ynb#$}+a7l}* zg{c9)M7H$~bs10r;>*`jpaEFK%)gQ{F@uQ}Ow*_D7ReU|&i0=SpF)?|MHg7ZWXcD& zL|ai0tblRUopY+?9d0i#*F>tOJC%b^4Tu_GQzozX@vcF9YUcgP4+U+~6sT@8ajB-E zoh~d!EenU_SbNBf_Yy3>!jXVNYFQx*Mq8PF>gY`38le-MrkP#9DHR6xN;7$cQVnR- zsxgB*AAa*C=P^AvBh5AEHh%Bh?-77OZX#H}nm7j&=w`OAZ|@<;dC=DwTJ%I0Ny>9I z=Mh6};8ZYi7Q5L}qYFpqA_jJ_8LPNrPR1|po($1GK7_I+TJH=-%F7LEb9-RYqyc|* z1rW2)cq|+z9mhm_pM;G2q#!!T3)K|7E^xu2EggF)Ywq1C&y%6)A~;j0yWTfAcpNg4 zh}SUKTujW}?$fj$`&o*rQYaSThd&xnQ7EX(gz8SiLthduY^&n!Az9qO>~dfik8Tg9W-e0W2x;#ztp!qUteaAGsNWQ8y1Oj>i@b$VYk z=VGVjx-_Y#Mot>c#2K#MCMaqdYC~&Bdlw!#V<{{C4-B+q#q*pQWBbnq@Xs#LLP~`v zU3-jZXO2_Ui?K#yCJGYn^+FtR^yr;$*{7YqMIR3k*HiIjU}V-$;2G<6y#E9nGrbLg zlUkw(`95ZVyY1J?pE%!E)C3CP@y7d}!D#1^muwH3aN?vb0<~bK(cT3Xg9+V=_1Gqp zzx}%+O32^;>A;d@=N?|xxGY{=x%Q1R+;PqeC+Pq}QGVnKz{bsB+eN|r~L|o0Z490%B1#GhdDHNa(ZOrx_ojmjXdvd*k;5=AB6$zuNod(})F{ z*0=US6jwN?pg;rEW)N}(Zh^2Ie!)iS1k+evfb^y&4LGu|;z5+Rkp`!K_a5=+KbNY1 z;+4NU6Mf`lrt0N65?3}cCd)twC^vB+6xTY0k3~a_RHU*tjK$8oJFLIf_{ZrRkB@wI zF2Suj7g~wqY%$X|u)>IUqxb#{2&uurKM+!6S*(5hr|-@wBuSP~%{u&j4hY`=obBvB zD-i}tX^jxpHUqIaR3s_GCmF9F!w3Cy>EZ60NJ-npyP& z5&UzVOqrkJRqHM5;R}+N1D1-!Z!cFCkWK@Uv#Kt5YyDxO_m zHOP<;6KlyAI4NpMu10ULYi99ixg}JVh&_i>${lPe5bF^nuEWp5$g$N%6{|f>@RaOS zYe0_t`v+G9GQLAMg|PPc08-6~b~O-ePzutUr^@!-q;R^>S*PLigllve|9srGGb=dj zCTF()I_hdq`@9am9Igjo`g2{(X6o9PUv+`c&?JYiCZZU^8V)R?bvFJ`bR;%l5E7{+ zcDtZ86+B=G78GFsbB)^>)zs2z2|`FRnPHF%JP214>V1)$ovDjCK)c!8f$;7=#e1nni~Rg=K5RC%6vA6Nvo-5WcUL;u@`WgV z^)KRY+c^Uo+5MAJt_m38|1M5Ld(7r=RC(C~rCQ?!dQ zy(|pzGUhIFrI{!@HWFYZUcoB~>h6ChfBCsR68`3o^_#zy8_dDe2onwv@i*_Iv!=!> z6qkHEjjM~*>p|SUSVnTS%VH5>zwm_aI+6#X5lm&Ki1x!{hWxr~yum&ev5M41E)YWs0$VM;w&L|^MAjU!rzlwyv!M2^OgKJi)vF}hpC4+ua6FBV-yZhdJXufS zHC3Clk(!;pJ26;u1vrN#=cJBkW=2om1XKIzzX_JJA;;?~dhrZ2^*}|O2}={krqWCY zveWZzlZ<2vd--cA*+*Tr9vADIi_$2g3t1vZIbg-ljCQFsE&Vxh8@l)nvnVvr8Q9Y> zb+iV!8vgM!^Jew_v@(ftA+lm!#gK1p`GyN^lRB04jfZ0np383!&%0qg4hfkDB~7M* z>TD@<51a}4gn9egZ0@haNFXp{11v(d$U}#Q9L`QOAU3^XVo=~uRD(-IMX?#N{n735 zoOd%*#CrYg?b9&|=cTT%x1v4FblRXT1VAOlqu$q!q1C6(W3=Qz^%Hfb>@_L^#h?VR zDxypjSn3f7vM?I3*3+~0p8%H_L2HY}qHP0mERvTsH2s+P63X^i(U`6j&1$^-XyAkg zEcJkQ|GPWsFKCGu<)?|=!!{YM3Q_Tb$8=KLIAZODbRLhBHL|J(wpBA|w$wO9EH9Pw z?b|ZCl!HufT!2BQTUMeD_p*QS_j*g<372B<<3X&f@^#ER)|@zH^#Ze`xcb= zDJM7y)aP?9@O;nCQ|0jdL@<(rsHPb3#67I3h0WLckj;Z{tI;<)FzCO7^Uoz zEuSmgd~>);b*yHnt&a()n+#-q5OuF{ja@)x-g_4U9AtR-C3~pzju?cg6TEN}H+(J1 zm_2X1lf;}z+fOf}g($QL@o)5!5=Q*)uP5u-@xPG%k3aP8P79*qjH zD%dP=(YZ+dHet`fe{1F4)`^Zh-CaFB5j)8Y2)$=;iv#oe87S$X`XIWATdW_^lC4e4 zJtYgZg>#F`N4quLlL9MzopJ+}1A-Z}-lyyLEaZ>GjjT{JNo4<5ENA{$`nk~Kc@|7( zVM2`2o}YVYahpopN*=Zin=xzpL?oI*RRK=j#7-XA)8ASBFWn$I@O>mGpG5#E5sMv= zt{HT&3LcnXDJX6$UDdKXQEU~wb{^giiuv2$SZtmR_W#UoSIjaB-#Dfp*?L2OvmtW{ z^F%%wnrO6ObcQfQ7-W8mnA+feOr~&40nO%t%1{gi_CFi^+izlx6u_khglBL%++}I7 zdtwdWwzEOYJ!NdNgez887hW?*&L~dkrnO5AABVT!|NDa`LS;D55=MRM?>cHEOOp4h z@dqxhXcW-B*NKeM`mgi*vMJZsqIWY_UAe4lfCh#DO9}TnO=? zU1}Kw4&zt~+9F-@pc{Wh??a9`9D07G6+uNs+(un)Q*7xKb-ZN!{Lmrh$}(Uw={K<0 zrUlt+f9fA%vaq>Vqkqf$kJz$aKk0XGPyP0=`l;F5JFwO;=5E-tRFzwD85i|OO+&SF za>}k49O=P<=6n(qvbowNGir;avVp$+ng;2$YN{7)cvZb{VSQvd!`13z$d~1|_o*>n zy^DrW7;|xRf4vK^rK6L;h%ay8`p^BVKWO~>T)c<*vFS&xZaA_Ry^Zahqy6^`04f4`IbY9c$MTO{c@RE7*BFG*4sh9n?D$>d2kUQ1@( zjCRON-B2Lpi9TgJgJ)DA80jW?=f$AHJ}1;++DUzzj(_J=Qb1%YUB0{3|I&Rl25-1= z>UzAKVbH8}7-OqCXs|(i^^}q3#dNHgeTDyqwx5b-U}^Ri%G zjcBQzT##5f9Wr_k#hPFLdh|uTv*1(e7F~d{ zhoeFe%C$FV8CU3IHhUV;NT`UoG~gZqk?K7^ei;0OYZSE8ly#t?z)*5lLpON1I6v{9 z{W{dRPQ0XwtSpiBVcmYh2GSSo`9fdmj+lI9OR{}_d3mRLnqAK>hemk+Hvyi zSi0~8X!NaGsit0||KiSmPpOm+$;BH+-%E->wjiP9d0ZCF$BHF1Mm0#9n)XNAmU^QB zvDdv}MdLYMT|sq?u{`mgaRDqmZ*z_1L37_8*LYm;tnY%;fQ>OVFGDdux}Ao0FSD1I zR{6`FR9uB^ge=Qx-EZ6e&KOjcPgKo@Cw~B?U7VYqSx;3?mU3`dgz=bPy)~$)sJqWf zwqF;S0dJ4T3TfmZNn#?_tfy6Xo_=oaHmLk{Mm?$RdSnY@*@VU{&wNIcfv}JcuU_x> zbvFXZJ=(JdJKRonOOBLA()jRgwG-|HBbBg_p3tB{)zDH{R?#OxORA+GZeq*rGdOfe zr&;X!%<2d3ZnS-VU5MmUn^xahu{&@jH?=I~@4ecqUDtJ(uATj%FI5%gVRh3MGmRJh zF#wk<8IOBy>+P)wdAD>2cj+Rhrt}+X?uni;g`u6~3YAO+M~3#HDYzzNjihc?^27PR zNYOVec&D-pK2v*ULR@Vc=V84Ahx+c+^P$^Z^y%zqlk}nKOm4{3;JM8#nW}b=ejn^l ztIRV^`jSBrqe`u#ZW9;KN^nApGc*Tc-+JhcC9EK`i`Xs!t;4pG$Wt!BIC9UrI{~#~ zGG$2cTtnLL@80u&N8c;agT@Qsv5~Jxz^pxdw=3+Ky5D*e?W!l22n1%J-|&3fj-@CL zYAb1v?Br7--Tm``80!9J7gHSA=BKolI6Lqu(f*MY3%f5$isD(pPI+17J22yTUDF9P z5CB!o7*Pmo-WT&6L{GyAIulMoy5!rrzI@~wMx|i17`M8v3tp53Nf(H@Fc2?2S+D_FCWkIdaG7akua=@kB_ZU< z2rz|C@R+t~J1*>8PFgk}{BPxdQ3U9sz7sYg(a~xE*e@5Gybr=5LM{b3}29jC`(INa-O_pHFw6}U2 zv>bbdPhq08gS6LM(q`w?)P932b|s&$G3br|kBJ8@{=L`saG$ry4Cb;NQ!_SzVzJ{|t?5EGFp2@` zi1NCcxtAggj9buXNh?*GEenzC8O5swAJDYFXf!I{x2W~g>$UluSH~az^73{Gr(5`lLXKx-R6wGj)!L)23mnOR`lUt|AYLw%iD{zosXzS z&^RmF+2F~U0Hy+d55M9IkcJnVE=}m;sK97Ee88JR`n!VmBAz5g@$LBgkIH4gUFai< zbU_kN;?Y3iVp2C3^^JnBYc^-J+j%9qKibSSaA6o*^#<9RTyEJ1Nnz5!Gg31rd>1nm_c4XAWC za7^M&4d5fWt7tLJPs$+n&f#uxOWfv*qQ{xLZrrUCu7qH9LB00iu|xm%#lSOT?Up;; z%m=YH5Di!nrzp^rX@-|@=SGNUK-UAiDUAfJ7X(dTGPY8peR~uRSwroZ*p&|(7mfR~ z+}fBTXAHT_n1VJjEsOqq4gVyVpeNZIBo-NEw}5=M`vjRWH6AX&Wab&C(1W4Z#*2A~ zcLzyO$ca1#9L3qhSIfaZPhkK7NYN7W3d;&+Om5i<^Uc_8Wj8Rf=Mf%hrmdj_Drc>N S48ZB1ik>&;KBqC`_a*?<3#%{y literal 0 HcmV?d00001 diff --git a/packs/Icons/Martial Blasters/Revolver.webp b/packs/Icons/Martial Blasters/Revolver.webp new file mode 100644 index 0000000000000000000000000000000000000000..a898abe5ec69e3e266ea87936c65c15be644d03c GIT binary patch literal 8570 zcmWlec|6mPAICqNZOx3f8HUovFpC;Py0_8V95ri1l39pQ38hkfHnT=kYmVqLXU=k^ zQ|1VXawS(qmvnqPC>_eL-+%A-pYQYWdOTlzE}Old1OQt%uz0>a7thdt@$w*z5db-H zree^`Z1Ws!CTO4Su%+9~ai{>&a<(9$aef^+>sW7Bw8!)KbW{FsALIKM4?Xe1M}!?r z3qE7>f;?_Ls64+&l|1>u{OC%LjvRZsma???9B@35d5TKsLcgQqV$C^Aa&qF6vb}S< z9BZ%Xjqo2Y>pnqWqrSDmFybI1lZUD+$SuKFdmNlz@c1VE;6Wh$=7tw1ZHl1wy+0Ub}@%Gzd+l{L20V%U)&-9)xUTpa$ee?H5ax3bCLblWw;8sUJ-t^_> zTvq$*2dTHaj=LE%I7<_S?e!n)hI1bx$ZH=aMRp%}SUoSIG+F*DQrNvd%0bhm?W8>v z!fA$Kd)amUo0jftV)ykqNVS0q0B9H@SO5xH#kN90D+)jW0RPf^!rDl8_tJRBs4fyW z|3Z*i(Y(^`BR%Nyg`c+%hLJ(QC3z<9DSPE;#uKOe-tK<9v~g5xL7IE4ZpHLl4(|?Dg4v^iM$hi;3QQ>;BZeS1ytT3rU6x z&z+8ODZagkzc+Jf|3mJ33_J@NX?lH=$`l}5Hy&T@`|ahZoO1W&9u@*EtW(3)5%(&8*z*3(#YJ! z)4SF_e|L)E=Bb(6wRK7~ihCU#mhZkWuY0T@v%CitFCSsVb}=0%>+rjm#rKZ!ZMyyx z_XH}xos6FLbL*Zi{<&{zX`=nWuDixLxkaX26`9MwdgapQ5aYmRqxCZ$TE%EP>Ul+Zj{$u11lX|DaX~Xr=ql3Yt z-k1G-Oq~KoU)Fa|A6vrUyNZS{o(P)SaZB=F{)4E4z3{FATMv@g3QYm_}E~ufLIJtEdVL_ z*}*O%Bmzc((Keu&a3oHQg>j%t5ENzc*h-*b)h(np0I`JtY!D!_g?LvJ4v-&3v4BMQ zl6;K~EHFH_{2BuiQep$=**`|M%8h)YT>H$2r38qlF$2v5u`n2$VM4OtvEi6POBjOz zFGqR;ss1^b4a{?vFqri0gCW}_01ezzV3b}EB#8O3EX77cE_J5B#$kXMlw_$TXNFn_ zB*;vH_|_;gMIA8`jPKn)&+q*Nh{r2W-Y73XPG_<`NPc zhZMn-uzQ?)95KWAaR;ot*6#;&WpbojvIVhBnFSPLfcMH?TYClA5MLd01oCD z$d`{BZkSYzaFT4~Sj4}+vw%)cHA>kkXQ2RA_Q=Eeq%BrX2hVcZpV5!j+J&l=jw~c{ zNCYSdX+n%FE=vXg&mI^pnT}bz*b#sL_wb=)d#;6)$YkWPfZgX#oKPOP9`ZznnOw1F zO^=s@>AS)V3ZTspOII3h>2mZ?u#3a?1`0iND2V{CcKY$N$)msh)ShSwQLOfd7w~Mg zsl`x6^!dwY4=&NYXLkF#lGVpv+CW!zzIP736F{!W30RinWQtH!VV)5Y1)35Ez0wGj}n`zFD*=Mt{ z-+!8m1^H+sR7r-2v|0glp}zv-dNK_IZB@dU;GvgKpRG@H)Im@f=TmJ&ok&t1khb+* zi5! zq0{4y3qR8wv@W!-d102)saP9+By`gumOZM_a>60izt*wFGP<+kS_q6omt?USYG(NQOxHh^!E)V*!!Ct=;XmO$pNC=~vO*(Bubj+`ul!|2DTyzwfGnLb#UpN0t@|k$~dFnvi4{ zfT1KdK~7LI_h4=2EB@rhZX6D}`M^U=CKV600R(%ZxECn+_qNnAXT+`KGcY_qm}rpQ zbIZzcV&Xw#(9fB@49!lDnMGKrlI~nbz7&&&aU+Ly9u9-Nyh*zFp$Ey*epazn_2H9<(pp|#HVi)NDnC`VOTK{RfdVv=cgm%ND`fMwm zh`M29BoJB-=0U5Kj?_xaD~n6tYD9wUMf)e#9sh7ZDCDDhl-e-AFLIeoN6*&9U;@;# zm-~LMzPtX$?~i};P&GAa9u5;~_~|?GzdLc;(9B?8r>H2XMJoec1;gkUV%45lj8r0R zU;8O{uXkTq`nB9QwJ)z8-4<=K{mA&&qsGLyP2%L%od^@nyo-t^$5@;az8l(dq#-&! zGP-!?*wm&4*Vdy0pKay72sOPvd4D#H|AI;=@Pets&ugwQ`t|N1b_8agAFB@e#JDb2$Rc8(Ge7BIFDpaRuofFr>k_jZtQ z${gm8Ha;BB8Q+xoWc08!Sqvv?Qgzopw0yFCzj=BLPUr@vhUEOd`-6P=r~c89j4X>4 zE1@&Db1lbKKYF{0PSJ97rc1m**1`YYn>%`r%DkEwbd+s4u~npED_Y2^+!^P&ir1a* z?xqJ>IG1=vLv62ljp$)Q810%=Ggn(r0t0C-)vt^?+_>w;v9~i{epGKea`C|RWxIrq z+m~OO`_yts35UZT2VtAF@^7RdV(f<7+e#zTqdd@B5%<|5wmlDpjq)UptCXoeM;ucW zjemc$EdD*06#J{kHANA57_o=x7ODz{Z8+ z-jz14zk2?5eyIB8vbEQZ)wQ}+i7PgphTxhmZ3U7pU_=mgP2JW3{c7r|+VxwzGe35= zlzfjVYgn~|@0%zyx(C4}K{HXWQ2dUrf5#04(fTNwq_unPNE*8mcl+bJ`Au`yuFXSz zHSk0ak9+w@bmZ+XfBT@Cn<5d@5k^-lNg*v`>exenbt+$f`aNR=iJ8djd(~#S>SK2= zo$y*+^(rqyB!HLj%Dju~A%s>D=pX_h`F`zdFV3EtvR@qYwdNRp1guW44eK_Z4?c|{ z8=YS~Vm!J!_nOi)3b31Lp6*$PQ?mz=CwA@>3hrX?!_V(o;x5fKKR4>NgM_`NZS+r zagW`~9nUt!cdrzu-^bJ={rQSij$=JUl)PW-VD!Y@qp25j{~k!)UQ?DNj78{}!k!06 zmDnhNZDFddK?-Zhx?$ez!e1v&UKB`oeW}U*s~i)Y`T{5G!=&J%UoR;G^8?!~?<}^Y z=5JJ}CK%<5gm@@w;zDoYA(5WhMW&f7e<=8%Vd#)?7zS!DhiNgAqFtl#C)0o`X{K(s z@rN<`@2E9j-K)rfN@15RRNkT6U^O8qhh@}DO(-D#Nn*uMHs zLfU^nZ|eQ}^1N|!*YL}X+pGkpzC>=kYkb}lZ#G(?gE)-mypNu+GdWKnbjJ@}onIbP zA#eXPGB?4auY?xs?IzSVbpb=Hat4x1f@|y2TJYIoMOC%`bX;r1)v)?kbD~l9YV#92 zCL!O@i38oWaLEd z@pF&g-}!{wEonZLG9RNwWZ2GNuo&3R#EIbcT1!WZ#SXikWzyfKoe~iSktfk;gflJ4 z3&`nZ!%HM6HbG`kI1WmODkTu5kG`E9D<{HEux`wu-cGQB1{ zrSl!o3V|-Dt0SyXB0JU3I`;SaSj=>I96#!km}IOHY4Rz}Y(kq1jVKUDCp8r#1pI8K zkcmE@O~7ag_i?&M|9)KZ)91Y(1;1&Hg+-Bvwez0&C4=e7xe1>Khhm+KnN&!O31{QR zBI~Nnvq!`mPQ{w7hR6vAN;* ztH>3b5jj}NSOII-$z!RjK1PQRwC~S+eft;8EsrJd-+wYES&HCy$!dUp5fY!uKsEEG^T>H+5YRtb`CqYHBERPHxuD2$4H{|wonO<8)5K^pYb z21+#;UXQcf-*Y$wMg#tf3MnR1n_awzp+v3lIF}`RwjIDo-d)=iXxMH{3v2CKyzck& z_SHelrE3Dbo&+RsVT5WWdzi6eK9ssGqoPPs7*mYoGFftC4AjX4-3qW5F>vNQb?b>B z(LD(TCVCL<0Cm}MA>eI!g3Hall)bRJI04mc_oU@?i_zcNytwYxN3zxWs{8Ap zm}l>`9zGPe@>u@2g-b!Qc35@vkhBS{g>=wJK{cEZu8TKz7NC_~3Ss)hUzZv;tK+JJ zv@avmJ~|KuL!EgbWC4;2C?f!unM#8u$T;5W(c{g>o%fthKlY&b%de7G<{JXcj9O3& z2}s;7Q~MFaTHPq10?Hwa4REQF65>gz8aL7<0?t3XyB;0;xuf<<l{PalV73Dh31E9bABY`AsV%^uw5t6h4f_wQ zySsk-_wZSMa(O`HgXY_HeY>Z}BG0=joH})nI4m_&5_M_gi9f!4znA;Gtj%z4>J@i7 zJyuq;wC=VU@|E5M?HW%OnqkzvGB?nC0?o<6}nN5o@Z{ zfKKNN*KmwoFE*mBrqtwdO4$}>+T7r?XzJ|iiv6@TlvQX5!a+JfvjJKvU?&IL&aaz@T0TLq@K$LozA$@F@4aX&q*I_PP&bu1@)a3lPqs@iHSWgs)liWDL~~hIO*8?VCDf2< zRBE9&jFpoX#*8toZ#ljA4m0=mk%RlrTg$iJefmx~p}W(+BC+2r68-1!1q*8IWci;b zq;G*Ppm6`tk}It*==Kg6d5aKBCR zwoDPQb(mHBskGIbh7AM#xMRJI^05l;C@1UOiA=PNCyjwm1t9Xv>D;vGM0`a%n*U_#F~Bh zyJGHn?@PP)uTpP+tXh(T>y$_6vmn@yeB;PPn=YM>pa zf7yRvqu7?J56EL)U0L*)e@^KBE;w-1gY(H*wgK6}_kQ$W2Bbz~7C z#w0wE!IvV)OgLOgqT{xaO8x;iN`wI&L9mzXvkAv^SDy{+e|0fkG_X*O+0K8G@x>l* zye46T{AlOWAg*I_7JKE*As6Y!R%mJo!Vd4>`RS|9;+3Ck|V&mVPutNpsupl$_(e539X->z9JMaNO9cOs3cOOoL^ zM5Kdu84NEW!*B)+xB)Ga#yCSkgN%+2nZF1iwk7;Xvb+DM$uex9L~4^fLO}m=zlST* zhbbVd4dnITgZSz85VNZnG%yc zCE!S*K*WA9JV3Cbp=_XaSjUXuBu%T343Rx`-h?dXnd)KVoo6ViS~*#w&qtFQcP>Ar z+Xfc0rNj}ymk3FIL*3q5o29XO}08`)rO@o#}*dUXcqtaXHbk$8M&GY0;5cc-o z=Oqf2RnxN{!T=GTTp?sJuVFY+RI@Q(Om^k+nd;CCf_Z*Xb;bmmNdKgbJV5981^z+SCQ`@4>S&Qpn^=pWy@(jR z;h!)dpGbp{0UQ^ja^q2%8B&x$ONGy5Wm0G&Fj%V!(mlk^@uzpTLgi<|{`6Zk6Ye|I zhbTOm9%4xx1pp)+$&U#e-1)(}Rw+&?93Yb-$7>5Rkd8Og+|S@j|8bJ~f5=V0s!c>3 z{j4Ge-#Htz{?5Y97YrYOv1QZaeoC5?yFe2+KXvs*-HQrcx3(~X(3_%7Faw$4OeFd){zTd zve$+87IJP3l|A}0Q5|V^!YKXbZ&Wem6+)#A=e=d}?{U<4*bnuUkufrU72m8l?4>aIc-84IPN zEF{++sZ|vW0BO;#>OI+k2jb81DoH$~4oLzFU&?)rmn_^e5_7eBrxt{stXA!Q>}-#Q zA|4?5c+@Lak%}q>0_16R5CSBMX0e(zO0}pOj!G7P{yIV)UF=i&&oauGx=xY9m!`AD z>jo$V!OqSyY&lCVV4~RsAtS1U<2q0&>9ZlPBxIYQt9Bz!l00j}2*a&?;UPjV7G|u8 zt@DzJ^1!s75vH&HH1_t8o#Ez$o0|lE?P}68Of&T zrcBpdF<=jEI+W78?SnkW@FI94?D_)=)rXYRYd%WjDzo7rLIM+;Xd4y)9E4Cid;m?9 zrGYt+Q2>K+%+HB+hh_3n0B&GYwvIglwIT9sRVo=mfo*9*>^O}I4MWnZge)z9jz$pm zsi6RLh+S_Fgh^9DCf97Cx1p^tj%J>^U5~4A(AJY`z$iEa&NM}4In#KeG=-xr(~zbG z^CF}Sg-C3)1eJEckj#-v!5e}CfwPr?7!rLYyc7_|^fvgHvN1ew-!pLA0Ar+#< zB#6wjftI!`7*9?9mlF{P+iIj^eh<4qS7}?vq7i9of|>#^LEEzZ;K@V}L(>1vSPXMM6+kP&iC#9{>O^U%(dt0f=oINs`W^F1zQ;Kj5wI`x1!g z{{&P?)=$2r|4c5uRX_1{Q9p6=LY?|{0jM6k_8`EmHX9(|J#1S#R@3ao+jSk z&>}mLU?gd_C24-El5>^mxk@sC*hrEhDesy87+bB>vHzC64+Fb;3m`eNt-2{anVH#7 z$99|k{m1biRSc;=)Koy{I>`bFrohw0P6S$otQw0JE$OlUbq5e80KJ@ zYO0w4SMUeAnE(K$>j<%X7X(%geV$5Tu`nOIhfA z7+;%M&NR(N4Bp%&>8&x{NS_vE$!$kGNYbu28pnU>eLB&!TA>@60hodb0GwG`4pKRv zjqR^ENK$+)z7^aBFQHYbp%S2k6nBo!a-{q3mZX+tT?haGxwL8m)omxEA)V?YeXO2z zsN{5lIwk=A06>r`8mZj2#{IoD!(eb&l#<%dLm|NMfX*XpA_gOB(zw4#!V?&g4cv$u zZ##MXHfS=ThZ=5TSxj`NR_B(LRH)jQ_&Em{F&Y&O+t_&$2{2}OiAF`EY!nz(Fai8? zF(_!;$VvFazWD<{L`(pGR&>Ms9_xX_9Z)OBnR6BZCAUl4l6hct%g7d+E}62$7GKmH z+qNr7w&R|ps{RM*K}iUXKIe$rctnON0r<9M7vxBAI$>_xEE}J89p;T^u0eo){{IpI z?AQUl5?s)<4I;#Cxey@U0~6r$=*Vp(Ns=V<++8J4fAYU$4;7FjNs^>Q)bySla-un3 z6rds|z}owNiX=Bx|LX4Pp4r)(o#QhzGcz+YGd~JH#rKd$%*@Qp%yee950++kpu4Kx zM#s#wn#@gL!faY?TAFaor;8@kVUBq02vU*f#@{7AeU7mnGMN=+(i6Pr?-~WyJ&JcN6wym zx*@0YC$hqz{s@(=4*f9uJ_Zp1n8fsv1{{d*JFhdhnMMw% z5hc12VUrfb1SXi?j?gB;==;6s0~`hnR|8alfvBK*VuIEOX`x*S7oukJLaSEx-i zz#u@Q_B2j^pWWwVUOXS6CTP7N3I?PFCQYoN3VL;eb(t6hJI4rWKyQcRUi*PQI`C-hqH9IiMRECp#dc@!T=62Q!xt7REpv3=A{+?L)qsk+h{C1Q=DG^_*!gjM7vEi<4J!yhzIo(~nit_<63E>FvQY>Jliub8 z1}H#gayCcnt=8*;T;sN$pZ}e9ePumAK@Zrv9{rLI@-|BgN-6~*Hon95pXcAHZ zK>$rg*=Wn_@wH=m97SM*6m(+&GbY3XqM)J6(S-BjX9%Ol3@oUh{g&T;@ZJ2Y!3tlx zZ#K$eD`~UAjZ!p!5qjf>R{J4BNzSFu0Mjgp?%*4uIz5cSTH2d0irX!s<@ z1c!ib-*~8zF!NGQdYKjgvx#s8d{LPn{r9WCd|Kb-H^+C!ha9($pJ(|C_}qu3H`CsG zPVcugT>XV#I+<_3^gt^Qtvh)74d~N(ER4CVMK55SGz_P4s=ob&CNr;-50uYbuWOtu zzV!OJr6P?k6}(;qix_F)USXtd&mj&JsuVuZJKg`8H%AHG@^s44#|fRQEUc1~cDB>> z>pb#)X0F_#xp_I`(Ov*8n6!92;}UPDJYHVUA9WT*rI%&6zXB~~((N{$j+*xw=~#1T zHpTk3M!XUe^i|6vN9i_Bi`G{&{m66}?O5kRPpbENtEX2EjYl7?y}3V+4V~o4kwxO6 zftOxj4a4PsNk1Wnc0c<47k(mfhXU#%n$n~zd;`M5KxYk$We6rQVZ<)*#a;%3>emQx zqp0;jVclv;Q_>ThbN`X8eHz7RCSdeJwegWJQmDxML{pgAjiG}jpIQ81H3XxsZ7D*{ zGlNM?n87jRi04!qWPozxDV6rM=nh0ENe6)EUNeW{S z*~4P0jK$x^KM=Ff?|l9nTxA5g6bsW%>adRj{vlq)CNx+?$cKOFRfG7@%F8zmBLB+mXPoRgL^G*+%37NUli_3BDfg7K)e4BGIA9535^!E>mV$5UQjPF0s|+_ni6A4${b_Q%m5&6bJZRY^B%6*^q2SBtu?S5j zmh04{ni@H2FcW9EdYhoAp*FNcM_U&jB)CPBZ@qQqaU(!jVY-_fr9rpTc4=NRRZY3a zu4clJI-)M$|JTR!c7IK1s-loZN+d+GTHM?&7uNA$4H=pB7kI>a9!vck%xtF!3()pv zO3NS)=4ooYUQJ9rTFcjJw>!tgjeJ3>t_p5>CKrq6@iDZ^Q`Kc@vevR)GdX(qbhV#6 z;?!l`Dk6@>f@!H@fiq4Y&C&PfUmxu4*z?hDG~vWao1hlVG}^krVlbgw_fKCp2^ycs zJDLxbq>&BL7RY>&r(4)X4mDEv+487Ux`Wv0wROT1mD%?RZKwBp3$DJC3R=3N*b)>M z?a%%1=kjb&XhDcqpXy#2em1$?T)}gmCfaWMBVL1fbq%6omY%@UG2U5ZJNZa9SIiBr z4>(IKA%SK~AgO(UPN0f6(6w}1l`Uu(R}oATXqf4kBBn#?oefRqx(KPEGHfDJRq3z< zdnsW>)$*3N&XfDv@08(+bGAu306BP#8DPCC2KeG7h}1z<(d#GU-}HoL!IHrsg7nZP z3`}G&dBY)<(WbaoL;){n7|6Y7bXmmahhhlPkmaRaN-d?VixzX@ zJ5l6cipjcn=KT4}XOGUU$MhrYx^>c^nc+n|R~@Ou9rSgX^)hW?eG(0e{Q#c5Wj zS&8Flu_&ECaSJmEgKkOaW$N5cqi+t`5^S_Cb!fUNYW%l0{qEfF4;gLmQZf7Moh%Du z0xykN3dQ9e+ot(om+48SVvMP+M1)sOih^J=TlF<^Wq^^#L;ce~z&~yO|DVeb8QZT% zHFTK|Mdc{EbNu=;tIth2mUvs0X7HEr$LksSzW<)ECaC6@z2=Vj|8ZqhC|Wuw!@YV{ z?4lZ#apRHuat}%09!D*xSmP;}NL8>rhW)?u*N^u)&vV0tuAjZB6U2t7eu125#A;d5 z4gx3O97n9g&22_?i&%>I*&j68>H9BT)8h0i?vU*n>HUB6=I7zg`gt^IK^}qvgG*M{ z)QZ@3|D27uwoq>P2Z$xiQ5fF{C=Or+H%Ps;>q+NFJL7a>6kH%6Gb~{E7hj_uuE#I1V(B%h9}4zc8=1yCkZMk}sevF|F%esb zWeXoS-+HCndLTrQ%9=w8Ss^D;!BnQ@L`xWfU~&ayZsuvt+)ZI$!PN`NoRgonMdcqL z?hK2wH3U;)vEOf9f8Q1J8Hqz^cfL-?X@XSQj@xrwj?<{7mR1wMGSmdjXj5&8iy4pq zNix)EEb7uSi%!sVr=|l&7Jn7>IbSuXPYh{y5?$2mDtcP~Bar{+U+VfV9<0sF|J9{r z^o=TyTBxhUrm(ZRAc;Zi#LNBwT{dJ^=xe7^F3~7Od-Hz(F~B>jw}iUrp@1fs4dJ(q zzH(U!kZW(Ax9A)K5?P%n_2{U-b9vEqppna$_>GW@yo}&BcA-4d5!-8UPiYw8xBpMY zHrz^=hSK_J4y89>4i7qxn7J`vDxCrza43cTq(KeN6!GTzmg zoHI}3p#|56fVPM?%2CVc6|>??^6NreEXA(AhNU_c?s0Mj{lm*VPdzLLmgIT|h`r>? z0-TMqJ(7-InQJol0-Vrad!^9fP9zZX;@q~*U*7w#2dP~bJ$$R*#W8%O7(-Hnqsprw zUW6IJnvAPbw^FHar3cN&-#o#JeJ25yAf5p*+sqk{(=sRd=UzY8kHfv{E&S@+u%d4h zT&pPoA)TR>5C?gv%d(9?0zPBQWt{R- z0ZZhvARxsNx(=aIqd&9TZ=@A&p*$P4ZT^1$`_i4aKJSRM_v^X962uKc|wLI ze&IvqDOA zRl`JTeC+_u9@F)1A8k|PTGhrO7(rZ3x7#No7-=7e1i1ngk`ROz?9#VW545epIljgp;lctGLG&#!KI=JuR{igV_2LZ8n24SbQ+F3 zZeQVZ8|*wN5~&UHxFIg~da5Fpq#tjM4^)GSiXw_=+WH#Ly$r*+(ErRcQ1-}ynzrOo^Y>tyk)Z?eG4J&xz>g~U{)&gPP@D_Q>`I!99l$=h1Pw&NUkig9(P z6mz3Ya>{^Eg$Q3Ui>HZqK(@zurPH4YVA~(?;MREh*1!q#9xO#@ZF)DN(MXdU6n$J$ zQ1*w^eojXH>Yz3oag$aiUI8GWu4JI{MSx}`~))Ho@ zakql0R84NqfI{X6B?ads>RRKu38I2ynMiEkxWONv$++GD#8xpR zUR8(6<3_K56n6by|3qPr7)})#}_wTWC&J7JvLvg_+sNPGbuw92Omk(rDaD zM%#1c+0ONk7SfarHE7~{_4SB~r2Z;G=quCxihEs6MO_`%K9@1`EI!!Vxj6u1h=Y3n zfOOuBT;_+?O$4C;s1~FIZ(JdZ`tN&x>?H($&77-PU}f_-X;_3DaEdZC&9*F^mjCzf zSnh6jb6n19R4`AO%!nglibOJ@%kC6e!F4h?i_;h9L1666Tf}*#-fTiV9BWZxl+1?Q zYcqGPBQt=cE1=Sq<00jNP>fDZsj2XJ$_-Qw2o?qI`&sln28 z0KqD_VS=TgxU8qOEZJJLYS*||@Z7lhzVp5pVSVZ%6?gO$55N0*p$;V@=1!MR{7LVh z1{?KtuPo+XZQk#Ifi3SmKn=V`>dJp*AKtaPcYNNJcSkDvl5ahYs{6cW!1o2N*v zZ+o>yR9b#vyPzn90N}E|Q@naq1L)hUjKj8vdi#1=7hz!soRpVW2G^}67U0{qVF3~> zLEFv6GF#9smeEkVzuuh_$xh#{!Bk1)&`~95@9Rp0$9my@{52vk2%@%33^A%a*?tjmOliu_Q zO?as5mODR5f{4NOXsiHcg|V{sucogpGVF59`E><`#dw3=yJ5V#d!OMs@)fH#x5<0d zZ3AwX6*Rzi&RU7}3rxtIi1NMZqkeXJ#Wj>#(=aOIgstwb02djuA2;L>$%AY>zhqsE zHpt_G0wGWIA=?o=q5`qqoW5*IU{^vnojDf9BEQ6DbGD%O_s$|UaBKr!3h{$)rg4=! zQO(aa3+N!qbo4SnylP|UN?qz&Ktl|Ui`w37VilI&(=e4q4Q61w-s_RHC+}5ZLI*lO zN1n!XH~A-N&;w9=azIwo|Lz zi?ubifKDo9R%4@Z5%rZttvggfTDk)G0ndVVn6h>>6c|d*YUlzt7qy1%v?D53fCUKU zc77c%vQ-_|3l+ANNxdwh(P_dE)HsgT)02s&9Da2H*@A?Y$KGk)m%tJlqZ%YlP1~); zu1&i{odGMPN2REUa3FO^r+`oE3ZgieIH#GUSQiL7VImzef|&LNX24yKtcNNmuMT#L zFdp;G_XZUebsj!yj9P*EMe+CNjxU|+x2|ynCxFeCwSoX?)@+^uo0Z4}T(TBjg=Wmo zklaU7dO(8)RYOZ*Sw)`&Evc5ixe2=@y^rtv*VUiv8ejEDF{)glm{o0gqh4qwKpHs? zND^+9E*n6(D8W2pJ zoDbI#*Z3dWH+m8g-*5LVPoVh9f&ODMC9$iy1{>bydV(n_q=f;a1e@Ud==iIXHXh#02eRP zF1nbUvVx8BUcLe|_UF43XgoXx-n*%*?ZmipU&7z0b31|ISv?di@0RtEbdh(j;{vP=$j!D*(Iy;_QUwuH&R&u9S=%45MK zo-)A_7BZp884)f>w`zBaC={2>;>kN4i6B1$U82n7bXf4~uT*WKh#-NVDCa2Rn6IL{+=PLt_SEcZ>h6Zf0bU*)23Kb4GEY zDu}v=u5dPb@N7}>3KJ~}@Aa8UWoT-M{t^*dKoo5o8~gqJ$)FR}#2vWP77-KTwxAD- ztvmFiUbdM-OF2gtoM%xNKg1fxg%9Taxx7xVkUqHB5_MeMgkH8bgN2GgQxl1(p0JT{ ztj!0Y2^2u-vco>HCiCLc(wOl(o}hg&V$D+86l8B}Udjz1+X)I0XyR{LC)=YWMg>xs z-DE|LnF}HXs16d&6Em`sD+3G)U@9zT*qX!A3=R5p3suhteW(R@>0Gb z9j)7BkFZtRGA`;tG-We+BxGM+>@EQ!Z9ozY`oeJCiYYYjzC{jeR9-b_2Hu3aFb2R{*KS#XbAsd=X86UC1%w^Qn+=MBFQ3 zAYtg3a9;qNmO(l_V6Se6Coe+|Z83>42O3QCvItcl>W(O$EqI5f?Mb61En32KZW{Pe zGFtiv?vN&iqt4BI0J{vzT@dZeO?R>SHZ{~*2xu5E_L#vO?gE#xl_WFtTT%tgc_`vta{b8K0 zC+$f*$hK%shJ0Q_ct2Wh(Mmx`VqH_=b3$fAy z{;n-6O%f8k12YO5jizU(=CERF#+3Its0^Up0O@H7$nc#EIuyVf=#4ruM%8n_FAY#T zAC@!L*X({!lbf-Q~USo@i?2bq~*W07|UDd{uC*4#Wmrovj`T&W9k2_5=bs zrY^5TNx^hm(@&B&&#-6bMX{S6lkd%)ab^jMgYpHSvPdA4ULa_{&NG2ZcLVz*Ueo~I z;X0quVm3kqv2}L$pXk0MZu3depiNB6qCcL)KPQ-=2iY4W78zx?fPA#;1eq~4ZZ5z{a>OB&9(vw+GI#OnAPEXN zk;j0&IGT8~9BlIt1`vQ0EiuoqtYF6ElC3ab%{to31~9Sb9v*3?t)T=eXRU$^!0DeW MdS0B{oW_h_pXg49`v3p{ literal 0 HcmV?d00001 diff --git a/packs/Icons/Simple Blasters/Ion Carbine.webp b/packs/Icons/Simple Blasters/Ion Carbine.webp new file mode 100644 index 0000000000000000000000000000000000000000..0b0233813a82cd4f451587bc748998410fa28fb3 GIT binary patch literal 8404 zcmV;_AS>TeNk&G@AOHYYMM6+kP&iD$AOHX_U%(dt0f&*S)=iKPo<3Ip1q&`NjR58m3rsS4g&YZrQDK1t}{ zxj=-CQLtPhBKF>weL-=Tf@eROq#pe|Vrc+3wr$nT9!1P7y?L`GGh^ib3v$T(KqbJD zY+JR`-`(B!{~wDeLgqghB6p|YNRp&TN@yO=ZzZgCIyNfk5=f5NQFS5Cj52U0q5Bu}07reG#Q&WUAqq{~(}jGXeoXAPK%3 zYktw7x}|&~U=3@aR4$!x`F_pyE|yIMD2yaZSt`r6E=PZec)UgE2`ZW0hQzvRBDnSc z)_<%6)g4kdB~yR8>Dsl2a%tY9;I9qGSneEdqY8CiE>@Ky<(V=9&D%B}=W>`_KnNh~ zxWA}X6Qwd50+>S}^A1X`POCw~@pnAl-c9=q=O%6+`wmT~Rb+(b_-pNMq-yjImUDsa|3JAv%3jasecXH*{d(n0|8nddSXE(Yj>5Z_Du&w5Oy&Vqnm= zk)(t_?ENx#1R_F#+crwtV}@6tlH^h)R(MrUo)wS0R`zMD85sB~Gr8D-?HAsoAD%8j z?hL%`N%HVZ(V>HAa;@!|B+2LbK`o#mI_*U>yI1C?9B3EF5 zp^&f{hdv9meyFCcU%WG0!8db!Tc9>7TZYYg1&yF6_{2fmNRpKFj`lbne-M8MavMpG zq=;H^%F*-xzZo$BxF!Ht{snnse9B+Q?@0cDlPBgkW=@Xz z#L{Ra4K#e;_muzeg^b}%SGxlp+9zcUlc}znROB#hrb_3!nhP1%GJA|2rmd}mQknan z0`hGsM;+P?GaQ=n7^h4!v#m2t9(+rZq}sM^Tjm~FN-ecXZ?*Nw%yT|5|G!L`zroDV zp+YMq!#zooEZepuNkqK%(Yn_8k3lD*bI=LYs#d;x_oB$Z`uyMF0EQ%?C5c4Iq-A*{ zzrF!B0??KSZ?TElYC}Qa^-xAT3an_tsAJdz5U|t8-8h8#36J6Hoy!QJf^15sX+*MG z4}B0obh;vY?A3Rw%!uqgdi3dTVH}7~(-Fp8IjDwYLT(~{qHX6ZFn3y^;IrorM>6XI z>_S&GqxzWdGteaCyC5<`o#+`tCL9HXj1`-OG0>NXObT%5Cz&}jMw9~H^=yzA4g&G& zlD8tL^Ei8s#5l8O5JbK2?LDiPRXLMPL^mRAh6PbTf$8lLx{EOSaU9Dtp!1vgaEQpf zoHvafM|m+coIyhxz@366h`%-R~HBPyP-+7;AfFvhR9Yy{B|66jLDz-J~+t zrMc-r)2)eZAhSorZy|U1;~72kdzgTX@*oofGpKPA7REq4NCgEj{s@Ji{=%ah-H>lf zqc^@x98BhvHYF^An4~Npnj&cU+;arR(siVCqzQU<)QzhN6jo8WA_@BHmQky~Y9eHv z3n&MmM$Pq#17qLVd#WqL@U(j{+&tEN+&dV->@1lQ3CL1mzhEM|XF_gG{({gP&{k!J zmEb541)WG`Qn8{_2^1uViLhD}bruc;s_#?2W*~TY0S<6;yOGnFQLQJ3uxH;h^ZP3P@0ZOhGWmyPuxsk^N~e zTe5YmpbR-ltur#wTA)En>!an6hS!x0Q$n6(Hg>2IKn{^JBE$2LGw7tk$~6Jq#RMkZ z!VVC^KGa>tMQH%3Ftm#C$jwT--Vzr$mK2%PSkah6spU`C07xW$ zR8I=1)T&pa7z8OnCS!*{xHkbV6XICDY9Z3wBz_D2mJV(}CDdV42@qt?0;z-X0vF4=8vgB|_R#1>~;J!MR z!QEHKDL_0waGGgSjBp-k%=nu`0fn@CeOCPV&mq?1{g{PP*j$b4k`9Nu4IJviRHge& zHw3auj7E=Eyx1kb3B`j&Azm=injrU>+;n;Y35s7hpJ=V|%aD zuU}UVPzn)=tl>+j+}9RHy3dhxkRYW{#1u19Rx47TbsOEI9b@cGaf%!f{rNaHH0ja9q?T$fT(|miI$rF*wwfCdfiMn8!A?X$x~?C3G9;k*{XHt7-!Puf z>u&|m8uayNO<}4VLkCM93tA8Z_n}80)neMrLxp65m!~}ZDY!6k%t{ijw7GesV}m|_ z_J7|B{4>l>3#j0c@|L1%<=BZ_S&5{(Ol?H|LO_hB5+FxIsXm`@TO~g>N92hGo z)6174*IeUAz7?e)Mj>1oN{#{Cg+3@k-ps%CrX+q@mnYxW(a$%S&fPXuE8l@p>qVi# z&FRXFG{c`D~jgQ-s63 z5pQ&pJYty7I$(ZnV$LMR?naXvZxXiEe<*TOteVHIvpS^11F*yc?htN6)bQQ9KHfr( z$E2UaO6e|nk?Ym(sOR1*S9nI7{s$jl#&-uvt$lgP{}0y9?TXuPw9|Y|C%s=joT*M1 zr1x*%N~whRoONU1bjbLufOPG)N6)o`e}ZG&$CH`EP45 zA4S*qHkd{e9Jpd32V}pC)n?la!|r zd;@hTy3%tie)*)3kvaVa&p2J)4hb~^S!X(2C_(S6WTIE6Dj|M7vV#?!)?^9(d_^x2 zhWd6tzO-FK-ML;-nr_7@?!Bn6!W(l^^em#{dUGn_%B{L#qkXVsulAVZ*{(F|l@YNswf5TtDrvKKsE@R$`Nlkp#9k77O*HX~=gy*{U{3Iq zyXl@&7~sT{;%(A|J#=~U;n^A@sqqq*l#7_)zXaD zX$v{ty4_P2$D;3qyMJXsVIYviK4g3CK(bpZ{k zT5s_Gjd7KszFeiXzIc{=`%kI+@80J4>-+l8L!W)J7dKw(J$XXsL~W7WVC)*K#)><^ zS453erKs3#lFA~lmGrl)Z}6ML4^M5ZXb%Dpz#|`VdaPd-xsa1a6nIWdWIg8D1B`{N zJri}hcd_1C@hzrLEIu#ZR^QIBGHJpPB@Uv0qH;V#+$uTfFcN;c+HcR5NK zh3cbtogcB9+OV1cQcb{1@gIAjgo}#|Tp5Sj&X2!V`h#?f<|c2N9n%e2aqBldppC`t z^g}%#H#pT>zV!X_wdv#&Bj62a=pJ}iB7m%pJ4b2*)>)e>pb4rW{C;m=o_|wbbUP$5 zSJ6%%kT=$Z*8Bs}HgPtGZr|>e&SjR&C)jLF4fEAgcLuIJ;23=PAn)T!Q5h_>5W@D5 z!kW0^bHr1=JO#Ako#j~B*U&Z`sq!C@Z%U~BS$9%Bozttj%T&5PEMSX)PncqjyY{39{T}S@Z$rlT8VYUDt1h8VE0ru^GaCUSc3?5WyySVcBMd zCf+GEzY%i-JUr&}yaG;RLadZKr|=Q}7QHsuzP?#j>|207$nl-D_$>3-{aOpeD3Itnu!XbvhUzOM1%)QB&oL!W*vEX^R;33;+WP-Mi6BH615{ z7xrj-OnME{%fv8r#~+@^;p*4V2hQi6@Z<2KWocPsZf9MN)8!QT)9Yw(_KBsm5u8RW z2XgmwM0*U=M#cJ84jtjL+$qkxYkl3uZxD@`!z9;{KGwB)O>L4TB!>pI4|@FxoXMVk>gf^4Iw-L&D_?g(tl+UH5+5R8mGZ^+j(^`cn&)&y zS1#A|I;3FapnP-I7Y6g*qiz)=YMi)CcPTe=@?+lexo>61UEMwGCBLei7Cj`YI~;w( zC&GMaG}NGpZ|ma`D+;IsPIssrMxHD9*GVH_2p!Ux*FkO>q;vybh{mRWvY0S9bqGZsq4T7+4uAT0 z_p(VX%t7JCwTK9+vtjS^2&b4~0B zBrz>t-Ve{U)TLJ8FzP7DsPVIf7%S#cTZeXG6f7py-Yu<*tb8uG?+GlzTkMm@Q^Y^6VLj|OerhYYBtRzhF% zR_<8c`H(Xbmyf?EJx>wK9!u|7t9xJEi6X(D*wT7b$;67nShK?~XK5r9pn>JWf2xp= zUH2_9^-yAM#)&R1D~6QjAZ!|}0G2ox!*onRyoLLzlM0M#al-AArlZ?)(qz?+5eL}V0pXF^)?_(OxZ zC5TKh3Yd0}@DN9PTW)+r2-roTiZltvXO>^PzHYVk4LcAP-tRi+VnM&Z+*BL^g4F?f za8ny*czBo`K3HNU$zsDm}b8T3j1fPEPB02-isDX@T zJ8Zt6ue4O)_LToDr6RX8WyEqA!_M6B8y6M><3pjhJ>;l#Xw!GvB3Q8kPVd&ahRypa zN}jh_sKWe?bF5(S4UUtD zK$q4=)>Fup&Jh4q^(0ux=AZ96V%_3xG|#T8p(;s7Q27>BxO*N zNs|&i85nP3U{B!w3ygn_vK{h;W^^&Y4CdUS7fU@(Pfl&mUQL(z#{1U;9%L0wdu-(` zPF;w+jng5XeYNg!3N_?08>NJb!rh&s`gGZ!{#nwOuIGfs!-PDj?A=;@e^Uk0@-xKC z6E8f$05e31J4m5P1u*)A2uY&jnM`09ME|5&!T~2=LKIJ5qe2$qyUtgCv zi23t=9KN^cO5qVLun`<-DvUzQYRGrwu2FV>ysQ5A|4MsoJ-&gm3{}aV)u9fYXhV0# z4ufinl?aC{hphCk!puq*KJNIgqF}ySSvsf(eL*+viyA2Rd;P_Vzx7Uk;62rKvGafc zlDxkaBV@rifYmsLLfW?rJ7n)z!MpVo@xdfwQ}B8>N_ zci$SUSg{V_%~}WCm!n3i+VuO8h;rX8<`@thZ@B|FcD!#u5He(l+?ogK6HS^}feJ~5 zJKqicdco6=^vmh^MCx;N%{*B7>9g+z?SCwKn$UzKSnMEc(TkuBRvW&$35ds@7QLz3 zwE9nfe@wDu9b?(F^s@CDW`Gm!IM2DzD#qN8L$5tQ#Vra=WHUmj!=L_|NpDcUJRnV^J1r*E>p=5g#EV@zl~><)SVS=7fC-(N15t5gdx-eTOx zx_AI;r;vx4p#Ia@Pn|tVq&zDI2Ru{F5Iu=|+Yx)vEYi-#khuD@Kl>kz+XPvCEEXml ziIuD;4FaVp9F{SzMeA!?GG6(UeHt{v0&vpeHZ1PfS8jR%b#Wlu+Eh z1Jx)NkMtFkA0u+ zjBKU&{u@_eChpy#@8<(QvyJ+GyH?p-XGq!;!@1TZ765Ap`&qqjUI?y?C6E!86QaqLROV7i}>Wn%1vfl zv|H=e^q6J#?JdfFJG=JKF4!dACn~SY?i+sXj!A~(HU?ty=7iAFjikGmwNqCrmGiXF z!`MUiTj6rRfS*7(bacpd`CU`jTugrYv0t3WfB@~4uLkXUSGyX}y<@rWbS|n>(^0Bz ziCzi@$!1BM~)<3OUtXj@S%`(#EUW`=a2u`K3IwEd|Jx?zUZkc=PWh)r9O?H%TRX?5Z~cGWjl+u9`+!s8&+&~O zkeCmrV&eHkA3Ibzu`7L4TzBz2}h8{2qy|Le#CD{PZ~uZ|GmQcYg>d20en62;xNzsRl^xa3~q z)$^8&_cp~=)Zw3a4fSnzySc64+1uB|qeu$%)cyB8YPyTG`+L&8o2+?mR0$qC7R+wa zIq2qn-YQ+h&a6pt7BN!WxiAJ6I%K&O=CZ~(ovu=2aOcJpJGcKgXp9)}WB@3a&Q;M* zd3D7!&=!dBcgmt;Wqn*$z78HiW*!Im0(csI^AZZN(xU_YM=~ z8{Mf?@#IPym5nf&jkN@HL=JcSlWQ=7YhzE9~kV zDW>UBmCB0W=U7lKd2@BDGr$_l5p5SsOwqt@9=d%|aohqlQ1f5$*?=|N4a_2L7dwjS z-b*d25h93tXSyGuJJA=WD1Lvw;hv7t0}cpbdvP&uYK4?|PhR&zj6w$q>3n=wz@{U1 z>6Sa)RQEiEX3>Dt5SzgQl}t0dguAvRq-TR(iX*vc7|E60tbIQhvuN^tPLBgFQM%u* z3x}*!o5i$3-%WYZxIE=XmKYT&FOwx`g=ynOXQe|>pr`f6c%*-qR63cF@FhbddB>wq=1PMYo=@bDp5O~rQ?&x$8K@@oOLy^1CP literal 0 HcmV?d00001 diff --git a/packs/Icons/Simple Blasters/Light Repeater.webp b/packs/Icons/Simple Blasters/Light Repeater.webp new file mode 100644 index 0000000000000000000000000000000000000000..19bbc7cd051d4a3224732bfbc4a751675b3f6ee5 GIT binary patch literal 7644 zcmV<29V6mWNk&H09RL7VMM6+kP&iD;9RL6?U%(dt0fv#JM5=XV0guZ+VBZiT`ac0? zfN)(^zu|tckHSNeOx#;de8Bohju$iTIRDZWSCDkZB{Uy#cGneWdohf3?RQm4;z5z5 z>vToZTGJJ0@WCJ>K4|Nk%wmM~1DCJJK#QH+-I2*m2~8K7`K9S{`rR|}r1#8-2iZY) z_bFy6rU4|^w%Z_w-oavsEbGyG+5e&tL*}-VECG&W+p4OrS6FyL`0OvD}~l@`i6bOY$5;f-<=CAz=Zx!0F3#Eg$&ShOLhV*MWTsNR)7#uE9%v&zySw9 zaoc=Ej~+Ah3IGrEKU%{O0DvKgs1z-`*#N)+eE|SKq$p~Y?LQvR|LVvludU;vyI0Dw7nqf;Gy|K6*4j~M~9ApwiY$i|PC`OTQ( z76AZ+B@vO5;{L9ctfg*YUN8|wQ9N&(Lb0GP0C0{-y<)S$dLo9_d`M4YDuYFT=u9e{x3o@9RW4W<*LVLPKTn^&ZJr|;Hi#a*X?64( z$u0DXf(4}0W%Oub46#HE<{S`9R2U&4z`xP7%U9hwh@#*+K2xHevS#S^{eXY zuI_6)w(Vq||`Oe3xUR$2%jwXU?G=NwR9&sh(MTzeA6i`8^+GoBm~jOwhkPkOi`UnJ?e_ z&e>~C`;sJCwQbwB%p*$eJej{{{*%Pa3=3PWB`o5P-n;2d9(VxeVKl%609_iwm%1!- z$;AYH+umZdnZSxBj5>y`00A3%*i^zW9>!}~M;&#DCedC%0HMp)S6Hov3BV#i283}S zI!#xNEh`7rkW9!VVLYstJ4@>&yZ1*iETX!2pKCb6UIPa z9x^Gw0)zGs!qE7S@l7;73f%@GrV$fDHc z3ntbPbN=2}EhK$w{TP!7T3-+g5{3n4nAk%r=&Kv7dtnev&J0#UZ>J-rZS=^;#LD1( zZXIGMS6(*s7Qff&)M)|~$Tb}3vjYZUz8}>(tcv+X3ixwC2$EYcS&?fF5d)VEG$4u> zv)*=!yLH}i4Y=h}+BgWt-TwYxYZK0MFMCq}9i#X`^Zi6XEIFVX84o5Pqx_l}m_dzg z3HQ{^&HW)K4$*zu*CUYI;<;dG=8m0wF)q-+fBe5_&&}B`>k_NZ$}T$3x>`6ZlW|&d zXHIIJh>50MO<}AiP*@(7E0UnEZW$f#KGv76eXp8uHN1`~tR$T&H`#K-JLxBKfQ6?7 z@YbVsKSq}X;kmhrF73NlTpUkb+*vsbyWl2x#U@jWZ-s{!`=dY@`ii_vLdA+sB~XxC zJN&4gUHv#Yaah5AYs_>)Aeb23ZLM$A@wfX3&62e;z0%b>pf#ZyjrimBTU9$`pcy{@2e zZ=1tlwSdRRV6d)_4MGH~$Z_Dl9^x{oO>#v~R&tojTGkbUODl*GqJxmyV-wcarVvJr zK4J;R6P)t&<80Ou$*^nuw4aA?xFf6gf+QrsEg-TE@6b#*^I#O+-B|604ys6Wh$tOa zWd|;Pm+gAr8i>M!J5h}lRLQX-BF;;r=)=q{X>%qU+vRblr+RYve~w`C3}FRZb|ro{ zN%4#d6*(2Q>AE)Mx`;RPMA%sqBtt@_h9cffc5-Y@-!cl^TJevT=AM(8kOc~j${hmSc7B{yIi0=K}$ zzGQ~mGrt_GN*~p+kHk%}f9w%AqChV->o2dU>*_r1J&ms?iCebj`ph5Q%cTyW&wKOv zGWpSizPjD>OOrp^{cQ=%la%DMvhd7?tj2OXk9Tkf2i9FQ4KuvLPav8w(AmQx1w|BO zN@5vX;^f|Utuovj9_s^OfBxKmiVt62&>zj;KOFvbkNf7({uQr>#09kH6M@kMS7FM5 z2WwwIkFez8Jajb#xgN45s<}pBqM(8^<-4d|<8i~pb|Ag`w0`E@(pF22X^Hp0Ueq5& zc(IMwD{v2Pv~aV*L?^e-70@iZ6Qhw^A>&?@$Nt1bQffTY+$jyTNMw0dz%Ytp=GGC``e-6@qesvP1xVJq)_Z#)3&jS0 zdKSQ=qhQ@(bq_;vzc>yQt0D^W?1pJH!GXQZR}aVL+sp@xE`48dd{>>8yLqnq)pXS8 z;;w(Wu2jseHLi5w@Zupfj*#Dpsq~v|wJ4{Nz3V?1JxpZz89yr#Ue)dkw~FRWF6B<=Q!67 zYxS|+px+GEI)ZHH9HZ=!gbh4s1!_SJqoWHfl7eo{u5W)@$LhYusNCTAN&HuZ+$%K1&rEZK{~Ey-lv*tM2G{ z&dV0JpdMaHEKOQPMM1UJ?DmF?zwOWd*3JM=4Tft(kaVoYtLSi4l3mz}iA^a%E``D- z?jzUm!Q}Bd=N3~)&06Dlt1(+0ah)Nj;@*o2OD3F;V1Suwd<9zI1A1#&pOF|MIwO|Dcl%Q4t$cpvCk1I_|n8?#_ zbics`F@IZwWGQK89+o<}5h1>}#`8{X4qB>zg}#E9P=2hdXJAECyi*w=U+AH_PIV7v z9UGi>buMNN9G7WP!{hxKrU(OD*n6JQjn-od=jt25h{%(Q=mt^_fB2ar9Btx5@saeR z3)B1)cU10g2o4JjQja24qMLf2({4&|5zmbOdtOs#9Im4ay4R;-ja+n({N>hGuR|mK zw89l?Th}%mqes<&e7>(kO3o zTm)>zW%YUm9Jg?cNnA~#^jx6SWtH~(V?E8_%K^7gZ2dpQ0W~!cW4Xi1aplbvuFxVC zrgSfdw%9@j55`XIOu5oWMjh6D51p`|A_9ga(E1LJcw&|3Gs+(XqEr$^Amaygvk;bs zI0Kr*20GM05MEJ;qr=t#?pW^1-^4|8Ge1j$P&XEQ_1kYz4r?O!jtuhuj7Ezsnge$N zP}*Vd(zeg_cNr~s!j2bV0Ap&8(Iv^SngCKwKt(IH3NGDGD=3;B&2zVX-@`%MuOLba z4B&ywd0YST+*^-MsF+*eLe^i8Uy6m|UZA1P0)G;Ge;eT#76ot9sDLJ@hVaKh--)6x zrs>AW*Y8{7onT5?vNz3&~&ebtpeSt_$^E>H?17~;#A zhZsA}#ImEH0Gap-fNC`=KD&`0mQltnsF;_yrIxsfZbyL+9brSsFFeX$@`>Let|v`X zDT=z9z<@%Vb)%I^S#3`OZr?-v z&s&;ZnKUIbI?)ta`$2>mr-LMxg4BP9r+{9$#Bluz?>}by1OHv-swBbo(FTu2-LJ``y&je^JHvH~sNm z?+f-W{FT>-oOM)Crjdd2v+&Yr&mCoX4bd!Nvb}&Q)VJV9$W4UtW2Yj@i65%?1i z+)jva0?s~)sojNv3ZT{Aor&EYOc-! z9e21i-yL2{Ywjl1_Gba=W(2ZkqIZ6nh6J&Kb8ASv#Ouo`Kgu0{@h!gRj$@WP>AF9+ zhB0w=qBo9J|erX|xR7_A0HItNFfv)1| zpy*i?Ua)OHSea6`{L9#PTzqeNoDH!h&#WAM{q-&%lV5DESgZW%_2Gzm!DL=R2W!C- z6Wm~N-|1Qx8{Gp%@yIl=_qWOXRVS>+?q~L&K9gii3zJw1uj($JuEzDc!~fPf7mF6g zt9|3u`ybxHv^aF5R#{h6r+P6Z%@#udXF|Aw)8Q^l$>G9E-^)=zbkJmgT52Wq)n9Jv zCYH{BtQ0=!lerhWdyjU6R5MVbGQzpPUvOS^5wXH%phq?vd$fKB~u4lkEs>HKnF zU;%y}U;!%F7HyilWsaa*Y}JqiZi}gq#MEOh;tazi#ZcbK1F!G{FR8u`TFs&#f4{r- z7}1cY)c!lf^lvIKe0?~AT$;mlBUcQa2UI5%>f0K@TU6gdZEjM7Vhoo4HqV=R04v-AUgLoP& zE0>#!s~}h%pa&(18fwGCA?@xZMusep@90EBI_@AFxkQsRZUm&Mn-F`j@YT|`c!Vw)s|>51#VLD5GKXIzs`?~Y z$mY#$n?^5js{(rc(y^j|^7TLPgb>_nuC=F|&V?0c+z*-Z*=dsnrT683Ub9Vd_$`2o}2klW7TS>eiY z!&--1F-PAIz`o6(^z#Fy($Ahr-e$yOr*YxD-4D5T^$b#nW?U+5`mWMp=d~5yjY8_% zJ)NiLdcuS{B~9YR2-%-c)^nta}iu!i~v z(ftwYRd@BOUWyu^?Gee3WR&9sCR=Ya*-_Y_?+!6!j2aO@wA+-K33!^uL+-?CId+{c zO=_}CN7n+ejSf-|y!FljA(5Q-qY!@mZy=I#s%+eOP@WlAM0}Iw79ta5oUuswNc=R} zXN7;b>49fG#e|O`2>~fu3qyr=SM%O;Bt(!$Dwxl*3{}b2szU`yh^7JEK&hrU3X(Nw zTE9e(NgO!q+lm{a`md)FlovO1#5?zM#P5p!Zu+s_UuMxtj<8K}hf+wD@x?~#4y|BV zdIYlymzLB{v#g0yfnmw<cgZ1%VHvlQqxc-mb=(X(cz}fmvMuWkv0UAmlk}%D*$m zr#o+-WH)+Z^$+*a`=7hbv5R2kdA2@W6e>A<^McvQ>L7Z~PV?Ncgfd+~k<@g&;ZgSz zkL)&eZ||laC=n7`z!M(C7Ovd3RpoG`7vVt!Jz!n>V{=4dJ%}?qPBMv5GNy8VF&E>I?)y9%XcEc zqQY(}1a&M0^)$SU_(sD~Cs#PBA!c#ZRHdw9m;B*G222g#@l8&rtO8d`!5pC@Re~AR z56Ze*GKOL<<1MO3GmJiCEloUl$=TN$%L)tI#g6~i{8yST_!yU2Dyf#2IJjPiK)uvO z>L>`TRrE9+D;$I;D49?;fs$OZ1ID3)dS?o#%?0td8g+kq;IbngJ_s*?Y9%-Kza2iK z^{85}=x&G&tm(pv5|+3Jh9Vj-;R$^NOW6{*AJ!CI6r)E5+;h1DD(2U03J3_Md7l4f z+&dSYRdZAKkX~i&1ch{=si1~&HI-N}-wwy0bCOZ+H(EEN}wZH~5jBm)+=>-ER;{yes|6brv@AS1C{>?CP|I0XryZfL3tTD3-Z(L{@dZsW$eWvQQfU;e+T^6?bg zAklu6;b$*UE!-bPDCD3^IBgsAjQl@y)lmg|X;t0Q+k&$w=&e&xsBmdzmSl*?BrpO; zZ?IHQn!vG-ryurqepcM<-IDL7WYW>5;Y)58W}lO-iNZ>(iw3koKNWKr@ZYezivWehL;bA zM$0uHD;YxQNDO5HpT>JX;mt&PHQY$@w$ zsLiUqxnFq$-TiO*{-b*}>mBKgd9ASc35aYPhUjsXqD|~i0fCD@-S0fA*G*IeXHwRE z!Yr(!?!H7>ad9rtOfq)$q-Hp1)BJTW2zfsb1b`{&4NjfB&vOwaNktpcEDrwkj=ED7j=uQJ$SyGSrlcOdv|@qaMmp+ir`2I+Bp_ zL66S`8`HWHs5@LvPakEfs_ygJYb8)L>eBtCx*S!a+FnvXFInmey3=O=o4uE-)XM-i z_CN$Tj@miV&-p|i{ou!q?}rbvZ4y%)@(rg_IWfgSFWAPp27JN3@)l*6Q90!v2A8`# zMb@;cE0xN*6E@Spek4Wky%B8^$gg|Ym(6X!wlc}OZs0T_#d{Ka?x4u#Z&fHkHZ=me zqg3${R=2~&pUa^mirA_WC1tK5w0f#L!kHv8gQQ_X5WH}~lEk*0S-s1@`^hj{u{^YE z5BI~kS5qcTm=ad@(%}wZ%tZFbbB5JFy5@fnI>jsenBxd*KV1(u?w_P zar7LdYVQAjDpa#qX!>_oMYvSca{Nfq_V9Ip&-k}+E7;m~!M)c%P7p&CEQGE-MU$vq zhPn=FCTW)xn>;hM`_}!Yi;8}dxWC18-*74PsOp|FQRyN!XHC+*qC{pzM6S*(mWR-( zPP&S{$<6;aI_SS7JBqGqH*tanZ=D#n_t&4S=aqbV2Q(dfjd@7qzTb zRiylp!Zo3`iK$8{VCs&yZd&zMRJ=QWg9We1DyC6dCjt+tv^XpoYuzZ2!ztPl-POxg zU707Ka*>cpA*<4gQbozLl2T_XJ2h)kQJzWv7U=J)0SCyD^a}jwDmRYUMJTGW-0U9B z`VaSP0c=WiUax^ix>JeL{EkFU!i7Ena=9(O6gq>O>TH#4BAqni%V4Z zxr{RT8I3*on`L7o)Rl)>T5BP>P*E*QuEivHMdb~76j#WyyQ?IXvU(O(N}^ax53}By zlM@d_N1gIWi4MKQs~yeAxJxYRNm0s}!cj8v?9+uxJGU9Gl$DzcO=VU8b4~YiT5~$! zVJ=Pk0FO^WaVn0JFUcZNZ7rkXwAMAtGnZL$=zBcoDdI<0*wwib)AXoHWyL>p4U|j1 z>}oI4H48Byp3J^L&?e@6yk3Rj;`^n#PV0i$Em>Y-&E_JGK%_^B@_!92A z6VhjcUWzM|iIJf71wqqKN4(k6Kqk6po~|!ENBon*%)6(J7tMW@$-MPcMas)$30h&= z_@cAYA!Zf&Wb_6DixJCi0Zc9i$>vJ3JaE8+!5L>oDf4$AR8!m>jB#fngPaNf?2;>g zL=_x$3Ihm0idN+C)$2HhEZtO+ium>W@Ab#)pV#B@d_Etq=kw|5!eX_p0{|ZC+YaNbmzI7{_lv%-K=XnyWoc8`6_L$1`#S zG?)IUYeBBNKirwo5+42Q^zux{NAQP3X2mchO+p${(9D`aF-72*rF}g? z$KR0~vLgL=KY!$KVwlZdw(&Ngs3Vyt@LAIlAPTa$~kE_EvRgUc|CaUFZ2t zKKGV0`#0uxB>ueUwU6{}tkTTXaEtRVT$deGm=^M6YEXUD{ms{4L;bGxk?$jFkidBq z>_N9vh~sBX%<9`;2>8Z4+mMg{jh#4^?W{;M3FwLzRBQLTibRUYvU`huqw#Qk9{9WI znwG~6GGcE{uKX$H<>lg8NS*uj9IK;eHR`Mg5nDq$@^=~y@%v9nTx~m1zfFDmM|#hf zZtH!Xg`3^@mMvZDB0V)Xv42PI*Vv%b)`Ty8aSn;ESW=QpO~-4m?>{!$eXMBB?n)=Q zNJu^R{C|gSpY_?G40LuA-W*n(b(cP>>zUnl+ip_{trgF@TN&wpLNTL?4S1=DbaWa@ z2pK&4Yw~d+Gf8 zv4aPf=YL5_e)W;Vil;lG9`xLmz4#OGyGPsNwpB$|z&7bUMdYL4cV|ZC|8C9;s}c;e zB2TQick+w*u%iCxQGr3;*RJd3ZpZcX4aXLG?5I2fOsHG~0pI`|qSpq+5*hV3!Pyuz zNsJ~W14sZYVTA`F?tdeZUHu-z#e-}V0YKLn5t$}gLI5rTumC&(jmF~Eu|gj+cmyO| zjo49ef3;&7Ho-%T3nf`qVo+FOdk_vG%yuU;#Nd7tgpfmEn;@V-D32pY3(==scjtgH zAT$nMK?5`3@Kpm+)Bp0JKsQ;6mX556YsJ zB|r&}Q)rqJzBVt%g9-*EGnxr2f#55Cjvh!kuM(4nSyefhQsz{Hpn_#IAx;hu;c&6g z(w-$3BMEF*xKN1HQCABicmUHS+V zk@?7?`32ni{_Eq(5SZ?moQDQd_yjn-GzI5ENW(BRu|#d+)(=U)?c>g0sPFmGa%D8` z$IR>5@~=O_r>6#>sRbhu2a1ez53huHF!zEb_P`BdsUHsqik+mUan{dFJ$U_Oq2t?u zn4I;VYlT~PmNjGB;E8+}Ko1Bl^HpQ>D5X*h;*HMzTet3|zWX|NMV6w1f|mH-HNhz%uC|LqW%3@XL2 z^}Ey;xoWyS;ND!Am?qsiKg*MrawC`rB*}&tcMuyul2m?f)BzK!uHK{^e=fn)RLRr= zC@XdUt2;M)c%hDwhl4V~%vvO?*jLm0*6rB%(W|Q;wc@@^4NSdncMsBQwXbOp?D!sX zYRfrHyK#V5X;%qc?;kk8i~?2vRYfr^qLb0O=gU%3U^PHJ zMR^HB!freomfg99xMly5^@o>!bq%jt_d~N7QSoZX7CXAOONtvRE$pCR--0Jj6!Dt#YiYw)R9UaW3xiA|Kq zTa%+ki2!jE!Nfstx}IUTR4n0pv&Ch8R{ExFu&^3Zy5-=<$Bn8&{;vK0$8But#jAX? z%#cZBI1B(Knhc|k*rP>ONQZi;P)kL)f5H=F z3a@56NC*fv_&P^!^g^)Spgg#CG3LzOqr?n@>B;MXuR>R4fgnpZ`tmm0eI*F0Mh#=H zcnqYeO;B;W!8ni@NK)*k0@?smV!1LA+>!vs()_+(4S9E~C%ItNIitjhj-1lj^7Xq+ zp-ZVEkoZwlgV^rk-a(>%I`Tk{j&?`AYo^9LvZ31Y>NIjc&%79UD?98KM8~%$Mw>tw0K^(rar_B2bxhe#zxZ*cd8Oa2o zjApoquZ_M=0C7M_3xiX&*t@@C%-XvXT{aqkYqn(5bBM_SPDwqO+TPTt4YNH(Ma#?Q z7GJzTe`N2QE|QdN75r@ zG*s2?y(#yZI9}j>#%t!!!tFoHbF;Nw)~=sk{QVL=sHHw(cp;S`MSBT?0WnUZ3={s- zadvM^2SdblC??f2$dR^2#Dm5`J{u4~E9)2j}`3XsG>l18?B zj{9El%8#4VC7tBP+Kz2a$&Y$A`L(4;;rL}6{k7=RTj_R9ZF)}9H#dJ?FSIX@_gZQg zcRzIke_7Lf^{uCVd5*iWbeYuwn3ht6OE(as0W3I1BI~^S#AuuEmigSC<+u}Z(_TUc zwLh!QEwGi5evZ=*Z}gYAIQpH9YZ$cfp4oBPAU`XJf57}eqdwE9qFup6vEX7Q;0^Fx z0JPMyoOW&YzizJ$5xi4B8xl=;An+R4*y|?y5Mzz7n5!M;hrYS+oFEZ8{KZAi_mg~| zi{}x&_bVG%VKRkAfhd8G_3dS(JtSq}QX>v7(4_wOjLiA?1@5SYV%=xcSzM(Mcp8pI zvzJywvBrOLeR6+6^q?M3HK>cBZ%b=k{Cx>8Gq7X!=^}F*&nx`{5aLq5n6%sb9J=-#$0> z#O61Z8B9Sh;FH|pz0!ou8!RB)HaI|YBP$t|>CMMqjr=f)-EQ|w;7n~HbK%`|qqEsF zH|~<&x3OX>X=6I|*GB0ZSv7=NQwuxioiFB_Ru|c=yWQgl9{IK~-@oiraD0{h075O* zT`LiZLyKrbFfKY1^f(O!RfQb!tU0%6+?rT46Kk|3B6N|q_OVZ0DZ`!;(pm7Kx;t)|S3@`v* z)2-Q>mPKFzWCAjMi|gm{$@srN{F{D{yk2IC3EQn~@E6q##>~IJp-|HRqf1;b>zfnk z-)W&!e&w?_AN+5)G;^0%;f@i{xqG=98o9ZM7Fcs!CYmPFP=LT;l0G$()=qI@>X}7Ow~}d^m0b4ChLd6Y$3rkUda1+gDohT^BcYVw~kxF0~PMI+#4lLw{i~WHC?=`-q&?gXuNXWZthgh zF7qhA{eKKwf~7yK&t$qJ!Gk=I|cAfPX3?VCy0_m znl)1qlI+u$ z4xuz)F1^0}(=On~S;9MvZM%tRD>9=3i5J6y!m6%;a}=oqq})^lv=0>HTBdBWAX}cON_i%nHOl2A07`*Ueg*!i;Kt*HLk+ub$hm@pJz` ze5%H#7!wIh|-6MBC+3BhIYNzJ|8&JYptuI@~L$6@!9Md6ft( zuR9x%AWNU~MAodisI%scO7;>%Z zZREy-jR)xzi*jzD;8hUcEU1eP*JE-B_MQ?n50=EpfTouM>7zif(u!6bTX|gdR1`BB-_q zT%cwW$)nU{1--NH`T2Yc2_`o6PlD!uSj>yqx!7K022X} zhauzp9!RY3NMxO(&HZnFN5Y6#mSQavn@d6rYDYiaYPr{p3SKZ?E{NAIcH;Ae_#v30 z6UY|AZXm;$32t%`2bb2pw-$$L<0*>){d)l;SML;9jjg%;aQ@N`-netrv(Vy}`_XS3 ztKY;7ew4Z=M3*i~5g;KdSca!64fUR(nlt*{(snal@}Wq1$!ln9NU1E37Xn}Tv3+@= zwD8OI4b^*|PSs`C0(Yn;GJi);>2cT9C(cmY8W62<#L|L zqvc;dpa$%q5b0ndOH4RCX;yP6-e4vDz<9@NvtoDJy_XWOj78;LQ=zIwG0zwhQ zLL@1LE?jSKb}2lGwx*lsm2wTIF)!(3PjMEPrndcUg){ElMaO79Ua_fo+vJ7L&N_<& z8I`sTH-9X46j-ekC3GEZ<#YKI6b!0Mc&VOl>{3SC3#a*2B}MYCqLgJ;1zGi9sI&XJ z_4TpYmX`qv;wEkB&yj0xq9%#HK7tHk{aU#x+HPq9v_^rz+T*H%D1w(Mec)_RYd-@F zb^`BTQwyb2!C&q| zpz81xkQ@*p$h`fUcTIo)uN+<-yr6DSf)YK%NOj9F5H)c?dBEl53Kljfx+2)}| z3qt=^*75Lf>{nl#HWZn(?TgX5xo0Bf#B9-?^#Qqg8blnk4qyxlvp_O!3RAm6LI517 zC`h;x3kyE>mVVtYoh}c&^Zb5L-&ICb-#6Es3flGR`PlZxf|HZIx~-p5Eg4_~WcnT) zkcfaOQ$UL93SB6s0^2GCvBWj$8k52A<~$&a%gI;0qzK4v(EuJ(1jorrIv>hiBR4mp$3l5L$Z9c3>3G{X$i|V^xxf99np-gQiMpM9&G&_d!KnzK@0tet2%0Zg7 z^^YYRXO#!+)rt*kEqfW264IO5qR7sxBkI$EDhLET2is_v{bOubQ^d!MmpBIssKQ9{RS79UQ~$h? z0Y;4=(trp6lUBe22g8A258JB@`kx#aHL{NQBRek+tNWC3y7HLu2{l()Bm^Qll;Tb3 z2OftrS zvx|Ep{tkY7)=0*=djahXs8VbNL~#4$;AcXT(-n>ZQjFsc0s@AG!h`=@OsfW{In8ce z&1cvl!LqR4a<+iVPriHf8~yQ{(3XlxoCd62mQZcj`^L)HX-ApoKXPdTAUCCMW`dyA z0m(`jD>0e(8~!w)&zM{o`=}8}Bcwi{N1MlYgh4fhc|n90SO!wtcsC@Sp$!!m4{FD69ayAM5z$L-xtfiaz=>vbK%Cd5M4d|`_WDS>{;Dx4DN|2aD z4J`o#7rKT*k@cad)opts*Ctq<4)uyXifWaKPzZg33Xw~(FYYIthqMOgvU`Wd0h6T-o zH6Ao!x?^aX00)DjfE?0&9G*ahgh4C;3t|dJMq^+?A`+YDzEE95Z}`rvs4yphs$wJ- zpFSj|3s7=T7e)&2YO|0`c3g$n3#Q|_ie?pQ&_sqA#10#$otJm#6W8Va?W^bH@A>Qa zyZtG_aP{x*ZIjR!)zu;b7EQ4fCS%0OJEZU{cy1E!BHV=vhg1atfVRWScHK>9W1`yr zF5E4ZBmtaNZ!W-+K6{nr6t1&#?uja{R?_(b0Vpvv$q!Z4tPA{e2m(F2^q(mbP>43g zkvSM>g%~ev8GD=kgnp4{A~0bKftcF~SuMf&j(cp*cwl1AWmzDpxF8{@nrR4=Br!#O zEy|}{p%L9Ah0>iL6r$x?ib+CG2i>JWy85~|h#UsLA}d5Dwc!DT}Xl!aSLvztJM zwvV(A;tF&d@(=rpqMg_MFWS{==hdea7YMJwX_~;Dn9w-*@%7n2%io!+)$ebk3_iCP z;-AA&bP5zoa>Hq|MO2xZYA@E8Vj&jb5a4HI1O)4nEG{2=++e1?>qC8nosDj&L-nqb z?SFFTzs6r5K-v{Lh3%TBeL8^A_4EZOXcGJ>y9%eqpaHHZz5tRIMC9_7bO4H#hVch| z^^mECJN|VNxqjwZFQ@j~E&ST{_X}$&Zg_S5*HYUg%*uPg`FOry>>D~ePfw{7Av6FL z1qZYXX#hw-9L50__G-dPDv_i<4v2T&%dDZaJn^0=J2~!SW8*q5V`V0eTPnHY!K-jUH-C(&+ z9$ua609VtnuR_Sf?4hL?!v7a0LXTldUNPt~{{j=Prd^|_*CI9oKdj)nyucJVkXisO zq!u|HxQOPqGKS~|&*5xfh=PT{M3gp13MeJZ6d`B0U?4CCSKR--&OX9J%aT6`blPu% z28U4?C{8xm8>U0NA+nbkWTF8Ez#s_-Rp;dd5KOMYM^_kRAWg${00aiJHygvoc!!~s Y;t*YM3Xq10fE@^<)?|YdYI1=80|ZvWa{vGU literal 0 HcmV?d00001 diff --git a/packs/Icons/Simple Blasters/Needler.webp b/packs/Icons/Simple Blasters/Needler.webp new file mode 100644 index 0000000000000000000000000000000000000000..857885f02218f4dae3719a988ba4149061bb7852 GIT binary patch literal 8312 zcmV-;Acx;lNk&F+AOHYYMM6+kP&iCvAOHX_U%(dt0fuecMuJ->cJA4K;Jzb7^nU^( z0Ijk6$M-W9+5sRn2X5p~Mt=|y2k#4qZ2*V}X#s&rnwahYoKN;iKGL(J8Awv*IN20a z++HD#OBL^>uP5mn96L$nxB;@dM2b8BL7OVa0V$Q8b~}68pV{kxB;)^obV(;suR~*I zUvT!e1?CdjzN)G{+s+h$jT$h?1b!_Ca2wlpt*mb#{@z|)EgfAE6B5yXIYcyYZ3%EB z+g4RI?(V*eh+_UDB611&TCii=imdGNYgUH)8t6vYj`@dV2!_!A2><{b`sn~Ljs$Al zV?yns<0Q0T1sgyTlSgUs$^T11L;^Mbz^G6nelB-bl{KZl!K~2OulJ$vqk3sc2{egB z)&Kww?11bD$DzNpbxYMD0RRB9RMLk&0JZ>!sUl@@KI*3c^Z_-IwE(~dP|=%|kGk>{ zKobJivKI71&6HBMYC?~wp30kSG8Odc)%2+Vfm|_c#rj+>?=NF*(iP?VA*AxTv~?~} z9EMs{@v6?R&&OpvG!E$ep`#Q&_E|~wzy6-Qw3V_mXrKT6=cAfl^-W}~)GqP?Gaw12 zB(Z&e)Oqpe{1s;Ld5~rR(4i}=OZ%}Hn(9h(N_vyuZ$B-C?!bIFvQOfxs-D%8zCa;~ zx(6%6Q248+epjF?By%k;jbCB!eOpHbaa_txr{%# zj6d|9i_og9_1jn>8(-mUFTn{C^+ZIk4r zX?KQ`&+}sV%hxsk^T5n}@X;epY-#gQ+qP=kwr!=9Yi(_e4GS%7LEG{cv0QAX3B9*k za>Vcce_Op&4srm&dlP_50DN(nTy$CC!lg6RwtFFX>kP4W6I=u~0S2}ly$vr4f6A-k z$2{htn3^|YU;q_`y0qa*3w2RarGg0&rr3S0W1W34J9dz>8~v#+x7e;Srs3uXJfdTL zET|}NUxZq?P&LLu(ExIYbs2>Kb>?tr1CjqUYjq=e8bSiJ6ukYt4OA5ky*TJal95s(q8CJzwBDGQ zG=5l=o~txeju7gU_rVPT1MYJjAxHk0Qxs+HnMvxn_WkNHPK*KC3#AHPwCDuPh^O#C zP`Xa(U#KOwFK!4J7S9%EL+#J#$%y%W2*UiagBKYNL+2H{Zq@|!p46+)0aHB7i{4i0 zuwSMC6aJ`XFLVy;qzwcxhGrYFIMwGmyf2=eBW(6-gdc|E6|cVob!Glue_oQI5j{wv zbK_Iy#X1V6b0IucL8<6!cguUjTSi0kOsgdQH6FpgwA>w70SEWzBES-J+)PXepeJoH z0I&J@6C0b^U)wd@*vDM!3$H1bUvi5%F(=2gj0&}51bPUe;lz-TBoc|1jux>>;R>1E zV8z4qsYcXUaqvDO-i;jJ2bc&bO|w5sn!+>xZf7e_O0S>E56uF7ox7rRtqyhIh9y-R zi;U{smL`Ot9RfEEn1Mp=ZbqkyX<(qiEKIy>n7fHE6f+p{oeUR|jjl-T zy8an+Z|PNAKRLZOXs0&yvc|1)ruTlN^1h{y5u>7;g>WhYCs-z8sC@=#u)tv`>};K7 zJFH{d&rkrfBn6jF2J23A25bDBNnZZ!$g3DQU4d|&y@wyF->%{rtATf4;URr(S4L`O zy|^Wcw&Fe);D=ejqGA$(G0Dfn19)F6t8#3#K)0TUb+6^h>Z7Vg`xNGN@~`ELx=Wnl zhrhoolxeX@g!Vhx4TQDBKIoq%JD!Y&x_nY|Sqk)IhcKy2w>1LsUd-DtB5raFREUAm zfHsf>L;Lgom@89>C3ccWjs~t=?@QKfih``yQLWm=!AXB`wLHZfgcH{srFjA`t@k?g z%}<3^<*sW_96L(kSPZlyQfCndQhASV0yFU*iFmM&9s+?@a(V9f&TF%E9zh5|4Ow$l z+&O#>eq3RbKkaE(rmuQ^egSvvPG00Y*W;P=47%OM-|8T2E-K{`v2O08gQ3D4*9b=g zk%3Cy+0<}YywBKud|a-u9rWfGZ_!|^uH1o7B$~4UE$2j~o!csTZR7bfdcTWUq+Q~E zMK1-3ZwT3}A?{uYZ_KwsrSuCfcbid^&xIKpYjXB`2lTA1yV&k9Z$ph51>2#ON4e{A zsHPBAg|#L#EpCFInViu)fhL7HhG^57KItEfVGJbJ8bl}s>!e=|D*~hG_g;4%>*$*s z|95-1mGQ}d{s_HJ-i23q)v=j%Q@coa**&l4^Sfe;q{j+ON5EVI4|^Q0mTG=$e*jn?HI?zUSo#UyC?sHpVZfLj2WL9nQYIwww73zh}r# ztI5&zv`l{);r~F@dx;((Bd>g`Yijs(Cj|*)ub6t^`!_0pMl9^Gk!5}BBu#Oa-$_Wb z+LSBVJ^GxHn=^5G=DmN`STo37oq|kF5K%|^Fwm+NE%E2K`B;DEpQg8~? zf)UdqIVG4})adxu*5fF0w*l{okPDC2z#!y@mFex|^t3w@3lqgq<|xBWJ_6`so z6}?iSdCG&L%QQcJ{RskM{Rci555kPDQO&7k6?&r)k4d#AN9$sd58_SFsT#XYnnW#Y zoU<5Jp;F+Sl9iZ6ms!+Jaa&i_cGY(Hf@gQGbWVw-edRZHeYKbR^0M0Jc6~bAftC5}`(+L6m6*h6MvL^7NFML7=KWHoo`ayB-5pX} zm_Bl`yT&?;bKC3M)+Se5%Xi_PZ~@2rXvljm22>)6MfPx3j&{F+=K?3x6JC4~91*=V zd6&mFr-`fnE2;X#3bclO5ebQmm}NjjMqAsx!6rPBeHH%g@B4Rt-w)RYwe633A3O|k z&dRx(8b0i>I60JafBEqD{{mNwXB7(TBr!y8r+XYq^zdo2?6h5&7@P_UHmS4X#bDY* z=OfRq+rrVXXlJ>GTf13xDy`05*T}))_VsMimN?$S9F`IW^zJ?zKQ}Rg6UHeClQ>*B zdKXVOTtH*io}`|alIn@sj8ZgHi^f6CEp^kQhEc3sTAHDH&{5l;{;sQo_U>O_`AM^} zKi9F@h$(T916#nmIC=}o-~LMpY?!WzIzSrz@PgnrVq`_5WnQ$W|H5p5%|##g)$?9s zfmCvLJ660!!?fFxhxPd7Yu?C*|K{sGZb#-d&w}X^yJ_z~=@j<4aRqT9HJ%dD|BwX~Ah1 zOX_A%xunH8$Wf=z=it#?^SEJD?srpo;)#)s-<`c`>x7jjlPq|H!Z%CRYBZn3k4S zKlI~kjGpo0TSwBL#UAQJ&s|%N)U-X05Z-_JJ!;*T-4b-#yh)3gR9FR9g@h0_9Y%?z z6Y?cbe(zuZ^lz4<*Gj4#^XJr%$}bbfsebalrJ^OCN;&#{t+E!AG_+qfmGnNT9Q~88 zXU$#iHA*f#ao7J7WT&f3c#VzXM4(*j29-Ogy?|kLb0){pclLq>X{4+Ok0=efz-&g_ zEZRNvOQxyUUTUmwT;DQJu`@zA5Z+JS(0leRIt#k;bB`5c%A-}DpL;g{5rt(2N?-OL zpiW4b`I2?CQ6)>N6eIyf0T1Vlt#di5*ZLxdRpBqi5;7&=;Q@$e6r6or^U_%vVXxhm zheZGz2~6S91BjYxGgPhQz#dJaI9IRJY46raz4DzIz%ggSScer0vsiI^6tCd+Jm}h8 z09Ok~S2Zvwrv~$wF2%_rjL})-mX>}Ovt=ZNJA#C*u=Hs%<|5%CojBo<1MXk)3?8du z4w0S%UEKUK?aD;s*5Kt~Veik9rgp@;0ouEP(LUZsjm))v>9uZF5PsW}1L!=$#4B~q z4M4z*l59NJ-aef554tu2hb>z_*84}(Hdb}_rPQbfDJhAZ zXxFuC^|?;5g}i+!GioV$eIzn9KGQ)rxyIF>^vrqfx8aj>Pn`AUdl##ocfE+A3H4^9 zq3H*IE$(M|)6u01QO$^$ybn3;6^?DZCg)-H*w|w<2#5JzY=fNLXqdMfBTb5xb&xmH zCJE5@=>Ti)?Ch^@|E4~OHHdP4YDxGS@Sh$Ee@;7Zlj6dD)tsZ0#cCQw^De~4ZMQ3R zf1d?!I94n}_ut!3+w>po*B5O~YQ2$!Erjdj5$Z0#+QpuS9mSMvrlP3!Z9 z*xeCT$MAPzZEqg}sb1QPt%43?yn4J}-`7Qb9HEo+Cafl3dG<5Q1lw5A3Pyr>g_HY@ z3qJRw`oNk}*jL7wPFzlj;uqcW-t~j`#?6epr657G^tvg2Puar=uv0~PS(IQLffmNj z@*Yh*j>gEVmvdD7=Jfo6TjDKqVO|&_lcKH?0}q3oCi_`3;xbXH;%Xk5#GS7N&j#kJ zYXIKcXG5Lq`$-X3`dQ|!Jmwf*idIoUq8Q{JB~G8VCt!B zp}c|&Xe9*N4orv5F@vL?mxG3&d-39c_{oj3&sc}uVP_LkfK=|o5sEONZIrqdZN9hG z?{??JT`Lcx$f~H_LPf14jiiOso+L5l@ObXb*PwlG^Dn#s1L@xsunDRYA8*Kg0b^Dh zRBkx~(Ba#$uW*mULsU%f*rvv&a6>IT$2!qdfrS+YN6T0v|ujQ5z{kczMXZdA95U>aJs)8v(ty~sKGbG6^U zI_T}|HBRQ}Ii~e=T0i_#&AT6Fh;)TJ#*g`L<@oxV-NUs&oCQ!~QuDyW!-GEZGEKmW z`zOt?bgOmt!J2QvsO^fC*v3W2y_rShqI@&44#8qv9BP#=+yNM4JNSp&;9r546HDr& zuDV}Eus%`K%$N=#hi#HGUC0Y~n|3rExzaDk5+Nl8ZXfY|j)ae!#@YCO4IX7hTZ_y2 zRg$2d`*_q`HupAM8Yt4Xw54!w*->uC?7Ws1K6#*YJXOV-rK*YCv@>PD(L9>^na?{E zGoJazMVvU{rTxGqCpo%-KKvv)HGrHPTe}bLfyJzBk53aK+WJGMt#GkX zrHd7??_lg_?uL-pKFsowHg&74PBR9gb=Rm%=RG=`#~WAU;`17)fy)|p_l4+I#`NUv zuytu&cq{KX$J!Y;jD}Q-VQLVoF7|^`9=|-0>m_iEVfmG|TgIsZV13|A0E(%s0Oqv{ z>fuCDrH2O&uf*pg`%qM}&($lO5HHS6+ScOazD zI=0@9BHoKnQ@qmnai~AcPxyz8eFSYCTx;|@_5fN_ZUBFo3}Xq{@v$V4r^Gb z2IP~S1K}>O{+tc;*g+5?lC1AQhr@Ef%rIIIB1bXuE+>?TW=fAT3KXe0Na!^B0%~Z= zi)N#7U|zj-wBN`+hXf3zdEUKmw(}}H3RC+(5N$0Ly;isHD{rMAy^Tp^_=N{{g8MbW zwT@VqWj;-d*h!)_m|MTPd}whZY6J$g;@HS;;3#}V%^tiVT`3NBz@j_MG@F}(DNHff z6>q?q-8vf+IgT86E=^%gn^}qc8Yl(X?Z3RrU?i1&)y8(flQ%&D-A&n(KRbC!=ijdQ zI}n3`#M(IUg|Ka{DPePH73Be0IkFtY!EF&Z9Zy4hC=>}I`0>8Z`!M1!8#jxo#012- zD5ujO9p=lUV}qceEZ4OMDY@@pID}1|>BBp=RARACJD0F!S9QxTh0!D)JQm;D$Vibr z>qczcod%An={n|^`y4TkV$J6w8aXwYHk1_1!_%(l8|JKj-V=saYx)RZ>gRW}t|wXj zDr8JKgcOP-V2H**4)f>-%okdlPoPp~#VDlbg-ix1DLKS>FCcYBbF^n)`M3s6Y8$QN z0CGB^U~O0OOV1kvYju;rM9cy`(b~Ybu(5H>PLUm}o!O5*4(}!>m}QiPF&we6y>s~M z*u-UQbaeUR8z_#r0HEPw@KkYL?BMN_{g#DqZ z3u!BPDcFFij*kx9iFaSXcqkXwx>kYp%G8@7TSmqbTM8hGF|ZE#(H=ul@SL5jG8Ftk zZ>J{mO?9KD^S;Pxk8t5Pd?U-afsc7{XAKneLYw3b8hIw%b;tJb2Caa1c>OwO|F>w5 zZ5!LtW-KFs(f~0b7Q*GYYsT3o%OUdBa|j32TG2Sd0@n{#-HIO5&Kk+m&R1_R5m)hS z%EV|mp=N6FnJ%e|8u6^LsEgy{9~b-IpKqzZ-qx0CTe=99h)iOLkTZ{GwJqyRQ68ntj`^eOz+^-d{jL+b>O7>RoxH(j0P0~@(O$}{~;|=>>lR$=|mj7pP z^FsW`c>Co*t3RY4V;2c;Hy8+V*aRemYj{m_+PTLw`bT2m*ej`htT=9Kq8S!buq~1A zDnZ6tpDEW5ZzNnpn*ey6e#qgfs6}};i!52P)`UI2*!t0qq0I*tct`J;iL^CW?xLj&9D|&U(3Y)gy%d7kuVus@F!z~G)heok5anWWN_8p zh^<&?{@tnec$mI^mEr%t8J}>Lx7l0)!d@Y4WX%~g1q{a&k{K920xP(!iJsGovrwMd z<#e`Z;uQSQTTXo&@oQ>P(0tqFPNf=$H&OHTl3@}AG>33%B%f!=q)mRI!X@TMpTkTA~a~>*@~V5(OOU-s#rxZ;j z_R9kg#{f50HlL^Sq^q8wbDj5j8{(B>6z5{s&c$m*Yrl;xzmQZts`#ojmlHmTVp6Hv znTi63=I3qlFA52|i{_LN+XB?AjE5nS3-8I<9sb&{d&Miqny{T$P4apVPfw|_O#4JP z3AhBtM2as{3zno+=nS< zMdP^~X`R(khVZC0BuLSCKXOlcq=r4Y4+B3%!To?01aaNaPH{pUajXOqq zW0PbIQEYR^HE51uD&|Vp*oozSPHA7?e{Tde-dts9)+{Ee4 z?HnJj)63_C^{$X7%S%xOrW?L4uJ{TP1zCe99!rlYg`6EH-q$f2rrp+cG=_S%>rv~C z_WV#e-qH&w!*YfSV%30>&roR$k!_=KPPUSNxP=3(BntcL9qCmru&*#DgGN(W3R`Ez zW^xS8;A%fM%P}iuI;oGQ@|w)&bv)Ca2e-$&66hTHv6;ZmW8UJN);YQT55LCNtNHA0 z>&Xd^3ZV)mM;dG$Q|7#osc9Du8xG(;eVoN*M!=CbDq!h8I>3tX9oyU;E~uRnR0vWOjg*(5 zg`$$&8M(pXMEpIP`R-a;SHLAET<9PHCSJw7rkhSFiJp&wh5MCCyFF}-nA7)hW({t9 z1gT0}3APt%sD{T&2&d`~GMScwCyL}_M|aC4r&Zax8=X0moJ6oh^~x>n$s`*ik$)h^ zmGserrtL}?LFQy3Omqsl_1WSm8g<(|kl5D%qaLRyY;NItcqe!{%QBL>`Q(P6oRKPM z$kbtK$YN{cgs+~8@mG(SsN+nVih<@tR;>&^>gI~8KwHpDV}`Rxym5RD+wJ%hgm4bd zm4jfgtZnZrW^tSa$O^oLUR&3+@h~M7?tpMKzQ4Aegk_<1cAPKID48Oxi{(51A(Iey zYzec{wuJ+SXrjI}SKCYV&J5c=Jvno60O`pAGIFZh^rdBGmx}>;qynr#*BHRX88k6j z0vVx4DOh&g{#7K>#z78p`oKEAzs6~-;p$?4a`9@=vNe?q7oOEc17Fok|;RyDoQM&VJVor{uhwkI)d-WYT$`<1rJ${I~$% C$!^;K literal 0 HcmV?d00001 diff --git a/packs/Icons/Simple Blasters/Slugpistol.webp b/packs/Icons/Simple Blasters/Slugpistol.webp new file mode 100644 index 0000000000000000000000000000000000000000..513d1278bc3401175714928f339b08a04d82b3c7 GIT binary patch literal 9110 zcmV;HBWc`HNk&GFBLDzbMM6+kP&iD2BLDy|U%(dt4M2=!w{C;?@b~}^%>D}|{Yx5% z=>G%|$i%ye|N3~s_BTqn7vQ&KTZz;5egl9lMNHuAeglvKcs><4_kM>FB5&Z{H^_?f zNC40cwr&vs5PY>};sgNZypT6ZJ|iL+BwqlQk`!YQGf7?q3z!kfnHdQ;9eXCowU%w5 z06@0=UgGQ3y6^<$8Fkg z{-Gg+$w2TALnyKT6JRa~Aj-%fBEw)XNJvZ~2CyhiBho0*B|sno5t{`-DG)9mask{p z00RIt?Ls1r5)06gKT9iau0#u$MB7{LL|odQCEKy;A4 z!~#6P2o7Kb4)0(=2oR-2#DWLlg#j+v9N(W%V5AJvSX?;sx;M*$WibVCmuMukL&dN<;)A0!~B# zB>G?;&Q zd~Ya{_*yRkqEHy;7XkI)4>UFD5e*ccXn@Kb@35fi2p*`+x9-P zZQB@Mt8ZVmJ5DDZR4SEvaC`P|_^vgcx!XI+T4U85uHEMh&atuH&2naK+xGS_YumQ1 z!P?$Ocwj-2Bu9=Uv&iZJ2bS-DkKetL^E&{$*R-lK++rI^f+R_1ku~>f@4sZP*6n15 z#RPoF4@nO(ubgZJ67mcKU?2buiHIQv35FU_Q0D^#N=y*4A_5r!DFFcq4zy*K;2DlC zJgTZhQJ6=BJ75~Lc5{_P2XPDtVW0p+5QeA}jTldSYj{BlOi_eAqv7OUDVU--`p~7S zo}#Wx6cmfM5n49~)srbuQ848LI$#PyHrVQ$1J+|vun7p$Gx7DwlPG*;tZV(^wLY-` z!Vph;Y`)z45-1G%Hg!=0VG%6hW|IRBK`p!KURa=~8}&BWZ()Zy4$ut(ux|8PI5r%J z?O?i>p=sY#)?Q-?W@GqJ?etQ7QpS-w;WO6_1BR%jt`nq#x68@1Pf z(BuRNoIQ-bK`ndOjvL;b8ACkn;XpT%m7M^#y@jDu1sp{1>CH=p?zX;zO~BXyAqdhi zoNilR7nPNLizPTV4BZQskBCdWgy$~g!p>?A07Y}2Hu&@#0<0?xYM>w%RzQKa#hC#& ze3?avAOPD584mDK|Fd%7(wr{V&*Fj;>U`jf&e}cv#f?DcQB@04DAPdFf zTerZdy@mo6H$p|2LX!g?27I6Tv|BH&0Gs_)SuWsbUw%F>yYun#b3ErVce9MX5=%GB zor4Id-L}CtaO+md8{n{kSP`LOj!z;C!NDt>!v*~88H^HDj^%XD0itWVn+2T9^XSHI zcF!?`0BZk6Y>Qj>Nrd4TiaHx80+|TIsl^@GKn4n&Z`?2Nrd|Xuke_`7!7?xiE=FMV z=GXoekp#)YI?J^4&A*Rkk~}b zO!7?n)Asri{~&g;kk1==Y+v~HJlmZ`yJc;kzVXrH_1C-LXW3s%TQSnLL&?o4Uj`g~D0dNppw zv)hu)*j%`U#XDAnvmx{7+p-1Nt1N0!km&Zv@14`deCaC}yz7d1G9BcO1r~;rcyn-t zVPs2%*V2AAdde*U4KDonF^YuCl!y{j?+x8j)Or+(GDYjaa4kZXHd1F4WcKm_+6JisG`xK4D^61ldig%Q!aguODAe`N`6>P?ryf&QTkLkI1sW^2+Bv$`{0oE%KW`Lw_+%{Nd24F_=BMOF2a9 zBsk#_4amb?7Ba(GPT~ zS9S&GFbgM%1GCV^5tHxnLs=X4IAX-`*&nxbVO~)$^!(lbeEfG>=}*mu@hXi7|doy%;TXWu^nHY+p#M5n?Gs_bkk)ACAaiVUc_BS z-Ozt{MQO4f(nQf#^vjzP?VPM;37K0$dNl0X*c^X=t$UU#l}uqh{^9Q{nTvDz0OWL5v*I~3^veqcj?94@~&m!!yPmrS>NYV;;0 zHMAFTLfNLc7Rffp57ns zlPF2vUj5@Tuj9+~K(nUy$UTx{Bp7TSLXqUmZr~b+9aF~KG2|+4P8_%x0$hxYp_yj< z=EJAYfBy@^J9OYYGN9OCQ=K?FDQ%Ac1f^JcGLniJ{9Gr&>+ZT;GKw~?K+<=kxF)@V zZg5w^E1@0NMnD2ZL?g9~G6NQ|kPwpE9(M+M{gqyVLV0?uDI>=TMV}N^RUA%XTiV=~ zKYrlfr#=^4nX?(Zy(@ofs91+5piW_Vx?da;5;g$UC~`C1bkm3cpbQ4h5NomqswUA& z0G04gG2w1_&vMCs!7DZlR`Omlgpk(Emwrzub{KjJA%I|q2%#`<$H z>CS8wwQ{P1Dz#+?bXm=wvrxw0OfJmWh25XMeyr337)fNfqq!Y<4)s?4d4$9k>0$+o zY8rV$3K_dL6Q#fe^alD~ZDVrC$yQ4#bBl~+&FAoI=Qn9cMf=Qymy)&Y>oS=ds`N&* z*zEB}*|K{QZ+r;uZH|!NNr|&$P6N)8$yu760 z!iX5CLVkDc1`|k(str0&;lHU=_aX;;l@!P2dEiPu%^ZXi|NYBn>nkoRv0;U|lGc6@ zOKo(A@59@%IPHsXV!?ZZ`LN;+0MJX3J0W&t4Gs#=`)({7WqfU?wAoV!@&-bcI3uEt z_Q4$~)!Jdi-Fu6nvJJ2^RH7rZpPw9X#=a0fxB!YTMZ#l#7O8Ud(hDt5{ZhYRnU&{y zuh}S_C5&!#P)YzExZ>|0l|15^AHh@dRtBJH)S?_UO*>l2&AzkThhi}`FXG<_pPcCQ z(VlS#9}eTy%@qXz!1mcx@XI|_)Rej0t!^vkQ&lT&iIWwvh`4fWTyfN#(Hkt?kirHj z>&&c+xEMc>hm=OkuhE%$rMMblgB2mZz{plWRx^7^AB0!oSssiijQCT}Xkc3%Deku7uBR7Ji1V>_VyWec7W= zp2F`q#QWPcuFriq59LV*@Mr)1f9^(o&h8JM^@673N!HuesT}dJ35&iM-zr=`FjO*r zF_$m^GjDSDfO2d@kj$0|TF;4Zsi6*v!l8SnE5WQVDdf6il2nbcbB+M){~tb|Kx(o(yidrn;_J>b$BRSX82+PyvBW84CD-T#Tr-(lXG;WwiA8TaTrVSj z1pwHn6Df|X>kfD(hw=VCEf_5x(=NASRW(-;z@{SL_yGG5J_za7H!t-Y?Z0$rKQ#1$ z3IO36%bvrZK!%&c8;^S|IwD&}&||(%-5ghQ8_$M!>YIeCP#GS6mnrA_(DI-wOm?X$gCg*P@Y~RuFI&4SuH_}f;{1nGEBqfc6g|BmV@W2Vv3k46lGGN7~gYSmqG$sN?e5a zpy$iZSXc^`lkf&QQJ#u!xHmk-3aIeqQgJO=drJW&5etKa?VIhbPU~yQr_C1TeUC^WUosB7x8e0}5d z(V1b!C3Qwk4Ah}$d-B`pUx?|eIas*@EZ7?iz>6=(A-gGugn06cfdO+t^Yb+A+nIea zv?zSBozQp-Uo^0?ZWsfw6|I_RQ#$xF9smGgQZ_3?*yMWk#`rYK3iHX_?qXr~!jPc` z`lU)W1cg-khWF{YS$jTyW9Y$kW&qKmt$A^QWGxj~PdQLDrnxvzzdl#uTeds~TL6$1 zW)WI|tZY8?s9eZK03e~fHmCRxh&%wMNizf}$Aj^=GCxrcplup>(YIpasAIneK;5$n5@-b!mFE-^{(D-feFwffKYS2t<$(T`b_@ z_?YDY!_WLiRbERF0L0Fl&`Qf+S^b#1Qe&8^-B@N2WfW%XM~%$OirLLEPr-{xULfP5 z!Iq#jH-AOSrZ2wjUU9Zp)w1x=)-4k>GR>pNh zGbkKr7Y(%`rc|?2G9tpBW1p#+tqR8-mwCy+&MB6%OK6ig7T^Mp@K`56AEH~wOp(GK z+Z$fd4JX@EA^cCOOd;w!kNWLT8hfJua^%k}38q&_g5I))W@jy~?p#O!;{&hYf{@x6-rOkof>vneS<0KCM)vjs7`KJ$WDz?+dVMG@xs z)xO2b1Edq;%@co*-S%C}{Nu#zpn0F09z@eesRjg7nwiX>?UlI%Xw-ouhz3uu!f+3a zD3xqS&KsCAGkyg#j|zTIGZY{u@?p(QYMA!ub^`(-iIwqrThGBMx3JtSL=gn4B>^TS z4#x+Jh90lgsti;|D^EtvG#r0zdO)pX$(P#!$6|kW#yk!u069+1;8mYk9h(>)A%4?m z=zTUZB84lYaq7~=N-u7%7Kufxi4JG1WBo4l|1b!g{3p2j#7!*r7K;Ox?+5}JPA0=a z=ngbLvU6^%C%h7LLpAQ%kv;+8Y5!FU004^1OlsK?KmsO}B>)(M)0Jrk4-G4Z^dvwW z#U;%zn#mhV=eGK~5Mabv-gIxU(^-!-H8bo~y(X9<1~4eT`mN($VBHujH6;EI)Zq>YgEE=v_C@fC@yFvkB|T(=E2@MrJ1MEJOKb6y%SD3p9895 zWvODlq29eG%h0ZIK7K641ata%3hL}4V`tA2eVQM{Op~m?DWjZ<5Spk0iBDgjcI%c1 z@Hl#jK!5zrhrl;dAhmuVI`C&vdJH?UL=wQAGlWAAwC2hH#KB6tf#R&Zl6jW}kkG_- zbUBF~D*Z!6Mz<`hB|v}<>&bYLAY!`dhpNR~``oF*Fsz@j;UzN>Qgm)pLUiMtjRa=9 zPl&m`<~fm$2whsXSXdI@r>DLE`KTkl2M2Bx{8*E#6DrR*eS_;N)EOe-3 zzHCJY(G-~HJ}5m|=VL?kNz;!RgElJ-%mI`M0WM4?M%^IN1f7p?tO!5=kwYi|O3F$< zF0lXr24%wb*lw{XW@JSGfQsBUToX+$D6y)73z4B{@D0=zH$iE!C;*jBeS_LlG>=NC zrhZ1L_CW2^>Lh^Q#5PPJ_mdPGC;P1*LHA4_idiO_(F%4UP1tCp2G*5i0YDaZ{MB`C zPJ5kT3uY>UE_#5hCIQ66JH|rU>B9J>8JhKZmIrj%cb*LSU{awQ(8c5|K_zgoY*A-Y z59~*uQ$1jVTDp3|`R%ypGOm!GiQJ!YVnH=Wx9_`=DXD-8u;?w$s>Z~{Xm}>bx@Ea8r zFqsJ;DJ^U(9uXJHnfy-2y^T*5Pj!&uPQZPpe@ZfzONJBja}CpB5EyU)W*-oLDYPDK z?QN*yof;U#U^Wo3BDM=m`r=m0FUM_kyI8VH-srfxv(rxgvFZ_72JSn(u@)J&Q=%AY#aKRE2?9&CN+4tpAYm%FTc zOmh_+Fax&ujW{h&%$TsvZVab+^X9D0-?8GLA*8or!+~k2lrf$cFF4%X5u~e+(NDBL zFPgC}Sy6R9qpWob>XMBDyza8@u9=x5NB1031^Tbx^tMgcS3P@qx^g$%wO&84e*C{a z9zWsqiSVvR@F>6Lp{_Y1s5EN+9t-M#=raRH~8m%GJNi+ zuSoHZj*`wC_-V!j4@=exXnTiSw?u#`$cm%w?4Xo+=FrVH=Py>2B4zQqktS10SOd@H zs}dQK`Kk9OBrMaP{Ltp7d?2XeCVvMB7>VUG$M|Hkp1+tl&O;TOy-JGham1*$;~ARqquconKEbvZ?f=hmf3~~HTT8XWFyLn2O|mFA@Bc> zOiF^r;}W8l=fj%D;j3nVo$x(?$fDgSjHO_n&={FsK457}MYJ}tgXrPtkGd7I*buRJ z^C^T9tA_9n0Tm*%VmUkUxM+tgd~WqHke?2uavSn&Jb$y@e4{gv!GxPR7_m0~RCTZZ z0qNvxFYGy!CTwNn=g@l^`W8a1_~NU9f>_xnl~)w9F#<$WC0D3eu3Mg~KAXUz{tH2W z$c&C>3u2DJEMsc05KSG5D-T6^Y?lXVvxV~&ZF9;A3ZCiB-%MVNLe9Z`=7et*MeQ_i z9E+@Ph%kW^gqF#Xy>Ksl#baN5Db$LuG7%f3hhoudk7;A^g;E=x3JChsh6uZ4PB|<) z-7_g)eD&YfHtsJ*2J}!l&Gb$*3r!H%7>;6D`{cN>2Ph;@Ewj?W`l&C^KJUL@ppD8- z5wglGD}%tj?=NZ zxUZ~!uvMjTX?b-nz4Dbo;VhpbW8>^&<;}V6G__HTy4^fhn}K4T_(@9tPlj^j(v)w! z8*Fn? zi@dC%dQvCkBabI{!z|5r-%<+yA0YNn52G}JVJQPlX=kgN?j51&e-u&}ZSm}j7k{{n zki#toE8gH+Lf$DO6@6{=$pvks+ir=%H0wHI>9rh?q(+oZ%~~AO%y?MxeSmU{_|+Mm z?LuQ=8YW2Ul&eY(ri!`O0`nD?R^}3Dc#1--gYC477TDDmWGsZFTW^3$HhFVWfokMR zWk?Rhi4Gm)|JH;LEXlqm2xo#GbFxBRaHY&t#;V!D7{n-4r|$+cktl~eam<)|r0ESW zTaGm+Z$>7W4Q$H1hQlx*48*5*8OLpLl(9i#99n9Klk10q`tz#%%fACF-A?;INvf5t zUKM2e1!pG#TGxk9h9pKSw`DY;J_8r&(W75R*lUI}k#}1?k)_ssdIx?>vPpO?E{lkk zx#va@4CuZH!L}fFonsTKy{0$)W2H)&8!#WiA&WS(!#(>9ID~d^KpRS{leJqd1PUFG?FyynLRDR ztAWGbTISGp_oWOGgV{i`QbA}7_tUa>$YR}yGXxXofT$QqCwM;Vett4)O3kToL!bmv z1`}(5Vf1(+#(=l;~--kUCCI1O85UA@@o zAeTdNn7--m?Vf@J2Y9PnW+{xq(G=fzuj~J6Q%#Pm=+i9?vfl zfM}A%aGW9atQ*}y#GM(xxlh~x*5k;UhzzGjNmtU8gXdYPg>4Dr@zYjDl_X3LH?r(V7V`_2pl8`TyC9vtb=WnyRr|gtlg;WLnFgF7m2kUjp~|CR@$=Zj2Ddl# z@j|w!e4*D}m%@gYMSztJ?2_$qe-Lig6ubAEMzfnN0tCNk{DdLSp*_fpLsyk&`wGk^ z=MHBXKOuA*q){F+b-!UOvPKy3kCezk{)qpHA;Tfo*z@#peLLrlLnw6*J?R|fsqt(~ zm#h2y+w*S51caK-uQ&@LZLeZA;b+!R;DlavP08s>TI#T3m+9!xZQEnP=5dOp{SHJy z1yZz+M(kk!*aN+3f{*t8FN*)Z6)R!kR3zduy%xya;8j^__9&?c zC=|kEUQU`gfiuh^I=K%RWSRDIa+?`vx?(?`%SBz{g@BD6?(^Yf^-3hLf+6yW_D=2kZOPdDo2`k1fy38NB~6 z&g)wa+%%3c9^CRX^zry}Of1Of!2QT-!e9&$Oj0<sI1I6ve2r1=&Vm zRC1!oipM_ta6I)MUQGalf0S2IHF+@Zr4)j?2c5;ymBtZVF?nMgocSq50MGZ2uhc_jLghZA*3K2mu;fDQ43IibHo zjLVh+w*5ROYA{dPfB;F}cP~-=C2Ih&zOQ~j-N637(A^XI*j86Ajgvv* zcGb)$p6B1WrZ|Iq{t=OZ6oIP$698lWU?v0nC({G~2$+k5*KedIF494C(n$jx@PbKo z`6x040ML(vF~Y*EF$Nf>OLS1I3{#MjNA_$306+($5P*Y_CG|2jP5>~Vln4lb0N(Ry z9*F<|2LHeS(Lo90L?YY80Q1EN5{aa~=FOEc{YER~{`vnOv*($(0py=?XW8jibU*#P)RJ5}V4c zxRj0F-?H&Zm5m3tE8C3jPqFidZktcJ&CR#D^wwW~3lBb2$L9QiZ9^vqidS8dYEuu7 zy0a|*zaq&>p3JK5zJBli;?7&}I=s6(Om`*r5MSK2j&GpWE7e>s}5}9k3K_Uxx!s@hpq0a&|(3pkt9iyd(2I7`BT`}OqWA$8%dHR zMPFD?*MDH2TZ#$rn{3-P39@ZPR*y0Kw{kc!==g;y%7)v5)?OZd<+tD+hamW%4{1R_ z2t{f`OsyE&V?k*zuND@3TJkYmIEIu)j6*V<=u^>(!?tY%hraGVaq$s^Hj*Ssk-hiu zM|mi&91}o!+xA12Q&qpJ>h7x3I_B7pZCkr6vzsf+th3bK$Nzu&L^ zjf%!QotdC#VmmVvbeyei+qP|IWjkjXtelm3va;=!u8W#&TWcHX-1k1olv32p%nW~f z1U$1ISC4_YnCw7{KD|dvk|afvWfobp44*6S{x@T0e$y2eamT;k5*(y~2VlOZ0Zstu z)DS+^X_-?_Cdh4jiP2^PD-L0l7`6fgY>e85mondT5h?Wj=!ZCTj6OgBq0^QttfPks zz#>2fgmEB}LuZXGs|I}_nUD_=-zz&Og`iAv$it&X=a|C>^6+>aD-6odkkKI%+qyLn zGFF@>jDcJpG9|#F?{jq2bwmVU1}1A5a3H?3Z#^D8j2y5kmPjMQW>^pnG?+Y|p@#^g z?>f&n<>-Nwl1l@u00Xgtl?Od&!1c29P@wCxbj+0=#^eeejS36`RBI07;qRD!*+@;3 zr18Dr$OW;WU|3*=i9NJ}TxqbbjX^MZR8md(?LSuMLoJ_k8g|QBS!t&@^Q3SctGCDf24iU1h4YUJr8D?^3 zqSn&gQ!S^m5Zsh`wTf@fP44I@A$a#3i!qO4&zz^=F0d3{e>^nUR(N=^-x`D=SJY_= zI#wiIKtq9;2DWxq+NzWQ6yB%9p6snT zqXGfQch~4xeQLr%6Ue7HKsE~Dpvj{fC{Tb*6Q|P6BBr4@w2W+~r4Q;960)cXD4xJZ zlGT#R9UxS0oSwU~t9ynXv9JhZy-ik9&#-DuKo2p2Nm|$eLfG#QHK2`{Q)fN98xS`B z2<{}O{-;Z9{OO}X$6h**c=AyNcz@vU=X)K_l zA#BoL03bR4-;a`XqzS2vKcaxNL1hYIbkKnV*cH3Ddt)zi@l;T1?Yn*7OgNm#3K~id zoGY;mPTw7SfQXT_s-*fA$I-T!;K1BE#a6DMz zrGHqZXdQAuhq<_R94EzTmtE2F8^gU+g_jB zeD3=HoG%5bmn@UL{p+%7Mfx*C=g5`QpLyoWixnpruyst2O6JQ`5zdN%C>p{6kQ{EV zKKi1HO+d1TMG2Z{s1Pzt6=?=Ldv^Keejjp&k3uYM_jW$}=3GC1Dz*xzG1Oqm4h^<( z+D=3DD0a;j7^l@^y!dO>r0=)ebN`2X1Whz_@GSW%`gm66`#@=lF!R~9&%IkNr=mmn z$8Wat-Dghc9v|^3pYBH1p}?k6t-xY*xxP4Orw3B5!fh2mBLHDOd)Wf3RwJ3v<8{bH z2aOf9$@Z<%Fuf$5C-r#Uagg*3%8G_hUBZX-^% z(btcGKt-)4rpJ;$@EcA z5=Wy)HX-9|x`uyM>axx-4OJ8R>V<#z@2xrY%uBN!$T~V2-@O&UyrIAv4j;8&>HncX zN+V2VjvX{tH5X3wp9l%^jK)YKQcS{(9ekv)?C#K2*&zG)qF$SYDaa zAVJXPfYkE6S__huA%PrAVOqAqKvq%~t(Nvgj})%aaVf=~OuzeCxliP18f$Om@X-0n zGf;)4)Qc4|GW(T`zFI9$LJu+Di;jniQy0@OLK9M4*vk}Kj^`Ysv`8QgJdng@Gkpo5Wb$+_i2LdOj##eT zyZX|5MHCHb#XjGfNlzRqSz&cFZCQKhLce@{pV^OIQ1C26l0#hljHW(K5`5gfg0FQ$ zvAMB!?GDeM{+#}GI&DZ38t!keOQe}JIXXHTx=C3bPi@uE(b3eiI@Bc`d!t?M{l$CB zHuOHtN+x1eN6c`;qh*cS#UGq=`&%lRyrH-y1&>%h=~ayqa)>S^I_Br*qN8C>@RZYp zOUuoL#!l@+sqghEwDloQ@rI^g1q(t4^b0u%Bx|mSI1x06GKsYf5A$K|nL{d=$kR@( z{t}urr7jU~n3&eg=))sV({x|7)B+#2vXN=Bs^eKIn#pV?DxGz& z4$n2^$VxP zr0Zu#Go5>SipjJ}9VX2}SdZ8O8YB($&;f$*iU#}U)mW10`j4%(z0%H&ZWP!rX#M&P zdo(=>|6J%be*TcEt?1}!6+gR_ZsSE5z)VeM-XzGd4gr)70Ubv>4h!pQOoD>iC>Y+7 z`=A9F$P*KDfV!mGbBoDm%{`q=x&sdM2>eO#?Tc^>i-I*_RKOwV1L5}vxuZ?xA$1U> zSA?q{^zUp|q(cpiLesadOGGo>_eobrmsn^agz=Dq0qi(cKZdj#1su&g%dsj~^a`8> z{e;%=1z#}VK_`($sx!=vS85a`&L~=TMqBB*=Oo$_Lwp%?6JzHvaawjbL;)(|D**cF z(ear^R%LwbF%V0x*qy$O>^?fPvy<%{zCWg+gN+&Pan8M~nI@;4uNnlbx~*l*3UaW2 zkcWu~q~S3~Z#C>=LadULJ@CHR)wNP#am| zJn5Zre&eB6%)Omv5TZSQ@jkzJ?`7|td!Hgl%d^zJH(pX{OF`9MLmZYcrB=WL`YpH+ z@*$$>+fGjru~m05lSMS#l6bg!_yPL!m+@b|;d|NWUn8^`GdHsx-r$51eJ4joVW5I< zJBXcKzHQuKBnR*zm&-^u#JIeL#UU`tqY0V0PGTTkz!?Z^?GknLXQbah`963d=&e=I zco~(;l;^H+QRG%@51cs@3d>d-ph<|Y06qnzF$-hTima>;asB2OH4v8@#wciT0+I1b z<;`ztvNhB1*XV7+uQ+>-QhhFYc5Bm~@%zF1xVZ|4^Uxi-(q##!lK1D*+OnI{vELg| zni0s_;%#N!^bo`fo*zhji2CZ1ZwSb0?69~O<1-c`TQ6G%9InM7Qpr}c9er&(JJs%3 zz$WRsSoWpm{Vs0gVmhegut+2}l5pr)2=gHof`Eu`>*EbhUKyUzho=3grcxTIMiI-|EJdDdgc&l_uqNBDit2c5v*l6)SsM&uu7bQ zI7|#pE3BYD2OaTrAcwYfl@+R1^UqYD?szK8zWjcv%awM^?bw%H-xUHwH9LRtNs7RJ!tYhTp znu2v2c2Zha3~4JfF?!4cOI$Y?CNT|h3Fn@aI;?TJ`cbDjY81;^ce3PzU}_3|J>W3f zn#(W8=1#0p!i-!dmVvGH;IsznPQsNYDInz)hgCeLxmsqkQ;`;RAc@PERM6q!F&FU+ z!$e^kIi_q*9ZfdAffZNjtj0FOBVcavgA{tCwj;|kCO!MyiM@(>s!pG$@KXmR@=%0u zUgZfSNClXvw`F?Fo7w$6F{t`2bWE#bZ)BKq)1#U6TE==i<>*D406#-`A}ShdcBsV) zvno=x+E4{ZSkDA6$pKkqJC)b|Oghv%Z;7sQg$2`;31NUAii#F9Ub6r*UJLYpRe+oF zoa&A*A8KA9SP76p45A55!^70@?+b&%s^1sQj6LV7v~jxlFSjJoGc=$yEJ{gGN2xCK z*5%q3f6VcK5!o?h?@XT5H6c7Lc*a_gtfDZm`?n?~X4*0ure#W88NZ`T$+U&bchTK2h;lv*b&pnvECvt8T$&o!6!$4B7^W|g z*_m`p!WLH{89E0A=QI|5U)0cu0Ll#gqZmTn}!>nM$JWKS;u-5=^I@U5b!d+tsNiJ=#g`puUbP2g2pQxaUWvAh^Ey}v&bcvHgxg2VGk?S%J7-07% zD5mlgX`PJpATD}Px?x$`$^aoyJg+*o?%)!r!*m`$;n4_~?Xo zEF(likCveHp;(1*$a2UkpIn&PC3kZ5B4L;nKhJf!}4i4gF=o6WR2gp z(39T`!s@#G{5^hV#5(>^%j`fwW{47eDx``YxetFZ-4Ed6@?C7Ud(WPQ z`pK`hF>Nhu3cKymOx zwH*2SV^qv)5>kzx-qGi z^~17ZmpmS|&}FWt=`7Fv&|DLPvHjTpql@~Gisc!v&au^`GM&zQYQ7SCDL2vpk!lE% zh>)>+x9L{Q5qgwb;1tw4WnC>8Z?_fg&>p#yUA|8|OC2cD4IQ!Jguk)?&g{P7C_2x# zWS)fC`p59>$u-l{2#4Po(f#Xr^4G}UC*{uHTB_#W((Y>Hg99>h%iDO$IJ8$=B?WY{ zJ>+2~D1SY3PpU=9vm+F7@SzbL!f++sut0gDo%Z+%;koini7SRkbBq&@)rGm$52hT? zr=Rm*P4dr^=lDOWLk1Z3+O;Yj=DD1tI_B3lDIg%eZ3SJUsr}uZk5paKnrJFqd!pB@ z;Qqm~D6C+&Q)a^oanCq+l7HvABGlf>ko?dPtxa%<@S^VYJf^U^Vw-5iM6-)#($;kX zgH&P3V)`lp7TZZ(i`~5tWgyz_o?5lU>rDuPX_qD&!U0_fKw9=x(R+puIBQ*>Ur5SnDDxf84ZgVHWb(~XhuRS%@ z%bQprR<%P)w6G6_6oer3stuWH7c+~Yk0->M>$-7ktm&Y`@~Qi0C6{!}V_PjnkS(`T zLApM7Ckn-m+BTP_xon4fe5nj%7MDny{~83r3D+_VAec!4y3I+eC6$^ObY=K04^cj3 zPM0o6TIEq~wsVQLFIV$aXB4=dPMYd1)*{%o{o{!`oXS-m^?8JrpjbY{JJnzP(gxvh zc@QCj-9iN1JjKlQ(-xk%t49~Rp;IB2i^6<_SPak5gw#KBXy5w_NhCTXCi-G*=%_SZ)QM%(ljIuN?LE;j9zN#v@*mTB!}j)PLZu+j*g~Fr8rNtAfKgt zHH}v0&hQc{pC5cHg z@r<=>%D|&38fEG6lSfadC_CSa^fq=Y^xhUB6J2in@_2X{2_Jf0ko2(4pbmd$G>)4 zO$Le|nYw}^8EdMN6-w62Xb^5M)3p@|tT=%eEOW7XX$FUAiLLb51BaRkT`Q+0NSJD@ zXDM2pXXH5xQx8ZBgh_`0^~oXXx8VQR+a7P+b!~lSq3d^yK_@_6R`!n#rV^rgBc6|h ziRwbSRBA?AM5$}bJ-ZZ+&h`y!BUB*X)%g%#9B-B026cGzrU#B}e{-4nwf*L28SUE> z=4jHW5&cMuf(t-v{wtCKp*O$ofIAWPg&8yV(`rAMy;L8oYlt@2#OUXPARyp1maPr znWv51fi^M)#FAxbEI>`iUvv`DkO>InXk9O*d^ma*iI+J`GQ>j?vD_qC-|91@a4ue?%pqYucBUmF-T_OzU&>Ga$~vpK-6q#O6_mN^Vx z!pRjM7z0vw>_fvy`+D)d(f-TNFT3p;2fx-V9BwsGA6sKn$SNJPnO5j^%8SFf+EiV# z)KT&>)q(&v}iZ0UaSMu4+eR9|EEptt% z+|oU_k$WyFx1yU!_nUIbum8?J=Q+>&ob#Obeb4c9=JDzc0ARNxm+#HDcDwR7UiWX~ zDgYLbA8rd%m!SAH)ys|BGryB5h07Xz1Zu+VMgGsL_Z$3SKga=_%k3y0fW=(wN~dO! zQ@iId%FILWbxHrLXMXGVXQ}NAcpq&rS<$J*YJ>Gn54@M~x zFnf3-Y*Pn0*YK>}%r|S%!u2+)p$~U?4KTInpMl|>$h2=X-%c^mcB~btO-j}3)qr0P z{}!>DM**O!Nt7tV6u7JbU|V`pjqBeDA9G^1I5{VHxELR+HAbPJ3=LshCCkM)K$auR z@bC#p|L-BG$Rf+(7#to%iqAwd`(@ z^mtoDNBCf{2>8_or}(yIJqGSxNq=qOjOLlGAOnq?J!`HR$l{zkNxN2ehcB8uUE?M% z)Gf;NG_h;gpTpKPy+~upZf1=gce$Wd-_kNV*cR>4*)`P_?&&$KQ&cVa*HOBhvW03L zOzTLybLUslC3k(mK?#3tqffQ9hU*!^P`2^4`wGIY?iILJXl{T1Kl$d5imZ#rSotA8 zy*iVmdYw6&Ix@vA_2~(_u7riH^&PuEnr;>xR)MiW{Kxr7jq(fEaZacA*G@Gj-kIOB zDkSCOYBHrRneG(+V`)qK+a0fr(#LoNdP16IZT+R?<+ZJF{F2IC&Qf)`=Wdfu-)MHir;Hy<2mcj zW@*`nEN|JGZdwE3m$B^W(u}g!d^Ysr#tUrWIh_BU$jXnRs+7qHH7bj2JJng-Nk6K=CjTe&uumKBD0E(Ivr@@y2L-iOw zkCV#eLPU@Opg7tkF@~SJ@)V{)#x$mo#)1G&d#MawZ3Ti96vziCa4v^0h#+Sft0agS z6rzmM@O2+9%@fXJ2{Y3km+_c<8R>#Q9q?oq04$7CEgj&BDb;iwkeOgF<^tU54ZC(> z9N-)QMbU`@sFZu|uG+rZFbvEMzm*S@I0)ddbbwA#$PF{`bk3)2O)(mPnZf`b1Wf(9!Hx> zVnaBGgQ!5c!HBh7Q@VYwAsjBfd7iW%2f-9_JXm84z;NL8bUEmjeju6)90G7C zMljlhWL&DPH1RRyDW0=Y44PnZaW*9=bl>vgL!t`6&_N$oxsHHyurYuMM@%XM_)upl z7bt^=SV<{x5b|Nroq*2|^&7~=#|Q16tjJ%8oVQzu{5UtW@GElOiUY-n&>*RcgTwLE zSm_)b4Wcu6COizhvrGY0(@{cr0mTgFLVr!SGF zu$#mXCW6(h@Fj3i9I~-DES==xgy4V}P8kO!Oi#7qqEJ;-fW*>nqF}3!5wMN5pRzVD zgdGb8Kp@e$(@B`lL)l9pZVW(#5x6J<(G|^sIRO~@bZ~rfjwqqO{qg&&s;L>VqLqNF zZPe)8*~42@|27my$5~Yfh>3>wtzH0w<^`CPQ5;YlibJJ^3lN;)JNlUIB{Cxi4`cR4 zD@z&Bv56f^SJpiU`mZjY3E+9B9-#=_YFju?NgPN|h1(-o1O;dhq|-T}5D5}nCEWe~pDmxld2 zvGn2_JeA`uVC%d6H3qz{q|ng`?g%ay=8V}{N`QRQjd|iax^9uY6*ZF1 z4tnBe0Tz?(U1^j88AWPApmdgd)UW&)YRjuT4anh8mWY{v_wfB6VZ4% zsY+QHD8B(zsUdh(S3D^A z@in(As!pw<@}{*MJ$8|9Z`_OI!jMouO2!jN)8v2?4urTgdj_2D1Y%+fQaRJIv6!ph zytn4?$r~eWKls#MA2@(L(Z%zmdr<%c+@l-&X9pHetgX_L`V>>0QsH#*E`}A?r5bP4 zOfi#;p4dEv-}5ow@zF@+(#Ra!;OJGCV_Lg3%hPg6m=v`H3{F%fg2@0Lz#S_mK^TbQ zq@m<*34J5QdU`ssTV}6uJ;{CGpg@pR7r!RN>8vd1Wo3g}ep`whZVzxc zs$Bn=%Z`Zf6Cu?vvViPHCl0R&@{wVJ_)-dSCsoQQ_5h{M=C?Ex>E>CxPlR50;QhY~ z<5o>sR;?`&?nk?9nxH^+?!vw|W6#FjHmD2Qi%m+jiV>QOsz7*siSI~xm^}dJG@&FS zOQ_({EBM(WrtQIHqlQn)9pSa5!{BJJNAfV1DZe`RgR554;{b zi24TeNUNZR>}AKeJ&G+{B@i_k!Fd8W-Yw7k!XPcdSO03)Jpm!M&A%Velyda;$$uK@VgfEG6|$qq|k}fO5g}F)!bw-C=uuA zN>abD7t_@<75P2zf9X$;9Nu2C(x!UAv9SqUFgpEFwxbdVQ&sIr`P- zlu=w?PC~fLbDvM1KDQ(I$!7f^9o-6&%h1JXm#bP=5?j6PTPqI?55swXNlJjG7&*~6 zIR+FI0?oG{;N+{Ow5c3)syBl6TjBw1hwsxwEY(;lrrJa6J%KN*}K>w=mA102aE7& zriZ~vHrsV}j?6v$-7~%eYBpJ5^aPwJKbZI0eYR5-$^WH)A>8Fo=bgO$-+w^21*pIThMqdD!wzW3x?%@EYZXRZW#1mU2K#>166J1r)eCIvUrGk`LXs zyyMevg|-$e^dXIw9b9sPOhBaF@wWV_Pk;$ffV|9zd)Z+0L4cc$T@&7t{O zexaA_WPi5u+xA;V9UGhG-(4nZmxi^J3KV37mK9FOa;CKfrE?^3$olN4${F^$Eg@Sj z?S?5b%_YO9HQ#^w_;yq1^XQ(rh!c{|e%<^K2qix6+1*v7xiY8N#9NI8LJn&> z?k?&_-D+66-D&W3^Yf6ALoX`+Ea#r=YU#4Jy@LuB9;jIG*tAw*(Bzz644xa=5Lwmx zfOR~j_t((=UDhfV5$9j2OK!eUTM>rsr#&(Ndb8c{44u3gHq2}`MG1j;57Q9J&MG<& zVef|{GRSn~*DZfiJ0`0vS57#7fQ6n(j%s)t^X-OsyB3natd%Fh$|}gtbZRuEy5J0b z_CkoBDA|?rgr7fO!;i5(c>T*_x7}rF{|j%wj4M_5-`^9_89+;GF@QCg=3Qm7+YXL!y?&u`O|&q+Ss+)q)x$_iA!H#0U<4ikl>@%>|M~s*_se*Z zRw(miyYGXFoo#ORRZU0F7bM+=fItg2ZxUgE&d_BOs zHuUw^t(;Gnzs^=fgzeJ~Ry4l*{VYw7c9TIK#-c*4T(LB^gaqSIc|dwqpyhKD-QxiR zd!M$yKNT@M^ZWk7z0q~esnX2dnoS4CGtAVKA?*z-~;amz5i zccQ&tba?aepL(6im!o#&?KR-8X)$FR?LHb}m$kYj?Y_N>@_ZBW(dtv~3H^ykWtW__ zH2(el53Soq2PZ|6My*d@woL(Z-wv5KbUj~Hwj_>vyrL866O7?>T7@*g)E}WCOteUs zkqXwY^S#-c^yzW03bAjD5w0hvph(BViIaO@ADjQAbz42#Aa!$@+4GN6{|wB$nl^00 zS0!~l`}Q%+%~^A}prpD31zFzfjtd!kvMuL-DH(^05`HqBa!@(`07qp61<{gJ*vA6y{4d0ZBO8VkKBZy*;Wv?)UMr-zFnXCrdELNo5&aw$=?_Kws{51Fm_G58Roa#(l$e&x~si&6Cf!(cA~o_XjKF%i5QTs zyZP3U-~C-3=}T8PKaraMLzTj^B~zO@B=uOa@p@t6`}~Gi2B##OvR@On-Jq_yr5>|Z z%|gwt;LoakzzTuZby9GjorWSV`Q9K4fDb)ud(;bM3%DxXOoWI+3k3lfB(>0_z$m3| z9jl(-zVcSH>3TgSrrYGUGF*9Jl>@JN!BGX&*wAXzvYcSkNY5P1JbF}CG!XdgS_E>o zVLUCb356oyvGJ>w6W^L%y#HdxhQaF;<73kgFI-+jkRttcnk(@Fn(|(z{e@O37xYD_ z7~VeYz0Gc6%CG0fo zirm)MT#-@2cEa*sKU7)u{5<>5=a?_8Z@>IZev$WeX4T2@#ekWVErVZvl&vO_FR?Zl zR@Jinaetm366V29Z)ZNFY}|ap=DMx$f2>=Y=)UC-_Gi85ILrjC#XK%u8I*284WI`8 zxvjVFzi#E(Q?kBB35m^OQIM%3iI!A?FK%L8I;t@jI)Ajbw%|(kRLo;CV z)5xWuLuck^Fa6-VH|(9B=l#Y=8~48cv6xmd1C0b=g-Qz;dLMVnXf*U-vpVj`sz%K6 z#+mX|bl=rEP<8x7hHsF2b4H4sso1Y~bq)|AD>r+=$T}7C?Z%H_j z6Rg7>j?ajtqpnOFB~{N&RnIu=SxVE{zp7@ri2w4`nn#~cn_{g-apyC5%?4>b@ry`l zxq02iskw2?cGOh%&wy=jt(3Bl%j}T9 z4&9NhwXV!|_BE6tzma8hp?a?GFE7`WuDx6Xv)curM(kv?MxgXd37vdD=TFoXV>kD#V@m`wVr|I^{_lnGE#*F z;rCq;C8WVAJ>|pi6MkP=*Ki+kcktDX&&^%!MptlHHAVb5N=ZB0x-J4E={BSM6bphq zxO^&8y*jx~UAt%Sv{9T;f~OdiT_~xmxMSrP`sWi|)No^dvv|Olgs~U*fZ1#o$-YL7 zj$aEWa^0^Uy<57uc&*8G*1PT3L4VyO(5Pr=a;5D_6CZwj~0ge=qnZhh=Kx@e55=Qp)MZ~43sB~m6PPK6> zrLj(L)ti#u$NTQ6sh(U_IeJNoB9JX~C^_UNqZVQ zs;K+v#8Mo^^75SR@=1FLg}S!JRX+!_k~2fYe+Kr;IR)LzB#$_}KX{7|l2#KV+A{}Z zCQTohfS?AOj}8;DpybfMXAAFkA}8lSHkaz;SdFc_uw!EFpXHb|*r6w9^3P0yI27is zg_iH+-Lpgoo$Xm+?_S?d+Vt7SC>o$O0(Y_Yavw`>v?-D2S`)o}YZ|tYFx+Uw1RHU6 zQam3;=lBuIJs5EQ_?zs*6KTj`ID9vG6{bz01mkVr`ijVTzBu;bHOhxmo(H-u8(UVW zFdk1ESZ0~StS`S!ono|_>~_6EAtHsfPfU?2)g+dQN;MtA(8X}f6{pIp^C$mG+ue7p z^=J_v6_9I!DS;!&fCt9UeBSBx#2564^Q1^MaLrXYFK#fk%Wiqu3`R`^$F?(K^m4z_ z`GDpJBa)F$Yd6sqX+q)naN{vj1GInLlb_3%FLB`;cYh7Hxbv;ra3}hUGhq7J+R@ta zBdOWL%SDQcAh9@@xX52_z+PoZN6_+;Zkrn%R~b}X3~L}RQ^zeal>OfK8medhxp}kIQEvzum<;&RP-{_ zVQQfdSXb($5`c**CUEOD<>JP8yuud|65=2jaw;qn?E>-0bZOOrWxYLl$1HR0-U~K} z+`tT76eRD%VNKN>j`l(MqKGb^{|yBK78ti8p|?74apB% zt8@Y>MAp|jxCy#UO0Vea-VwPM(RA_n?31FDBpKWvI`6E`y8p|~A|VctD@#;M;vg0{ zNDI{2Fl}-NR~YD$2)b!IQZh$^wel?7T7#t|2Cp@>3~(lJW5DsF3Ir4u{)JHuFmACK3Q(P4Tjo*D!QZ6Am6YJvmig)JeL zDJ~K{y|8Jh)6sll?NAw}Wq<>Mj^M>)Uoej}C8Vb0ys62^9ODHD+Spj88&J=vDR^A` z;*gJaCc!KYt%_J}ul*PYNCCi(aSFM`8#@q8>TVvPZj-6S6;T*-xsITVgZL1@O|l^R z39M>KljCS(k8SVYw>6Zn-CEO9o3}n-Oax#xR5|n82h@m$Z|4}3%Y3*|1c4zKzp)8n z<7$eW^ne=NAD*!stO>XWC5bU03T9;$+ol?hFZ8dN^SM!?06a~~3=zdPpiXAw(jRBZ zkBA57cIrPk{WCx1&%J{`mNRcZoD1=qT@SP&k*=NWYd-b&9nR>_hoN#EzD5m-;b5|! z!7-nv(t5c`fhb&URh-VtXZhdDKNdM&z!H=7?9jlsA6KS}Ax`R7zPW~%7=s3x#1^K& z^j3zQ&YBbY)=Tb}Hzf1(?wX&8RPQCE3_qLFbfEDmo+xj09fQCza5Hk&J{HBgjqoV5 zDdYc>$Zu1&6KP1?sts%hpK8mcV-F6SU1#s+gGb>B#EpKLp%KUs~4QYnJrg-siQg-I$wszu)VZE3WmaLL`QW3dA`Ag(k~yun%(m z6f@5Ue^!zX?Y4nOqZAxlxC^v}ED&7Y%KPwmY1r3pV?5fW(sMtk=CCsNjlFSkl`>ca z_oJ3cC}Kv4rX>;=`#$mFUfFr?RS@9+Qeg18a2)=j^9#av<<-Ob&RXtTpJyah|NRqX zEbYjQ%3iqawX)>W+{Vru1SIbP+Hi*w-=uWIQVSW z+a!ToftEyq^^!npB>I)4{*jrQS6v&K0%E(+jJYnsvT6mpd4i(xO0_%q7-xIBZ^!9(*4@Uj2osT}S30{mNTSz1@0Tj3TC2+JV+<3O9C@~>^va+bzgA&*f zwG&hWU3zvE!9z@d>XkdyQufSW7cZCr67e6!}%sg?-&3thXXDZL-QpT-Mn zL)NM+eaSr)`7Y(+lEKoa+CRh3^;|){)vFM?2$%S64>KpjM{Pp%JrKt?6-L{yC{rni zUmz6qMY*mW3C=F=2IW94QiYh%44|a4P*pdn5XP2|f!=Kl^QbY$0Iijjk%sB)6p-O zMgPPy1E_Zz0i8xu2qkrHa}fJy$NFolp{-NNsO8^_6H&IL4EED1tz<&v>sL2B(*m+r zHvd+O#6A7&T(xwBVHD~9>F2g8bwji$WBFjtyu-D`JMg;A7d)Ted)2UFBI?t)dv#t$ z(JAffg>MbG2Q-P4=6R_`O%*ASH!_M*eY`$?tQx4XQ+w~}?pHhR|9br>|Kr4U?lcGU zz_LqVd=IvIxbc;?EmtlDfrwbe$L*)zZePDem?hE@|TZ@&2<4v*Ey4b9HC9hZS{UT~DEH`3VR({oS+bXymzvH)8 z{MKWKuN~se&tF`3E^YQ<^q!loXCEe=E>Yj{{*M{w@kW@l3CgQ3Q^|>Dfh@}cgq)_s zBOCRn){KVb`KP84n2P8_%@2CkwGfv zhA`6~TCY+RliU|y;x8%%C|G&sWkK+MLReSIc9&;8TPLD6+wJRd{WdPV+i>U8v-=ya z^=?Dh?+ZkG_qPpe)v+*gZMmUjuxotF#G#FgxobC*G5ub?yK?XMsQ<|)E#7Bbdz80r zqZ!IVV}olQ4zrIAl}ikIm{tY?sKCdvj!a?-HIj_s^!fu!pMTAM+x*9MY$)!*uixK% z@|Ry`=%34eYPu^nLg(OXQ_+8=N8D84KBZD6Y?q!!)< zTTxEe@%syQ??Rh7z8rJ@ZTCRN&tk4m92#8}lMqM@?(9~gyq0P)dA7Kl`^ol2i$^|-&j4?>u^w*OKg$Y+jZ%LFCTrBMB%bzbFB#O#YL*95;8D^c+egp^o?S|1Q9las~9Dn$EwIbNkw0oCe}aMj1~BHd5z~jfR>mnoZTKnzR8N6AY!Y2ap1IRg>(!w0;*4r?9XWs6rBK zjJ<`uX^E04%%t@~^%^T^SSICAY67e{#$M9j-1t}k?XvX2`sc21X*bH|(NI(_g3dxw zKr=qy#Ga`b20)}G9LNK3VG>khs&y=t55XWFXDz7<%d?~*g+Z7yrji6QIQ>u@XyPZa z2crG6OL1x)&?sQUP$BzA*B6OjlH@rkIT_c2&G2Vx=om@)d3;hL&()6~1UeJeCK!<0 zu>$UZq^VvD?5^Sos>IY-NSdIArZ{7R8HoxWpMFeIro5V-*4Xz~UK&IG_wk-AolBc)yh6%vIS+*J#k zDN2?__()6zNK`J9P~8FFi7fNm^Y>pB;>Bk$C|3&)Kqk(LLEchani Order\n

Monks of the Echani Order train relentlessly both with and without their weapons, to the point where the weapon becomes an extension of the body. Founded on a mastery of sword fighting, the tradition has expanded to include many different weapons.

\n

Path of the Echani

\n

Beginning when you choose this order at 3rd level, your special martial arts training leads you to master the use of certain weapons. You gain the following benefits.

\n

Echani Weapons

\n

Choose two types of weapons to be your Echani weapons: one vibroweapon and one blaster. Each of these weapons can be any simple or martial weapon that lacks the special property. You gain proficiency with these weapons if you don't already have it. Weapons of the chosen types are monk weapons for you. Many of this tradition's features work only with your Echani weapons. When you reach 6th, 11th, and 17th level in this class, you can choose another type of weapon to be an Echani weapon for you, following the criteria above.

\n

Agile Parry

\n

If you make an unarmed strike as part of the Attack action on your turn and are holding an Echani weapon, you can use it to defend yourself if it is a melee weapon. You gain a +2 bonus to AC until the start of your next turn, while the weapon is in your hand and you aren't incapacitated.

\n

Echani's Shot

\n

You can use a bonus action on your turn to make your ranged attacks with an Echani weapon more deadly. When you do so, any target you hit with a ranged attack using an Echani weapon takes an extra 1d4 damage of the weapon's type. You retain this benefit until the end of the current turn.

\n

One with the Blade

\n

At 6th level, you extend your focus into your Echani weapons, granting you the following benefits.

\n

Enhanced Echani Weapons

\n

Your attacks with your Echani weapons count as enhanced for the purpose of overcoming resistance and immunity to unenhanced attacks and damage.

\n

Deft Strike

\n

When you hit a target with an Echani weapon, you can spend 1 focus point to cause the weapon to deal extra damage to the target equal to your Martial Arts die. You can use this feature only once on each of your turns.

\n

Sharpen the Blade

\n

Starting at 11th level, you gain the ability to augment your weapons further with your focus. As a bonus action, you can expend up to 3 focus points to grant one Echani weapon you touch a bonus to attack and damage rolls when you attack with it. The bonus equals the number of points you spent. This bonus lasts for 1 minute or until you use this feature again. This feature has no effect on an enhanced weapon that already has a bonus to attack and damage rolls.

\n

Unerring Accuracy

\n

At 17th level, your mastery of weapons grants you extraordinary accuracy. If you miss with an attack roll using a monk weapon on your turn, you can reroll it. You can use this feature only once on each of your turns.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Echani%20Order.webp","effects":[]} -{"_id":"12fYGPcLSITUYHMK","name":"Way of the Seer","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Consular","description":{"value":"

Way of the Seer

\n

The Force guides us in innumerable ways, often manifesting as visions. Those consulars who follow the Way of Seer attempt to harness these visions in an attempt to work towards the best possible future, as they see it.

\n

Force Visions

\n

When you choose this tradition at 3rd level, glimpses of the future begin to press in on your awareness. When you finish a long rest, roll two d20s and record the numbers rolled. You can replace any attack roll, saving throw, or ability check made by you or a creature that you can see with one of these foretelling rolls. You must choose to do so before the roll, and you can replace a roll in this way only once per turn. Each foretelling roll can be used only once. When you finish a long rest, you lose any unused foretelling rolls.

\n

Powerful Mind

\n

At 6th level, you can use your force abilities to read a creature's thoughts. You can then use your access to the creature's mind to command it.

\n

As an action, choose one creature that you can see within 60 feet of you. That creature must make a Wisdom saving throw against your universal force save DC. If the creature succeeds on the saving throw, you can't use this feature on it again until you finish a long rest. If the creature fails its save, you can read its surface thoughts (those foremost in its mind, reflecting its current emotions and what it is actively thinking about.) when it is within 60 feet of you. This effect lasts for 1 minute. During that time, you can use your action to end this effect and use the coerce mind force power on the creature without expending force points. The target automatically fails its saving throw against the power.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain any expended uses when you finish a long rest.

\n

Visions of the Past

\n

Beginning at 10th level, you can call up visions of the past that relate to an object you hold or your immediate surroundings. You spend at least 1 minute in meditation, then receive dreamlike, shadowy glimpses of recent events. You can meditate in this way for a number of minutes equal to your Wisdom score and must maintain concentration during that time, as if you were casting a force power. Once you've used this feature, you can't use it again until you finish a short or long rest.

\n

Object Reading. Holding an object as you meditate, you can see visions of the object's previous owner. After meditating for 1 minute, you learn how the owner acquired and lost the object, as well as the most recent significant event involving the object and that owner. If the object was owned by another creature in the recent past (within a number of days equal to your Wisdom score), you can spend 1 additional minute for each owner to learn the same information about that creature.

\n

Area Reading. As you meditate, you see visions of recent events in your immediate vicinity (a room, street, tunnel, clearing, or the like, up to a 50-foot cube), going back a number of days equal to your Wisdom score. For each minute you meditate, you learn about one significant event, beginning with the most recent. Significant events typically involve powerful emotions, such as battles and betrayals, marriages and murders, births and funerals. However, they might also include more mundane events that are nevertheless important in your current situation.

\n

Shielded Thoughts

\n

At 14th level, your thoughts can't be read by telepathy or other means unless you allow it. You also have resistance to psychic damage, and whenever a creature deals psychic damage to you, that creature takes the same amount of damage that you do.

\n

Clarity of Vision

\n

Starting at 18th level, the visions in your dreams intensify and paint a more accurate picture in your mind of what is to come. You roll three d20s for your Force Visions feature, rather than two.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Way%20of%20the%20Seer.webp","effects":[]} -{"_id":"174qCi5FWBd5LDP0","name":"Illusionist Technique","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scout","description":{"value":"

Illusionist Technique

\n

Throughout the galaxy you may find various infiltrators and agents who make ample use of holographic technology to get themselves in and out of danger. Followers of the Illusionist Technique make use of this holographic technology to give themselves an illusory edge in combat.

\n

Holographic Decoy

\n

When you choose this technique at 3rd level, as an action, you can create a perfect illusion of yourself that lasts for 10 minutes, or until you lose your concentration (as if you were concentrating on a power). The decoy appears in an unoccupied space that you can see within 30 feet of you. The decoy is purely visual. If anything passes through it, it is revealed to be an illusion. For the duration, you can cast tech powers as though you were in the decoy's space. Both your decoy and the target of your tech power must be within your line of sight.

\n

You can use your bonus action to cause the decoy to move up to 30 feet. As your decoy changes location, you can alter its appearance so that its movements appear natural for the decoy. If your decoy is ever more than 120 feet away from you, it immediately disappears.

\n

Additionally, when both you and your decoy are within 5 feet of a creature that can see the decoy, but is not aware it is an illusion, you have advantage on attack rolls against that creature.

\n

A creature that uses its action to examine your decoy can determine that it is an illusion with a successful Intelligence (Investigation) check against your tech save DC. If a creature discerns the illusion for what it is, the creature can see through the image.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Mark of the Illusionist

\n

Also at 3rd level, the target of your Ranger's Quarry feature has disadvantage on all checks made to discern the nature of your illusions. Additionally, when the target of your Ranger's Quarry is reduced to 0 hit points, you can use your reaction to immediately cause an active illusion, or your Holographic Decoy, to take the form of the creature as long as the creature's dimensions fall within the power's capacity restrictions.

\n

Charged Illusions

\n

Beginning at 7th level, when a creature discerns the nature of an illusion you have created using a tech power or class feature while within 5 feet of it, you can dispel the illusion (no action required) to have the creature take energy damage equal to 1d10 + half your scout level (rounded down).

\n

Quick Escape

\n

Starting at 11th level, whenever you take damage, you can use your reaction to swap places with an illusion of yourself that you have created using a tech power or class feature. The illusion must be within 60 feet of you, and you must be able to see it.

\n

Improved Decoys

\n

At 15th level, you can create up to four duplicates of yourself, instead of one, when you use your Holographic Decoy feature. When you use your bonus action to move a decoy, you can move any number of them with the same bonus action.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Illusionist%20Technique.webp","effects":[]} +{"_id":"12fYGPcLSITUYHMK","name":"Way of the Seer","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Consular","description":{"value":"

Way of the Seer

\n

The Force guides us in innumerable ways, often manifesting as visions. Those consulars who follow the Way of Seer attempt to harness these visions in an attempt to work towards the best possible future, as they see it.

\n

Force Visions

\n

When you choose this tradition at 3rd level, glimpses of the future begin to press in on your awareness. When you finish a long rest, roll two d20s and record the numbers rolled. You can replace any attack roll, saving throw, or ability check made by you or a creature that you can see with one of these foretelling rolls. You must choose to do so before the roll, and you can replace a roll in this way only once per turn. Each foretelling roll can be used only once. When you finish a long rest, you lose any unused foretelling rolls.

\n

Powerful Mind

\n

At 6th level, you can use your force abilities to read a creature's thoughts. You can then use your access to the creature's mind to command it.

\n

As an action, choose one creature that you can see within 60 feet of you. That creature must make a Wisdom saving throw against your universal force save DC. If the creature succeeds on the saving throw, you can't use this feature on it again until you finish a long rest. If the creature fails its save, you can read its surface thoughts (those foremost in its mind, reflecting its current emotions and what it is actively thinking about.) when it is within 60 feet of you. This effect lasts for 1 minute. During that time, you can use your action to end this effect and use the coerce mind force power on the creature without expending force points. The target automatically fails its saving throw against the power.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain any expended uses when you finish a long rest.

\n

Visions of the Past

\n

Beginning at 10th level, you can call up visions of the past that relate to an object you hold or your immediate surroundings. You spend at least 1 minute in meditation, then receive dreamlike, shadowy glimpses of recent events. You can meditate in this way for a number of minutes equal to your Wisdom score and must maintain concentration during that time, as if you were casting a force power. Once you've used this feature, you can't use it again until you finish a short or long rest.

\n

Object Reading. Holding an object as you meditate, you can see visions of the object's previous owner. After meditating for 1 minute, you learn how the owner acquired and lost the object, as well as the most recent significant event involving the object and that owner. If the object was owned by another creature in the recent past (within a number of days equal to your Wisdom score), you can spend 1 additional minute for each owner to learn the same information about that creature.

\n

Area Reading. As you meditate, you see visions of recent events in your immediate vicinity (a room, street, tunnel, clearing, or the like, up to a 50-foot cube), going back a number of days equal to your Wisdom score. For each minute you meditate, you learn about one significant event, beginning with the most recent. Significant events typically involve powerful emotions, such as battles and betrayals, marriages and murders, births and funerals. However, they might also include more mundane events that are nevertheless important in your current situation.

\n

Shielded Thoughts

\n

At 14th level, your thoughts can't be read by telepathy or other means unless you allow it. You also have resistance to psychic damage, and whenever a creature deals psychic damage to you, that creature takes the same amount of damage that you do.

\n

Clarity of Vision

\n

Starting at 18th level, the visions in your dreams intensify and paint a more accurate picture in your mind of what is to come. You roll three d20s for your Force Visions feature, rather than two.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Way%20of%20the%20Seer.webp","effects":[]} +{"_id":"174qCi5FWBd5LDP0","name":"Illusionist Technique","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scout","description":{"value":"

Illusionist Technique

\n

Throughout the galaxy you may find various infiltrators and agents who make ample use of holographic technology to get themselves in and out of danger. Followers of the Illusionist Technique make use of this holographic technology to give themselves an illusory edge in combat.

\n

Holographic Decoy

\n

When you choose this technique at 3rd level, as an action, you can create a perfect illusion of yourself that lasts for 10 minutes, or until you lose your concentration (as if you were concentrating on a power). The decoy appears in an unoccupied space that you can see within 30 feet of you. The decoy is purely visual. If anything passes through it, it is revealed to be an illusion. For the duration, you can cast tech powers as though you were in the decoy's space. Both your decoy and the target of your tech power must be within your line of sight.

\n

You can use your bonus action to cause the decoy to move up to 30 feet. As your decoy changes location, you can alter its appearance so that its movements appear natural for the decoy. If your decoy is ever more than 120 feet away from you, it immediately disappears.

\n

Additionally, when both you and your decoy are within 5 feet of a creature that can see the decoy, but is not aware it is an illusion, you have advantage on attack rolls against that creature.

\n

A creature that uses its action to examine your decoy can determine that it is an illusion with a successful Intelligence (Investigation) check against your tech save DC. If a creature discerns the illusion for what it is, the creature can see through the image.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Mark of the Illusionist

\n

Also at 3rd level, the target of your Ranger's Quarry feature has disadvantage on all checks made to discern the nature of your illusions. Additionally, when the target of your Ranger's Quarry is reduced to 0 hit points, you can use your reaction to immediately cause an active illusion, or your Holographic Decoy, to take the form of the creature as long as the creature's dimensions fall within the power's capacity restrictions.

\n

Charged Illusions

\n

Beginning at 7th level, when a creature discerns the nature of an illusion you have created using a tech power or class feature while within 5 feet of it, you can dispel the illusion (no action required) to have the creature take energy damage equal to 1d10 + half your scout level (rounded down).

\n

Quick Escape

\n

Starting at 11th level, whenever you take damage, you can use your reaction to swap places with an illusion of yourself that you have created using a tech power or class feature. The illusion must be within 60 feet of you, and you must be able to see it.

\n

Improved Decoys

\n

At 15th level, you can create up to four duplicates of yourself, instead of one, when you use your Holographic Decoy feature. When you use your bonus action to move a decoy, you can move any number of them with the same bonus action.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Illusionist%20Technique.webp","effects":[]} {"_id":"2Cloz2rrPw76ACn0","name":"Armormech Engineering","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Engineer","description":{"value":"

Armormech Engineering

\n

Those engineers who choose the Armormech Engineering discipline focus on the ability to work with hard metals and electronic shielding to construct and enhance all types of personal armor.

\n

Bonus Proficiencies

\n

When you choose this discipline at 3rd level, you gain proficiency in armormech's tools, medium armor, and heavy armor. Additionally, when you engage in crafting with armormech's tools, the rate at which you craft doubles.

\n

Modified Armor

\n

Also at 3rd level, you learn to modify one unenhanced suit of armor or shield utilizing your armormech knowledge. Over the course of a long rest, you can expend materials equal to half the cost of the armor in order to modify it. You must have the armor, materials, and armormech's tools in order to perform this modification.

\n

Your modified armor is enhanced, requires attunement, can only be used by you, and counts as a tech focus for your tech powers while you are attuned to it. Your modified armor has 4 modification slots, and it gains more at higher levels, as shown in the Modification Slots column of the engineer class table. For each modification installed, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

At 9th level, you can maintain both a modified suit of armor and shield. Each modified item has modification slots as shown in the Modification Slots column of the engineer class table.

\n

Damage Absorption

\n

Lastly at 3rd level, when you take damage, you can use your reaction and expend one use of your Potent Aptitude to absorb some of that damage. When you do so, the damage you take from the attack is reduced by the amount rolled on the die + your Intelligence modifier (minimum of one).

\n

Extra Attack

\n

Beginning at 6th level, you can attack twice, instead of once, whenever you take the Attack action on your turn. You must be wearing your modified armor or wielding your modified shield to gain this benefit.

\n

Astromech's Celerity

\n

At 14th level, when you take the Attack action or use your action to a cast a tech power of 1st-level or higher, you can make one weapon attack as a bonus action.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a long rest.

\n

Suit Reliability

\n

Starting at 18th level, your suit is like a second skin. Whenever you make an ability check or saving throw that uses Strength, Dexterity, or Constitution, you can treat a d20 roll of 9 or lower as a 10. You must be wearing your modified armor to gain this benefit.

\n

Armormech Modifications

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n

Absorption Shield

\n

Prerequisite: Physical Shield
You modify your physical shield to block incoming damage. As a bonus action you can activate this ability and gain temporary hit points equal to 1d4 + Intelligence modifier, which last for one hour.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain any expended uses when you finish a long rest.

\n

Accelerated Movement

\n

Prerequisite: Armor
You reduce the weight of your modified armor's bulk and increase the power to joints. If the armor has a Strength requirement, you ignore it. The modified armor's weight is reduced by 15 lbs. While wearing your modified armor your speed increases by 10 feet. This applies to all movement speeds you have while wearing your armor.

\n

Adaptable Armor

\n

Prerequisite: Armor
You integrate deployable hooks and fins into your armor, augmenting its mobility. While wearing your modified armor, you gain a climbing speed equal to your walking speed, and you can move up, down, and across vertical surfaces and upside down along ceilings, while leaving your hands free. Additionally, you gain a swim speed equal to your walking speed.

\n

Advanced Power Fist

\n

Prerequisite: 11th level, Armor
Prerequisite: Prototype Power Fist
You further modify your modified armor's gauntlet with increased reinforcement and weight. Your modified armor's unarmed strike deals 1d8 kinetic damage. Additionally, your unarmed strikes score a critical hit on a roll of 19 or 20.

\n

Artificially Intelligent

\n

Prerequisite: 7th level, Armor
You install an artificial intelligence into your modified armor. While wearing your modified armor, when you make an ability check, your armor's artificial intelligence can take the Help action.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a long rest.

\n

Bonded Plates

\n

Prerequisite: 5th level
You gain a +1 bonus to AC against melee attacks. This bonus increases to +2 at 9th level and +3 at 13th level.

\n

Collapsible Suit

\n

Prerequisite: 5th level, Armor
Your modified armor can collapse into a case for easy storage. When transformed this way the armor is indistinguishable from a normal case and weighs 1/3

\n

its normal weight. As an action you can don or doff the armor, allowing it to transform as needed.

\n

Darkvision Visor

\n

Prerequisite: Armor
While wearing your modified armor, you have darkvision to a range of 60 feet. If you already have darkvision, this modification increases its range by 30 feet.

\n

Enhanced Endurance

\n

Prerequisite: Armor
When you are reduced to 0 hit points while wearing your modified armor but not killed outright, you can drop to 1 hit point instead. You can't use this feature again until you finish a long rest.

\n

Electroshock Shield

\n

Prerequisite: Shield Generator
You install electroshockers in your shield generator. Whenever an enemy misses you with a melee attack, you can use your reaction to do 1d4 + your Intelligence modifier lightning damage to the attacker.

\n

Flight

\n

Prerequisite: 9th level, Armor
You integrate a propulsion system into your modified armor. While wearing your modified armor you have an enhanced flying speed of 30 feet.

\n

Grappling Harpoon

\n

Prerequisite: Armor
Your modified armor gains an integrated grappling harpoon set into your gauntlet. With this harpoon, you can make a ranged weapon attack with a range of 30/60. On a hit, it deals 1d6 kinetic damage. This attack can target a surface, object, or creature.

\n

A creature struck by this attack is impaled by the harpoon. As an action, a creature can attempt to remove the harpoon. Removing the harpoon requires a Strength check. While the harpoon is stuck in the target, you are connected to the target by a 60 foot cable.

\n

While the harpoon is deployed, you can use your bonus action to activate the reel, pulling yourself to the location if the target is larger than you. A creature or object your size or smaller is pulled to you. Alternatively, you can opt to release the cable (no action required).

\n

Once you've used this feature, you can't use it again until you recover and reinsert the harpoon as an action.

\n

Heavy Suit

\n

Prerequisite: 5th level, Armor
You enhance your suit, making it difficult to move. As a bonus action, you can anchor your feet to the ground. While anchored, your speed is 0, you have advantage on Strength checks and Strength saving throws, and you count as one size larger when determining your carrying capacity and the weight you can push, drag, or lift.

\n

Infiltration Suit

\n

Prerequisite: Armor
You install a cloaking device in your modified armor. This device has 2 charges. As an action you can use 1 charge to cast @Compendium[sw5e.techpowers.Fb1sIhs7d6YWnF1J]{Infiltrate} targeting yourself.

\n

The cloaking device regains all expended charges after a long rest.

\n

Magnetized Shield

\n

Prerequisite: Physical Shield
You modify your physical shield such that when a melee weapon attack misses you by an amount less than or equal to your bonus to AC from your shield, the attacking creature must make a Strength check against your tech save DC. On a failed save, the creature's weapon adheres to the shield. As an action, a creature can repeat this check. On a success, the weapon is freed.

\n

Overload Shield

\n

Prerequisite: Shield Generator
You modify your shield generator to overload. As an action you can overload your shield. Each Large or smaller creature within 5 feet of you must make a Dexterity or Strength saving throw (their choice) against your tech save DC. On a failed save, they are pushed back 5 feet and knocked prone.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain any expended uses when you finish a long rest.

\n

Power Fist

\n

Prerequisite: Armor
You modify your modified armor gauntlet with increased reinforcement and weight. Your modified armor's unarmed strike deals 1d4 kinetic damage.

\n

Additionally, when you take the Attack action and make an unarmed attack, you can make an additional unarmed attack as a bonus action.

\n

Prototype Power Fist

\n

Prerequisite: 7th level, Armor
Prerequisite: Power Fist
You further modify your modified armor gauntlet with increased reinforcement and weight. Your modified armor's unarmed strike deals 1d6 kinetic damage and has the following property.

\n

If you or your target move at least 10 feet in a straight line immediately before making an unarmed attack, the first unarmed attack you make deals additional damage equal to your Intelligence modifier.

\n

Reinforced Underlay

\n

Prerequisite: 5th level
You gain a +1 bonus to AC against ranged attacks. This bonus increases to +2 at 9th level and +3 at 13th level.

\n

Resistance

\n

Prerequisite: Armor
You tune your modified armor against certain forms of damage. Choose acid, cold, fire, ion, lightning, or sonic damage. While wearing your modified armor you have resistance to that type of damage.

\n

You can select this modification multiple times. Each time you do so, you must choose a different damage type.

\n

Sealed Suit

\n

Prerequisite: 5th level, Armor
As a bonus action you can hermetically seal your modified armor, giving you an air supply for up to 1 hour and making you immune to poison (but not curing you of existing poisoned conditions). Your armor regains 1 minute of air for every minute that you are not submerged and the armor is not sealed.

\n

Additionally, while you are wearing your modified armor you are considered adapted to cold and hot climates as well as high altitude, as described in chapter 5 of the Dungeon Master's Guide.

\n

Sentient Armor

\n

Prerequisite: 13th level
Prerequisite: Artificially Intelligent
Your artificial intelligence has learned to control the suit without you being in it. It is now a valid target of the tracker droid interface tech power.

\n

While your armor is acting independently, it uses your ability scores, saving throws, and skills, and it has hit points equal to your engineer level. If reduced to 0 hit points, it falls directly to the ground, and it can not be equipped again until you finish a long rest.

\n

Shield Amplifier

\n

Prerequisite: Shield Generator
You modify your shield generator to project outward. As a bonus action you can amplify your shield until the start of your next turn. Each creature within 5 feet of you gains a bonus to AC equal to your shield's bonus.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain any expended uses when you finish a long rest.

\n

Shield Anchor

\n

Prerequisite: Physical Shield
You modify your shield to be used as a portable source of cover. As an action, you can anchor or recover the shield. While anchored, you gain no benefit from a shield, and it does not require the use of a hand. Instead, while anchored, a light shield provides one-quarter cover, a medium shield provides half cover, and a large shield provides three-quarters cover.

\n

Tech Blast

\n

Prerequisite: Armor
You modify your modified armor gauntlet to allow you to make a ranged tech attack. The weapon fires blasts of energy which deal 1d8 + your Intelligence modifier energy damage with a range of 30 feet. When you would make a ranged weapon attack, you can use this ranged tech attack in place of it.

\n

Weapon Integration Armoring

\n

Prerequisite: Armor
You can integrate a single weapon that weighs no more than 8 lb. into your armor. While integrated, that weapon gains the hidden property. Additionally, you have advantage on Strength saving throws to avoid being disarmed.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.toolProf.value","value":"armor","mode":"+","targetSpecific":false,"id":1,"itemId":"2Cloz2rrPw76ACn0","active":false,"_targets":[],"label":"Traits Tool Prof"},{"modSpecKey":"data.traits.armorProf.value","value":"med","mode":"+","targetSpecific":false,"id":2,"itemId":"2Cloz2rrPw76ACn0","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.armorProf.value","value":"hvy","mode":"+","targetSpecific":false,"id":3,"itemId":"2Cloz2rrPw76ACn0","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Armormech%20Engineering.webp","effects":[]} {"_id":"2yiTq2k7xFpjcLVv","name":"Biotech Engineering","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Engineer","description":{"value":"

Biotech Engineering

\n

Those engineers who choose the Biotech Engineering discipline focus on the skill of modifying and upgrading the body through the use of cybernetic limbs and implants.

\n

Bonus Proficiencies

\n

When you choose this discipline at 3rd level you gain proficiency in biotech's tools. Additionally, when you engage in crafting with biotech's tools, the rate at which you craft doubles.

\n

Modified Self

\n

Also at 3rd level, you’ve learned to make modifications to your body, cybernetically augmenting yourself. Over the course of a long rest, you can modify yourself with cybernetic augmentations. You must have biotech's tools in order to perform this modification.

\n

While you have at least one cybernetic augmentation installed, your body counts as a tech focus for your tech powers. Additionally, you have 4 modification slots, and you gain more at higher levels, as shown in the Modification Slots column of the engineer class table. For each modification installed in excess of your proficiency bonus, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

Quick-Release Stimulant

\n

Lastly at 3rd level, when you are dealt damage by an attack while you have at least one cybernetic augmentation installed, you can use your reaction and expend one use of your Potent Aptitude to reduce the damage you take. The damage is reduced by an amount equal to 1d10 + your Constitution modifier + your engineer level. If you reduce the damage to 0, you can gain temporary hit points equal to the remaining damage reduction.

\n

Overclock Body

\n

Beginning at 6th level, you've learned to use your body as a conduit for your tech powers. When you cast a tech power, you can choose to pay up to half the cost of the tech power using your hit points instead of your tech points. When you do so, your maximum hit points are reduced by the same amount. This effect is cumulative, and it lasts until you complete a long rest.

\n

More Machine Than Man

\n

At 14th level, while you have temporary hit points, when you are subjected to an effect that allows you to make a saving throw to take only half damage, you instead take no damage if you succeed on a saving throw, and only half damage if you fail.

\n

Focused Augmentation

\n

Starting at 18th level, you add your Intelligence modifier to Constitution saving throws you make to maintain concentration.

\n

Additionally, when you cast a power that requires concentration and would affect only one target, you can target an additional creature with that power.

\n

Biotech Modifications

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n

Active Camouflage Core

\n

Prerequisite: 13th level

\n

As an action, you can activate this augmentation to cast the infiltrate tech power targeting yourself. Intelligence is your tech casting ability for this power, and if you cast it using this augmentation, it does not require concentration.

\n

Anti-Dazzle Ocular Implant

\n

This augmentation replaces your eyes.

\n

You are immune to the blinded condition, and you can enable or disable your ability to see anytime. Additionally, your eyes are equipped with a holorecorder device. You can perfectly recall anything you've sees in the last 7 days.

\n

Auto-Defibrillator

\n

Prerequisite: 5th level

\n

Prerequisite: Hardy Torso Prothesis

\n

The Constitution score of your Hardy Torso Prosthesis increases by 2. Additionally, when you are reduced to 0 hit points but not killed outright, you can drop to 1 hit point instead. You can't use this feature again until you finish a long rest. <h3

\n

This augmentation replaces an arm.

\n

When you make an ability check, attack roll, or saving throw using Strength using only this arm, your Strength score is treated as 15. When you make an ability check, attack roll, or saving throw using Strength using more than just this arm, you take the average of the arm's Strength score and your own.

\n

You can choose this modification multiple times.

\n

Celerity Leg Prosthesis

\n

This augmentation replaces both legs.

\n

When determining your bonus to AC and saving throws from Dexterity, your Dexterity score is treated as 15. Additionally, you can substitute this score for your own whenever you make an ability check or attack roll that uses your legs. If your Dexterity score is already equal to or greater than 15, it has no effect on you.

\n

Detachable Eye

\n

This augmentation replaces an eye.

\n

As an action, you can remove or replace this eye. While removed, the eye sprouts eight small legs, has a speed of 15 feet, an AC of 10, and 1 hit point As an action on each of your turns, you can move the eye up to its speed as long as it is within 30 feet of you. You can see through both the detached eye and your remaining eye at the same time, or you can use your action to see through only one eye or the other.

\n

You can choose this modification multiple times.

\n

Detachable Hand

\n

This augmentation replaces a hand.

\n

As an action, you can attach or detach this hand. While detached, the hand has a speed of 15 feet, an AC of 10, and 1 hit point. As an action on each of your turns, you can control the hand as long as it is within 30 feet of you. You can use the hand to manipulate an object, open an unlocked door or container, stow or retrieve an item from an open container, or pour the contents out of a container. You can move the hand up to its speed each time you use it

\n

You can choose this modification multiple times.

\n

Frailcasting Inhibitor

\n

Prerequisite: 5th level

\n

While using your body as a tech focus, you gain a +1 bonus to the tech save DC of powers you cast that requires a Strength or Constitution saving throw. This bonus increases to +2 at 9th level and +3 at 13th level.

\n

Hardy Torso Prosthesis

\n

This augmentation replaces your torso.

\n

Your Constitution score becomes 13. If your Constitution score is already equal to or greater than 13, it has no effect on you. Additionally, you have advantage on saving throws against poison.

\n

Harpoon Hand

\n

This augmentation replaces a hand.

\n

You modify your hand, granting it the ability to transform into a harpoon. With this hand, you can make a ranged weapon attack with a range of 30/60. On a hit, it deals 1d6 kinetic damage. This attack can target a surface, object, or creature.

\n

A creature struck by this attack is impaled by the harpoon. As an action, a creature can attempt to remove the harpoon. Removing the harpoon requires a Strength check. While the harpoon is stuck in the target, you are connected to the target by a 60 foot cable.

\n

While the harpoon is deployed, you can use your bonus action to activate the reel, pulling yourself to the location if the target is larger than you. A creature or object your size or smaller is pulled to you. Alternatively, you can opt to release the cable (no action required).

\n

Once you've used this feature, you can’t use your hand again until you recover and reinsert it as an action.

\n

You can choose this modification multiple times.

\n

Integrated Subdermal Armor

\n

Prerequisite: 5th level

\n

When you aren't wearing armor, your AC becomes 13 + your Dexterity modifier.

\n

Iridonian Grav-Lev Hand

\n

This augmentation replaces a hand.

\n

Your unarmed strikes with this arm deal 1 d4 ion damage, and you count as one size larger when determining your carrying capacity and the weight you can push, drag, or lift Additionally, you deal double damage to energy-based structures with your unarmed strikes.

\n

You can choose this modification multiple times.

\n

Magnetic Forearm Enhancement

\n

This augmentation replaces a forearm.

\n

Unarmed strikes with this hand have the reach property.

\n

You can choose this modification multiple times.

\n

Mighty Prowess Enabler

\n

Prerequisite: 5th level

\n

Prerequisite: Brawny Arm Prothesis

\n

The Strength score of your Brawny Arm Prosthesis increases by 2. Additionally, you are considered proficient with any weapon you wield with this arm. If the weapon requires two hands to use, and you are not already proficient with it, you only add half your proficiency bonus to attack rolls you make with it, unless you wield it in two of these hands.

\n

You can choose this modification multiple times.

\n

Nighthawk Ocular Implant

\n

This augmentation replaces your eyes.

\n

You can activate or deactivate this implant as a bonus action. While active, you gain darkvision to a range of 120 feet.

\n

Powered Harpoon Hand

\n

Prerequisite: 9th level

\n

Prerequisite: Harpoon Hand

\n

While your harpoon hand is deployed, when you cast a tech power with a range of touch, your hook can deliver the power as if it had cast it.

\n

Rendcasting Inhibitor

\n

Prerequisite: 5th level

\n

While using your body as a tech focus, you gain a +1 bonus to the tech save DC of powers you cast that requires a Dexterity or Intelligence saving throw. This bonus increases to +2 at 9th level and +3 at 13th level.

\n

Skills Enhancement Package

\n

Prerequisite: 13th level

\n

When you make an ability check using a skill you are proficient in, you can roll a d4 and add the result to your total.

\n

Sound Dampeners

\n

This augmentation replaces your ears.

\n

You are immune to the deafened condition, and you can enable or disable your ability to hear anytime. Additionally, your ears are equipped with a person translator that allows you to understand up to 15 languages different, however, you cannot speak them. The languages can be changed out while interfaced with a protocol droid or appropriate computer.

\n

Surveillance Implant

\n

This augmentation replaces your face.

\n

This implant includes a headcomm with a scrambler that automatically encodes messages sent to a specified recipient commlink or receiver.

\n

Survival And Surveillance Implant

\n

Prerequisite: 9th level

\n

This augmentation replaces your eyes and face.

\n

This implant contains several tools for long-term survival and reconnaissance. As a bonus action, you can activate one of the below modes that enable you to use several of these tools at once. Activating a different mode deactivates any currently active mode.

\n
    \n
  • Communications Mode: This communications suite includes a headcomm with a scrambler that automatically encodes messages sent to a specified recipient commlink or receiver. While this mode is active, you cannot be deafened.
  • \n
  • Interceptor Mode: This is a jamming and electronic warfare suite that includes a comm jammer, a holotrace device and pocket scrambler.
  • \n
  • Respirator Mode: This includes a basic respirator that grants advantage on saving throws made to avoid being poisoned and resistance to poison damage.
  • \n
\n

Swift Gait Attuner

\n

Prerequisite: 5th level

\n

Prerequisite: Celerity Leg Prothesis

\n

The Dexterity score of your Celerity Leg Prosthesis increases by 2. Additionally, you gain proficiency in Dexterity saving throws.

\n

You can choose this modification multiple times.

\n

Vector Amplifier

\n

Prerequisite: 5th level

\n

While using your body as a tech focus, you gain a +1 bonus to melee tech attack rolls. This bonus increases to +2 at 9th level and +3 at 13th level.

\n

Vector Rangefinder

\n

Prerequisite: 5th level

\n

While using your body as a tech focus, you gain a +1 bonus to ranged tech attack rolls. This bonus increases to +2 at 9th level and +3 at 13th level.

\n

Voice Synthesizer

\n

Prerequisite: 5th level

\n

This augmentation replaces your throat.

\n

This augmentation allows you to synthesize and perfectly mimic any voice that you have heard in the last month, and the synthesizer can translate verbal communications between up to 5 languages. The languages can be changed out while interfaced with a protocol droid or appropriate computer. Additionally, you can add your Intelligence modifier to any Charisma (Deception) check made to lie to another creature.

\n

Weapon Integration

\n

This augmentation replaces a forearm.

\n

You can integrate a single weapon that weighs no more than 8 lb. into your forearm. While integrated, you can use a bonus action to hide or reveal the weapon, which can only be used while revealed. While hidden, the weapon has the hidden property. While revealed, the weapon has the fixed property.

\n

You can choose this modification multiple times.

\n

Withercasting Inhibitor

\n

Prerequisite: 5th level

\n

While using your body as a tech focus, you gain a +1 bonus to the tech save DC of powers you cast that requires a Wisdom or Charisma saving throw. This bonus increases to +2 at 9th level and +3 at 13th level.

"},"source":"EC","classCasterType":"Techcaster"},"flags":{"core":{"sourceId":"Item.wzj7DowWJZfxWwq7"}},"img":"systems/sw5e/packs/Icons/Archetypes/Biotech%20Engineering.webp","effects":[]} {"_id":"3GmBJl9h0FpyIKFg","name":"Path of Aggression","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Sentinel","description":{"value":"

Path of Aggression

\n

From the murky depths of the dark side comes seething fury. Those sentinels who follow the Path of Aggression charge their weapon with lightning, culminating in a massive discharge that can ravage their opponents.

\n

Voltaic Slash

\n

Starting when you choose this calling at 3rd level, you learn the @Compendium[sw5e.forcepowers.MkDRzlCkK2hDdtvi]{Lightning Charge} force power, which does not count against your total powers known. Additionally, you can use Wisdom or Charisma as your forcecasting ability for it, and you can use your Kinetic Combat feature when you cast it as your action. Finally, when you deal lightning damage with the lightning charge force power, you deal additional lightning damage equal to half your Wisdom or Charisma modifier (your choice, minimum of one) if it doesn't already include that modifier.

\n

Thunderous Momentum

\n

Also at 3rd level, your stride becomes nigh unbreakable. You are immune to the shocked condition, and other effects that would reduce your speed only reduce it by 5 feet.

\n

Entropic Rush

\n

At 7th level, you've learned to move with speed and precision, discharging your lightning in a massive burst. When you move at least half your speed before casting @Compendium[sw5e.forcepowers.MkDRzlCkK2hDdtvi]{Lightning Charge}, you make the attack roll with advantage. Additionally, on a hit, the lightning can leap a second time, to a third creature within range or back to the first creature.

\n

Living Current

\n

By 13th level, you've learned to channel the damage done to you to enhance your strikes. The first time you deal damage on your turn, if you took damage since the start of your last turn, you can deal additional lightning damage equal to your Kinetic Combat die + half the amount of damage taken (rounded down).

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a short or long rest.

\n

Retaliatory Strike

\n

At 18th level, when a creature hits you with an attack while within 5 feet of you, you can use your reaction to cast the @Compendium[sw5e.forcepowers.MkDRzlCkK2hDdtvi]{Lightning Charge} force power, targeting them.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Path%20of%20Aggression.webp","effects":[]} -{"_id":"3yOiMsM439IfwEBm","name":"Form VII: Juyo/Vapaad","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Guardian","description":{"value":"

Form VII: Juyo/Vapaad

\n

Form VII, also known as Ferocity Form, revels in the satisfaction of battle and victory. Those guardians who focus on Juyo/Vapaad Form channel their emotions into their fighting, making heavy, sweeping strikes.

\n

Bonus Proficiencies

\n

You gain proficiency in heavy armor.

\n

Form Basics

\n

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the @Compendium[sw5e.lightsaberform.ve7n3q7jNXUph8SD]{Juyo/Vapaad Lightsaber Form}, detailed in Chapter 6 of the Player’s Handbook. If you already know this form, you can instead choose another lightsaber form. You can’t take a lightsaber form option more than once, even if you later get to choose again.

\n

The Way of the Vornskr

\n

Also at 3rd level, as a bonus action, you can take a savage stance, designating one creature you can see within 10 feet of you as your prey for 1 minute. You have advantage on attack rolls against the creature. If the target drops to 0 hit points, you can use a bonus action on a subsequent turn to mark a new creature.

\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you can't use it again until you complete a long rest.

\n

Channel the Force

\n

Lastly at 3rd level, you gain one of the following Channel the Force options. Choose Snap Aggression for Juyo or Assertive Defense for Vapaad.

\n

Snap Aggression

\n

If you are surprised at the start of combat and aren't incapacitated, you can expend a use of your Channel the Force to act normally on your first turn.

\n

Assertive Defense

\n

When you reduce the damage dealt by a force power to 0 using the @Compendium[sw5e.forcepowers.CuAbwhIt3j2V30Ey]{Saber Reflect} power, and you're wielding a lightweapon or vibroweapon, you can expend a use of your Channel the Force to reflect the attack at a target within range, regardless of what type the damage is.

\n

Fury

\n

At 7th level, you gain one of the following features. Choose Relentless for Juyo or Punishing Charge for Vapaad.

\n

Relentless

\n

You have advantage on initiative checks, and gain a 10 foot bonus to your speed on your first turn of combat.

\n

Punishing Charge

\n

When a creature you can see or hear within 30 feet of you casts a force power, you can use your reaction to move up half your speed. You must end this move closer to the enemy than you started. If you end this movement within 5 feet of the creature, and the triggering force power required a ranged attack roll, they have disadvantage on the roll.

\n

Vengeance

\n

Starting at 15th level, you gain one of the following features. Choose Devastating Critical for Juyo or Their Power, My Strength for Vapaad.

\n

Devastating Critical

\n

When you score a critical hit with a melee weapon attack, you gain a bonus to that weapon's damage roll equal to your guardian level.

\n

Their Power, My Strength

\n

When you are dealt damage by a force power, you can reduce that damage by an amount equal to your guardian level (no action required).

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Master of Ferocity

\n

At 20th level, you are a paragon of extraordinary martial prowess. Your Strength and Dexterity scores increase by 2. Your maximum for those scores increases by 2. Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to all damage.
  • \n
  • When you take the Attack action on your turn, you can make one additional attack as part of that action.
  • \n
  • Your melee weapon attacks score a critical hit on a roll of 19 or 20 on the d20.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you can't use it again until you complete a long rest.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Juyo%20Vapaad%20Form.webp","effects":[]} +{"_id":"3yOiMsM439IfwEBm","name":"Form VII: Juyo/Vapaad","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Guardian","description":{"value":"

Form VII: Juyo/Vapaad

\n

Form VII, also known as Ferocity Form, revels in the satisfaction of battle and victory. Those guardians who focus on Juyo/Vapaad Form channel their emotions into their fighting, making heavy, sweeping strikes.

\n

Bonus Proficiencies

\n

You gain proficiency in heavy armor.

\n

Form Basics

\n

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the @Compendium[sw5e.lightsaberform.ve7n3q7jNXUph8SD]{Juyo/Vapaad Lightsaber Form}, detailed in Chapter 6 of the Player’s Handbook. If you already know this form, you can instead choose another lightsaber form. You can’t take a lightsaber form option more than once, even if you later get to choose again.

\n

The Way of the Vornskr

\n

Also at 3rd level, as a bonus action, you can take a savage stance, designating one creature you can see within 10 feet of you as your prey for 1 minute. You have advantage on attack rolls against the creature. If the target drops to 0 hit points, you can use a bonus action on a subsequent turn to mark a new creature.

\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you can't use it again until you complete a long rest.

\n

Channel the Force

\n

Lastly at 3rd level, you gain one of the following Channel the Force options. Choose Snap Aggression for Juyo or Assertive Defense for Vapaad.

\n

Snap Aggression

\n

If you are surprised at the start of combat and aren't incapacitated, you can expend a use of your Channel the Force to act normally on your first turn.

\n

Assertive Defense

\n

When you reduce the damage dealt by a force power to 0 using the @Compendium[sw5e.forcepowers.CuAbwhIt3j2V30Ey]{Saber Reflect} power, and you're wielding a lightweapon or vibroweapon, you can expend a use of your Channel the Force to reflect the attack at a target within range, regardless of what type the damage is.

\n

Fury

\n

At 7th level, you gain one of the following features. Choose Relentless for Juyo or Punishing Charge for Vapaad.

\n

Relentless

\n

You have advantage on initiative checks, and gain a 10 foot bonus to your speed on your first turn of combat.

\n

Punishing Charge

\n

When a creature you can see or hear within 30 feet of you casts a force power, you can use your reaction to move up half your speed. You must end this move closer to the enemy than you started. If you end this movement within 5 feet of the creature, and the triggering force power required a ranged attack roll, they have disadvantage on the roll.

\n

Vengeance

\n

Starting at 15th level, you gain one of the following features. Choose Devastating Critical for Juyo or Their Power, My Strength for Vapaad.

\n

Devastating Critical

\n

When you score a critical hit with a melee weapon attack, you gain a bonus to that weapon's damage roll equal to your guardian level.

\n

Their Power, My Strength

\n

When you are dealt damage by a force power, you can reduce that damage by an amount equal to your guardian level (no action required).

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Master of Ferocity

\n

At 20th level, you are a paragon of extraordinary martial prowess. Your Strength and Dexterity scores increase by 2. Your maximum for those scores increases by 2. Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to all damage.
  • \n
  • When you take the Attack action on your turn, you can make one additional attack as part of that action.
  • \n
  • Your melee weapon attacks score a critical hit on a roll of 19 or 20 on the d20.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you can't use it again until you complete a long rest.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Juyo%20Vapaad%20Form.webp","effects":[]} {"_id":"4afEpKVpPAUq3lMe","name":"Path of the Forceblade","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Sentinel","description":{"value":"

Path of the Forceblade

\n

Some few master their weapon in ways that differ from their peers. Those sentinels who follow the Path of the Forceblade channel the Force into their weapon, forming a unique connection that grants you greater control over the weapon; it becomes an extension of their will.

\n

Phasethrow

\n

Starting when you choose this calling at 3rd level, you learn the @Compendium[sw5e.forcepowers.cCTaCxvsBcbEvbw2]{Saber Throw} force power. Additionally, you no longer have disadvantage on the attack roll with it if you are within 5 feet of a hostile creature, and you can use your Kinetic Combat feature when you cast it as your action. Finally, once per turn, when you hit a creature within 30 feet of you with the saber throw force power, you can spend 1 force point to teleport to an unoccupied space within 5 feet of the creature.

\n

Forceblade Bond

\n

Also at 3rd level, you learn how to bond with a lightweapon or vibroweapon through the Force, making it part of you.

\n

You perform the ritual over the course of 1 hour, which can be done during a short rest. The weapon must be within your reach throughout the ritual, at the conclusion of which you touch the weapon and forge the bond, gaining the following benefits:

\n
    \n
  • You can't be disarmed of that weapon unless you are incapacitated.
  • \n
  • If the weapon is within 60 feet of you and you can see it, you can summon that weapon as a bonus action on your turn, causing it to travel instantly to you. If you have a free hand, you catch the weapon. Otherwise, it lands at your feet.
  • \n
  • You can use Wisdom or Charisma instead of Strength or Dexterity for the attack and damage rolls.
  • \n
\n

You can have two weapons bonded to you in this way at a time, and you can summon both of them to you with the same bonus action.

\n

Twin Saber Throw

\n

At 7th level, when you cast @Compendium[sw5e.forcepowers.cCTaCxvsBcbEvbw2]{Saber Throw} while wielding your forceblade, you add half your forcecasting ability modifier (rounded down) to the damage rolls, and you can att-ack the same target multiple times. Additionally, when you make your Kinetic Combat attack, if you spent a force point to teleport to within 5 feet of the target, you make the attack roll with advantage.

\n

Disruptive Throw

\n

By 13th level, when you are the target of a ranged attack, you can use your reaction to throw your forceblade at the source of the attack. Make a ranged force attack. On a hit, this attack deals damage equal to your Kinetic Combat Damage Die and you impose disadvantage on the triggering attack roll.

\n

Forceblade Mastery

\n

At 18th level, you've mastered controlling your forceblade with your mind, using it to keep your enemies at bay. As an action, you can telekinetically control your forceblade and have it strike any number of creatures within 10 feet of you, spending 1 force point per target. Each target must make a Dexterity saving throw (DC = 8 + your proficiency bonus + your Wisdom or Charisma modifier + any bonuses to the weapon's attack rolls). On a failed save, it takes damage equal to your Kinetic Combat Damage Die + half your sentinel level (rounded down), is pushed back 10 feet and knocked prone.

\n

Additionally, when you do so, you can use your Kinetic Combat feature.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Path%20of%20the%20Forceblade.webp","effects":[]} -{"_id":"4zUolY92dTrk3e5B","name":"Frenzied Approach","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Berserker","description":{"value":"

Frenzied Approach

\n

For some berserkers, rage is a means to an end—that end being violence. The Frenzied Approach is that of untrammeled fury, slick with blood. As you enter the berserker’s rage, you thrill in the chaos of battle, heedless of your own health or well-being.

\n

Frenzy

\n

When you choose this approach at 3rd level, you can go into a frenzy when you rage. If you do so, for the duration of your rage you can make a single melee weapon attack as a bonus action on each of your turns after this one. When your rage ends, you suffer one level of exhaustion (as described in appendix A).

\n

When you finish a long rest, you reduce your exhaustion level by 2 rather than 1. Additionally, any effect that removes exhaustion reduces your exhaustion by 1 additional level.

\n

Maniacal Rage

\n

Also at 3rd level, while raging, when you make a Charisma (Intimidation) check, or a creature makes a Wisdom saving throw to avoid being frightened of you, you add your Strength modifier to the check or save DC, as appropriate.

\n

Mindless Rage

\n

At 6th level, you can’t be charmed or frightened while raging. If you are charmed or frightened when you enter your rage, the effect is suspended for the duration of the rage.

\n

Intimidating Presence

\n

Starting at 10th level, you can use your action to frighten someone with your menacing presence. When you do so, choose one creature that you can see within 30 feet of you. If the creature can see or hear you, it must succeed on a Wisdom saving throw (DC equal to 8 + your proficiency bonus + your Charisma modifier) or be frightened of you until the end of your next turn. On sub-sequent turns, you can use your action to extend the duration of this effect on the frightened creature until the end of your next turn. This effect ends if the creature ends its turn out of line of sight or more than 60 feet away from you.

\n

If the creature succeeds on its saving throw, you can’t use this feature on that creature again for 24 hours.

\n

Retaliation

\n

At 14th level, when you take damage from a creature that is within 5 feet of you, you can use your reaction to make a melee weapon attack against that creature.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Frenzied%20Approach.webp","effects":[]} -{"_id":"5ZfztAWnxh7mqTL7","name":"Crimson Order","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Monk","description":{"value":"

Crimson Order

\n

Monks of the Crimson Order are unyielding in their resolve. They pledge themselves to a singular entity or belief, and uphold their service with solemnity and diligence.

\n

Crimson Armaments

\n

Beginning when you choose this order at 3rd level, you gain proficiency in light and medium armor. If you are already proficient in light and medium armor, you instead gain proficiency in heavy armor. Additionally, you can now gain the benefits of your Martial Arts and Unarmored Movement features while wearing armor as long as you are not wielding a shield.

\n

Additionally, you’ve learned to adapt to new weaponry. Over the course of an hour, which can be performed during a short rest, you can perform a kata with a weapon of your choice. You gain proficiency in that weapon if you do not already have proficiency, and it becomes a monk weapon for you. You can only adapt to one weapon at a time, and if you attempt to adapt to another weapon you immediately lose your proficiency with the chosen weapon.

\n

Crimson Squall

\n

At 6th level, you've learned to enhance your kata. As a bonus action while wielding a monk weapon, you can expend 1 focus to cause the area within 5 feet of you to become difficult terrain for 1 minute. This area travels with you, and creatures within the area can not make opportunity attacks.

\n

At 11th level, the range of this area increases to 15 feet, and at 17th level, the range of this area increases to 30 feet.

\n

Vigilant Sentinel

\n

Starting at 11th level, when you attempt to perceive your surroundings on your turn, you can opt to not move on that turn. If you avoid moving, you gain a +10 bonus to your Wisdom (Perception) checks until the start of your next turn. You lose this benefit if you move or fall prone, either voluntarily or because of some external effect.

\n

Sovereign Protector

\n

At 17th level, your mastery of focus has allowed you to unlock your fullest potential in combat, tapping into a degree of the force. As a bonus action, you can gain the following effects for 1 minute.

\n
    \n
  • Your speed is doubled.
  • \n
  • Your AC increases by 2.
  • \n
  • You have advantage on Dexterity saving throws.
  • \n
  • You gain an additional action of each of your turns. This action can be used only to take the Attack (one weapon attack only), Dash, Disengage, Hide, or Use an Object action.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you can't use it again until you finish a long rest.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Crimson%20Order.webp","effects":[]} -{"_id":"6HRxOPMOmOiKmuIG","name":"Adept Specialist","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Fighter","description":{"value":"

Adept Specialist

\n

Those fighters who choose to become Adept Specialists tap into a latent Force-sensitivity to augment their martial prowess, blending the two to accelerate their bodies and blows. An adept speeds across the battlefield, attacking opponents in a flurry of blows before dashing off again.

\n

Forcecasting

\n

When you choose this specialty at 3rd level, you have learned powers, fragments of knowledge that imbue you with an abiding force ability. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

Force Powers Known

\n

You learn 4 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the Adept Specialist Forcecasting table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

Force Points

\n

You have a number of force points equal to your fighter level, as shown in the Force Points column of the Adept Specialist Forcecasting table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

Max Power Level

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Adept Specialist Forcecasting table.

\n

You may only cast force powers at 4th-level once. You regain the ability to do so after a long rest.

\n

Forcecasting Ability

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use your Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. In addition, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n

Force save DC = 8 + your proficiency bonus + your forcecasting ability modifier

\n

Force attack modifier = your proficiency bonus + your forcecasting ability modifier

\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Adept Specialist Forcecasting
LevelForce Powers KnownForce PointsMax Power Level
3rd431st
4th641st
5th751st
6th861st
7th1072nd
8th1182nd
9th1292nd
10th13102nd
11th14112nd
12th15122nd
13th17133rd
14th18143rd
15th19153rd
16th20163rd
17th22174th
18th23184th
19th24194th
20th25204th
\n
\n
\n

Growing Momentum

\n

Also at 3rd level, you can cast the @Compendium[sw5e.forcepowers.tAs3ogXXwpDkpZvF]{Burst of Speed} force power targeting yourself at 1st-level without expending force points. At 10th level, when you do so, your speed increases by an additional 10 feet. At 18th level, when you do so, your speed increases by an additional 10 feet.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain any expended uses when you finish a long rest.

\n

Whirling Weapons

\n

Beginning at 7th level, your constant blur of motion and attacks becomes an unending barrage as you build momentum. Once on your turn when you miss with a weapon attack you can make another weapon attack, no action required.

\n

Focused Breathing

\n

At 10th level, you learn to recover some of your expended power quickly. When you use your Second Wind you also regain a number of force points equal to your Wisdom or Charisma modifier (your choice, a minimum of one).

\n

Unstoppable Force

\n

Starting at 15th level, you learn to completely ignore many of the most devastating impediments of combat. You can expend a use of Indomitable to gain the effect of the @Compendium[sw5e.forcepowers.BqGw2Mt7mBqqVclc]{Freedom of Movement} force power until the end of your next turn.

\n

Instant Acceleration

\n

At 18th level you reach the pinnacle of your training, moving faster than eyes or most sensors can track. When you use Action Surge feature, you can teleport up to 30 feet to an unoccupied space you can see. You can teleport before or after the additional action.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Adept%20Specialist.webp","effects":[]} -{"_id":"6JrXY2jDqQiuuUGq","name":"Way of Negation","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Consular","description":{"value":"

Way of Negation

\n

Some force users seek mastery over the fundamentals of energy manipulation, known as tutaminis. Those consulars who follow the Way of Negation harness this power to limit the havoc that other force-wielders might wreak.

\n

Force Deflection

\n

At 3rd level, when you fail a saving throw, you can use your reaction to gain a +4 bonus to that saving throw.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a short or long rest.

\n

Power Surge

\n

Starting at 6th level, you learn to simultaneously limit a creature's force powers and store that power within yourself to later strengthen your damaging force powers.

\n

You can store a maximum number of power surges equal to your Wisdom or Charisma modifier (your choice, minimum of one). Whenever you successfully end a force power with a power such as @Compendium[sw5e.forcepowers.XYHAKmU4gHSzRK3I]{Force Suppression} or @Compendium[sw5e.forcepowers.LhMmIUjsFrytp0wc]{Sever Force}, or use your Force Shield or Force Deflection features to successfully avoid an attack or succeed on a saving throw, you gain one power surge, as you redirect the flow of the Force into yourself.

\n

Once per turn, when you deal damage to a creature or object with a force power, you can spend one power surge to deal extra damage to that target. The extra damage is of the same type as the power's damage, and it equals half your consular level (rounded down).

\n

Whenever you finish a long rest, your number of power surges resets to one. If you end a short rest with no power surges, you gain one power surge.

\n

Enduring Focus

\n

At 10th level, you can casually deflect attacks while channeling your power. While you are concentrating on a Force power, you have a +2 bonus to your AC and all saving throws.

\n

Additionally, you can extend your Force Deflection to a creature within 5 feet of you when they fail a saving throw.

\n

Conflux

\n

At 14th level, when you use your Force Deflection feature, you can cause a ripple in the Force to expand from you. Up to three creatures of your choice that you can see within 60 feet of you each take force damage equal to half your consular level.

\n

Tutaminis Mastery

\n

At 18th level, when you use a Force-Empowered Casting option, you can spend a power surge to use it without spending additional force points.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Way%20of%20Negation.webp","effects":[]} -{"_id":"7OqolLOiiu5K59rD","name":"Blademaster Specialist","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Fighter","description":{"value":"

Blademaster Specialist

\n

Those fighters who choose to become Blademaster Specialists hone their focus to a blade's edge, becoming so in tune with their arsenal that it becomes both their weapon and their armor.

\n

Unarmored Defense

\n

When you choose this specialty at 3rd level, while you are wearing no armor and not wielding a shield, your AC equals 10 + your Dexterity modifier + your Strength modifier.

\n

Adaptive Fighting

\n

Also at 3rd level, you've learned to make adaptations to your fighting style on the fly. You have three such effects: Change Up, Draw, and Stow. When you use your Adaptive Fighting, you choose which effect to create.

\n

You can use this features a number of times equal to your Strength or Dexterity modifier (your choice, a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Change Up

\n

You can use your object interaction and expend a use of your Adaptive Fighting to change the Fighting Style option granted to you by your fighter class feature. You can't take a Fighting Style option more than once.

\n

Draw

\n

When you use your object interaction to draw one or more weapons, you can expend a use of your Adaptive Fighting (no action required) to make your weapon attacks with the weapon(s) score a critical hit on a roll of 19 or 20 until the start of your next turn.

\n

Stow

\n

When you use your object interaction to stow a weapon, you can expend a use of your Adaptive Fighting (no action required) to take the Disengage action.

\n

Dervish

\n

Beginning at 7th level, when you score a critical hit with a melee weapon attack, you regain a use of your Adaptive Fighting, to a maximum of your Strength or Dexterity modifier (your choice, minimum of one).

\n

Resilient Fighting

\n

At 10th level, when you expend a use of your Adaptive Fighting, you gain resistance to energy and kinetic damage dealt by weapons until the start of your next turn.

\n

Adrenaline Rush

\n

Starting at 15th level, when you use your Action Surge feature, you can take an extra bonus action on top of the additional action.

\n

Bladestorm

\n

At 18th level, you can use your action to make a single melee weapon attack against each creature within your reach. Make a separate attack roll against each target. The first attack gains a +1 bonus to its attack roll, and each attack after the first gains an additional +1 bonus to its attack roll, cumulatively, to a maximum bonus of +6. If you are wielding two light- or vibro-weapons, or a weapon with the double property, you also add this bonus to your damage rolls, and you can use your bonus action to engage in Two-Weapon Fighting.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Blademaster%20Specialist.webp","effects":[]} -{"_id":"9AQImD6JBpd9c1UK","name":"Path of the Corsair","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Sentinel","description":{"value":"

Path of the Corsair

\n

There may come a time when a sentinel finds themselves stranded, hunted, or in any situation where they must hide their nature as a force wielder. Those sentinels who follow the Path of the Corsair make use of alternative weaponry not commonly associated with force-wielders to great effect.

\n

Scavenger's Reach

\n

Starting when you choose this calling at 3rd level, you learn the @Compendium[sw5e.forcepowers.5o01ADUmNyzy470b]{Force Disarm} force power. Additionally, you can use your Kinetic Combat feature when you cast it as your action. Finally, when you cast the force disarm power, disarm a blaster weapon, and catch it, you can reload the weapon as a part of the same action.

\n

Corsair Weapons

\n

Also at 3rd level, you can use the force to quickly learn the use of unfamiliar weapons. When you hold a weapon that you are not proficient in, you can spend 1 force point (no action required) to gain proficiency with that weapon until the end of your next long rest. If that weapon is a blaster, you can use it to make Kinetic Combat attacks as long as the target of the attack is within the weapon's normal range.

\n

Additionally, when you throw a grenade, you can use Wisdom or Charisma instead of Strength when determining your throwing range.

\n

Force-Empowered Detonators

\n

At 7th level, you learn to infuse a number of small detonators with the Force. Over the course of a short or long rest, you can create a number of detonators equal to your Wisdom or Charisma modifier (your choice, minimum of one). Your detonators can only be used by you, and they lose their potency at the end of your next short or long rest.

\n

As a bonus action on each of your turns, you can throw one of your detonators at a point within range. Your detonators have a range equal to 30 feet + your Wisdom or Charisma modifier x 5. Make a universal ranged force attack. On a hit, the detonator adheres to the target, and if the target is a Large or smaller creature, it is pushed back 5 feet. On a miss, it falls to the ground. Hit or miss, the detonator then explodes. The target and each creature within 5 feet must make a Dexterity saving throw against your universal force save DC. If the detonator adhered to a target, the creature has disadvantage on the saving throw. A creature takes force damage equal to your Kinetic Combat Damage Die + your Wisdom or Charisma modifier (your choice) on a failed save, or half as much on a successful one.

\n

Energized Kinetics

\n

By 13th level, once per turn, when you deal damage with a Force-Empowered Detonator or your Double Strike feature, you can deal additional damage equal to your Kinetic Combat Damage Die. The damage type is force, lightning, necrotic, or psychic (your choice).

\n

Disorienting Detonations

\n

At 18th level, when a creature fails the saving throw against your Force-Empowered Detonators feature, you can spend 2 force points to subject it to the effects of one of the following force powers: @Compendium[sw5e.forcepowers.KCVdYOoxu0kfkSCn]{Affliction}, @Compendium[sw5e.forcepowers.bDdyZTL7KCiz2zXR]{Force Blind/Deafen}, @Compendium[sw5e.forcepowers.8UOBsZEV8esbx6IG]{Stun}, or @Compendium[sw5e.forcepowers.83VXTwWszl8bMlW6]{Stun Droid}. They automatically fail the saving throw for the selected power, but the effects only last until the end of your next turn.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Path%20of%20the%20Corsair.webp","effects":[]} -{"_id":"9Hva27QHj2ruQXTA","name":"Form IV: Ataru","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Guardian","description":{"value":"

Form IV: Ataru

\n

Form IV, also know as Aggression Form, is a kinetically active form that relies on speed, acrobatics, and power. Those guardians who focus on Ataru Form utilize high energy tactics to confuse and distract their opponents, quickly moving about the battlefield.

\n

Form Basics

\n

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the @Compendium[sw5e.lightsaberform.yfCFM4d8xPdcsNKe]{Ataru Lightsaber Form}, detailed in Chapter 6 of the Player’s Handbook. If you already know this form, you can instead choose another lightsaber form. You can’t take a lightsaber form option more than once, even if you later get to choose again.

\n

The Way of the Hawk-Bat

\n

Also at 3rd level, as a bonus action, you you can take an aggressive stance, leaping around the battlefield for 1 minute. As a part of this bonus action, and as a bonus action on each of your turns, you can cast the @Compendium[sw5e.forcepowers.oPi4Y7zezP7MxNDK]{Force Jump power} at 1st-level without expending force points. Additionally, when you cast force jump, you have advantage on the first attack roll you make against each creature within 5 feet of where you land.

\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you can't use it again until you finish a long rest.

\n

Channel the Force

\n

Lastly at 3rd level, you gain the following Channel the Force option.

\n

Retreating Leap

\n

When a creature makes a melee attack roll against you, you can expend a use of your Channel the Force and your reaction to jump 10 feet in a direction of your choice, imposing disadvantage on the roll. This movement does not provoke opportunity attacks. You can wait until after the attack roll is made, but before the DM determines whether the attack hits.

\n

Hawk-Bat Swoop

\n

At 7th level, you gain the ability to move along vertical surfaces without falIing during the move. If you end your turn in the air, you fall immediately to the ground.

\n

Additionally, you no longer take damage when falling from a distance no greater than your walking speed.

\n

Whirlwind Attack

\n

At 15th level, you can use your action to make melee attacks against any number of creatures within 5 feet of you, with a separate attack roll for each target.

\n

Master of Aggression

\n

At 20th level, your presence on the field of battle is as a graceful blur of deadly blades and daring acrobatics. Your Dexterity and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for those scores increases by 2. Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to kinetic and energy damage from unenhanced weapons.
  • \n
  • When an ally within 30 feet of you takes the Attack action, they can make one additional attack as a part of that same action.
  • \n
  • When you hit a creature with a weapon attack, you can move up to 10 feet. This movement does not provoke opportunity attacks.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you can't use it again until you finish a long rest.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Ataru%20Form.webp","effects":[]} -{"_id":"A3MyNIRoyvE9fP64","name":"Ruffian Practice","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Operative","description":{"value":"

Ruffian Practice

\n

Those operatives who choose the Ruffian Practice use rough-and-tumble tactics to handle any fight, big or small. They incite chaos and make devious moves that keep their enemies reeling.

\n

Rakish Audacity

\n

When you choose this practice at 3rd level, your unmistakable confidence propels you into battle. You can add your Charisma modifier to your initiative rolls.

\n

Additionally, you don't need advantage on your attack roll to use your Sneak Attack if no creature other than your target is within 5 feet of you, as long as the target of the attack is within 5 feet of you. All the other rules for the Sneak Attack class feature still apply to you.

\n

Finally, during your turn, if you make a melee attack against a creature, that creature can't make opportunity attacks against you for the rest of your turn.

\n

Nimble Step

\n

Also at 3rd level, you learn to fluidly strike and maneuver through combat. When you deal Sneak Attack damage to a creature, you may choose to forgo two of your Sneak Attack Dice in order to maneuver across the battlefield.

\n

Some of your fancy footworks require your target to make a saving throw to resist the debilitating strike's effects. The saving throw DC is calculated as follows:

\n

Nimble Step save DC = 8 + your proficiency bonus + your Dexterity modifier.

\n

Blade Defense

\n

You attempt to determine your target's next strike. Roll two Sneak Attack dice, and the target must make a Charisma saving throw. On a failed save, your AC increases by the higher amount rolled on the dice against the first attack it makes against you before the start of your next turn. On a successful save, your AC instead increases by the lower amount.

\n

Disarming Strike

\n

You attempt to disarm a creature with your attack. The target must succeed on a Strength saving throw or be forced to drop one item of your choice that it's holding. If you have a free hand, you can catch the item. Otherwise, it lands at your feet.

\n

Fancy Footwork

\n

Roll two Sneak Attack dice. Your speed increases by 5 x the greater result of the two dice, and you ignore difficult terrain until the end of your current turn.

\n

Panache

\n

Beginning at 9th level, your charm becomes extraordinarily beguiling. As an action, you can make a Charisma (Persuasion) check contested by a creature's Wisdom (Insight) check. The creature must be able to hear you, and the two of you must share a language.

\n

If you succeed on the check and the creature is hostile to you, it has disadvantage on attack rolls against targets other than you and can't make opportunity attacks against targets other than you. This effect lasts for 1 minute, until one of your companions attacks the target or affects it with a power, or until you and the target are more than 60 feet apart.

\n

If you succeed on the check and the creature isn't hostile to you, it is charmed by you for 1 minute. While charmed, it regards you as a friendly acquaintance. This effect ends immediately if you or your companions do anything harmful to it.

\n

Elegant Maneuver

\n

Starting at 13th level, you can use a bonus action on your turn to gain advantage on the next Dexterity (Acrobatics) or Strength (Athletics) check you make during the same turn.

\n

Master Duelist

\n

At 17th level, your mastery of the blade lets you turn failure into success in combat. If you miss with an attack roll, you can roll it again with advantage. Once you do so, you can't use this feature again until you finish a short or long rest.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Ruffian%20Practice.webp","effects":[]} -{"_id":"BEMJgPn6JKghk2zh","name":"Inquisitor Technique","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scout","description":{"value":"

Inquisitor Technique

\n

Across history, there have been those who live to hunt those who wield the Force, be they Jedi or Sith. Followers of the Inquisitor Technique combine technology with force techniques to track down and eliminate force-wielders. For those practitioners of the Force, they are the greatest adversary.

\n

Whispers of the Force

\n

When you choose this technique at 3rd level, you have learned secrets from a subtle attunement to the force. Choose two force powers of no higher level than your Max Power Level, as shown in the scout class table. The chosen powers count as tech powers for you, but are not included in the number in the Powers Known column of the scout class table.

\n

You learn two additional powers at 5th, 9th, and 13th level. Whenever you gain a level in this class, you can choose one of the force powers you know and replace it with another force power of no higher level than your Max Power Level.

\n

Mark of the Inquisitor

\n

Also at 3rd level, when the target of your Ranger's Quarry feature is within 15 feet of you, you gain the following benefits:

\n
    \n
  • Whenever the creature casts a force power, it must first succeed on a Constitution saving throw against your tech save DC to maintain concentration. On a failed save, the casting is disrupted, the force power fails, and the force points are wasted.
  • \n
  • Whenever the creature starts its turn while concentrating on a force power, it must make a Constitution saving throw against your force save DC to maintain concentration. On a failed save, it loses concentration on the power.
  • \n
\n

At 11th level, the radius of this feature increases to 30 feet.

\n

Sense Force

\n

Beginning at 7th level, you can use your action to gain the benefits of the @Compendium[sw5e.forcepowers.PUHY0RrLsi4tAnZx]{Force Sight} force power until the end of your next turn.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you finish a long rest.

\n

Force Resistance

\n

Starting at 11th level, while the target of your Ranger's Quarry feature is within 30 feet of you, you gain the following benefits:

\n
    \n
  • You have advantage on saving throws against force powers they cast.
  • \n
  • You have resistance to damage dealt by force powers they cast.
  • \n
\n

Inquisitor's Wrath

\n

At 15th level, you can cast the @Compendium[sw5e.forcepowers.XYHAKmU4gHSzRK3I]{Force Suppression} and @Compendium[sw5e.forcepowers.LhMmIUjsFrytp0wc]{Sever Force} force powers at 3rd level against the target of your Ranger's Quarry without expending tech points. If they are within 30 feet of you, you have advantage on the forcecasting ability check for these powers.

\n

You can use this feature a number of times equal to 1 + your Intelligence modifier (a minimum of once). You regain all expended uses when you finish a long rest.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster, Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Inquisitor%20Technique.webp","effects":[]} -{"_id":"BtUr8K0noVfAE11J","name":"Path of Tenacity","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Sentinel","description":{"value":"

Path of Tenacity

\n

The tenacious are ever mindful that the Force ebbs and flows and use this knowledge to great advantage. Those sentinels who follow the Path of Tenacity use their connection to the Force to draw the opposition's attention while also warding off their attacks, serving as an effective bulwark against even the most implacable of foes.

\n

Protector

\n

Starting when you choose this calling at 3rd level, you learn the @Compendium[sw5e.forcepowers.RfhP3KotZcqIBmC9]{Saber Ward} force power. Additionally, you can use your Kinetic Combat feature when you cast it as your action. Finally, when you cast it, you can spend 2 force points to extend the benefits to creatures of your choice within 5 feet of you while the power is active. The creatures immediately lose this benefit if they move more than 5 feet away from you.

\n

Kinetic Ward

\n

Also at 3rd level, you can use your reaction to deflect a strike when you are hit by a melee weapon attack. When you do so, the damage you take from the attack is reduced by 1d10 + your Dexterity modifier + your sentinel level.

\n

If you reduce the damage to 0, you can redirect it at another target if you have a weapon capable of doing so. You can spend 1 force point to make a melee weapon attack at a target within 5 feet of you with the weapon, as part of the same reaction. You make this attack with proficiency, regardless of your weapon proficiencies, and if the attack hits it uses your Kinetic Combat die for its damage roll. If @Compendium[sw5e.forcepowers.RfhP3KotZcqIBmC9]{Saber Ward} is active, you have advantage on the attack roll.

\n

Kinetic Bulwark

\n

At 7th level, you can extend your Kinetic Ward to a creature within 5 feet of you when they are hit by a melee weapon attack. If this damage is not reduced to 0, the warded creature takes any remaining damage.

\n

Indomitable

\n

By 13th level, the Force flowing through you makes it harder for movement to be forced upon you. You have advantage on ability checks and saving throws to avoid being grappled or moved. If you fail the saving throw or ability check, you can spend 1 force point to reroll one of the dice once. You must use the new roll.

\n

Additionally, if allies within 5 feet of you are gaining the benefit of your @Compendium[sw5e.forcepowers.RfhP3KotZcqIBmC9]{Saber Ward} force power, they also gain the benefit of this feature.

\n

Kinetic Bastion

\n

At 18th level, you can protect allies even further from you. When a creature within 30 feet of you is hit by a melee weapon attack, you can use your reaction to teleport to them and extend your Kinetic Ward. If this damage is not reduced to 0, the warded creature takes any remaining damage.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Path%20of%20Tenacity.webp","effects":[]} -{"_id":"CRRgJPKHIHD72CEt","name":"Totem Specialist","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Fighter","description":{"value":"

Totem Specialist

\n

Those fighters who become Totem Specialists tap into a primal attunement to the Force, applying tribal ceremony to create powerful talismans that enhance their abilities.

\n

Bonus Proficiencies

\n

You gain proficiency with your choice of artist's implements or jeweler's implements.

\n

Totem Creation

\n

When you choose this specialty at 3rd level, you've learned to create powerful talismans infused with the Force. Your totems can take the form of sigils painted directly onto your equipment, or adornments attached to it, as you see fit. Regardless of the form they take, only you can benefit from them. You learn two totems of your choice, which are detailed under \"Totems\" below. When you complete a long rest, you can replace one totem you know with a different one.

\n

When you finish a long rest, you can touch a number of weapons, armor, or shields equal to the number of totems you know, affixing a different totem to each object. Your totem remains affixed until you finish a long rest, and an object can only bear one totem at a time. You must be wielding or weanng the object to benefit from a totem affixed to it.

\n

Each totem can be invoked to grant an effect Once you've invoked a totem in this way, you cant do so again until you complete a short or long rest.

\n

Totem Options

\n

The totems are listed in alphabetical order. If a totem requires a saving throw, the DC = 8 + your proficiency bonus + your Wisdom or Charisma modifier (your choice).

\n

Totem of the Acklay

\n

This totem evokes the ferocity of an acklay, granting you advantage on Intelligence (Nature) checks and Charisma (Intimidation) checks.

\n

Additionally, you can invoke the totem as a bonus action. For 10 minutes, your carrying capacity and the weight you can push, drag, or lift doubles, and your Strength score increases by 2 This increase can cause your score to exceed 20.

\n

Totem of the Hawk

\n

This totem is inspired by the visage of a hawk, granting you advantage on Intelligence (Investigation) checks, and darkvision out to a range of 60 feet If you already have darkvision, its range increases by 30 feet.

\n

Additionally, when a creature you can see ends its rum within 30 feet of you, you can use your reaction to invoke the totem and force the creature to make a Constitution saving throw by emitting a powerful sound. Unless the save succeeds, the creature is dazed, suffering from the Charmed condition. While charmed in this way. the creature has a speed of 0 and is incapacitated. The effect ends if the charmed creature takes any damage or if someone else uses an action to shake the creature out of its haze Once you invoke the totem, you cant do so again until you finish a short or long rest. A deaf creature automatically succeeds on its saving throw.

\n

Totem of the Loth-Wolf

\n

This totem emulates the near etherealness of a loth-wolf, granting you advantage on Dexterity (Sleight of Hand) checks and Charisma (Deception) checks.

\n

Additionally, when you or a creature you can see within 30 feet of you is hit by an attack roll, you can use your reaction to invoke the totem and cause that attack to target a different creature within 30 feet of you (other than the attacker), using the same roll. This ability can transfer the attack regardless of the attack's range.

\n

Totem of the Rancor

\n

This totem bestows a resilience reminiscent of a mighty rancor, granting you advantage on saving throws against being poisoned and resistance to poison damage.

\n

Additionally, you can invoke the totem as a bonus action, gaining resistance to energy and kinetic damage for 1 minute.

\n

Totem of the Sarlacc

\n

This totem channels the experience of an ancient sarlacc, granting you expertise in any tool in which you are proficient.

\n

Additionally, when you hit a creature with a weapon attack, you can invoke the totem to summon the tentacles of the creature: The target must succeed on a Strength saving throw or be restrained for 1 minute. While restrained by the tentacles, the target takes 2d6 acid damage at the start of each of its turns. The target can repeat the saving throw at the end of each of its turns, tearing free on a success.

\n

Totem of the Vornskr

\n

With this totem you are able to access the Force-enhanced senses of the vornskr, granting you advantage on Wisdom (Survival) checks, and you can't be surprised as long as you are not incapacitated.

\n

Additionally, you can invoke the totem as a bonus action to enter a state of hyper awareness for 1 minute or until you’re incapacitated. Until the state ends, when you or another creature you can see within 60 feet of you makes an attack roll, a saving throw, or an ability check, you can use your reaction to cause the roll to have advantage or disadvantage.

\n

Totemic Might

\n

Also at 3rd level, you can channel the power of your Force awareness temporarily As a bonus action, you can gam the following benefits for 1 minute You can invoke a totem as a part of this same bonus action.

\n
    \n
  • Your carrying capacity and the weight you can push, drag, or lift doubles. If it would already double, it instead triples.
  • \n
  • You have advantage on Strength checks and Strength saving throws.
  • \n
  • Your weapon attacks deal an extra 1d6 damage.
  • \n
\n

This effect ends early if you are incapacitated or die. You can use this feature twice. You regain all expended uses of it when you finish a long rest.

\n

Guardian Spirit

\n

Beginning at 7th level, you learn to invoke your totems to protect your allies When another creature you can see within 60 feet of you is hit by an attack roll, you can use your reaction to grant a bonus to the creature's AC against that attack. The bonus equals 1 + your Wisdom or Charisma modifier (your choice, minimum of +2).

\n

Primal Avatar

\n

At 10th level, you learn a third totem. Additionally, the bonus damage of your Totemic Might feature increases to 1d8. Lastly, you have advantage on Lore checks you make about tribal cultures.

\n

Spirit Guide

\n

Starting at 15th level, you can invoke each of your totems twice, instead of once. You regain all expended uses when you finish a short or long rest.

\n

Blessing of the Tree of Light

\n

At 18th level, you learn how to share your totem's power with your allies. When you use your Totemic Might feature, you can choose one willing creature you can see within 60 feet of you The chosen creature also gains the benefits o f your Totemic Might feature. If you are incapacitated or killed, this effect immediately ends for both of you.

"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]},"core":{"sourceId":"Item.oDxtC4DxzCWQ5Naq"}},"img":"systems/sw5e/packs/Icons/Archetypes/Totem%20Specialist.webp","effects":[]} +{"_id":"4zUolY92dTrk3e5B","name":"Frenzied Approach","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Berserker","description":{"value":"

Frenzied Approach

\n

For some berserkers, rage is a means to an end—that end being violence. The Frenzied Approach is that of untrammeled fury, slick with blood. As you enter the berserker’s rage, you thrill in the chaos of battle, heedless of your own health or well-being.

\n

Frenzy

\n

When you choose this approach at 3rd level, you can go into a frenzy when you rage. If you do so, for the duration of your rage you can make a single melee weapon attack as a bonus action on each of your turns after this one. When your rage ends, you suffer one level of exhaustion (as described in appendix A).

\n

When you finish a long rest, you reduce your exhaustion level by 2 rather than 1. Additionally, any effect that removes exhaustion reduces your exhaustion by 1 additional level.

\n

Maniacal Rage

\n

Also at 3rd level, while raging, when you make a Charisma (Intimidation) check, or a creature makes a Wisdom saving throw to avoid being frightened of you, you add your Strength modifier to the check or save DC, as appropriate.

\n

Mindless Rage

\n

At 6th level, you can’t be charmed or frightened while raging. If you are charmed or frightened when you enter your rage, the effect is suspended for the duration of the rage.

\n

Intimidating Presence

\n

Starting at 10th level, you can use your action to frighten someone with your menacing presence. When you do so, choose one creature that you can see within 30 feet of you. If the creature can see or hear you, it must succeed on a Wisdom saving throw (DC equal to 8 + your proficiency bonus + your Charisma modifier) or be frightened of you until the end of your next turn. On sub-sequent turns, you can use your action to extend the duration of this effect on the frightened creature until the end of your next turn. This effect ends if the creature ends its turn out of line of sight or more than 60 feet away from you.

\n

If the creature succeeds on its saving throw, you can’t use this feature on that creature again for 24 hours.

\n

Retaliation

\n

At 14th level, when you take damage from a creature that is within 5 feet of you, you can use your reaction to make a melee weapon attack against that creature.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Frenzied%20Approach.webp","effects":[]} +{"_id":"5ZfztAWnxh7mqTL7","name":"Crimson Order","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Monk","description":{"value":"

Crimson Order

\n

Monks of the Crimson Order are unyielding in their resolve. They pledge themselves to a singular entity or belief, and uphold their service with solemnity and diligence.

\n

Crimson Armaments

\n

Beginning when you choose this order at 3rd level, you gain proficiency in light and medium armor. If you are already proficient in light and medium armor, you instead gain proficiency in heavy armor. Additionally, you can now gain the benefits of your Martial Arts and Unarmored Movement features while wearing armor as long as you are not wielding a shield.

\n

Additionally, you’ve learned to adapt to new weaponry. Over the course of an hour, which can be performed during a short rest, you can perform a kata with a weapon of your choice. You gain proficiency in that weapon if you do not already have proficiency, and it becomes a monk weapon for you. You can only adapt to one weapon at a time, and if you attempt to adapt to another weapon you immediately lose your proficiency with the chosen weapon.

\n

Crimson Squall

\n

At 6th level, you've learned to enhance your kata. As a bonus action while wielding a monk weapon, you can expend 1 focus to cause the area within 5 feet of you to become difficult terrain for 1 minute. This area travels with you, and creatures within the area can not make opportunity attacks.

\n

At 11th level, the range of this area increases to 15 feet, and at 17th level, the range of this area increases to 30 feet.

\n

Vigilant Sentinel

\n

Starting at 11th level, when you attempt to perceive your surroundings on your turn, you can opt to not move on that turn. If you avoid moving, you gain a +10 bonus to your Wisdom (Perception) checks until the start of your next turn. You lose this benefit if you move or fall prone, either voluntarily or because of some external effect.

\n

Sovereign Protector

\n

At 17th level, your mastery of focus has allowed you to unlock your fullest potential in combat, tapping into a degree of the force. As a bonus action, you can gain the following effects for 1 minute.

\n
    \n
  • Your speed is doubled.
  • \n
  • Your AC increases by 2.
  • \n
  • You have advantage on Dexterity saving throws.
  • \n
  • You gain an additional action of each of your turns. This action can be used only to take the Attack (one weapon attack only), Dash, Disengage, Hide, or Use an Object action.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you can't use it again until you finish a long rest.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Crimson%20Order.webp","effects":[]} +{"_id":"6HRxOPMOmOiKmuIG","name":"Adept Specialist","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Fighter","description":{"value":"

Adept Specialist

\n

Those fighters who choose to become Adept Specialists tap into a latent Force-sensitivity to augment their martial prowess, blending the two to accelerate their bodies and blows. An adept speeds across the battlefield, attacking opponents in a flurry of blows before dashing off again.

\n

Forcecasting

\n

When you choose this specialty at 3rd level, you have learned powers, fragments of knowledge that imbue you with an abiding force ability. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

Force Powers Known

\n

You learn 4 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the Adept Specialist Forcecasting table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

Force Points

\n

You have a number of force points equal to your fighter level, as shown in the Force Points column of the Adept Specialist Forcecasting table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

Max Power Level

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Adept Specialist Forcecasting table.

\n

You may only cast force powers at 4th-level once. You regain the ability to do so after a long rest.

\n

Forcecasting Ability

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use your Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. In addition, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n

Force save DC = 8 + your proficiency bonus + your forcecasting ability modifier

\n

Force attack modifier = your proficiency bonus + your forcecasting ability modifier

\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Adept Specialist Forcecasting
LevelForce Powers KnownForce PointsMax Power Level
3rd431st
4th641st
5th751st
6th861st
7th1072nd
8th1182nd
9th1292nd
10th13102nd
11th14112nd
12th15122nd
13th17133rd
14th18143rd
15th19153rd
16th20163rd
17th22174th
18th23184th
19th24194th
20th25204th
\n
\n
\n

Growing Momentum

\n

Also at 3rd level, you can cast the @Compendium[sw5e.forcepowers.tAs3ogXXwpDkpZvF]{Burst of Speed} force power targeting yourself at 1st-level without expending force points. At 10th level, when you do so, your speed increases by an additional 10 feet. At 18th level, when you do so, your speed increases by an additional 10 feet.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain any expended uses when you finish a long rest.

\n

Whirling Weapons

\n

Beginning at 7th level, your constant blur of motion and attacks becomes an unending barrage as you build momentum. Once on your turn when you miss with a weapon attack you can make another weapon attack, no action required.

\n

Focused Breathing

\n

At 10th level, you learn to recover some of your expended power quickly. When you use your Second Wind you also regain a number of force points equal to your Wisdom or Charisma modifier (your choice, a minimum of one).

\n

Unstoppable Force

\n

Starting at 15th level, you learn to completely ignore many of the most devastating impediments of combat. You can expend a use of Indomitable to gain the effect of the @Compendium[sw5e.forcepowers.BqGw2Mt7mBqqVclc]{Freedom of Movement} force power until the end of your next turn.

\n

Instant Acceleration

\n

At 18th level you reach the pinnacle of your training, moving faster than eyes or most sensors can track. When you use Action Surge feature, you can teleport up to 30 feet to an unoccupied space you can see. You can teleport before or after the additional action.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Adept%20Specialist.webp","effects":[]} +{"_id":"6JrXY2jDqQiuuUGq","name":"Way of Negation","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Consular","description":{"value":"

Way of Negation

\n

Some force users seek mastery over the fundamentals of energy manipulation, known as tutaminis. Those consulars who follow the Way of Negation harness this power to limit the havoc that other force-wielders might wreak.

\n

Force Deflection

\n

At 3rd level, when you fail a saving throw, you can use your reaction to gain a +4 bonus to that saving throw.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a short or long rest.

\n

Power Surge

\n

Starting at 6th level, you learn to simultaneously limit a creature's force powers and store that power within yourself to later strengthen your damaging force powers.

\n

You can store a maximum number of power surges equal to your Wisdom or Charisma modifier (your choice, minimum of one). Whenever you successfully end a force power with a power such as @Compendium[sw5e.forcepowers.XYHAKmU4gHSzRK3I]{Force Suppression} or @Compendium[sw5e.forcepowers.LhMmIUjsFrytp0wc]{Sever Force}, or use your Force Shield or Force Deflection features to successfully avoid an attack or succeed on a saving throw, you gain one power surge, as you redirect the flow of the Force into yourself.

\n

Once per turn, when you deal damage to a creature or object with a force power, you can spend one power surge to deal extra damage to that target. The extra damage is of the same type as the power's damage, and it equals half your consular level (rounded down).

\n

Whenever you finish a long rest, your number of power surges resets to one. If you end a short rest with no power surges, you gain one power surge.

\n

Enduring Focus

\n

At 10th level, you can casually deflect attacks while channeling your power. While you are concentrating on a Force power, you have a +2 bonus to your AC and all saving throws.

\n

Additionally, you can extend your Force Deflection to a creature within 5 feet of you when they fail a saving throw.

\n

Conflux

\n

At 14th level, when you use your Force Deflection feature, you can cause a ripple in the Force to expand from you. Up to three creatures of your choice that you can see within 60 feet of you each take force damage equal to half your consular level.

\n

Tutaminis Mastery

\n

At 18th level, when you use a Force-Empowered Casting option, you can spend a power surge to use it without spending additional force points.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Way%20of%20Negation.webp","effects":[]} +{"_id":"7OqolLOiiu5K59rD","name":"Blademaster Specialist","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Fighter","description":{"value":"

Blademaster Specialist

\n

Those fighters who choose to become Blademaster Specialists hone their focus to a blade's edge, becoming so in tune with their arsenal that it becomes both their weapon and their armor.

\n

Unarmored Defense

\n

When you choose this specialty at 3rd level, while you are wearing no armor and not wielding a shield, your AC equals 10 + your Dexterity modifier + your Strength modifier.

\n

Adaptive Fighting

\n

Also at 3rd level, you've learned to make adaptations to your fighting style on the fly. You have three such effects: Change Up, Draw, and Stow. When you use your Adaptive Fighting, you choose which effect to create.

\n

You can use this features a number of times equal to your Strength or Dexterity modifier (your choice, a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Change Up

\n

You can use your object interaction and expend a use of your Adaptive Fighting to change the Fighting Style option granted to you by your fighter class feature. You can't take a Fighting Style option more than once.

\n

Draw

\n

When you use your object interaction to draw one or more weapons, you can expend a use of your Adaptive Fighting (no action required) to make your weapon attacks with the weapon(s) score a critical hit on a roll of 19 or 20 until the start of your next turn.

\n

Stow

\n

When you use your object interaction to stow a weapon, you can expend a use of your Adaptive Fighting (no action required) to take the Disengage action.

\n

Dervish

\n

Beginning at 7th level, when you score a critical hit with a melee weapon attack, you regain a use of your Adaptive Fighting, to a maximum of your Strength or Dexterity modifier (your choice, minimum of one).

\n

Resilient Fighting

\n

At 10th level, when you expend a use of your Adaptive Fighting, you gain resistance to energy and kinetic damage dealt by weapons until the start of your next turn.

\n

Adrenaline Rush

\n

Starting at 15th level, when you use your Action Surge feature, you can take an extra bonus action on top of the additional action.

\n

Bladestorm

\n

At 18th level, you can use your action to make a single melee weapon attack against each creature within your reach. Make a separate attack roll against each target. The first attack gains a +1 bonus to its attack roll, and each attack after the first gains an additional +1 bonus to its attack roll, cumulatively, to a maximum bonus of +6. If you are wielding two light- or vibro-weapons, or a weapon with the double property, you also add this bonus to your damage rolls, and you can use your bonus action to engage in Two-Weapon Fighting.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Blademaster%20Specialist.webp","effects":[]} +{"_id":"9AQImD6JBpd9c1UK","name":"Path of the Corsair","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Sentinel","description":{"value":"

Path of the Corsair

\n

There may come a time when a sentinel finds themselves stranded, hunted, or in any situation where they must hide their nature as a force wielder. Those sentinels who follow the Path of the Corsair make use of alternative weaponry not commonly associated with force-wielders to great effect.

\n

Scavenger's Reach

\n

Starting when you choose this calling at 3rd level, you learn the @Compendium[sw5e.forcepowers.5o01ADUmNyzy470b]{Force Disarm} force power. Additionally, you can use your Kinetic Combat feature when you cast it as your action. Finally, when you cast the force disarm power, disarm a blaster weapon, and catch it, you can reload the weapon as a part of the same action.

\n

Corsair Weapons

\n

Also at 3rd level, you can use the force to quickly learn the use of unfamiliar weapons. When you hold a weapon that you are not proficient in, you can spend 1 force point (no action required) to gain proficiency with that weapon until the end of your next long rest. If that weapon is a blaster, you can use it to make Kinetic Combat attacks as long as the target of the attack is within the weapon's normal range.

\n

Additionally, when you throw a grenade, you can use Wisdom or Charisma instead of Strength when determining your throwing range.

\n

Force-Empowered Detonators

\n

At 7th level, you learn to infuse a number of small detonators with the Force. Over the course of a short or long rest, you can create a number of detonators equal to your Wisdom or Charisma modifier (your choice, minimum of one). Your detonators can only be used by you, and they lose their potency at the end of your next short or long rest.

\n

As a bonus action on each of your turns, you can throw one of your detonators at a point within range. Your detonators have a range equal to 30 feet + your Wisdom or Charisma modifier x 5. Make a universal ranged force attack. On a hit, the detonator adheres to the target, and if the target is a Large or smaller creature, it is pushed back 5 feet. On a miss, it falls to the ground. Hit or miss, the detonator then explodes. The target and each creature within 5 feet must make a Dexterity saving throw against your universal force save DC. If the detonator adhered to a target, the creature has disadvantage on the saving throw. A creature takes force damage equal to your Kinetic Combat Damage Die + your Wisdom or Charisma modifier (your choice) on a failed save, or half as much on a successful one.

\n

Energized Kinetics

\n

By 13th level, once per turn, when you deal damage with a Force-Empowered Detonator or your Double Strike feature, you can deal additional damage equal to your Kinetic Combat Damage Die. The damage type is force, lightning, necrotic, or psychic (your choice).

\n

Disorienting Detonations

\n

At 18th level, when a creature fails the saving throw against your Force-Empowered Detonators feature, you can spend 2 force points to subject it to the effects of one of the following force powers: @Compendium[sw5e.forcepowers.KCVdYOoxu0kfkSCn]{Affliction}, @Compendium[sw5e.forcepowers.bDdyZTL7KCiz2zXR]{Force Blind/Deafen}, @Compendium[sw5e.forcepowers.8UOBsZEV8esbx6IG]{Stun}, or @Compendium[sw5e.forcepowers.83VXTwWszl8bMlW6]{Stun Droid}. They automatically fail the saving throw for the selected power, but the effects only last until the end of your next turn.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Path%20of%20the%20Corsair.webp","effects":[]} +{"_id":"9Hva27QHj2ruQXTA","name":"Form IV: Ataru","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Guardian","description":{"value":"

Form IV: Ataru

\n

Form IV, also know as Aggression Form, is a kinetically active form that relies on speed, acrobatics, and power. Those guardians who focus on Ataru Form utilize high energy tactics to confuse and distract their opponents, quickly moving about the battlefield.

\n

Form Basics

\n

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the @Compendium[sw5e.lightsaberform.yfCFM4d8xPdcsNKe]{Ataru Lightsaber Form}, detailed in Chapter 6 of the Player’s Handbook. If you already know this form, you can instead choose another lightsaber form. You can’t take a lightsaber form option more than once, even if you later get to choose again.

\n

The Way of the Hawk-Bat

\n

Also at 3rd level, as a bonus action, you you can take an aggressive stance, leaping around the battlefield for 1 minute. As a part of this bonus action, and as a bonus action on each of your turns, you can cast the @Compendium[sw5e.forcepowers.oPi4Y7zezP7MxNDK]{Force Jump power} at 1st-level without expending force points. Additionally, when you cast force jump, you have advantage on the first attack roll you make against each creature within 5 feet of where you land.

\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you can't use it again until you finish a long rest.

\n

Channel the Force

\n

Lastly at 3rd level, you gain the following Channel the Force option.

\n

Retreating Leap

\n

When a creature makes a melee attack roll against you, you can expend a use of your Channel the Force and your reaction to jump 10 feet in a direction of your choice, imposing disadvantage on the roll. This movement does not provoke opportunity attacks. You can wait until after the attack roll is made, but before the DM determines whether the attack hits.

\n

Hawk-Bat Swoop

\n

At 7th level, you gain the ability to move along vertical surfaces without falIing during the move. If you end your turn in the air, you fall immediately to the ground.

\n

Additionally, you no longer take damage when falling from a distance no greater than your walking speed.

\n

Whirlwind Attack

\n

At 15th level, you can use your action to make melee attacks against any number of creatures within 5 feet of you, with a separate attack roll for each target.

\n

Master of Aggression

\n

At 20th level, your presence on the field of battle is as a graceful blur of deadly blades and daring acrobatics. Your Dexterity and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for those scores increases by 2. Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to kinetic and energy damage from unenhanced weapons.
  • \n
  • When an ally within 30 feet of you takes the Attack action, they can make one additional attack as a part of that same action.
  • \n
  • When you hit a creature with a weapon attack, you can move up to 10 feet. This movement does not provoke opportunity attacks.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you can't use it again until you finish a long rest.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Ataru%20Form.webp","effects":[]} +{"_id":"A3MyNIRoyvE9fP64","name":"Ruffian Practice","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Operative","description":{"value":"

Ruffian Practice

\n

Those operatives who choose the Ruffian Practice use rough-and-tumble tactics to handle any fight, big or small. They incite chaos and make devious moves that keep their enemies reeling.

\n

Rakish Audacity

\n

When you choose this practice at 3rd level, your unmistakable confidence propels you into battle. You can add your Charisma modifier to your initiative rolls.

\n

Additionally, you don't need advantage on your attack roll to use your Sneak Attack if no creature other than your target is within 5 feet of you, as long as the target of the attack is within 5 feet of you. All the other rules for the Sneak Attack class feature still apply to you.

\n

Finally, during your turn, if you make a melee attack against a creature, that creature can't make opportunity attacks against you for the rest of your turn.

\n

Nimble Step

\n

Also at 3rd level, you learn to fluidly strike and maneuver through combat. When you deal Sneak Attack damage to a creature, you may choose to forgo two of your Sneak Attack Dice in order to maneuver across the battlefield.

\n

Some of your fancy footworks require your target to make a saving throw to resist the debilitating strike's effects. The saving throw DC is calculated as follows:

\n

Nimble Step save DC = 8 + your proficiency bonus + your Dexterity modifier.

\n

Blade Defense

\n

You attempt to determine your target's next strike. Roll two Sneak Attack dice, and the target must make a Charisma saving throw. On a failed save, your AC increases by the higher amount rolled on the dice against the first attack it makes against you before the start of your next turn. On a successful save, your AC instead increases by the lower amount.

\n

Disarming Strike

\n

You attempt to disarm a creature with your attack. The target must succeed on a Strength saving throw or be forced to drop one item of your choice that it's holding. If you have a free hand, you can catch the item. Otherwise, it lands at your feet.

\n

Fancy Footwork

\n

Roll two Sneak Attack dice. Your speed increases by 5 x the greater result of the two dice, and you ignore difficult terrain until the end of your current turn.

\n

Panache

\n

Beginning at 9th level, your charm becomes extraordinarily beguiling. As an action, you can make a Charisma (Persuasion) check contested by a creature's Wisdom (Insight) check. The creature must be able to hear you, and the two of you must share a language.

\n

If you succeed on the check and the creature is hostile to you, it has disadvantage on attack rolls against targets other than you and can't make opportunity attacks against targets other than you. This effect lasts for 1 minute, until one of your companions attacks the target or affects it with a power, or until you and the target are more than 60 feet apart.

\n

If you succeed on the check and the creature isn't hostile to you, it is charmed by you for 1 minute. While charmed, it regards you as a friendly acquaintance. This effect ends immediately if you or your companions do anything harmful to it.

\n

Elegant Maneuver

\n

Starting at 13th level, you can use a bonus action on your turn to gain advantage on the next Dexterity (Acrobatics) or Strength (Athletics) check you make during the same turn.

\n

Master Duelist

\n

At 17th level, your mastery of the blade lets you turn failure into success in combat. If you miss with an attack roll, you can roll it again with advantage. Once you do so, you can't use this feature again until you finish a short or long rest.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Ruffian%20Practice.webp","effects":[]} +{"_id":"BEMJgPn6JKghk2zh","name":"Inquisitor Technique","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scout","description":{"value":"

Inquisitor Technique

\n

Across history, there have been those who live to hunt those who wield the Force, be they Jedi or Sith. Followers of the Inquisitor Technique combine technology with force techniques to track down and eliminate force-wielders. For those practitioners of the Force, they are the greatest adversary.

\n

Whispers of the Force

\n

When you choose this technique at 3rd level, you have learned secrets from a subtle attunement to the force. Choose two force powers of no higher level than your Max Power Level, as shown in the scout class table. The chosen powers count as tech powers for you, but are not included in the number in the Powers Known column of the scout class table.

\n

You learn two additional powers at 5th, 9th, and 13th level. Whenever you gain a level in this class, you can choose one of the force powers you know and replace it with another force power of no higher level than your Max Power Level.

\n

Mark of the Inquisitor

\n

Also at 3rd level, when the target of your Ranger's Quarry feature is within 15 feet of you, you gain the following benefits:

\n
    \n
  • Whenever the creature casts a force power, it must first succeed on a Constitution saving throw against your tech save DC to maintain concentration. On a failed save, the casting is disrupted, the force power fails, and the force points are wasted.
  • \n
  • Whenever the creature starts its turn while concentrating on a force power, it must make a Constitution saving throw against your force save DC to maintain concentration. On a failed save, it loses concentration on the power.
  • \n
\n

At 11th level, the radius of this feature increases to 30 feet.

\n

Sense Force

\n

Beginning at 7th level, you can use your action to gain the benefits of the @Compendium[sw5e.forcepowers.PUHY0RrLsi4tAnZx]{Force Sight} force power until the end of your next turn.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you finish a long rest.

\n

Force Resistance

\n

Starting at 11th level, while the target of your Ranger's Quarry feature is within 30 feet of you, you gain the following benefits:

\n
    \n
  • You have advantage on saving throws against force powers they cast.
  • \n
  • You have resistance to damage dealt by force powers they cast.
  • \n
\n

Inquisitor's Wrath

\n

At 15th level, you can cast the @Compendium[sw5e.forcepowers.XYHAKmU4gHSzRK3I]{Force Suppression} and @Compendium[sw5e.forcepowers.LhMmIUjsFrytp0wc]{Sever Force} force powers at 3rd level against the target of your Ranger's Quarry without expending tech points. If they are within 30 feet of you, you have advantage on the forcecasting ability check for these powers.

\n

You can use this feature a number of times equal to 1 + your Intelligence modifier (a minimum of once). You regain all expended uses when you finish a long rest.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster, Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Inquisitor%20Technique.webp","effects":[]} +{"_id":"BtUr8K0noVfAE11J","name":"Path of Tenacity","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Sentinel","description":{"value":"

Path of Tenacity

\n

The tenacious are ever mindful that the Force ebbs and flows and use this knowledge to great advantage. Those sentinels who follow the Path of Tenacity use their connection to the Force to draw the opposition's attention while also warding off their attacks, serving as an effective bulwark against even the most implacable of foes.

\n

Protector

\n

Starting when you choose this calling at 3rd level, you learn the @Compendium[sw5e.forcepowers.RfhP3KotZcqIBmC9]{Saber Ward} force power. Additionally, you can use your Kinetic Combat feature when you cast it as your action. Finally, when you cast it, you can spend 2 force points to extend the benefits to creatures of your choice within 5 feet of you while the power is active. The creatures immediately lose this benefit if they move more than 5 feet away from you.

\n

Kinetic Ward

\n

Also at 3rd level, you can use your reaction to deflect a strike when you are hit by a melee weapon attack. When you do so, the damage you take from the attack is reduced by 1d10 + your Dexterity modifier + your sentinel level.

\n

If you reduce the damage to 0, you can redirect it at another target if you have a weapon capable of doing so. You can spend 1 force point to make a melee weapon attack at a target within 5 feet of you with the weapon, as part of the same reaction. You make this attack with proficiency, regardless of your weapon proficiencies, and if the attack hits it uses your Kinetic Combat die for its damage roll. If @Compendium[sw5e.forcepowers.RfhP3KotZcqIBmC9]{Saber Ward} is active, you have advantage on the attack roll.

\n

Kinetic Bulwark

\n

At 7th level, you can extend your Kinetic Ward to a creature within 5 feet of you when they are hit by a melee weapon attack. If this damage is not reduced to 0, the warded creature takes any remaining damage.

\n

Indomitable

\n

By 13th level, the Force flowing through you makes it harder for movement to be forced upon you. You have advantage on ability checks and saving throws to avoid being grappled or moved. If you fail the saving throw or ability check, you can spend 1 force point to reroll one of the dice once. You must use the new roll.

\n

Additionally, if allies within 5 feet of you are gaining the benefit of your @Compendium[sw5e.forcepowers.RfhP3KotZcqIBmC9]{Saber Ward} force power, they also gain the benefit of this feature.

\n

Kinetic Bastion

\n

At 18th level, you can protect allies even further from you. When a creature within 30 feet of you is hit by a melee weapon attack, you can use your reaction to teleport to them and extend your Kinetic Ward. If this damage is not reduced to 0, the warded creature takes any remaining damage.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Path%20of%20Tenacity.webp","effects":[]} +{"_id":"CRRgJPKHIHD72CEt","name":"Totem Specialist","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Fighter","description":{"value":"

Totem Specialist

\n

Those fighters who become Totem Specialists tap into a primal attunement to the Force, applying tribal ceremony to create powerful talismans that enhance their abilities.

\n

Bonus Proficiencies

\n

You gain proficiency with your choice of artist's implements or jeweler's implements.

\n

Totem Creation

\n

When you choose this specialty at 3rd level, you've learned to create powerful talismans infused with the Force. Your totems can take the form of sigils painted directly onto your equipment, or adornments attached to it, as you see fit. Regardless of the form they take, only you can benefit from them. You learn two totems of your choice, which are detailed under \"Totems\" below. When you complete a long rest, you can replace one totem you know with a different one.

\n

When you finish a long rest, you can touch a number of weapons, armor, or shields equal to the number of totems you know, affixing a different totem to each object. Your totem remains affixed until you finish a long rest, and an object can only bear one totem at a time. You must be wielding or weanng the object to benefit from a totem affixed to it.

\n

Each totem can be invoked to grant an effect Once you've invoked a totem in this way, you cant do so again until you complete a short or long rest.

\n

Totem Options

\n

The totems are listed in alphabetical order. If a totem requires a saving throw, the DC = 8 + your proficiency bonus + your Wisdom or Charisma modifier (your choice).

\n

Totem of the Acklay

\n

This totem evokes the ferocity of an acklay, granting you advantage on Intelligence (Nature) checks and Charisma (Intimidation) checks.

\n

Additionally, you can invoke the totem as a bonus action. For 10 minutes, your carrying capacity and the weight you can push, drag, or lift doubles, and your Strength score increases by 2 This increase can cause your score to exceed 20.

\n

Totem of the Hawk

\n

This totem is inspired by the visage of a hawk, granting you advantage on Intelligence (Investigation) checks, and darkvision out to a range of 60 feet If you already have darkvision, its range increases by 30 feet.

\n

Additionally, when a creature you can see ends its rum within 30 feet of you, you can use your reaction to invoke the totem and force the creature to make a Constitution saving throw by emitting a powerful sound. Unless the save succeeds, the creature is dazed, suffering from the Charmed condition. While charmed in this way. the creature has a speed of 0 and is incapacitated. The effect ends if the charmed creature takes any damage or if someone else uses an action to shake the creature out of its haze Once you invoke the totem, you cant do so again until you finish a short or long rest. A deaf creature automatically succeeds on its saving throw.

\n

Totem of the Loth-Wolf

\n

This totem emulates the near etherealness of a loth-wolf, granting you advantage on Dexterity (Sleight of Hand) checks and Charisma (Deception) checks.

\n

Additionally, when you or a creature you can see within 30 feet of you is hit by an attack roll, you can use your reaction to invoke the totem and cause that attack to target a different creature within 30 feet of you (other than the attacker), using the same roll. This ability can transfer the attack regardless of the attack's range.

\n

Totem of the Rancor

\n

This totem bestows a resilience reminiscent of a mighty rancor, granting you advantage on saving throws against being poisoned and resistance to poison damage.

\n

Additionally, you can invoke the totem as a bonus action, gaining resistance to energy and kinetic damage for 1 minute.

\n

Totem of the Sarlacc

\n

This totem channels the experience of an ancient sarlacc, granting you expertise in any tool in which you are proficient.

\n

Additionally, when you hit a creature with a weapon attack, you can invoke the totem to summon the tentacles of the creature: The target must succeed on a Strength saving throw or be restrained for 1 minute. While restrained by the tentacles, the target takes 2d6 acid damage at the start of each of its turns. The target can repeat the saving throw at the end of each of its turns, tearing free on a success.

\n

Totem of the Vornskr

\n

With this totem you are able to access the Force-enhanced senses of the vornskr, granting you advantage on Wisdom (Survival) checks, and you can't be surprised as long as you are not incapacitated.

\n

Additionally, you can invoke the totem as a bonus action to enter a state of hyper awareness for 1 minute or until you’re incapacitated. Until the state ends, when you or another creature you can see within 60 feet of you makes an attack roll, a saving throw, or an ability check, you can use your reaction to cause the roll to have advantage or disadvantage.

\n

Totemic Might

\n

Also at 3rd level, you can channel the power of your Force awareness temporarily As a bonus action, you can gam the following benefits for 1 minute You can invoke a totem as a part of this same bonus action.

\n
    \n
  • Your carrying capacity and the weight you can push, drag, or lift doubles. If it would already double, it instead triples.
  • \n
  • You have advantage on Strength checks and Strength saving throws.
  • \n
  • Your weapon attacks deal an extra 1d6 damage.
  • \n
\n

This effect ends early if you are incapacitated or die. You can use this feature twice. You regain all expended uses of it when you finish a long rest.

\n

Guardian Spirit

\n

Beginning at 7th level, you learn to invoke your totems to protect your allies When another creature you can see within 60 feet of you is hit by an attack roll, you can use your reaction to grant a bonus to the creature's AC against that attack. The bonus equals 1 + your Wisdom or Charisma modifier (your choice, minimum of +2).

\n

Primal Avatar

\n

At 10th level, you learn a third totem. Additionally, the bonus damage of your Totemic Might feature increases to 1d8. Lastly, you have advantage on Lore checks you make about tribal cultures.

\n

Spirit Guide

\n

Starting at 15th level, you can invoke each of your totems twice, instead of once. You regain all expended uses when you finish a short or long rest.

\n

Blessing of the Tree of Light

\n

At 18th level, you learn how to share your totem's power with your allies. When you use your Totemic Might feature, you can choose one willing creature you can see within 60 feet of you The chosen creature also gains the benefits o f your Totemic Might feature. If you are incapacitated or killed, this effect immediately ends for both of you.

"},"source":"EC","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]},"core":{"sourceId":"Item.oDxtC4DxzCWQ5Naq"}},"img":"systems/sw5e/packs/Icons/Archetypes/Totem%20Specialist.webp","effects":[]} {"_id":"ECxUMB1p8nu6WAGL","name":"Form III: Soresu","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Guardian","description":{"value":"

Form III: Soresu

\n

Form III, also known as Resilience Form, relies on tight bladework and subtle dodges to provide maximum defensive coverage, minimizing exposure to ranged weaponry. Those guardians who focus on Soresu Form use broad footwork to move around the playing field, making broad, short sweeping motions that protect the body.

\n

Bonus Proficiencies

\n

You gain proficiency in heavy armor.

\n

Form Basics

\n

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the @Compendium[sw5e.lightsaberform.pVYkXLQwn732LwKK]{Soresu Lightsaber Form}, detailed in Chapter 6. If you already know this form, you can instead choose another lightsaber form. You can’t take a lightsaber form option more than once, even if you later get to choose again.

\n

The Way of the Mynock

\n

Also at 3rd level, as a bonus action, you can enter a defensive stance for one minute. As a part of this bonus action, and as a bonus action on each of your turns, you can cast the @Compendium[sw5e.forcepowers.RfhP3KotZcqIBmC9]{Saber Ward Force power}. When you do so, you have a number of special reactions equal to your proficiency bonus that you can only use to cast the @Compendium[sw5e.forcepowers.CuAbwhIt3j2V30Ey]{Saber Reflect Force power}. You can only take one reaction per turn.

\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you can't use it again until you finish a long rest.

\n

Channel the Force

\n

Lastly at 3rd level, you gain the following Channel the Force option.

\n

Advancing Defender

\n

When you cast the @Compendium[sw5e.forcepowers.CuAbwhIt3j2V30Ey]{Saber Reflect Force power}, you can expend a use of your Channel the Force to move up to 10 feet as a part of that same reaction. This movement does not provoke opportunity attacks.

\n

Circle of Shelter

\n

At 7th level, you learn to fend off strikes directed at you, your mount, or other creatures nearby. If you or a creature you can see within 5 feet of you is hit by an attack, you can use your reaction to ward the creature if you're wielding a melee weapon or a shield. Roll 1d8 and add the number rolled to the target's AC against that attack. If the attack still hits, the target has resistance against the attack's damage.

\n

You can use this feature a number of times equal to your Constitution modifier (a minimum of once), and you regain all expended uses when you finish a long rest.

\n

Stand Against the Tide

\n

Beginning at 15th level, when a hostile creature misses you with a melee attack, you can use your reaction to force that creature to repeat the same attack against another creature (other than itself) of your choice.

\n

Master of Resilience

\n

At 20th level, your presence on the field of battle is an inspiration to your allies. Your Constitution and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for those scores increases by 2. Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to kinetic and energy damage from unenhanced weapons.
  • \n
  • When you use the @Compendium[sw5e.forcepowers.CuAbwhIt3j2V30Ey]{Saber Reflect Force power}, you can make a single melee attack on an enemy within 5ft of you as a part of that same reaction.
  • \n
  • You have advantage on Dexterity saving throws, as do your allies within 30 feet of you.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you can't use it again until you finish a long rest.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Soresu%20Form.webp","effects":[]} {"_id":"EEBl6B5YPcztiGRm","name":"Slayer Technique","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scout","description":{"value":"

Slayer Technique

\n

Some scouts seek to learn the most about their foes and to capitalize on that knowledge. Follower of the Slayer Technique focus on identifying the strengths and weaknesses of their prey, taking advantage of that knowledge to vanquish their foes.

\n

Bonus Proficiencies

\n

You gain proficiency in heavy armor.

\n

Slayer's Pride

\n

When you choose this technique at 3rd level, you have advantage on saving throws against being frightened.

\n

Mark of the Slayer

\n

Also at 3rd level, you immediately learn if the target of your Ranger's Quarry feature has any damage immunities, resistances, or vulnerabilities and what they are. Additionally, the first time you hit the target of your Ranger's Quarry feature with a weapon attack each turn, it takes extra damage equal to your Ranger's Quarry Damage Die. The damage is of the same type as the weapon's damage.

\n

Supernatural Defense

\n

Beginning at 7th level, whenever the target of your Ranger's Quarry forces you to make a saving throw, or whenever you make an ability check to escape that targets grapple, you can use your reaction and roll your Ranger's Quarry Damage Die, adding it to the roll.

\n

Nemesis

\n

Starting at 11th level, when you score a critical hit or reduce a creature to 0 hit points on your turn, you can use your bonus action to force one creature of your choice that you can see within 30 feet of you to make a Wisdom saving throw against your tech save DC. On a failed save, a creature becomes frightened of you for 1 minute. At the end of each of the creature's turns it repeats this saving throw, ending the effect on a success.

\n

Slayer's Counter

\n

At 15th level, if the target of your Ranger's Quarry feature forces you to make a saving throw, you can use your reaction to make one weapon attack against it. You make this attack immediately before making the saving throw. If your attack hits, you automatically succeed on the saving throw, in addition to the attack's normal effects.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Slayer%20Technique.webp","effects":[]} -{"_id":"EOnRnPaACPP1vRTQ","name":"Mastermind Technique","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scout","description":{"value":"

Mastermind Technique

\n

Preparation, preparation, preparation. Some scouts are serious students of battle and any creatures they might encounter. Followers of the Mastermind Technique focus on being prepared for any eventuality, and using their breadth of knowledge to gain insights into their enemies.

\n

Instinctive Combatant

\n

When you choose this technique at 3rd level, you have learned to use your wits to help you survive. While you are wearing light or medium armor, you can use your Intelligence modifier instead of your Dexterity modifier when determining your AC.

\n

Mark of the Meticulous

\n

Also at 3rd level, you can use Intelligence instead of Dexterity for the attack and damage rolls made with weapons with the finesse property or blaster weapons against the target of your Ranger's Quarry.

\n

Additionally, once per round, when you hit the target of your Ranger's Quarry with a tech attack, or it fails a saving throw against a tech power you cast that deals damage, you can deal additional damage equal to your Ranger's Quarry damage die of the same type as the tech power's damage.

\n

Adaptive Techie

\n

Beginning at 7th level, when you complete a long rest, you can choose up to a number of tech powers you know equal to half your Intelligence modifier (rounded down) and replace them with another tech power, as long as that power is not of a higher level than your Max Power Level.

\n

Emergency Planning

\n

Starting at 11th level, you've learned to formulate and execute a plan. As an action, you can choose up to six creatures (including yourself) that you can see within 60 feet of you. For each creature, choose one of the following: ability check, attack roll, or saving throw. Each creature gains an Emergency Planning die, which is a d8.

\n

Once within the next 10 minutes, each creature can roll the die and add the number rolled to one ability check, attack roll, or saving throw, as determined when you use this feature. The creature can wait until after it rolls the d20 before deciding to use the Emergency Planning die, but must decide before the GM says whether the roll succeeds or fails. Once the Emergency Planning die is rolled, it is lost.

\n

A creature can have only one Emergency Planning die at a time.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Your Emergency Planning die changes when you reach certain levels in this class. to 1d10 at 13th level, and to 1d12 at 17th level.

\n

Exploit Weakness

\n

At 15th level, your training has taught you to find and exploit weaknesses in your prey. As a bonus action, you can impose disadvantage on the next saving throw the target of your Ranger's Quarry makes against an effect you control before the end of your next turn. Once you've done so, you must complete a short or long rest before you can do so again.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Mastermind%20Technique.webp","effects":[]} +{"_id":"EOnRnPaACPP1vRTQ","name":"Mastermind Technique","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scout","description":{"value":"

Mastermind Technique

\n

Preparation, preparation, preparation. Some scouts are serious students of battle and any creatures they might encounter. Followers of the Mastermind Technique focus on being prepared for any eventuality, and using their breadth of knowledge to gain insights into their enemies.

\n

Instinctive Combatant

\n

When you choose this technique at 3rd level, you have learned to use your wits to help you survive. While you are wearing light or medium armor, you can use your Intelligence modifier instead of your Dexterity modifier when determining your AC.

\n

Mark of the Meticulous

\n

Also at 3rd level, you can use Intelligence instead of Dexterity for the attack and damage rolls made with weapons with the finesse property or blaster weapons against the target of your Ranger's Quarry.

\n

Additionally, once per round, when you hit the target of your Ranger's Quarry with a tech attack, or it fails a saving throw against a tech power you cast that deals damage, you can deal additional damage equal to your Ranger's Quarry damage die of the same type as the tech power's damage.

\n

Adaptive Techie

\n

Beginning at 7th level, when you complete a long rest, you can choose up to a number of tech powers you know equal to half your Intelligence modifier (rounded down) and replace them with another tech power, as long as that power is not of a higher level than your Max Power Level.

\n

Emergency Planning

\n

Starting at 11th level, you've learned to formulate and execute a plan. As an action, you can choose up to six creatures (including yourself) that you can see within 60 feet of you. For each creature, choose one of the following: ability check, attack roll, or saving throw. Each creature gains an Emergency Planning die, which is a d8.

\n

Once within the next 10 minutes, each creature can roll the die and add the number rolled to one ability check, attack roll, or saving throw, as determined when you use this feature. The creature can wait until after it rolls the d20 before deciding to use the Emergency Planning die, but must decide before the GM says whether the roll succeeds or fails. Once the Emergency Planning die is rolled, it is lost.

\n

A creature can have only one Emergency Planning die at a time.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Your Emergency Planning die changes when you reach certain levels in this class. to 1d10 at 13th level, and to 1d12 at 17th level.

\n

Exploit Weakness

\n

At 15th level, your training has taught you to find and exploit weaknesses in your prey. As a bonus action, you can impose disadvantage on the next saving throw the target of your Ranger's Quarry makes against an effect you control before the end of your next turn. Once you've done so, you must complete a short or long rest before you can do so again.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Mastermind%20Technique.webp","effects":[]} {"_id":"EipqN28Px01dBfmH","name":"Stalker Technique","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scout","description":{"value":"

Stalker Technique

\n

Some Scouts become consumed by the thrill of the hunt. Only heard and never seen they revel in the violence of battle. Followers of the Stalker Technique hone their abilities to track others utilizing a variety of techniques: camouflage, infiltration, surveillance, and target acquisition.

\n

Accomplished Ambusher

\n

When you choose this technique at 3rd level, when you take the Attack action against a creature that is surprised, you can make one additional attack against that creature as a part of that action.

\n

Mark of the Stalker

\n

Also at 3rd level, while you are hidden from the target of your Ranger's Quarry feature, the first attack roll you make each round against that creature does not automatically reveal your presence to that creature. Make a Dexterity (Stealth) check contested by your target's Wisdom (Perception) check. On a success, you remain hidden. If you are less than 30 feet from your target, the Dexterity (Stealth) check is made with disadvantage.

\n

Concealment

\n

Beginning at 7th level, you've become adept at evading creatures that rely on darkvision. While in darkness, you are invisible to any creature that relies on darkvision to see you in that darkness.

\n

Additionally, when you hit a creature with a ranged weapon attack while hidden, you can force that creature to make a Dexterity saving throw against your tech save DC. On a failed save, the creature's speed is reduced to 0 until the end of your next turn. You can use this feature a number of times equal to your Intelligence modifier (minimum of one). You regain all expended uses when you finish a short or long rest.

\n

Stalker's Flurry

\n

Starting at 11th level, if you have advantage on a weapon attack against a target on your turn, you can forgo that advantage to immediately make an additional weapon attack against the same target as a bonus action.

\n

Stalker's Dodge

\n

At 15th level, whenever a creature attacks you and does not have advantage, you can use your reaction to impose disadvantage on the creature's attack roll against you. You can use this feature before or after the attack roll is made, but it must be used before the outcome of the roll is determined.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Stalker%20Technique.webp","effects":[]} -{"_id":"F3eJbFw1kKde9Zg9","name":"Artificer Engineering","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Engineer","description":{"value":"

Artificer Engineering

\n

Those engineers who choose the Artificer Engineering discipline focus on building and modifying lightsabers, while tapping into the latent presence of the Force in these lightsaber crystals.

\n

Bonus Proficiencies

\n

When you choose this discipline at 3rd level, you gain proficiency in artificer's tools, and with the lightsaber simple lightweapon. Additionally, when you engage in crafting with artificer's tools, the rate at which you craft doubles.

\n

Modified Lightsaber

\n

Also at 3rd level, you learn to modify an unenhanced lightsaber utilizing your artificer knowledge. Over the course of a long rest, you can expend materials equal to half the cost of the lightsaber in order to modify it. You must have the lightsaber, materials, and artificer's tools in order to perform this modification.

\n

Your modified lightsaber is enhanced, requires attunement, can only be used by you, and counts as a tech focus for your tech powers while you are attuned to it. Your modified lightsaber has 4 modification slots, and it gains more at higher levels, as shown in the Modification Slots column of the engineer class table. For each modification installed, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

At 9th level, you can maintain two different modified lightsabers. The total modification slots are split across the two items.

\n

Force Resonance

\n

Lastly at 3rd level, once per round, when you hit a creature with your modified lightsaber, you can expend one use of your Potent Aptitude to deal an extra 2d6 damage to that target. The damage is the same type as your modified lightsaber's damage.

\n

The damage increases when you reach certain levels in this class, increasing to 3d6 at 5th level, 5d6 at 11th level, and 8d6 at 17th level.

\n

Kyber Knowledge

\n

Beginning at 6th level, your study of kyber crystals has awakened a latent force sensitivity. Choose two force powers of 1st level. The chosen powers count as tech powers for you, but are not included in the number in the Powers Known column of the engineer class table.

\n

At 10th level, you learn two additional force powers of 1st or 2nd level. At 14th level, you learn two force powers of 1st-3rd level, and at 18th level, you learn two force powers of 1st-4th level. Whenever you gain a level in this class, you can choose one of the force powers you know and replace it with another force power of the same level.

\n

Disruptive Resonance

\n

At 14th level, when you hit a creature that is concentrating on a power with your modified lightsaber, the creature has disadvantage on the Constitution saving throw to maintain concentration. Additionally, on a failed save, the creature immediately takes psychic damage equal to your engineer level + your Intelligence modifier.

\n

Resonating Recovery

\n

Starting at 18th level, once per turn, when you reduce a hostile creature to 0 hit points, you regain a use of your Potent Aptitude. Your number of Potent Aptitude uses can not exceed your Intelligence modifier.

\n

Artificer Modifications

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n

Additonal Beam Port

\n

You install a second beam port into your modified lightsaber. Your modified lightsaber gains the double (1d8) property. You can only benefit from this property while wielding your modified lightsaber with two hands.

\n

Adegan Crystal

\n

Prerequisite: 5th level
You gain a +1 bonus to damage rolls made with this weapon. This bonus increases to +2 at 11th level and +3 at 17th level.

\n

Advanced Blastsaber

\n

Prerequisite: 15th level
Prerequisite: Prototype Blastsaber
You further fine tune your blastsaber. As an action, you can disable a single electronic device not being worn or held by another creature within 5 feet of you. The device is then disabled until it is rebooted.

\n

Additionally, when you activate this conversion to alter the properties of your lightweapon, you create a projected barrier of ion energy in a 10-foot-radius sphere around you until the start of your next turn. Hostile creatures treat this area as difficult terrain. When a hostile creature enters the shielded area or starts its turn there, that creature takes 3d4 ion damage. Any electronics not being worn or held within the barrier's radius are disabled until rebooted.

\n

Advanced Brightsaber

\n

Prerequisite: 15th level
Prerequisite: Prototype Brightsaber
You further fine tune your brightsaber. While activated, your modified lightsaber's bright light now automatically dispels illusions and can detect invisibility, as with truesight.

\n

Additionally, when you activate this conversion to alter the properties of your lightweapon and use a bonus action to attempt to blind your target, it makes the saving throw with disadvantage.

\n

Advanced Disruptorsaber

\n

Prerequisite: 15th level
Prerequisite: Prototype Disruptorsaber
You further fine tune your disruptorsaber. While activated, your modified lightsaber lightly obscures the area within 5 feet of it.

\n

Additionally, when you activate this conversion to alter the properties of your lightweapon and use a bonus action to attempt to knock your target prone, the next saving throw you make before the end of your next turn has advantage.

\n

Barrier

\n

Prerequisite: 5th level
On your turn, when you make an attack roll with your modified lightsaber, you can choose to forgo your proficiency bonus. If you do, you can use your reaction to erect a temporary barrier that lasts until the start of your next turn. While the barrier is activated, you have a bonus to AC against the first attack roll made against you equal to your proficiency bonus.

\n

Beam Gem Lens

\n

Prerequisite: 5th level
You gain a +1 bonus to attack rolls made with this weapon. This bonus increases to +2 at 11th level and +3 at 17th level.

\n

Biometric Safety Measures

\n

A security system is installed into the hilt of your lightweapon. When a creature other than you attempts to activate your lightweapon, the activation fails. Additionally, the creature attempting to activate must make on a Constitution saving throw or take lightning damage equal to engineer level, and become shocked until the start of its next turn. On a successful save the creature takes half damage and is not shocked. Regardless of success or failure, the creature drops your modified lightsaber.

\n

Blastsaber Conversion

\n

Incompatible with other conversions
You heavily modify your lightweapon to allow you to make a ranged weapon attack. With this modification, you can make a ranged weapon attack with a range of 30/60. On a hit, it deals 1d6 energy damage.

\n

Additionally, when you make your first attack on your turn, you can alter the properties of your modified lightsaber. Until the start of your next turn, the damage type of your modified lightsaber is changed to ion.

\n

You can use this trait a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Brightsaber Conversion

\n

Incompatible with other conversions
You modify your lightweapon, giving it a brigher glow. While activated, your modified lightsaber sheds bright light in a 20-foot radius and dim light for an additional 20 feet.

\n

Additionally, when you make your first attack on your turn, you can alter the properties of your modified lightsaber. Until the start of your next turn, the damage type of your modified lightsaber is changed to fire.

\n

You can use this trait a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Burn Through

\n

When you score a critical hit with your modified lightsaber, you have advantage on the next attack roll you make against that creature.

\n

Comfortable Handle

\n

You make minor modifications to the ergonomics of your modified saber's hilt. Your modified lightsaber gains the finesse property.

\n

Crossguard

\n

You add an energy guard at the base of your modified lightsaber's blade. While wielding your modified lightsaber, you gain a +1 bonus to your armor class against melee weapon attacks.

\n

Disruptorsaber Conversion

\n

Incompatible with other conversions
You modify your lightweapon, causing it to eminate a sickly green light. Your modified lightsaber loses the luminous property.

\n

Additionally, when you make your first attack on your turn, you can alter the properties of your modified lightsaber. Until the start of your next turn, the damage type of your modified lightsaber is changed to acid.

\n

You can use this trait a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Extended Beam

\n

You install a series of beam focusing amplifiers into your modified lightsaber. Your modified lightsaber gains the reach property.

\n

Greatsaber Array

\n

You augment the configuration of your modified lightsaber. Your modified lightsaber gains the two-handed property, and it's damage die increases to 1d12.

\n

Intense Beam

\n

Prerequisite: 11th level
Prerequisite: Burn Through
Your modified lightsaber now scores a critical hit on a roll of 19 or 20.

\n

Magnetic-Lock Grip

\n

You insert a series of magnetically charged grips into your modified lightsaber's hilt. While wielding your modified lightsaber, you have advantage on ability checks and saving throws made to disarm or avoid being disarmed.

\n

Prototype Blastsaber

\n

Prerequisite: 7th level
Prerequisite: Blastsaber Conversion
You fine tune your blastsaber. When you activate this conversion to alter the properties of your lightweapon, you can use your bonus action to cause your modified lightsaber to let loose a burst of energy. Creatures other than yourself within 5 feet of the target creature must succeed on a Dexterity saving throw. On a failed save, they take ion damage equal to your Intelligence modifier.

\n

Prototype Brightsaber

\n

Prerequisite: 7th level
Prerequisite: Brightsaber Conversion
You fine tune your brightsaber. When you activate this conversion to alter the properties of your lightweapon, you can use your bonus action to attempt to blind the target of the attack. The creature must succeed on a Constitution saving throw or be blinded.

\n

Prototype Disruptorsaber

\n

Prerequisite: 7th level
Prerequisite: Disruptorsaber Conversion
You fine tune your disruptorsaber. When you activate this conversion to alter the properties of your lightweapon, you can use your bonus action to attempt to knock the target of your attack prone. The creature must make a Strength saving throw or be knocked prone.

\n

Returning Weapon

\n

You install a retractible chain in the hilt of your modified lightsaber. Your modified lightsaber gains the thrown property with a range of 20/60, and when you throw the weapon, it immediately returns to your hand.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster, Techcaster"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.toolProf.value","value":"arti","mode":"+","targetSpecific":false,"id":1,"itemId":"F3eJbFw1kKde9Zg9","active":false,"_targets":[],"label":"Traits Tool Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple lightsabers","mode":"+","targetSpecific":false,"id":2,"itemId":"F3eJbFw1kKde9Zg9","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Archetypes/Artificer%20Engineering.webp","effects":[]} +{"_id":"F3eJbFw1kKde9Zg9","name":"Artificer Engineering","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Engineer","description":{"value":"

Artificer Engineering

\n

Those engineers who choose the Artificer Engineering discipline focus on building and modifying lightsabers, while tapping into the latent presence of the Force in these lightsaber crystals.

\n

Bonus Proficiencies

\n

When you choose this discipline at 3rd level, you gain proficiency in artificer's tools, and with the lightsaber simple lightweapon. Additionally, when you engage in crafting with artificer's tools, the rate at which you craft doubles.

\n

Modified Lightsaber

\n

Also at 3rd level, you learn to modify an unenhanced lightsaber utilizing your artificer knowledge. Over the course of a long rest, you can expend materials equal to half the cost of the lightsaber in order to modify it. You must have the lightsaber, materials, and artificer's tools in order to perform this modification.

\n

Your modified lightsaber is enhanced, requires attunement, can only be used by you, and counts as a tech focus for your tech powers while you are attuned to it. Your modified lightsaber has 4 modification slots, and it gains more at higher levels, as shown in the Modification Slots column of the engineer class table. For each modification installed, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

At 9th level, you can maintain two different modified lightsabers. The total modification slots are split across the two items.

\n

Force Resonance

\n

Lastly at 3rd level, once per round, when you hit a creature with your modified lightsaber, you can expend one use of your Potent Aptitude to deal an extra 2d6 damage to that target. The damage is the same type as your modified lightsaber's damage.

\n

The damage increases when you reach certain levels in this class, increasing to 3d6 at 5th level, 5d6 at 11th level, and 8d6 at 17th level.

\n

Kyber Knowledge

\n

Beginning at 6th level, your study of kyber crystals has awakened a latent force sensitivity. Choose two force powers of 1st level. The chosen powers count as tech powers for you, but are not included in the number in the Powers Known column of the engineer class table.

\n

At 10th level, you learn two additional force powers of 1st or 2nd level. At 14th level, you learn two force powers of 1st-3rd level, and at 18th level, you learn two force powers of 1st-4th level. Whenever you gain a level in this class, you can choose one of the force powers you know and replace it with another force power of the same level.

\n

Disruptive Resonance

\n

At 14th level, when you hit a creature that is concentrating on a power with your modified lightsaber, the creature has disadvantage on the Constitution saving throw to maintain concentration. Additionally, on a failed save, the creature immediately takes psychic damage equal to your engineer level + your Intelligence modifier.

\n

Resonating Recovery

\n

Starting at 18th level, once per turn, when you reduce a hostile creature to 0 hit points, you regain a use of your Potent Aptitude. Your number of Potent Aptitude uses can not exceed your Intelligence modifier.

\n

Artificer Modifications

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n

Additonal Beam Port

\n

You install a second beam port into your modified lightsaber. Your modified lightsaber gains the double (1d8) property. You can only benefit from this property while wielding your modified lightsaber with two hands.

\n

Adegan Crystal

\n

Prerequisite: 5th level
You gain a +1 bonus to damage rolls made with this weapon. This bonus increases to +2 at 11th level and +3 at 17th level.

\n

Advanced Blastsaber

\n

Prerequisite: 15th level
Prerequisite: Prototype Blastsaber
You further fine tune your blastsaber. As an action, you can disable a single electronic device not being worn or held by another creature within 5 feet of you. The device is then disabled until it is rebooted.

\n

Additionally, when you activate this conversion to alter the properties of your lightweapon, you create a projected barrier of ion energy in a 10-foot-radius sphere around you until the start of your next turn. Hostile creatures treat this area as difficult terrain. When a hostile creature enters the shielded area or starts its turn there, that creature takes 3d4 ion damage. Any electronics not being worn or held within the barrier's radius are disabled until rebooted.

\n

Advanced Brightsaber

\n

Prerequisite: 15th level
Prerequisite: Prototype Brightsaber
You further fine tune your brightsaber. While activated, your modified lightsaber's bright light now automatically dispels illusions and can detect invisibility, as with truesight.

\n

Additionally, when you activate this conversion to alter the properties of your lightweapon and use a bonus action to attempt to blind your target, it makes the saving throw with disadvantage.

\n

Advanced Disruptorsaber

\n

Prerequisite: 15th level
Prerequisite: Prototype Disruptorsaber
You further fine tune your disruptorsaber. While activated, your modified lightsaber lightly obscures the area within 5 feet of it.

\n

Additionally, when you activate this conversion to alter the properties of your lightweapon and use a bonus action to attempt to knock your target prone, the next saving throw you make before the end of your next turn has advantage.

\n

Barrier

\n

Prerequisite: 5th level
On your turn, when you make an attack roll with your modified lightsaber, you can choose to forgo your proficiency bonus. If you do, you can use your reaction to erect a temporary barrier that lasts until the start of your next turn. While the barrier is activated, you have a bonus to AC against the first attack roll made against you equal to your proficiency bonus.

\n

Beam Gem Lens

\n

Prerequisite: 5th level
You gain a +1 bonus to attack rolls made with this weapon. This bonus increases to +2 at 11th level and +3 at 17th level.

\n

Biometric Safety Measures

\n

A security system is installed into the hilt of your lightweapon. When a creature other than you attempts to activate your lightweapon, the activation fails. Additionally, the creature attempting to activate must make on a Constitution saving throw or take lightning damage equal to engineer level, and become shocked until the start of its next turn. On a successful save the creature takes half damage and is not shocked. Regardless of success or failure, the creature drops your modified lightsaber.

\n

Blastsaber Conversion

\n

Incompatible with other conversions
You heavily modify your lightweapon to allow you to make a ranged weapon attack. With this modification, you can make a ranged weapon attack with a range of 30/60. On a hit, it deals 1d6 energy damage.

\n

Additionally, when you make your first attack on your turn, you can alter the properties of your modified lightsaber. Until the start of your next turn, the damage type of your modified lightsaber is changed to ion.

\n

You can use this trait a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Brightsaber Conversion

\n

Incompatible with other conversions
You modify your lightweapon, giving it a brigher glow. While activated, your modified lightsaber sheds bright light in a 20-foot radius and dim light for an additional 20 feet.

\n

Additionally, when you make your first attack on your turn, you can alter the properties of your modified lightsaber. Until the start of your next turn, the damage type of your modified lightsaber is changed to fire.

\n

You can use this trait a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Burn Through

\n

When you score a critical hit with your modified lightsaber, you have advantage on the next attack roll you make against that creature.

\n

Comfortable Handle

\n

You make minor modifications to the ergonomics of your modified saber's hilt. Your modified lightsaber gains the finesse property.

\n

Crossguard

\n

You add an energy guard at the base of your modified lightsaber's blade. While wielding your modified lightsaber, you gain a +1 bonus to your armor class against melee weapon attacks.

\n

Disruptorsaber Conversion

\n

Incompatible with other conversions
You modify your lightweapon, causing it to eminate a sickly green light. Your modified lightsaber loses the luminous property.

\n

Additionally, when you make your first attack on your turn, you can alter the properties of your modified lightsaber. Until the start of your next turn, the damage type of your modified lightsaber is changed to acid.

\n

You can use this trait a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Extended Beam

\n

You install a series of beam focusing amplifiers into your modified lightsaber. Your modified lightsaber gains the reach property.

\n

Greatsaber Array

\n

You augment the configuration of your modified lightsaber. Your modified lightsaber gains the two-handed property, and it's damage die increases to 1d12.

\n

Intense Beam

\n

Prerequisite: 11th level
Prerequisite: Burn Through
Your modified lightsaber now scores a critical hit on a roll of 19 or 20.

\n

Magnetic-Lock Grip

\n

You insert a series of magnetically charged grips into your modified lightsaber's hilt. While wielding your modified lightsaber, you have advantage on ability checks and saving throws made to disarm or avoid being disarmed.

\n

Prototype Blastsaber

\n

Prerequisite: 7th level
Prerequisite: Blastsaber Conversion
You fine tune your blastsaber. When you activate this conversion to alter the properties of your lightweapon, you can use your bonus action to cause your modified lightsaber to let loose a burst of energy. Creatures other than yourself within 5 feet of the target creature must succeed on a Dexterity saving throw. On a failed save, they take ion damage equal to your Intelligence modifier.

\n

Prototype Brightsaber

\n

Prerequisite: 7th level
Prerequisite: Brightsaber Conversion
You fine tune your brightsaber. When you activate this conversion to alter the properties of your lightweapon, you can use your bonus action to attempt to blind the target of the attack. The creature must succeed on a Constitution saving throw or be blinded.

\n

Prototype Disruptorsaber

\n

Prerequisite: 7th level
Prerequisite: Disruptorsaber Conversion
You fine tune your disruptorsaber. When you activate this conversion to alter the properties of your lightweapon, you can use your bonus action to attempt to knock the target of your attack prone. The creature must make a Strength saving throw or be knocked prone.

\n

Returning Weapon

\n

You install a retractible chain in the hilt of your modified lightsaber. Your modified lightsaber gains the thrown property with a range of 20/60, and when you throw the weapon, it immediately returns to your hand.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster, Techcaster"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.toolProf.value","value":"arti","mode":"+","targetSpecific":false,"id":1,"itemId":"F3eJbFw1kKde9Zg9","active":false,"_targets":[],"label":"Traits Tool Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple lightsabers","mode":"+","targetSpecific":false,"id":2,"itemId":"F3eJbFw1kKde9Zg9","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Archetypes/Artificer%20Engineering.webp","effects":[]} {"_id":"FLN1Vqb53UECBMVu","name":"Way of the Sage","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Consular","description":{"value":"

Way of the Sage

\n

The rejuvenating power of the Force is incredible, and the consular is the master of this usage. Those consulars who follow the Way of the Sage assist with an array of healing powers that grant allies the strength to continue through even the harshest of encounters. Separated from the heart of the fray, the sage can be an unfailing warden to those in need.

\n

Disciple of Life

\n

When you choose this tradition at 3rd level, when you cast a force power that restores hit points, you can use Wisdom or Charisma as your forcecasting ability for it.

\n

Additionally, whenever you use a power of 1st level or higher to restore hit points to a creature, the creature regains additional hit points equal to 2 + the power's level.

\n

Preserve Life

\n

At 6th level, as an action, you can channel the Force and evoke healing energy that restores a number of hit points equal to five times your consular level. Choose any creatures within 30 feet of you, and divide those hit points among them. This feature can restore a creature to no more than half of its hit point maximum. This feature has no effect on droids or constructs.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

\n

Blessed Healer

\n

Beginning at 10th level, the healing powers you cast on others heal you as well. When you cast a force power that restores hit points to a creature other than you, you regain hit points equal to 2 + the power's level.

\n

Blessed by the Force

\n

At 14th level you gain the ability to overcome grievous injuries. As a bonus action when you have fewer than half of your hit points remaining, you can regain a number of hit points equal to half your hit point maximum.

\n

Once you've used this feature, you can't use it again until you finish a long rest.

\n

Supreme Healing

\n

Starting at 18th level, when you would normally roll one or more dice to restore hit points with a power, you instead use the highest number possible for each die. For example, instead of restoring 2d6 hit points to a creature, you restore 12.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Way%20of%20the%20Sage.webp","effects":[]} {"_id":"Fo2ZNwCWXfWuDJji","name":"Marauder Approach","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Berserker","description":{"value":"

Marauder Approach

\n

Few things are more terrifying than being in the path of a Berserker who has learned the ways of the Force. Those who follow this path unlock something deep within them, a well of untamed power from the depths of their fury. When a marauder unleashes their rage, they channel their brute strength into primal might, and uses it to devastate his foes in a hail of fire, blades, and blood. Due to the uncontrolled nature of their powers, marauders have a dangerous predilection for the strength and raw power offered by the dark side, and many fall into it’s clutches. Even those who do not are always temped by the voices of fury barely contained within.

\n

Forcecasting

\n

When you choose this approach at 3rd level, you have derived powers from your primal connection to the Force. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

Force Powers Known

\n

You learn 4 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the Marauder Approach Forcecasting table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

Force Points

\n

You have a number of force points equal to your berserker level, as shown in the Force Points column of the Marauder Approach Forcecasting table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

Max Power Level

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Marauder Approach Forcecasting table.

\n

You may only cast force powers at 4th-level once. You regain the ability to do so after a long rest.

\n

Forcecasting Ability

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use your Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. In addition, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n

Force save DC = 8 + your proficiency bonus + your forcecasting ability modifier

\n

Force attack modifier = your proficiency bonus + your forcecasting ability modifier

\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Marauder Approach Forcecasting
LevelForce Powers KnownForce PointsMax Power Level
3rd431st
4th641st
5th751st
6th861st
7th1072nd
8th1182nd
9th1292nd
10th13102nd
11th14112nd
12th15122nd
13th17133rd
14th18143rd
15th19153rd
16th20163rd
17th22174th
18th23184th
19th24194th
20th25204th
\n
\n
\n

Furious Force

\n

Also at 3rd level, you can cast force powers while raging as long as the power’s casting time is no more than 1 action, the power does not require concentration, and you are not wearing heavy armor or wielding a medium or heavy shield. While raging, you add your rage damage to damage rolls from force powers you cast. If a force power damages more than one target, you may only apply your rage damage to one of the targets.

\n

Casting force powers during rage counts as attacking for the purposes of maintaining rage, and you can use your Reckless Attack feature to gain advantage when casting a force power that requires an attack roll.

\n

Reckless Power

\n

At 6th level, weapons and the force are equally an extension of your rage. While you are raging and you use your action to cast a force power, you can make a single melee weapon attack as a bonus action.

\n

Powerful Presence

\n

Starting at 10th level, as a bonus action, you unleash a battle cry infused with force energy. Choose up to ten other creatures of within 60 feet of you that can hear you. Friendly creatures have advantage on attack rolls and saving throws until the start of your next turn, and hostile creatures have disadvantage on attack rolls and saving throws until the end of your next turn.

\n

Once you’ve used this feature, you can’t use it again until you finish a long rest.

\n

Force Storm

\n

At 14th level, you can expel the might of your rage all at once to unleash a devastating storm of force energy. As an action, you can end your rage early, forcing each creature within 15 feet of you to make a Dexterity saving throw against your universal force save DC. On a failed save, a creature takes 1d12 force damage for each round you’ve spent in rage, or half as much on a successful one.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Marauder%20Approach.webp","effects":[]} {"_id":"G1F7NBAvLma5Aot4","name":"Lethality Practice","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Operative","description":{"value":"

Lethality Practice

\n

Those operatives who choose the Lethality Practice use disguises to get close to their enemies, then leverage the toxic power of poisons to debilitate them and capitalize on their weaknesses.

\n

Bonus Proficiencies

\n

When you choose this practice at 3rd level, you gain proficiency with the disguise kit and the poisoner's kit.

\n

Assassinate

\n

Also at 3rd level, you are at your deadliest when you get the drop on your enemies. You have advantage on attack rolls against any creature that hasn't taken a turn in the combat yet. Additionally, any hit you score against a creature that is surprised is a critical hit.

\n

Lethal Strikes

\n

Lastly at 3rd level, you learn how to read your foes and strikes their weak points. When you deal Sneak Attack damage to a creature, you may choose to forgo two of your Sneak Attack dice to make the attack a lethal strike.

\n

Some of your lethal strikes require your target to mak ea saving throw to resist the lethal strike's effects. The saving throw DC is calculated as follows:

\n

Lethal Strike save DC = 8 + your proficiency bonus + your Dexterity modifier

\n

Priming Attack

\n

You attempt to prime the target. The target must make a Dexterity, Constitution, or Wisdom saving throw (your choice). On a failed save, the next time you deal Sneak Attack damage against the target before the end of your next turn, you roll four additional Sneak Attack dice.

\n

Target Assessment

\n

You attempt to infer crucial details about your foe. The creature must make a Charisma saving throw. On a failed save, the GM tells you two of the following characteristics of your choice:

\n
    \n
  • Highest ability score
  • \n
  • Lowest ability score
  • \n
  • Strongest saving throw
  • \n
  • Weakest saving throw
  • \n
\n

Vulnerable Strike

\n

You attempt to stagger the target. The target must make a Wisdom saving throw. On a failed save, the next time you would make an attack roll against the target before the end of your next turn, you can instead force the target to make a saving throw with the ability score of your choice. On a failed save, the creature takes normal weapon damage and you can apply your Sneak Attack dice to the roll.

\n

Poisoner

\n

Beginning at 9th level, you are a master of poisons. You can apply a poison as a bonus action, and you have advantage on Dexterity (Sleight of Hand) checks made to conceal the application of poisons.

\n

Additionally, you can improve the capability of one dose of poison. To use this benefit, you must have a poisoner's kit, and the poison must be within reach. If the poison is applied before the end of your next short or long rest, the target has disadvantage on the saving throw made to resist your poison. Once you've used this feature, you must complete a long rest before you can use it again.

\n

Impostor

\n

Starting at 13th level, you gain the ability to unerringly mimic another person's speech, writing, and behavior. You must spend at least 1 minute studying these three components of the person's behavior: listening to speech, examining handwriting, and observing mannerisms. If you can only study some of these aspects (such as only having writing samples, or only audio recordings), you can mimic that aspect of the person, but not other aspects you have not studied.

\n

Your ruse is indiscernible to the casual observer. If a wary creature suspects something is amiss, you have advantage on any Charisma (Deception) check you make to avoid detection.

\n

Death Strike

\n

At 17th level, you become a master of instant death. When you deal weapon damage to a creature that is surprised, it must make a Constitution saving throw against your lethal strike save DC. On a failed save, double the damage of your attack against the creature.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Lethality%20Practice.webp","effects":[]} {"_id":"HAbjFjbdRHO3mBss","name":"Gunslinger Practice","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Operative","description":{"value":"

Gunslinger Practice

\n

Those operatives who choose the Gunslinger Practice are the masters of the trick shot. The Gunslinger and his blaster are the perfect team, utilizing knowledge of their enemies vulnerabilities to take advantage of every opportunity.

\n

Dive For Cover

\n

When you choose this practice at 3rd level, you learn to quickly move into cover when under fire. Once per round, when you are the target of a ranged attack, or you are subjected to an effect that allows you to make a Dexterity saving throw, and there is cover within 10 feet of you, you can move up to 10 feet (no action required). You must end this movement in cover.

\n

You can use this feature a number of times equal to your Dexterity modifier (a minimum of once). You regain all expended uses when you complete a long rest.

\n

Trick Shooter

\n

Also at 3rd level, you learn a number of trick shots you can use to debilitate enemies and impress allies. When you deal Sneak Attack damage to a creature, you may choose to forgo two of your Sneak Attack dice to make the attack a trick shot.

\n

Some of your trick shots require your target to make a saving throw to resist the trick shot's effects. The saving throw DC is calculated as follows:

\n

Trick Shot save DC = 8 + your proficiency bonus + your Dexterity modifier

\n

Blinding Shot

\n

You attempt to blind the target. The target must make a Constitution saving throw or be blinded until the end of your next turn.

\n

Brutal Shot

\n

You attempt to knock the target prone. The target must make a Strength saving throw or be knocked prone.

\n

Hampering Shot

\n

You attempt to hobble the enemy's movement. The target must make a Dexterity saving throw. If it fails, its movement speed is reduced by half and it makes Dexterity saving throws with disadvantage until the end of its next turn.

\n

Spinning Flourish

\n

Beginning at 9th level you can flourish your weapon in an intimidating or charming manner. As an action, you can cause one creature within 60 feet to make a Wisdom saving throw (DC = 8 + your proficiency bonus + your Dexterity modifier). On a failed save, the target is charmed or frightened by you (your choice) until the end of your next turn.

\n

Ricochet Shot

\n

Starting at 13th level you learn how to work all the angles. Once per turn, when you take the Attack action and miss with a ranged weapon attack, you can repeat the attack against a different target within 10 feet of the original target (no action required).

\n

Quickdraw

\n

At 17th level, you learn to perform miracles with just a blaster and some nerve. On your first turn in combat, if you aren't surprised, you can use your action to attack creatures that have not yet acted. Choose up to six such creatures that you can see, making a ranged weapon attack against each. On a hit, you deal normal weapon damage and can apply a single trick shot to each attack made this way.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Gunslinger%20Practice.webp","effects":[]} {"_id":"KDx2Pjxk4RZQD05d","name":"Unstable Engineering","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Engineer","description":{"value":"

Experimental Engineering

\n

Those engineers who choose the Experimental Engineering discipline create and use untested combinations, resulting in powerful—and often unpredictable—effects.

\n

Bonus Proficiencies

\n

When you choose this discipline at 3rd level, you gain proficiency in a set of tools of your choice. Additionally, when you engage in crafting with tinker's tools, the rate at which you craft doubles.

\n

Modified Tinkercannon

\n

Also at 3rd level, you learn to enhance your tinker's tools with unproven science, modifying them into a backpack with a cannon. Over the course of a long rest, you can expend 500 cr worth of materials to modify your tinker's tools. You must have materials and tinker's tools in order to perform this modification.

\n

Whenever you cast a tech power of 1st level or higher while wielding your tinker's tools, you risk unexpected complications. Your GM can have you roll a d20. If you roll a 1, roll on the Experimental Engineering Surge table to create a random effect.

\n

Additionally, your tinker's tools come equipped with 4 overrides, and they gain more at higher levels, as shown in the Modification Slots column of the engineer class table. Each time you trigger an Experimental Engineering Surge, you can use an override to reroll the percentile dice. You must use the new result, you can only do this once per surge, and your maximum tech points is reduced by 1 until you complete a long rest. You regain all expended overrides when you complete a long rest.

\n

Unstable Volley

\n

Lastly at 3rd level, as a bonus action you can expend one use of your Potent Aptitude to launch a volley of unstable energy at a surface located with-in 30 feet of you that you can see. This energy adheres to the surface for 1 minute, after which it erupts. As a part of this bonus action, or as a bonus action on each of your turns, you can cause the energy to erupt early. Each creature within 5 feet of it must make a Dext-erity saving throw against your tech save DC. A creature takes 1d6 lightning damage on a failed save, or half as much on a successful one.

\n

This damage increases when you reach certain levels in this class, increasing to 2d6 at 5th level, 3d6 at 11th level, and 4d6 at 17th level.

\n

Creative Destruction

\n

Beginning at 6th level, you can add your Intelligence modifier (a minimum of +1) to any damage you deal with tech powers and class features. If the tech power or class feature would damage multiple creatures, you can only deal this additional damage to one of them.

\n

If you choose to deal this additional damage, your GM can have you roll on the Experimental Engineering Surge table.

\n

Experimental Overrides

\n

At 14th level, you gain a modicum of control over your surges. Whenever you roll on the Experimental Engineering Surge table and use one of your overrides, you can choose either total.

\n

Engineering Bombardment

\n

Starting at 18th level, the harmful energies of your tech powers and class features intensify. When you roll damage for a tech power or class feature and roll the highest number possible on any of the dice, you can roll it again and use both results. You can only use this ability once per tech power or class feature.

\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Experimental Engineering Surge
d100Result
01-02Roll on this table at the start of each of your turns for 1 minute, ignoring this result on subsequent rolls.
03-04For the next minute, you can see any invisible creature if you have line of sight to it.
05-06A DRK-1 tracker droid appears with 5 feet of you, then disappears 1 minute later.
07-08You cast explosion at 3rd-level centered on yourself without expending tech points.
09-10You cast homing rockets at 5th-level without expending tech points.
11-12Roll a d10. Your height changes by a number of inches equal to the roll: if odd, you shrink; if even, you grow.
13-14You fall asleep standing for 1 minute or until you take damage.
15-16For the next minute, you regain 5 hit points at the start of each of your turns
17-18You grow a long beard made of feathers that remains until you sneeze.
19-20You cast oil slick centered on yourself without expending tech points.
21-22Creatures have disadvantage on the first saving throw they make against you in the next minute.
23-24Your skin turns a vibrant shade of blue. Any effect that ends a curse ends this.
25-26You grow an extra eye, granting advantage on Wisdom (Perception) checks that rely on sight for 1 minute.
27-28For the next minute, all your tech powers with a casting time of 1 action have a casting time of 1 bonus action.
29-30You teleport up to 60 feet to an unoccupied space of your choice that you can see.
31-32You take 2d10 lightning damage and are shocked for 1 minute.
33-34Maximize the damage of the next damaging tech power you cast within the next minute.
35-36Roll a d10. Your age changes by a number of years equal to the roll: if odd, younger; if even, older.
37-38You start running uncontrollably for 1 minute, moving your entire speed each turn.
39-40You regain 2d10 hit points.
41-42Each creature within 30 feet of you is subjected to the gleaming outline tech power for 1 minute.
43-44For the next minute, you can teleport up to 20 feet as a bonus action on each of your turns.
45-46You are blinded and deafened for 1 minute.
47-48You have disadvantage on the first ability check, attack roll, or saving throw you make each turn for 1 minute.
49-50You can’t speak for the next minute. Whenever you try, pink bubbles float out of your mouth.
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
d100Result
51-52A shimmering energy barrier grants you a +2 bonus to AC for 1 minute.
53-54You are immune to being intoxicated by alcohol for the next 5d6 days.
55-56Your hair falls out but grows back within 24 hours. If you don’t have hair, you instead grow it for 24 hours.
57-58For 1 minute, any flammable object not worn or carried you touch bursts into flame.
59-60You regain tech points equal to your Intelligence modifier (minimum of one).
61-62For the next minute, you shout whenever you speak.
63-64You cast smoke cloud centered on yourself without expending tech points.
65-66Up to three creatures you choose within 30 feet of you take 4d10 lightning damage.
67-68You are frightened by the nearest creature until the end of your next turn.
69-70Each creature within 30 feet of you becomes invisible for 1 minute, or until it attacks or casts a power.
71-72You gain resistance to all damage for the next minute.
73-74A random creature within 60 feet of you becomes poisoned for 1d4 hours.
75-76You emit bright light in a 30-foot radius for 1 minute.
77-78Each creature within 30 feet of you except you gains the benefits of mirror image for 1 minute.
79-80Illusory butterflies and flower petals flutter in the air within 10 feet of you for the next minute.
81-82You can take one additional action immediately.
83-84Each creature within 30 feet of you takes 1d10 necrotic damage and you gain hit points equal to the damage.
85-86You cast mirror image without expending tech points.
87-88You are frozen in carbonite and paralyzed for 1 minute or until you take damage.
89-90You turn invisible and can’t make sound for 1 minute, or until you attack or cast a power.
91-92If you die within the next minute, you immediately come back to life as if by the defibrillate power.
93-94Your size increases by one size category for the next minute.
95-96You and all creatures within 30 feet of you gain vulnerability to energy damage for the next minute.
97-98You are surrounded by faint, ethereal music for the next minute.
99-100You regain half your expended tech points.
\n
\n
"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Unstable%20Engineering.webp","effects":[]} -{"_id":"KXH9dZsv2CAXAa6X","name":"Disabling Practice","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Operative","description":{"value":"

Disabling Practice

\n

Those operatives who choose the Disabling Practice utilize a variety of pushes, pulls, weight shifts, and joint locks to immobilize their opponent. They use these techniques to manipulate their opponent, moving them across the battlefield before incapacitating them.

\n

Clinch Strike

\n

When you choose this practice at 3rd level, you learn how to discourage, debilitate, and harm your enemies. You gain the following benefits while you aren't wearing heavy armor or a medium or heavy shield:

\n
    \n
  • Your unarmed strikes use a d4 for damage.
  • \n
  • You can deal Sneak Attack damage when making an unarmed strike. Additionally, you don't need advantage on your unarmed attack roll to use your Sneak Attack if the target of your Sneak Attack is a creature grappled by you. All the other rules for the Sneak Attack class feature still apply to you.
  • \n
  • You can use the bonus action granted by your Cunning Action to make an unarmed strike against a creature you are grappling.
  • \n
\n

Skilled Grappler

\n

Also at 3rd level, you learn a number of grappling techniques to subdue your opponents. When you hit a creature grappled by you with an unarmed strike and deal Sneak Attack damage, you may choose to forgo two of your Sneak Attack dice to make the attack a grappling technique.

\n

Some of your grappling techniques require your target to make a saving throw to resist the grappling technique's effects. The saving throw DC is calculated as follows:

\n

Grapple Technique save DC = 8 + your proficiency bonus + your Strength modifier.

\n

Constrict

\n

You attempt to choke the target into unconscious-ness. The target must make a Constitution saving throw or be restrained until the end of your following turn.

\n

If you maintain this technique for 1 minute, the target falls unconscious for 1 hour. Droids and constructs can not be knocked unconscious in this way.

\n

Disarm

\n

You attempt to disarm a weapon or other object the target is holding. The target must make a Strength saving throw. On a failed save, it releases the object. If you have a free hand, you can catch the object. Otherwise, it lands at your feet.

\n

Hip Toss

\n

You attempt to throw your target to the ground. The target must make a Dexterity saving throw. On a failed save, the target is pushed back 5 feet, knocked prone, and stunned until the start of your next turn. This ends the grapple.

\n

Human Shield

\n

Beginning at 9th level you learn to manipulate the body of a grappled target to make attacks against you more difficult to land. Moving a grappled creature the same size as you or smaller no longer halves your speed, and when a creature grappled by you would grant you half cover, you instead have three-quarters cover. Additionally, when you are hit by an attack while grappling a creature, you can use your reaction to force that attack to instead hit the grappled creature.

\n

Kiss the Wall

\n

Starting at 13th level, you can use your surroundings to further punish the target of your grapple. When you roll a 1 or 2 on a Sneak Attack damage die for an unarmed attack you make against a creature grappled by you, you can reroll the die and must use the new roll, even if the new roll is a 1 or a 2.

\n

Neck Snap

\n

At 17th level, you learn how to immediately remove your grappled opponent from the fight. As an action, you can force a creature grappled by you to make a Constitution saving throw. On a failed save, if the creature has 100 hit points or fewer, it dies. If the target has more than 100 hit points, it immediately takes 10d10 kinetic damage. This damage can't be reduced in any way.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Disabling%20Practice.webp","effects":[]} +{"_id":"KXH9dZsv2CAXAa6X","name":"Disabling Practice","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Operative","description":{"value":"

Disabling Practice

\n

Those operatives who choose the Disabling Practice utilize a variety of pushes, pulls, weight shifts, and joint locks to immobilize their opponent. They use these techniques to manipulate their opponent, moving them across the battlefield before incapacitating them.

\n

Clinch Strike

\n

When you choose this practice at 3rd level, you learn how to discourage, debilitate, and harm your enemies. You gain the following benefits while you aren't wearing heavy armor or a medium or heavy shield:

\n
    \n
  • Your unarmed strikes use a d4 for damage.
  • \n
  • You can deal Sneak Attack damage when making an unarmed strike. Additionally, you don't need advantage on your unarmed attack roll to use your Sneak Attack if the target of your Sneak Attack is a creature grappled by you. All the other rules for the Sneak Attack class feature still apply to you.
  • \n
  • You can use the bonus action granted by your Cunning Action to make an unarmed strike against a creature you are grappling.
  • \n
\n

Skilled Grappler

\n

Also at 3rd level, you learn a number of grappling techniques to subdue your opponents. When you hit a creature grappled by you with an unarmed strike and deal Sneak Attack damage, you may choose to forgo two of your Sneak Attack dice to make the attack a grappling technique.

\n

Some of your grappling techniques require your target to make a saving throw to resist the grappling technique's effects. The saving throw DC is calculated as follows:

\n

Grapple Technique save DC = 8 + your proficiency bonus + your Strength modifier.

\n

Constrict

\n

You attempt to choke the target into unconscious-ness. The target must make a Constitution saving throw or be restrained until the end of your following turn.

\n

If you maintain this technique for 1 minute, the target falls unconscious for 1 hour. Droids and constructs can not be knocked unconscious in this way.

\n

Disarm

\n

You attempt to disarm a weapon or other object the target is holding. The target must make a Strength saving throw. On a failed save, it releases the object. If you have a free hand, you can catch the object. Otherwise, it lands at your feet.

\n

Hip Toss

\n

You attempt to throw your target to the ground. The target must make a Dexterity saving throw. On a failed save, the target is pushed back 5 feet, knocked prone, and stunned until the start of your next turn. This ends the grapple.

\n

Human Shield

\n

Beginning at 9th level you learn to manipulate the body of a grappled target to make attacks against you more difficult to land. Moving a grappled creature the same size as you or smaller no longer halves your speed, and when a creature grappled by you would grant you half cover, you instead have three-quarters cover. Additionally, when you are hit by an attack while grappling a creature, you can use your reaction to force that attack to instead hit the grappled creature.

\n

Kiss the Wall

\n

Starting at 13th level, you can use your surroundings to further punish the target of your grapple. When you roll a 1 or 2 on a Sneak Attack damage die for an unarmed attack you make against a creature grappled by you, you can reroll the die and must use the new roll, even if the new roll is a 1 or a 2.

\n

Neck Snap

\n

At 17th level, you learn how to immediately remove your grappled opponent from the fight. As an action, you can force a creature grappled by you to make a Constitution saving throw. On a failed save, if the creature has 100 hit points or fewer, it dies. If the target has more than 100 hit points, it immediately takes 10d10 kinetic damage. This damage can't be reduced in any way.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Disabling%20Practice.webp","effects":[]} {"_id":"Ls55Gc4qha7Muacz","name":"Hunter Technique","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scout","description":{"value":"

Hunter Technique

\n

Some scouts seek to master weapons to better protect civilization from the terrors of their enemies. Followers of the Hunter Technique learn specialized fighting techniques for use against the most dire threats, from an onslaught of soldiers to towering walkers.

\n

Hunter's Prey

\n

When you choose this technique at 3rd level, you gain one of the following features of your choice.

\n

Colossus Slayer

\n

Your tenacity can wear down the most potent foes. When you hit a creature with a weapon attack, the creature takes an extra 1d8 damage if it's below its hit point maximum. You can deal this extra damage only once per turn, and this damage is the same type as the weapon's damage.

\n

Giant Killer

\n

When a Large or larger creature within 5 feet of you hits or misses you with an attack, you can use your reaction to attack that creature immediately after its attack, provided that you can see the creature.

\n

Horde Breaker

\n

Once on each of your turns when you make a weapon attack, you can make another attack with the same weapon against a different creature that is within 5 feet of the original target and within range of your weapon, no action required.

\n

Mark of the Hunter

\n

Also at 3rd level, when you use your Ranger's Quarry feature, the first time you make a tech or weapon attack against the target of your Ranger's Quarry each round, roll your Ranger's Quarry Damage Die and add it to the roll.

\n

Defensive Tactics

\n

Beginning at 7th level, you gain one of the following features of your choice.

\n

Escape the Horde

\n

Opportunity attacks against you are made with disadvantage.

\n

Multiattack Defense

\n

When a creature hits you with an attack, you gain a +4 bonus to AC against all subsequent attacks made by that creature for the rest of the turn.

\n

Steel Will

\n

You have advantage on saving throws against being frightened.

\n

Multiattack

\n

Starting at 11th level, you gain one of the following features of your choice.

\n

Volley

\n

You can use your action to make a ranged attack against any number of creatures within 10 feet of a point you can see within your weapon's range. You must have ammunition for each target, as normal, and you make a separate attack roll for each target.

\n

Whirlwind Attack

\n

You can use your action to make melee attacks against any number of creatures within 5 feet of you, with a separate attack roll for each target.

\n

Superior Hunter's Defense

\n

At 15th level, you gain one of the following features of your choice.

\n

Evasion

\n

When you are subjected to an effect, such as a consular's @Compendium[sw5e.forcepowers.16N8bYdqJ8bvDPQX]{Force Storm} or an engineer's @Compendium[sw5e.techpowers.NWjxsCnJIzNxIUzH]{Explosion}, that allows you to make a Dexterity saving throw to take only half damage, you instead take no damage if you succeed on a saving throw, and only half damage if you fail.

\n

Stand Against the Tide

\n

When a hostile creature misses you with a melee attack, you can use your reaction to force that creature to repeat the same attac against another creature (other than itself) of your choice.

\n

Uncanny Dodge

\n

When an attacker that you can see hits you with an attack, you can use your reaction to halve the attack's damage against you.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Hunter%20Technique.webp","effects":[]} -{"_id":"Lz0gdQ5ou3k5E7Fo","name":"Way of Confluence","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Consular","description":{"value":"

Way of Confluence

\n

The Force binds us, creating an intangible bridge connecting all living things. Those consulars who follow the Way of Confluence master this power, manipulating those connections to both sustain and torment.

\n

Manipulate Life Force

\n

Starting when you choose this tradition at 3rd level, when you reduce a hostile creature to 0 hit points with a force power, or restore hit points to a creature with 0 hit points with a force power, you gain temporary hit points equal to half your consular level (rounded down) + your Wisdom or Charisma modifier (your choice, minimum of one).

\n

Empowered Connection

\n

At 6th level, while you have temporary hit points, you can add half your Wisdom or Charisma modifier (your choice, rounded up, minimum of one) to any damage or healing you do with force powers that doesn't already include that modifier.

\n

Life Eternal

\n

Beginning at 10th level, you can use your powerful connection to the Force to keep fighting when others would fall. When you are reduced to 0 hit points but not killed outright, you can spend 5 force points to drop to 1 hit point instead.

\n

Interconnectedness

\n

At 14th level, when you cast a 5th level or lower force power that deals damage or restores hit points and targets only one creature, the power can instead target two creatures within range and within 5 feet of each other.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

\n

Dynamic Attachment

\n

Starting at 18th level, while you have temporary hit points, you have resistance against the damage of force powers, and your force powers ignore resistances.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Way%20of%20Confluence.webp","effects":[]} +{"_id":"Lz0gdQ5ou3k5E7Fo","name":"Way of Confluence","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Consular","description":{"value":"

Way of Confluence

\n

The Force binds us, creating an intangible bridge connecting all living things. Those consulars who follow the Way of Confluence master this power, manipulating those connections to both sustain and torment.

\n

Manipulate Life Force

\n

Starting when you choose this tradition at 3rd level, when you reduce a hostile creature to 0 hit points with a force power, or restore hit points to a creature with 0 hit points with a force power, you gain temporary hit points equal to half your consular level (rounded down) + your Wisdom or Charisma modifier (your choice, minimum of one).

\n

Empowered Connection

\n

At 6th level, while you have temporary hit points, you can add half your Wisdom or Charisma modifier (your choice, rounded up, minimum of one) to any damage or healing you do with force powers that doesn't already include that modifier.

\n

Life Eternal

\n

Beginning at 10th level, you can use your powerful connection to the Force to keep fighting when others would fall. When you are reduced to 0 hit points but not killed outright, you can spend 5 force points to drop to 1 hit point instead.

\n

Interconnectedness

\n

At 14th level, when you cast a 5th level or lower force power that deals damage or restores hit points and targets only one creature, the power can instead target two creatures within range and within 5 feet of each other.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

\n

Dynamic Attachment

\n

Starting at 18th level, while you have temporary hit points, you have resistance against the damage of force powers, and your force powers ignore resistances.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Way%20of%20Confluence.webp","effects":[]} {"_id":"Mbe9qsurpJ0mb4F2","name":"Armstech Engineering","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Engineer","description":{"value":"

Armstech Engineering

\n

Those engineers who choose the Armstech Engineeering discipline focus on the skill of constructing and modifying blasters and vibroweapons.

\n

Bonus Proficiencies

\n

When you choose this discipline at 3rd level, you gain proficiency in armstech's tools, medium armor, martial blasters, and martial vibroweapons. Additionally, when you engage in crafting with armstech's tools, the rate at which you craft doubles.

\n

Modified Weaponry

\n

Also at 3rd level, you learn to modify one unenhanced weapon with which you are proficient utilizing your armstech experience. Over the course of a long rest, you can expend materials equal to half the cost of a weapon in order to modify it. You must have the weapon, materials, and armstech's tools in order to perform this modification.

\n

Your modified weapon is enhanced, requires attunement, can only be used by you, and counts as a tech focus for your tech powers while you are attuned to it. Your modified weapon has 4 modification slots, and it gains more at higher levels, as shown in the Modification Slots column of the engineer class table. For each modification installed, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

At 9th level, you can maintain two modified weapons. Each modified weapon has modification slots as shown in the Modification Slots column of the engineer class table.

\n

Close Call

\n

Lastly at 3rd level, when you make an attack roll with your modified weapon and miss, you can expend one use of your Potent Aptitude to attempt to turn that miss into a hit. Roll the die and add it to the attack roll.

\n

Armstech's Strike

\n

Beginning at 6th level, once per round, when you deal damage to a creature with your modified weapon, you can increase the damage by 1d6. The damage is of the same type as the weapon's damage.

\n

The damage increases to 2d6 at 11th level and 3d6 at 17th level.

\n

Targeting Matrix

\n

At 14th level, when you cast a tech power that allows you to force creatures in an area to make a saving throw, you can instead make an attack roll with your modified weapon against a single target that would be in the range of the power. On a hit, the target suffers the effects as though they failed their saving throw. If the power would affect more than one creature, it instead affects only one.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain any expended uses when you finish a long rest.

\n

Armstech's Salvo

\n

Starting at 18th level, when you use your Targeting Matrix feature, and the tech power would affect more than one creature, you can instead attack each affected creature that would be in the range of the power. Make a separate attack roll for each target. On a hit, each target suffers the effects as though they failed their saving throw.

\n

Armstech Modifications

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n

Accuracy Focus

\n

Prerequisite: 5th level, Blaster
You gain a +1 bonus to attack rolls made with this weapon. This bonus increases to +2 at 9th level and +3 at 13th level.

\n

Amplifying Barrel

\n

Prerequisite: 5th level, Blaster
You gain a +1 bonus to damage rolls made with this weapon. This bonus increases to +2 at 9th level and +3 at 13th level.

\n

Bayonet

\n

Prerequisite: Blaster
You affix a short blade to the barrel of your modified blaster weapon, allowing you to make a melee weapon attack with it. The blade is a melee weapon with the finesse property that you are proficient with, and deals 1d6 kinetic damage.

\n

Burst Core

\n

Prerequisite: Blaster
Your weapon gains the burst property, with a burst number equal to its reload number.

\n

Booming Strikes

\n

Prerequisite: 7th level
You pack extra power into your modified weapon. Once per turn, when you hit with the weapon, you can deal an additional 1d6 damage. If you do so, the weapon makes a loud boom which can be heard 100 feet away. If you are hidden, Intelligence (Investigation) and Wisdom (Perception) checks made to locate you that rely on sound have advantage.

\n

Celerity Oscillator

\n

Once per turn, when you deal damage with your modified weapon, your walking speed increases by 10 feet until the start of your next turn, and the damaged creature can't make opportunity attacks against you for the rest of your turn.

\n

Collapsible Frame

\n

Prerequisite: Vibroweapon
You install an expandable hilt on your modified weapon. Your modified weapon gains the reach property.

\n

Contoured Grip

\n

Prerequisite: 5th level, Vibroweapon
You gain a +1 bonus to attack rolls made with this weapon. This bonus increases to +2 at 9th level and +3 at 13th level.

\n

Expanded Magazine

\n

Prerequisite: Blaster
Your modified weapon can be more efficiently reloaded. You can reload your modified weapon once without using an action. You can't use this feature again until you reload the weapon with an action.

\n

Flashlight

\n

You affix a targeted light to your weapon. As a bonus action, you can toggle the light on or off. While on, your weapon sheds bright light in a 60-foot cone.

\n

Harpoon Reel

\n

You install a secondary firemode that launches a harpoon attached to a tightly coiled cord. With this harpoon, you can make a ranged weapon attack with a range of 30/60. On a hit, it deals 1d6 kinetic damage. This attack can target a surface, object, or creature.

\n

A creature struck by this attack is impaled by the harpoon. As an action, a creature can attempt to remove the harpoon. Removing the harpoon requires a Strength check. While the harpoon is stuck in the target, you are connected to the target by a 60 foot cable.

\n

While connected in this manner, you can use your bonus action to activate the reel, pulling yourself to the location if the target is your size or larger. A creature or object smaller than you is pulled to you. Alternatively, you can opt to release the cable (no action required).

\n

Once you've used this feature, you can't use it again until you recover and reinsert the harpoon as an action.

\n

Imbue Weapon

\n

Prerequisite: 9th level
You modify your weapon to carry a charge. Over the course of a short rest, you can cast an at-will tech power, channeling it into your weapon. The next time you hit with your weapon, the stored power is released. If the power would require an attack roll, make a tech attack roll. If the power would require a saving throw, the target must make the saving throw as normal. On a hit, or a failure, the target suffers the power's normal effects.

\n

Improved Burst Core

\n

Prerequisite: 9th level
Prerequisite: Burst Core
Your weapon's burst number is reduced to half its reload number.

\n

Integrated Magazine

\n

Prerequisite: Expanded Magazine
Your modified weapon can be more efficiently reloaded. You can reload your modified weapon twice without using an action. You can't use this feature again until you reload the weapon with an action.

\n

Jagged Oscillator

\n

Prerequisite: Vibroweapon
When you critically hit with the weapon, you deal an additional 1d8 kinetic damage.

\n

Keen Oscillator

\n

Prerequisite: 5th level
Prerequisite: Jagged Oscillator
Your weapon now scores a critical hit on a roll of 19 or 20.

\n

Neutronium Edge

\n

Prerequisite: 5th level, Vibroweapon
You gain a +1 bonus to damage rolls made with this weapon. This bonus increases to +2 at 9th level and +3 at 13th level.

\n

Overcharge Weapon

\n

Prerequisite: 11th level
Prerequisite: Booming Strikes
You gain the ability to channel your tech power to enhance your weapon's damage. You can expend one tech slot to deal additional damage to the target. The extra damage is 1d6 for a 1st-level tech slot, plus 1d6 for each slot level higher than 1st, to a maximum of 5d6. The damage is the same type as the weapon damage. If you also use your Booming Strikes with an attack, you add this damage to the extra damage of your Booming Strikes.

\n

Power Loop

\n

Prerequisite: 7th level
When you hit with the weapon, you can choose channel the energy generated, gaining temporary hit points equal to half the damage dealt.

\n

Once you've used this feature, you must complete a long rest before you can use it again.

\n

Recoil Dampener

\n

Prerequisite: Blaster with the strength property
You install a recoil dampener in your modified blaster, removing the strength property from it.

\n

Returning Weapon Guard

\n

Prerequisite: Vibroweapon
You install a retractible chain in your modified vibroweapon. If the weapon does not already have the thrown property, it gains it with a range of 20/60. Additionally, it gains the returning property.

\n

Screening Weapon

\n

You modify your modified weapon with a sound dampening module. When you make a weapon attack with your weapon while hidden, Investigation and Perception checks made to locate you that rely on sound have disadvantage.

\n

Siege Weapon

\n

You modify your weapon to be more effective against barriers. Your weapon deals double damage against structures.

\n

Shock Absorber

\n

You add a reclamation device to your modified weapon to gather energy from the surroundings when it is present. While wielding your modified weapon, you can cast the absorb energy tech power and the power's extra damage applies to both melee and ranged weapon attacks.

\n

Shock Harpoon

\n

Prerequisite: 9th level
Prerequisite: Harpoon Reel
After hitting a creature with the harpoon fire mode, you can use the connection to deliver an at-will tech power. As a bonus action, you can cast an at-will tech power at the target as if you were standing in the

\n

target's space. If the power requires a saving throw, the target has disadvantage.

\n

Once you've used this feature, you can't use it again until you recover the harpoon.

\n

Shocking Oscillator

\n

Prerequisite: 9th level, Vibroweapon
When you hit with the weapon, you can create an electronic burst. Each creature in a 15-foot cone centered on the creature you hit must make a Dexterity saving throw against your tech save DC, taking 1d8 lightning damage on a failed save or half as much on a successful one.

\n

Once you've used this feature, you must complete a long rest before you can use it again.

\n

Snap Fire

\n

Prerequisite: 9th level, Blaster
You modify your modified blaster weapon for quick shots. You can use your reaction to take a opportunity attack with your modified weapon if an enemy comes within 10 feet of you. You have disadvantage on this attack.

\n

Stabilizer Cell

\n

Prerequisite: Vibroweapon with the dexterity property
You install a stabilizer cell in your modified vibroweapon, removing the dexterity property from it.

\n

Staggering Oscillator

\n

Prerequisite: Vibroweapon
When you hit with the weapon, you can force the target to make a Strength saving throw. On a failed save, the creature is pushed back 10 feet and knocked prone.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Tracker

\n

Prerequisite: 5th level
You add a tracking mechanism to your modified weapon. The tracker has 3 charges. As an action you can use 1 charge to cast target lock. As an action you can use 2 charges to cast detect invisibility.

\n

The tracker regains all expended charges after a long rest.

\n

Truelight

\n

Prerequisite: 11th level
Prerequisite: Flashlight
When toggled on, your flashlight now automatically dispels illusions and can detect invisibility, as with truesight.

\n

Venomous Oscillator

\n

Prerequisite: 9th level, Vibroweapon
As a bonus action, you can coat your weapon in a thin layer of poison for 1 minute. The next time you hit with the weapon, the creature must make a Constitution saving throw against your tech save DC. On a failed save, a creature takes 1d10 poison damage and becomes poisoned for 1 minute.

\n

Once you've used this feature, you must complete a long rest before you can use it again.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.toolProf.value","value":"arms","mode":"+","targetSpecific":false,"id":1,"itemId":"Mbe9qsurpJ0mb4F2","active":false,"_targets":[],"label":"Traits Tool Prof"},{"modSpecKey":"data.traits.armorProf.value","value":"med","mode":"+","targetSpecific":false,"id":2,"itemId":"Mbe9qsurpJ0mb4F2","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"martial blasters","mode":"+","targetSpecific":false,"id":3,"itemId":"Mbe9qsurpJ0mb4F2","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"martial vibroweapons","mode":"+","targetSpecific":false,"id":4,"itemId":"Mbe9qsurpJ0mb4F2","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Archetypes/Armstech%20Engineering.webp","effects":[]} -{"_id":"MorU2Jy5yx77N9QO","name":"Kage Order","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Monk","description":{"value":"

Kage Order

\n

Monks of the Kage Order, known as Kage warriors, have mastered fighting in darkness, using that which others fear as a weapon against them. Kage warriors learn tricks to create darkness where none exists, and learn to fight using their intuition rather than relying on sight.

\n

Darkness Charges

\n

Beginning when you choose this order at 3rd level, you learn to create a number of small charges that create enhanced darkness. Over the course of a short or long rest, you can create a number of charges equal to your Wisdom or Charisma modifier (your choice). Your charges can only be used by you, and they lose their potency at the end of your next short or long rest.

\n

Once per turn, when you would make a weapon attack or unarmed strike, you can instead throw one of your charges. Your charges have a range equal to 30 feet + your Strength modifier x 5. You can throw a device at a point you can see within range. The charges create a pocket of darkness in a 10-foot radius sphere centered on that point. The darkness spreads around corners. It lasts for 1 minute or until an enhanced source of brigiht light dispells it.

\n

Disruptive Shock

\n

At 6th level, once per turn, when you hit a creature with a melee weapon attack when you have advantage, or it fails a saving throw against an effect that you control, you can choose to roll a Martial Arts die and deal additional psychic damage equal to the amount rolled.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain any expended uses when you finish a short or long rest.

\n

One With Darkness

\n

Starting at 11th level, you have learned to become one with the shadows. When you are in an area of dim light or darkness, you can use your action to become invisible. You remain invisible until you make an attack, cast a power, or are in an area of bright light.

\n

Opportunist

\n

At 17th level, you can exploit a creature's momentary distraction when it is hit by an attack. Whenever a creature within 5 feet of you is hit by an attack made by a creature other than you, you can use your reaction to make a melee attack against that creature.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Kage%20Order.webp","effects":[]} -{"_id":"OPVska67MO0Zauct","name":"Trickster Order","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Monk","description":{"value":"

Trickster Order

\n

Monks of the Trickster Order embody the archetypal role of the \"trickster\"—one who seemingly bumbles their way into good fortune. They employ a unique fighting style composed of slips, trips, and falls to confuse and frustrate their enemies to no end. Whether your movements are actual foibles on your part or calculated strokes, they will surely leave others guessing long after your time is past.

\n

Bumbling Technique

\n

When you choose this order at 3rd level, your martial arts technique mixes combat training with the precision of a dancer and the antics of a jester. When you make a Charisma (Performance) check, you gain a bonus to the check equal to half your Wisdom modifier (rounded down, minimum of +1) if it doesn’t already include that modifier.

\n

Additionally, you learn how to twist and turn quickly. Whenever you use your bonus action to make an unarmed strike, creatures you hit can’t make opportunity attacks against you, and your speed increases by 10 feet until the end of your turn.

\n

Clumsy Sway

\n

At 6th level, you can move in sudden, swaying ways. You gain the following benefits.

\n

Leap to Your Feet. When you're prone, you can stand up by spending 5 feet of movement, rather than half your speed.

\n

Redirect Attack. When a creature misses you with a melee attack roll, you can spend 1 focus point as a reaction to cause that attack to hit one creature of your choice, other than the attacker, that you can see within 5 feet of you.

\n

Luck of the Fool

\n

Starting at 11th level, you always seem to get a lucky bounce at the right moment. When you make an ability check, an attack roll, or a saving throw and have disadvantage, you can spend 2 focus points to instead have advantage for that roll.

\n

Comic Frenzy

\n

At 17th level, you gain the ability to make an overwhelming number of attacks against a group of enemies. When you use your Flurry of Blows, you can make up to three additional attacks with it (up to a total of five Flurry of Blows attacks), provided that each Flurry of Blows attack targets a different creature this turn.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Trickster%20Order.webp","effects":[]} +{"_id":"MorU2Jy5yx77N9QO","name":"Kage Order","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Monk","description":{"value":"

Kage Order

\n

Monks of the Kage Order, known as Kage warriors, have mastered fighting in darkness, using that which others fear as a weapon against them. Kage warriors learn tricks to create darkness where none exists, and learn to fight using their intuition rather than relying on sight.

\n

Darkness Charges

\n

Beginning when you choose this order at 3rd level, you learn to create a number of small charges that create enhanced darkness. Over the course of a short or long rest, you can create a number of charges equal to your Wisdom or Charisma modifier (your choice). Your charges can only be used by you, and they lose their potency at the end of your next short or long rest.

\n

Once per turn, when you would make a weapon attack or unarmed strike, you can instead throw one of your charges. Your charges have a range equal to 30 feet + your Strength modifier x 5. You can throw a device at a point you can see within range. The charges create a pocket of darkness in a 10-foot radius sphere centered on that point. The darkness spreads around corners. It lasts for 1 minute or until an enhanced source of brigiht light dispells it.

\n

Disruptive Shock

\n

At 6th level, once per turn, when you hit a creature with a melee weapon attack when you have advantage, or it fails a saving throw against an effect that you control, you can choose to roll a Martial Arts die and deal additional psychic damage equal to the amount rolled.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain any expended uses when you finish a short or long rest.

\n

One With Darkness

\n

Starting at 11th level, you have learned to become one with the shadows. When you are in an area of dim light or darkness, you can use your action to become invisible. You remain invisible until you make an attack, cast a power, or are in an area of bright light.

\n

Opportunist

\n

At 17th level, you can exploit a creature's momentary distraction when it is hit by an attack. Whenever a creature within 5 feet of you is hit by an attack made by a creature other than you, you can use your reaction to make a melee attack against that creature.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Kage%20Order.webp","effects":[]} +{"_id":"OPVska67MO0Zauct","name":"Trickster Order","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Monk","description":{"value":"

Trickster Order

\n

Monks of the Trickster Order embody the archetypal role of the \"trickster\"—one who seemingly bumbles their way into good fortune. They employ a unique fighting style composed of slips, trips, and falls to confuse and frustrate their enemies to no end. Whether your movements are actual foibles on your part or calculated strokes, they will surely leave others guessing long after your time is past.

\n

Bumbling Technique

\n

When you choose this order at 3rd level, your martial arts technique mixes combat training with the precision of a dancer and the antics of a jester. When you make a Charisma (Performance) check, you gain a bonus to the check equal to half your Wisdom modifier (rounded down, minimum of +1) if it doesn’t already include that modifier.

\n

Additionally, you learn how to twist and turn quickly. Whenever you use your bonus action to make an unarmed strike, creatures you hit can’t make opportunity attacks against you, and your speed increases by 10 feet until the end of your turn.

\n

Clumsy Sway

\n

At 6th level, you can move in sudden, swaying ways. You gain the following benefits.

\n

Leap to Your Feet. When you're prone, you can stand up by spending 5 feet of movement, rather than half your speed.

\n

Redirect Attack. When a creature misses you with a melee attack roll, you can spend 1 focus point as a reaction to cause that attack to hit one creature of your choice, other than the attacker, that you can see within 5 feet of you.

\n

Luck of the Fool

\n

Starting at 11th level, you always seem to get a lucky bounce at the right moment. When you make an ability check, an attack roll, or a saving throw and have disadvantage, you can spend 2 focus points to instead have advantage for that roll.

\n

Comic Frenzy

\n

At 17th level, you gain the ability to make an overwhelming number of attacks against a group of enemies. When you use your Flurry of Blows, you can make up to three additional attacks with it (up to a total of five Flurry of Blows attacks), provided that each Flurry of Blows attack targets a different creature this turn.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Trickster%20Order.webp","effects":[]} {"_id":"OZ0ln6ZxQgdEUxoy","name":"Tactician Pursuit","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scholar","description":{"value":"

Tactician Pursuit

\n

Tacticians study strategy and the ways of war. Those scholars who choose the Tactician Pursuit train themselves and their allies in combat maneuvers to deftly eliminate their foes through clever positioning, and fierce, timely attacks.

\n

Battle Proficiencies

\n

When you choose this pursuit at 3rd level, you gain proficiency in martial blasters and martial vibroweapons.

\n

Tactical Mastery

\n

Also at 3rd level, you learn to better command your allies to victory from afar. Your Critical Analysis range is increased to 90 feet.

\n

Additional Maneuvers

\n

Lastly at 3rd level, you gain access to new maneuvers which reflect your mastery in the field of combat. Whenever you learn a new maneuver, you can choose from any of the following as well. The maneuvers are listed in alphabetical order.

\n

Bolster

\n

On your turn, you can use a bonus action and expend one superiority die to bolster the resolve of one of your companions. When you do so, choose a friendly creature who can see or hear you. That creature gains temporary hit points equal to the superiority die roll + your Intelligence modifier.

\n

Commander's Strike

\n

When you take the Attack action on your turn, you can forgo one of your attacks and use a bonus action to direct one of your companions to strike. When you do so, choose a friendly creature within 60 feet who can see or hear you and expend one superiority die. That creature can immediately use its reaction to make one weapon attack, adding your superiority die to the attack's damage roll.

\n

Disarming Attack

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to disarm the target, forcing it to drop one item of your choice that it's holding. You add the superiority die to the attack's damage roll, and the target must make a Strength saving throw. On a failed save, it drops the object you choose. The object lands at its feet.

\n

Distracting Strike

\n

When you hit a creature with a weapon attack, you can expend one superiority die to distract the creature, giving your allies an opening. You add the superiority die to the attack's damage roll. The next attack roll against the target by an attacker other than you has advantage if the attack is made before the start of your next turn.

\n

Maneuvering Attack

\n

When you hit a creature with a weapon attack, you can expend one superiority die to maneuver one of your allies into a more advantageous position. You add the superiority die to the attack's damage roll, and you choose a friendly creature who can see or hear you.

\n

That creature can use its reaction to move up to half its speed without provoking opportunity attacks from the target of your attack.

\n

Pushing Attack

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to drive the target back. You add the superiority die to the attack's damage roll, and if the target is Large or smaller, it must make a Strength saving throw. On a failed save, you push the target up to 15 feet away from you.

\n

Riposte

\n

When a creature misses you with a melee attack, you can use your reaction and expend one superiority die to make a melee weapon attack against the creature. If you hit, you add the superiority die to the attack's damage roll.

\n

Scholar's Parry

\n

When a creature damages you with a weapon attack, you can use your reaction and expend one superiority die to reduce the damage by the number you roll on your superiority die + your Intelligence modifier.

\n

Targeted Attack

\n

When you make a weapon attack roll, you can expend one superiority die to add it to the roll. You can use this maneuver before or after making the attack roll, but before any effects of the attack are applied.

\n

Trip Attack

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to knock the target down. You add the superiority die to the attack's damage roll, and if the target is Large or smaller, it must make a Strength saving throw. On a failed save, you knock the target prone.

\n

Fire as One

\n

Beginning at 6th level, you can focus your target down with the help with an ally. Once per round, whenever the creature that is the target of your Critical Analysis feature is attacked by someone other than you, you can use your reaction to make one weapon attack against them.

\n

Battlefield Survey

\n

Starting at 9th level, you become a master at leading your allies around in a battlefield you have studied. When you spend 10 minutes observing an area that is within 120 feet from you, or by using a detailed map, select a number of creatures up to your Intelligence modifier. You and those selected allies ignore unenhanced difficult terrain, and have advantage on Dexterity (Stealth) checks in that area.

\n

All-Out Attack

\n

Once you've reached 17th level, you can use your action to initiate an all-out attack. Choose a number of allies up to your Intelligence modifier within 60 feet who can see or hear you. The chosen allies may then immediately use their reaction to make one weapon attack against a target of your choice. You may choose the target for each attack separately.

\n

Once you use this feature, you cannot use it again until you finish a short or long rest.

\n

Discoveries (Tactician)

\n

When you select this pursuit, you gain access to new discoveries which reflect your mastery in the field of combat. Whenever you learn a new discovery, you can choose from any of the following as well. The discoveries are listed in alphabetical order.

\n

Commander's Armor

\n

Prerequisite: 5th level

\n

You gain proficiency in medium armor.

\n

Contingency Plan

\n

Prerequisite: 9th level

\n

When the target of your Critical Analysis feature scores a critical hit, you can use your reaction and expend a superiority die to treat the attack as a normal hit instead.

\n

Fighting Style

\n

You adopt a particular style of fighting as your specialty. Choose one of the Fighting Style options, detailed in Chapter 6. You can't take a Fighting Style option more than once, even if you later get to choose again.

\n

Firing Command

\n

As a bonus action, you can take the Help action. Additionally, when you take the Help action, it has a range of 30 feet.

\n

Observant Leader

\n

You can add your Intelligence modifier to any Wisdom (Perception) skill checks you make.

\n

Studied Commander

\n

When you make an Intelligence (Lore) or Intelligence (Technology) check related to battles, tactics, or weaponry, you may expend a superiority die and add it to the roll.

\n

Tactical Retreat

\n

When you take the Dash action, opportunity attacks made against you are made at disadvantage.

\n

Unbound Commander

\n

Prerequisite: 12th level

\n

You learn to command your allies to victory from afar. Your Critical Analysis range is increased to 120 feet.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Tactician%20Pursuit.webp","effects":[]} -{"_id":"PCwepUZqHYlxr4T3","name":"Addicted Approach","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Berserker","description":{"value":"

Addicted Approach

\n

For some, the consumption of substances is the entirety of their life. For berserkers of the Addicted Approach, substances cause their fury to burn stronger and deeper, granting significant benefits.

\n

Slythmonger Savvy

\n

When you choose this approach at 3rd level, you gain proficiency in your choice of brewer’s kit or spicer’s kit. Additionally, you have advantage on saving throws to avoid the low or addiction to substances. Lastly, you can consume substances as a bonus action, and when you do so, you can also enter a rage as a part of this same bonus action.

\n

Freedom Through Slavery

\n

Also at 3rd level, while you are raging or experiencing the high of a substance, you have advantage on saving throws that would force you to act against your will, be frightened, or prevent you from attacking a creature. If you are both raging and experiencing the high of a substance, you are instead immune to effects that would force you to act against your will or would prevent you from attacking a creature.

\n

Release the Beast

\n

At 6th level, while you are raging or experiencing the high of a substance, when you hit a creature with a melee weapon attack, you can expend a Hit Die to deal additional damage to the target. Roll the Hit Die, adding the result of the die to the damage roll. If you are both raging and experiencing the high of a substance, you also add your Constitution modifier to the damage roll.

\n

Seeing Sound

\n

Starting at 10th level, while you are raging or experiencing the high of a substance, you have blindsight with a range of 10 feet. If you are both raging and experiencing the high of a substance, you instead have blindsight with a range of 30 feet.

\n

Fuel the Rampage

\n

At 14th level, while you are both raging and experiencing the high of a substance, having 0 hit points doesn’t knock you unconscious. You still must make death saving throws, and you suffer the normal effects of taking damage while at 0 hit points. However, if you would die due to failing death saving throws, you don’t die until your rage ends, and you die then only if you still have 0 hit points.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Addicted%20Approach.webp","effects":[]} +{"_id":"PCwepUZqHYlxr4T3","name":"Addicted Approach","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Berserker","description":{"value":"

Addicted Approach

\n

For some, the consumption of substances is the entirety of their life. For berserkers of the Addicted Approach, substances cause their fury to burn stronger and deeper, granting significant benefits.

\n

Slythmonger Savvy

\n

When you choose this approach at 3rd level, you gain proficiency in your choice of brewer’s kit or spicer’s kit. Additionally, you have advantage on saving throws to avoid the low or addiction to substances. Lastly, you can consume substances as a bonus action, and when you do so, you can also enter a rage as a part of this same bonus action.

\n

Freedom Through Slavery

\n

Also at 3rd level, while you are raging or experiencing the high of a substance, you have advantage on saving throws that would force you to act against your will, be frightened, or prevent you from attacking a creature. If you are both raging and experiencing the high of a substance, you are instead immune to effects that would force you to act against your will or would prevent you from attacking a creature.

\n

Release the Beast

\n

At 6th level, while you are raging or experiencing the high of a substance, when you hit a creature with a melee weapon attack, you can expend a Hit Die to deal additional damage to the target. Roll the Hit Die, adding the result of the die to the damage roll. If you are both raging and experiencing the high of a substance, you also add your Constitution modifier to the damage roll.

\n

Seeing Sound

\n

Starting at 10th level, while you are raging or experiencing the high of a substance, you have blindsight with a range of 10 feet. If you are both raging and experiencing the high of a substance, you instead have blindsight with a range of 30 feet.

\n

Fuel the Rampage

\n

At 14th level, while you are both raging and experiencing the high of a substance, having 0 hit points doesn’t knock you unconscious. You still must make death saving throws, and you suffer the normal effects of taking damage while at 0 hit points. However, if you would die due to failing death saving throws, you don’t die until your rage ends, and you die then only if you still have 0 hit points.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Addicted%20Approach.webp","effects":[]} {"_id":"PI1B9vYofzCXU9so","name":"Doctor Pursuit","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scholar","description":{"value":"

Doctor Pursuit

\n

Doctors study the medical, anatomical, and biological sciences. Those scholars who choose the Doctor Pursuit use their knowledge to mend their allies on the field and deal crippling blows with surgical precision.

\n

Medical Practitioner

\n

When you choose this pursuit at 3rd level, you gain proficiency with biochemist's kits and your choice of Medicine or Nature skills. Additionally, when you make a Wisdom (Medicine) check, you gain a bonus to the check equal to your Intelligence modifier.

\n

Remote Healer

\n

Also at 3rd level, you have learned to deploy medicine from a range. When you use a maneuver targeting an ally that is the target of your Critical Analysis feature, that maneuver's range becomes 30 feet.

\n

Additional Maneuvers

\n

Lastly at 3rd level, you gain access to new maneuvers which reflect the progress of your studies into the medical arts. Whenever you learn a new maneuver, you can choose from any of the following as well. The maneuvers are listed in alphabetical order.

\n

Adrenaline Hit

\n

You can use an action and expend one superiority die to inject a creature with regenerative medication that temporarily enhances their agility. When you do so, a creature you can touch regains hit points equal to the superiority die roll. Additionally, until the start of your next turn, when that creature would take damage, the amount is reduced by an amount equal to your Intelligence modifier.

\n

Emergency Prescription

\n

As an action, you can expend one superiority die and touch a creature. That creature regains hit points equal to result of the die + your Intelligence modifier, and when that creature makes their first ability check, attack roll, or saving throw before the start of your next turn they roll the superiority die and add it to the roll.

\n

Enhancement Injection

\n

As an action, you can expend one superiority die to inject a creature you can touch with enhancements, granting them temporary hit points equal to the superiority die roll + your Intelligence modifier, which last for 1 minute. Additionally, when the target makes a Strength or Constitution check or saving throw while it has these temporary hit points, it gains a bonus equal to your Intelligence modifier.

\n

Neuroblock

\n

When you make an attack roll, you can expend a superiority die and add it to the attack roll. On a hit, the creature's next attack has disadvantage and it cannot regain hit points until the start of your next turn.

\n

Reassure

\n

As an action, you can expend a superiority die and call out to a creature within 60 feet that can see or hear you that is charmed, frightened, or stunned. When you do so, that creature immediately makes another saving throw, adding the amount rolled to the save.

\n

Remove Toxins

\n

As an action, you can expend a superiority die to purge the toxins from a creature you can touch. The target regains hit points equal to the number rolled and, if it is poisoned or diseased, you neutralize the poison or disease. If more than one poison or disease afflicts the target, you neutralize one poison or disease that you know is present, or you neutralize one at random.

\n

Smelling Salts

\n

As a bonus action, you can expend a superiority die to heal a creature you can touch by a number of hit points equal to the number rolled.

\n

Transfusion

\n

Once per turn when you hit a creature with a finesse melee weapon, you can expend a superiority to give you or an ally that is within 5 feet of the creature a transfusion. Add the superiority dice to the damage you deal. You or your ally gain hit points equivalent to the damage you deal to the creature.

\n

You can be the creature hit with the attack as long as there is an ally with 5 feet of you, in which you can let it hit without rolling an attack and must choose an ally to heal with the transfusion.

\n

Weak Point Strike

\n

When you hit a creature with a weapon attack, you can expend a superiority die to temporarily daze the creature. Add the number rolled to the damage of the weapon attack and the creature must succeed on a Constitution saving throw or be stunned until the end of its next turn.

\n

Field Surgeon

\n

Beginning at 6th level, whenever you expend superiority dice to restore hit points or grant temporary hit points to a creature, you can roll an additional die d6 and add it to the roll. This die increases when you reach certain levels in this class: 1d8 at 7th level, 1d10 at 11th level, and to 1d12 at 15th level.

\n

Additionally, whenever you expend superiority dice to restore hit points or grant temporary hit points to a creature, if the creature is the target of your Critical Analysis, you can instead choose the maximum on both dice. Once you've used this feature, you must finish a short or long rest before you can use it again. Starting at 11th level, you can use it twice before a rest, but only once on the same turn.

\n

Resuscitate

\n

Starting at 9th level, through your medical studies you have learned to delay seemingly inevitable death. As a bonus action, you can stabilize a creature you can touch that has 0 hit points.

\n

Additionally, as an action, you can tend to a creature you can touch that has died since the end of your last turn. The creature immediately regains 1 hit point and stabilizes. Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Panacea

\n

Once you've reached 17th level, you've developed the formula to concoct a cure-all miracle solution: a panacea. Over the course of 10 minutes, you can expend rare medical supplies worth 1,000 cr to create your panacea in a simple syringe. The panacea retains its potency for 24 hours. As a bonus action, a creature can use the panacea. Alternatively, as an action, they can administer it to another creature within 5 feet.

\n

The target has its exhaustion level reduced by one and regains all of its hit points. If the target is diseased, poisoned, paralyzed, or stunned, the condition ends.

\n

Once you create a panacea, you can't create another until you finish a long rest.

\n

Discoveries (Doctor)

\n

When you select this pursuit, you gain access to new discoveries which reflect the progress of your studies into the medical arts. Whenever you learn a new discovery, you can choose from any of the following as well. The discoveries are listed in alphabetical order.

\n

Advanced Remote Healer

\n

Prerequisite: 12th level 
The range of your Remote Healer feature increases to 60 feet.

\n

Experimental Treatments

\n

Your medication and treatments are known to be untested and unstable. Immediately after you use a maneuver that causes a creature to regain hit points or gain temporary hit points, you can choose to roll on the Side Effects table to the right. The condition or effect lasts until the creature completes a long rest, or you use this feature again.

\n

You can use this feature a number of times equal to your Intelligence modifier. You regain all expended uses when you finish a short or long rest.

\n

From the Brink

\n

Prerequisite: 7th level 
If the target of your Critical Analysis feature would be reduced to 0 hp, you may use your reaction and end your Critical Analysis feature to have them be reduced to 1 hp instead. Once a creature has benefited from this feature, they must complete a long rest before they can do so again.

\n

Health Advisor

\n

Whenever a creature that is a target of your Critical Analysis feature begins their turn, you can use your reaction to give them temporary hit points equal to one-fourth your scholar level (rounded down) + your Intelligence modifier (minimum of one) which last until the start of their next turn.

\n

Patient Protector

\n

Prerequisite: 5th level 
When you attack creatures that are within 5 feet of an ally that is the target of your Critical Analysis feature, attack rolls and damage rolls made on them with a finesse or ranged weapon may use your Intelligence modifier instead of Strength of Dexterity.

\n

Surgical Precision

\n

Prerequisite: 5th Level 
When you hit a creature that is the target of your Critical Analysis feature with a weapon attack, it takes additional damage equal to your Dexterity modifier.

\n

Tend the Wounded

\n

If you or any friendly creatures you can touch regain hit points by spending one or more Hit Dice at the end of a short rest, each of those creatures regain 1d6 extra hit points.

\n

This die increases when you reach certain levels in this class: 1d8 at 7th level, 1d10 at 11th level, and to 1d12 at 15th level.

\n

    Side Effects

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
d20Side Effects
1The creature turns out to be allergic to this specific treatment. Every ability score is reduced by 1.
2The creature starts sneezing uncontrollably. Any attack rolls with a die roll value of 19 results in a miss due to a poorly timed sneeze.
3The creature's legs become swollen. Their move speed becomes at most half their normal movement speed.
4The creature becomes one size larger or smaller.
5The skin at their joints turns into a wooden material, giving them a bonus of +2 to AC.
6The creature's body starts producing powerful stomach acid in high amounts. The creature can use an action to spew stomach acid in a 15 feet cone. The DC for this saving throw equals 8 + your Constitution modifier + your proficiency bonus. A creature takes 2d6 acid damage on a failed save, and half as much damage on a successful one. The damage increases to 3d6 at 6th level, 4d6 at 11th level, and 5d6 at 16th level.
7The creature becomes mute and has uncontrollable gas. They have disadvantage on Dexterity (Stealth) checks that rely on smell.
8The creature's eyes glows bright red. The creature also gains darkvision, but if they already have darkvision they get a light headache instead.
9The creature gains +4 to perception checks based on hearing, but everything seems uncomfortably loud to them. They gain vulnerability to sonic damage.
10The treatment slows down their brain function, reducing their Intelligence by 4.
11The creature's skin turns dark purple. If they are already purple, they turn bright pink instead.
12The creature becomes covered in sickly, green pustules. When the creature is hit by a melee attack, the attacker takes 1d4 poison damage.
13The creature's skin starts to seriously bloat up from internal pressure build-up, and a strong impact may cause it to explode. Whenever the creature takes damage, the creature has to pass a concentration check or the creature takes kinetic damage equal to half their maximum hit points. Other creatures within 10 feet of the explosion also take a fourth of the damage. Once this explosion occurs, their skin becomes very soft.
14The creature rapidly grows body hair all over, including the face, until they resemble a wookiee. If they are already a wookiee, the reverse effect occurs; all hair immediately falls off, leaving the skin bare.
15The creature's body temperature fluctuates to extremes. They gain resistance to cold and fire damage.
16The creature becomes ravenous. Every hour they haven't eaten a meal they gain a level of exhaustion.
17The creature believes they are the chosen one.
18The creature has a difficult time resting. The amount they heal from Hit Dice is now halved.
19The creature's movement speed is increased by 15 feet, and opportunity attacks on them have disadvantage.
20The creature gains 10d10 hit points, and they feel happy and carefree.
\n
"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Doctor%20Pursuit.webp","effects":[]} -{"_id":"PoyYtrej7B5BZRRG","name":"Jal Shey Order","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Monk","description":{"value":"

Jal Shey Order

\n

Monks of the Jal Shey order, driven by the pursuit of knowledge, maintain one of the most well-respected and heavily guarded repositories of history and knowledge across the galaxy: the Archives of the Jal Shey. Here, young folk of all species seeking the clarity of truth and the strength of knowledge pledge to learn the arts of seeking enlightenment by understanding the world around them, and mastering the techniques to defend it. To become a Jal Shey monk is to give one’s self to the quest for unveiling the deepest mysteries of the galaxy, to bring light to the secrets of the dark, and guard the most powerful and dangerous of truths.

\n

Mystical Erudition

\n

Beginning when you choose this order at 3rd level, you’ve undergone extensive training in lore from the Jal Shey’s collected knowledge. You learn one language of your choice, and you gain proficiency in your choice of Lore, Medicine, Nature, or Technology. You learn an additional language and an additional skill proficiency from the above list at 11th level.

\n

Additionally, you can strike multiple pressure points to extract crucial details about your foe. Whenever you hit a creature with an unarmed strike, you can learn learn certain information about its capabilities. The GM tells you if the creature has one of the following characteristics of your choice:

\n
    \n
  • Condition immunities
  • \n
  • Damage vulnerabilities
  • \n
  • Damage resistances
  • \n
  • Damage immunities
  • \n
\n

Extort Truth

\n

At 6th level, you can hit a series of hidden nerves on a creature with precision, temporarily causing them to be unable to mask their true thoughts and intent. When you hit a creature with a melee weapon attack, you can have the attack deal no damage and spend 1 focus point to force them to make a Charisma saving throw against your focus save DC. On a failed save, the creature is unable to speak a deliberate lie for 1 minute and all Charisma checks directed at the creature are made with advantage for the duration.

\n

On a success or failure, a creature is aware that you attempted to influence them. They can choose to avoid answering questions to which they would normally respond with a lie.

\n

Preternatural Counter

\n

Also at 6th level, your quick mind and study of your foe allows you to use their failure to your advantage. When a creature within 5 feet of you misses you with a melee attack, you can use your reaction to make an unarmed strike against that creature.

\n

Mercurial Mind

\n

Starting at 11th level, you've honed your awareness and reflexes through mental aptitude and pattern recognition. Once per turn, if you've already used your reaction, you can spend 1 focus point to take an additional reaction. You can only take one reaction per turn.

\n

Debilitating Barrage

\n

At 17th level, you've gained the knowledge to temporarily inhibit a creature's fortitude by striking a series of pressure points. Whenever you hit a creature with one of the attacks granted by your Flurry of Blows, you can spend 3 focus points to cause the creature to become vulnerable to a damage type of your choice. This effect lasts for 1 minute or until they take damage of the chosen type.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Jal%20Shey%20Order.webp","effects":[]} -{"_id":"QRwypM2cIYxW0NVN","name":"Juggernaut Approach","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Berserker","description":{"value":"

Juggernaut Approach

\n

Certain berserkers find that the strongest offense is a good defense. Berserkers of the Juggernaut Approach wear the heaviest of armor not because they fear injury, but to strike fear in their hapless attackers.

\n

Armored Brute

\n

When you choose this approach at 3rd level, you’ve learned to fight in the heaviest of armors, using your weight to your advantage. You gain proficiency in heavy armor, and you can gain the benefits of your Rage feature while wearing heavy armor.

\n

When you reach 5th level, you can gain the benefits of your Fast Movement feature while wearing heavy armor.

\n

Unstoppable Force

\n

Also at 3rd level, your momentum makes you nigh unstoppable. While raging, you can move through a hostile creature’s space regardless of that creature’s size. When you do so, you must make a Strength (Athletics) check contested by the target’s Strength (Athletics) check. If you move at least 10 feet before moving through a hostile creature’s space, and that creature is your size or smaller, they have disadvantage on the check. If you succeed, you don’t treat the movement as difficult terrain, the creature is pushed 5 feet in a direction of your choice, and you don’t provoke opportunity attacks from that creature until the end of your turn.

\n

Raging Bulwark

\n

At 6th level, your imposing form acts as a shield for your allies. When a friendly creature you can see is the target of a ranged attack, or forced to make a Dexterity saving throw, and you can see the source of the effect, you can use your reaction to move up to half your speed towards the friendly creature. You must end this move closer to the ally than you started. If you end this movement between your ally and the source of the effect, you provide cover for the attack.

\n

Additionally, you provide three-quarters cover, instead of half-cover, to creatures your size, and you provide full cover to creatures smaller than you.

\n

Overwhelming Cleave

\n

Starting at 10th level, when you successfully push a creature into a surface or another creature while raging, the pushed creature takes kinetic damage equal to your Rage Damage. Additionally, the first time you hit with a melee weapon attack using Strength each turn, you can attempt to damage another creature with the same attack. Choose another creature within 5 feet of the original target and within your reach. If the original attack roll would hit the second creature, it takes damage equal to your Strength modifier. The damage is of the same type dealt by the original attack.

\n

Relentless Assault

\n

At 14th level, you’re able to charge in unerring bursts. As an action, you can charge up to twice your speed in a straight line without provoking opportunity attacks. Each creature within 5 feet of your path must make a Strength or Dexterity saving throw (DC = 8 + your proficiency bonus + your Strength modifier, the target chooses the ability they use use). On a failed save, a creature takes damage equal to your Strength modifier + your Rage Bonus and is pushed back 5 feet in a direction of your choice. Creatures smaller than you make this save with disadvantage. When you end this movement, if a creature is within 5 feet of you, you can make one melee weapon attack (no action required). On a hit, the creature takes additional damage equal to your berserker level.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Juggernaut%20Approach.webp","effects":[]} -{"_id":"RulD3rQZqDk5H0Pl","name":"Scrapper Practice","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Operative","description":{"value":"

Scrapper Practice

\n

Those operatives who choose the Scrapper Practice don't have the time or patience for the fair fight. They utilize close-quarters blaster combat blended with underhanded tactics to surprise and disable their foes.

\n

Back Blast

\n

When you choose this practice at 3rd level, you gain proficiency in all blasters with the burst or rapid property that lack the two-handed property. Additionally, when a creature fails a saving throw against the burst or rapid property of a weapon you control and with which you are proficient, you can apply your Sneak Attack damage to one creature dealt damage in this way as long as that creature didn't have advantage on the save.

\n

When you reach 9th level in this class, when multiple creatures fail a saving throw against the burst property of a weapon you control and with which you are proficient, you can divide your Sneak Attack dice amongst the targets as you see fit.

\n

Upper Hand

\n

Also at 3rd level, you learn to user underhanded tactics to gain the upper hand. When you deal Sneak Attack damage to a creature, you may choose to forgo two of your Sneak Attack Dice in order to perform an upper hand technique.

\n

Some of your upper hand techniques require your target to make a saving throw to resist the technique's effects. The saving throw DC is calculated as follows:

\n

Upper Hand save DC = 8 + your proficiency bonus + your Charisma modifier

\n

Brutal Hit

\n

You attempt to knock the target prone while within 15 feet of it. The target must make a Strength saving throw or be knocked prone.

\n

Low Blow

\n

You attempt to stun the target while within 15 feet of it. The target must make a Constitution saving throw or be stunned until the start of its next turn.

\n

Shank Shot

\n

You attempt to hamper the target while within 15 feet of it. The target must make a Dexterity saving throw. If it fails, its movement speed is to 0 and it makes Dexterity saving throws with disadvantage until the end of its next turn.

\n

Sleight of Foot

\n

Beginning at 9th level, when a creature moves to within 5 feet of you, you can use your reaction to move up to half your speed away from the creature without provoking opportunity attacks. You must end this movement further from the creature than you started.

\n

Hostile Negotiations

\n

Starting at 13th level, when you make a Charisma (Intimidation) or Charisma (Persuasion) check, you gain a bonus to the check equal to half your Dexterity modifier (rounded down) if it doesn't already include that modifier.

\n

Double Tap

\n

At 17th level, you can deal Sneak Attack damage twice per turn, but you can't deal more than your total Sneak Attack dice to a single target per turn.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Scrapper%20Practice.webp","effects":[]} +{"_id":"PoyYtrej7B5BZRRG","name":"Jal Shey Order","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Monk","description":{"value":"

Jal Shey Order

\n

Monks of the Jal Shey order, driven by the pursuit of knowledge, maintain one of the most well-respected and heavily guarded repositories of history and knowledge across the galaxy: the Archives of the Jal Shey. Here, young folk of all species seeking the clarity of truth and the strength of knowledge pledge to learn the arts of seeking enlightenment by understanding the world around them, and mastering the techniques to defend it. To become a Jal Shey monk is to give one’s self to the quest for unveiling the deepest mysteries of the galaxy, to bring light to the secrets of the dark, and guard the most powerful and dangerous of truths.

\n

Mystical Erudition

\n

Beginning when you choose this order at 3rd level, you’ve undergone extensive training in lore from the Jal Shey’s collected knowledge. You learn one language of your choice, and you gain proficiency in your choice of Lore, Medicine, Nature, or Technology. You learn an additional language and an additional skill proficiency from the above list at 11th level.

\n

Additionally, you can strike multiple pressure points to extract crucial details about your foe. Whenever you hit a creature with an unarmed strike, you can learn learn certain information about its capabilities. The GM tells you if the creature has one of the following characteristics of your choice:

\n
    \n
  • Condition immunities
  • \n
  • Damage vulnerabilities
  • \n
  • Damage resistances
  • \n
  • Damage immunities
  • \n
\n

Extort Truth

\n

At 6th level, you can hit a series of hidden nerves on a creature with precision, temporarily causing them to be unable to mask their true thoughts and intent. When you hit a creature with a melee weapon attack, you can have the attack deal no damage and spend 1 focus point to force them to make a Charisma saving throw against your focus save DC. On a failed save, the creature is unable to speak a deliberate lie for 1 minute and all Charisma checks directed at the creature are made with advantage for the duration.

\n

On a success or failure, a creature is aware that you attempted to influence them. They can choose to avoid answering questions to which they would normally respond with a lie.

\n

Preternatural Counter

\n

Also at 6th level, your quick mind and study of your foe allows you to use their failure to your advantage. When a creature within 5 feet of you misses you with a melee attack, you can use your reaction to make an unarmed strike against that creature.

\n

Mercurial Mind

\n

Starting at 11th level, you've honed your awareness and reflexes through mental aptitude and pattern recognition. Once per turn, if you've already used your reaction, you can spend 1 focus point to take an additional reaction. You can only take one reaction per turn.

\n

Debilitating Barrage

\n

At 17th level, you've gained the knowledge to temporarily inhibit a creature's fortitude by striking a series of pressure points. Whenever you hit a creature with one of the attacks granted by your Flurry of Blows, you can spend 3 focus points to cause the creature to become vulnerable to a damage type of your choice. This effect lasts for 1 minute or until they take damage of the chosen type.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Jal%20Shey%20Order.webp","effects":[]} +{"_id":"QRwypM2cIYxW0NVN","name":"Juggernaut Approach","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Berserker","description":{"value":"

Juggernaut Approach

\n

Certain berserkers find that the strongest offense is a good defense. Berserkers of the Juggernaut Approach wear the heaviest of armor not because they fear injury, but to strike fear in their hapless attackers.

\n

Armored Brute

\n

When you choose this approach at 3rd level, you’ve learned to fight in the heaviest of armors, using your weight to your advantage. You gain proficiency in heavy armor, and you can gain the benefits of your Rage feature while wearing heavy armor.

\n

When you reach 5th level, you can gain the benefits of your Fast Movement feature while wearing heavy armor.

\n

Unstoppable Force

\n

Also at 3rd level, your momentum makes you nigh unstoppable. While raging, you can move through a hostile creature’s space regardless of that creature’s size. When you do so, you must make a Strength (Athletics) check contested by the target’s Strength (Athletics) check. If you move at least 10 feet before moving through a hostile creature’s space, and that creature is your size or smaller, they have disadvantage on the check. If you succeed, you don’t treat the movement as difficult terrain, the creature is pushed 5 feet in a direction of your choice, and you don’t provoke opportunity attacks from that creature until the end of your turn.

\n

Raging Bulwark

\n

At 6th level, your imposing form acts as a shield for your allies. When a friendly creature you can see is the target of a ranged attack, or forced to make a Dexterity saving throw, and you can see the source of the effect, you can use your reaction to move up to half your speed towards the friendly creature. You must end this move closer to the ally than you started. If you end this movement between your ally and the source of the effect, you provide cover for the attack.

\n

Additionally, you provide three-quarters cover, instead of half-cover, to creatures your size, and you provide full cover to creatures smaller than you.

\n

Overwhelming Cleave

\n

Starting at 10th level, when you successfully push a creature into a surface or another creature while raging, the pushed creature takes kinetic damage equal to your Rage Damage. Additionally, the first time you hit with a melee weapon attack using Strength each turn, you can attempt to damage another creature with the same attack. Choose another creature within 5 feet of the original target and within your reach. If the original attack roll would hit the second creature, it takes damage equal to your Strength modifier. The damage is of the same type dealt by the original attack.

\n

Relentless Assault

\n

At 14th level, you’re able to charge in unerring bursts. As an action, you can charge up to twice your speed in a straight line without provoking opportunity attacks. Each creature within 5 feet of your path must make a Strength or Dexterity saving throw (DC = 8 + your proficiency bonus + your Strength modifier, the target chooses the ability they use use). On a failed save, a creature takes damage equal to your Strength modifier + your Rage Bonus and is pushed back 5 feet in a direction of your choice. Creatures smaller than you make this save with disadvantage. When you end this movement, if a creature is within 5 feet of you, you can make one melee weapon attack (no action required). On a hit, the creature takes additional damage equal to your berserker level.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Juggernaut%20Approach.webp","effects":[]} +{"_id":"RulD3rQZqDk5H0Pl","name":"Scrapper Practice","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Operative","description":{"value":"

Scrapper Practice

\n

Those operatives who choose the Scrapper Practice don't have the time or patience for the fair fight. They utilize close-quarters blaster combat blended with underhanded tactics to surprise and disable their foes.

\n

Back Blast

\n

When you choose this practice at 3rd level, you gain proficiency in all blasters with the burst or rapid property that lack the two-handed property. Additionally, when a creature fails a saving throw against the burst or rapid property of a weapon you control and with which you are proficient, you can apply your Sneak Attack damage to one creature dealt damage in this way as long as that creature didn't have advantage on the save.

\n

When you reach 9th level in this class, when multiple creatures fail a saving throw against the burst property of a weapon you control and with which you are proficient, you can divide your Sneak Attack dice amongst the targets as you see fit.

\n

Upper Hand

\n

Also at 3rd level, you learn to user underhanded tactics to gain the upper hand. When you deal Sneak Attack damage to a creature, you may choose to forgo two of your Sneak Attack Dice in order to perform an upper hand technique.

\n

Some of your upper hand techniques require your target to make a saving throw to resist the technique's effects. The saving throw DC is calculated as follows:

\n

Upper Hand save DC = 8 + your proficiency bonus + your Charisma modifier

\n

Brutal Hit

\n

You attempt to knock the target prone while within 15 feet of it. The target must make a Strength saving throw or be knocked prone.

\n

Low Blow

\n

You attempt to stun the target while within 15 feet of it. The target must make a Constitution saving throw or be stunned until the start of its next turn.

\n

Shank Shot

\n

You attempt to hamper the target while within 15 feet of it. The target must make a Dexterity saving throw. If it fails, its movement speed is to 0 and it makes Dexterity saving throws with disadvantage until the end of its next turn.

\n

Sleight of Foot

\n

Beginning at 9th level, when a creature moves to within 5 feet of you, you can use your reaction to move up to half your speed away from the creature without provoking opportunity attacks. You must end this movement further from the creature than you started.

\n

Hostile Negotiations

\n

Starting at 13th level, when you make a Charisma (Intimidation) or Charisma (Persuasion) check, you gain a bonus to the check equal to half your Dexterity modifier (rounded down) if it doesn't already include that modifier.

\n

Double Tap

\n

At 17th level, you can deal Sneak Attack damage twice per turn, but you can't deal more than your total Sneak Attack dice to a single target per turn.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Scrapper%20Practice.webp","effects":[]} {"_id":"SKluJRGJzsX03qlx","name":"Tactical Specialist","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Fighter","description":{"value":"

Tactical Specialist

\n

Those fighters who choose to become Tactical Specialists employ martial techniques passed down through generations. To a Tactical Specialist, combat is an academic field, sometimes including subjects beyond battle such as armstech or armormech. Not every fighter absorbs the lessons of history, theory, and artistry that are reflected in the Tactical Specialty, but those who do are well-rounded fighters of great skill and knowledge.

\n

Improved Combat Superiority

\n

When you choose this specialty at 3rd level, your tactical skill in combat improves, granting bonuses to your Combat Superiority.

\n

Additional Maneuvers

\n

You learn two additional maneuvers of your choice, and you earn more at higher levels, as shown in the Maneuvers Known column of the Tactical Specialist Combat Superiority table.

\n

Additional Superiority Dice

\n

You have two additional superiority dice, and you earn more at higher levels, as shown in the Superiority Dice column of the Tactical Specialist Combat Superiority table.

\n

Additionally, your superiority dice become d6s. This die changes as you gain fighter levels, as shown in the Combat Superiority column of the Tactical Specialist Combat Superiority table.

\n

Student of War

\n

Also at 3rd level, you gain proficiency with one type of artisan's tools of your choice.

\n

Know Your Enemy

\n

Beginning at 7th level, if you spend at least 1 minute observing or interacting with another creature outside combat, you can learn certain information about its capabilities compared to your own. The GM tells you if the creature is your equal, superior, or inferior in regard to two of the following characteristics of your choice:

\n
    \n
  • Strength score
  • \n
  • Dexterity score
  • \n
  • Constitution score
  • \n
  • Armor Class
  • \n
  • Current hit points
  • \n
  • Total class levels (if any)
  • \n
  • Fighter class levels (if any)
  • \n
\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Tactical Specialist Combat Superiority
LevelSuperiority DiceManeuvers Known  
3rd44  
4th44  
5th44  
6th44  
7th66  
8th66  
9th66  
10th66  
11th88  
12th88  
13th88  
14th88  
15th1010  
16th1010  
17th1010  
18th1010  
19th1010  
20th1010  
\n
\n
\n

Signature Maneuver

\n

At 10th level, you choose a maneuver as your signature maneuver. Whenever you use that maneuver, you can roll a d4 and use it instead of expending a Superiority Dice. You may only use this feature once per turn.

\n

Relentless

\n

Starting at 15th level, when you roll initiative and have no superiority dice remaining, you regain 1 superiority die.

\n

Greater Signature Maneuver

\n

At 18th level, you can choose a second signature maneuver. Additionally, when you use your signature maneuver, you can roll a d6 instead of a d4.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Tactical%20Specialist.webp","effects":[]} {"_id":"SsvsNMkJX1wW2rs6","name":"Gadgeteer Engineering","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Engineer","description":{"value":"

Gadgeteer Engineering

\n

Those engineers who choose the Gadgeteer discipline focus on the ability to craft reusable consumables and items that augment and complement their techcasting abilities.

\n

Bonus Proficiencies

\n

When you choose this discipline at 3rd level, you gain proficiency in gadgeteer's implements. Additionally, when you engage in crafting with gadgeteer's implements, the rate at which you craft doubles.

\n

Gadgeteer Harness

\n

Also at 3rd level, you learn to create and modify adventuring gear utilizing your gadgeteer experience. Over the course of a long rest, you can expend 500 cr worth of materials to create your modified gadgeteer harness. You must have gadgeteer's implements and materials in order to perform this modification.

\n

Your gadgeteer harness is enhanced, requires attunement, can only be used by you, and counts as a tech focus for your tech powers while you are attuned to it. Your gadgeteer harness has 4 modification slots to which you can affix gadgets, and it gains more at higher levels, as shown in the Modification Slots column of the engineer class table. For each modification installed, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

Projected Barrier

\n

Lastly at 3rd level, as a bonus action while wearing your gadgeteer harness, you can expend a use of your Potent Aptitude to project a barrier on a friendly creature you can see within 30 feet. A creature can only have one barrier active at a time.

\n

Environmental Barrier

\n

You project an environmental barrier that lasts until the end of your next short or long rest. The barrier has a number of hit points equal to the amount rolled on your Potent Aptitude die + your engineer level. Whenever a creature with this barrier takes damage (one of acid, cold, fire, force, lightning, necrotic, poison, psychic, or sonic, chosen by you when you activate the effect), the barrier takes the damage instead. If this damage reduces the barrier to 0 hit points, the creature take any remaining damage.

\n

Physical Barrier

\n

You project a physical barrier that lasts until the end of your next short or long rest. The barrier has a number of hit points equal to the amount rolled on your Potent Aptitude die + half your engineer level (rounded down). Whenever a creature with this barrier takes damage (one of energy, ion, or kinetic, chosen by you when you activate the effect), the barrier takes the damage instead. If this damage reduces the barrier to 0 hit points, the creature take any remaining damage.

\n

Versatile Direction

\n

Beginning at 6th level, you can take a second bonus action on each of your turns.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you finish a long rest.

\n

Reinforced Barriers

\n

At 14th level, when you cast a tech power while you have a barrier active, you can restore hit points to the barrier, provided it is within 30 feet of you. You restore a number of hit points equal to twice the power's level, or 1 hit point for an at-will power. This can't increase a barrier's hit points above its initial hit points. If you have multiple barriers active, you can divide these hit points between them as you see fit.

\n

Adaptive Barrier

\n

Starting at 18th level, when a creature who has one of your barriers within 30 feet of you that you can see takes damage, and that damage is of a type that could be affected by that barrier, you can use your reaction to grant them resistance to the triggering damage. If that damage is the same type as the barrier's chosen damage, you instead grant them immunity. Whether resistance or immunity, the barrier immediately drops to 0 hit points.

\n

Gadgeteer Contraptions

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n

Advanced Grounding System

\n

Prerequisite: 13th level

\n

Prerequisite: Prototype Grounding System

\n

While wearing your gadgeteer harness you have immunity to lightning damage.

\n

Auto-Injection Regenerator

\n

Prerequisite: 5th level

\n

You install a special kolto injector into your gadgeteer harness that can inject you with kolto in response to pain. When you take damage, you can use your reaction and expend a Hit Die to regain health as long as the damage would not reduce your hit points to 0.

\n

Autothrusters

\n

Prerequisite: Jet Pack

\n

You can take the Dash and Disengage actions as a bonus action while your jet pack is active.

\n

Climbing Gloves

\n

You craft a set of gloves with a powerful assisted grip. While wearing these gloves, you have a climbing speed of 20 feet, and you have advantage on Strength saving throws and Strength (Athletics) checks that involve climbing.

\n

Darkvision Goggles

\n

You craft a pair of sight-enhancing goggles. While wearing these goggles, you have darkvision to a range of 60 feet. If you already have darkvision, this modification increases its range by 30 feet.

\n

Extended Tank

\n

Prerequisite: 5th level

\n

Prerequisite: Jet Pack

\n

Your jet pack now lasts up to 10 minutes when activated.

\n

Flame Vents

\n

Prerequisite: 9th level

\n

Prerequisite: Jet Pack

\n

You learn the @Compendium[sw5e.techpowers.6aZ0FG6HwrUO28WF]{Flame Sweep} tech power and can cast it at first level without using tech points. Once you have used this ability, you cannot use it again until you finish a short or long rest.

\n

Additionally, while your jet pack is active, you can cast flame sweep using your bonus action instead of your action.

\n

Grounding System

\n

While wearing your gadgeteer harness you are immune to the shocked condition.

\n

Integrated Inhibitor

\n

Prerequisite: 5th level

\n

You gain a +1 bonus to your tech save DC. This bonus increases to +2 at 9th level and +3 at 13th level.

\n

Integrated Targeter

\n

Prerequisite: 5th level

\n

You gain a +1 bonus to tech attack rolls. This bonus increases to +2 at 9th level and +3 at 13th level.

\n

Intelligence Core Override

\n

Prerequisite: 9th level

\n

You can cast the @Compendium[sw5e.techpowers.NagD6z90jRyd7zOk]{Override Interface} tech power at 5th level without spending tech points.

\n

Once you've used this feature, you must complete a long rest before you can use it again.

\n

Jet Pack

\n

You integrate a jet pack into your gadgeteer harness to grant you temporary, limited flight. Activating or deactivating the jets requires a bonus action and, while active, you have a flying speed of 30 feet.

\n

The jet pack lasts for 1 minute before deactivating. Once the jets have been activated, they can't be activated again until you finish a short or long rest.

\n

Mechanical Arm

\n

You create a mechanical arm which mounts to your shoulder, which you can use independently. You can only gain the benefit of items held by two of your arms at any given time.

\n

You can choose this modification twice.

\n

Mimicker

\n

Prerequisite: 9th level

\n

You create a device that attaches to your gadgeteer harness. Your mimicker casts a shadow that makes you appear to be standing in a place near your actual location, causing any creature to have disadvantage on attack rolls against you. If you take damage, the property ceases to function for 1 minute. Your mimicker is suppressed while you are incapacitated, restrained, or otherwise unable to move.

\n

Miniaturized Hydraulics

\n

Your gadgeteer harness can store 20 pounds of equipment without adding to your encumbrance.

\n

Oil Spill

\n

As an action, you can cast the oil slick tech power without expending tech points. Casting the power in this way does not require concentration, and the oil will remain in place for the full duration of the power.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Powered Grappling Hook

\n

Prerequisite: 9th level

\n

Prerequisite: Wrist-Mounted Grappling Hook

\n

While your wrist-mounted grappling hook is deployed, when you cast a tech power with a range of touch, your hook can deliver the power as if it had cast it.

\n

Prototype Grounding System

\n

Prerequisite: 9th level

\n

Prerequisite: Grounding System

\n

While wearing your gadgeteer harness you have resistance to lightning damage.

\n

Prototype Thruster

\n

Prerequisite: 9th level

\n

Prerequisite: Jet Pack

\n

While your jet pack is activated, your flying speed is now 45 feet.

\n

Quick Start Engine

\n

Prerequisite: 5th level

\n

Prerequisite: Jet Pack

\n

You can now activate your Jet Pack as an object interaction rather than as a bonus action.

\n

Recycled Adrenals

\n

You can augment a single adrenal to regain its charge. This adrenal can only be used by you, and it can only affect you. Once you've used this adrenal, you can't use it again until you finish a short or long rest.

\n

Recycled Explosives

\n

You can augment a single explosive to regain its charge. This explosive can only be used by you, and it uses your tech save DC instead of its own, unless its own DC would be higher. Once you've used this explosive, you can't use it again until you finish a short or long rest.

\n

Recycled Stimpacs

\n

You can augment a single stimpac to regain its charge. This stimpac can only be used by you, and it can only affect you. Once you've used this stimpac, you can't use it again until you finish a short or long rest.

\n

Sentry Turret

\n

You learn how to craft small sentry turrets shaped like globes that can adhere to any surface. As an action or bonus action (your choice), you can throw a sentry to a point you can see within range (30 feet + your Strength modifier x 5). At the end of each of your turns, a deployed sentry automatically targets a hostile creature within 10 feet of it. If multiple targets are available, one is chosen at random. The target must make a Dexterity saving throw. On a failed save, it takes 1d4 energy damage and gains 1 slowed level until the end of your next turn. If a creature would be targeted by more than one of these sentries, it only makes this saving throw once, taking an additional d4 damage for each sentry beyond the first.

\n

The sentries have 1 hit point, an armor class of 10, and can be repaired over the course of a long rest. Each sentry lasts for 1 minute before deactivating. You can maintain a number of sentries equal to your Intelligence modifier. Once a sentry has been activated, it can't be activated again until you finish a short or long rest.

\n

Shocking Hook

\n

Prerequisite: 9th level

\n

Prerequisite: Wrist-Mounted Grappling Hook

\n

After hitting a creature with your grappling hook, you can use the connection to deliver an at-will tech power. As a bonus action, you can cast an at-will tech power at the target with a range of touch. If the power requires an attack roll, you have advantage. If the target requires a saving throw, the target has disadvantage.

\n

Once you've used this feature, you can't use it again until you recover the harpoon.

\n

Stealth Field Generator

\n

Prerequisite: 9th level

\n

You create an augmented belt that functions as a portable, personal cloaking device. Activating or deactivating the generator requires a bonus action and, while active, you have advantage on Dexterity (Stealth) ability checks that rely on sight. The generator lasts for 1 minute. This effect ends early if you make an attack or cast a force- or tech- power.

\n

Once the belt has been activated, it can't be activated again until you finish a short or long rest.

\n

Shocking Barrier

\n

Prerequisite: 5th level

\n

You enhanced your barriers. Whenever a creature with one of your barriers active takes damage from a creature within 5 feet of it, the damaged creature can roll your Potent Aptitude die, dealing the result of the die as lightning damage to the creature that damaged it.

\n

Truesight Goggles

\n

Prerequisite: 11th level

\n

Prerequisite: Darkvision Goggles

\n

You modify your goggles with a toggle allowing you to briefly gain enhanced sight. As a bonus action, you can activate the truesight feature of your goggles. When toggled on, for the next minute your goggles now automatically dispel illusions and can detect invisibility, as with truesight.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Weapon Integration

\n

You can integrate a single weapon that weighs no more than 8 lb. into your gadgeteer harness. While integrated, that weapon gains the hidden and fixed properties.

\n

Wrist-Mounted Grappling Hook

\n

You craft a wrist-mounted grappling hook weapon attached to a tightly coiled cord. With this contraption, you can make a ranged weapon attack with a range of 30/60. On a hit, it deals 1d4 kinetic damage. This attack can target a surface, object, or creature.

\n

A creature struck by this attack is impaled by the hook. As an action, a creature can attempt to remove the hook. Removing the hook requires a Strength check. While the hook is stuck in the target, you are connected to the target by a 60 foot cable.

\n

While the hook is deployed, you can use your bonus action to activate the reel, pulling yourself to the location if the target is your size or larger. A creature or object smaller than you is pulled to you. Alternatively, you can opt to release the cable (no action required).

\n

Once you've used this feature, you can't use it again until you recover and reinsert the hook as an action.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Gadgeteer%20Engineering.webp","effects":[]} -{"_id":"TgUiU6MrAP7Xyj3H","name":"Sawbones Practice","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Operative","description":{"value":"

Sawbones Practice

\n

Those operatives who choose the Sawbones Practice have studied the humanoid body on a more intimate level than other operatives. While others may know where best to stab in order to kill, you also know how to repair the wounds you inflict, as well as how to make them even deeper. You delve into the secrets of the body, learning as much medical knowledge as you can get your hands on, regardless of how dirty the work becomes.

\n

General Practice

\n

When you choose this practice at 3rd level, you gain proficiency in Medicine, and you can use your Intelligence modifier instead of your Wisdom modifier for checks made with it.

\n

Additionally, you can expend one use of a medkit to help revitalize your wounded allies during a short rest. If you or any friendly creatures within 30 feet of you regain hit points at the end of the short rest by spending one or more Hit Dice, each of those creatures regains an extra 1d6 hit points.

\n

The extra hit points increase when you reach certain levels in this class: to 1d8 at 9th level, to 1d10 at 13th level, and to 1d12 at 17th level.

\n

Debilitating Strike

\n

Also at 3rd level, you learn to apply your anatomical knowledge in direct combat, in order to hinder your targets. When you deal Sneak Attack damage to a creature, you may choose to forgo two of your Sneak Attack Dice in order to hinder the creature, provided they have the appropiate physiology.

\n

Some of your debilitating strikes require your target to make a saving throw to resist the debilitating strike's effects. The saving throw DC is calculated as follows:

\n

Debilitating Strike save DC = 8 + your proficiency bonus + your Intelligence modifier.

\n

Bleeding Wound

\n

You attempt to create a lingering wound in the target for one minute. The target must make a Constitution saving throw. On a failed save, at the start of each of the target's turns, it loses 1d6 hit points and repeats this saving throw, ending the effect on a success. This damage can't be reduced in any way.

\n

Crippling Pain

\n

You attempt to cause cause distracting pain in the target. The target must make a Constitution saving throw. On a failed save, it has disadvantage on attack rolls until the end of your next turn.

\n

Hampering Shot

\n

You attempt to hamper the target's movement. The target must make a Constitution saving throw. On a failed save, its movement speed is reduced by half and it makes Dexterity saving throws with disadvantage until the end of its next turn.

\n

Swift Surgery

\n

Beginning at 9th level, you know how to quickly patch up wounds, given the right tools. You are able to use a medkit or administer a medpac as a bonus action, and when you use a medkit to stabilize a dying creature, that creature also regains a number of hitpoints equal to your Intelligence modifier.

\n

Dosage Control

\n

Starting at 13th level, your knowledge of medicine allows you to partition and ration healing supplies very effectively, without impacting its potency. Over the course of 1 hour, which can be done during a rest, you can carefully measure and mark out dosages of a medpac within reach. The medpac can now be used twice before it is consumed.

\n

At your DM's discretion, you may be able to use this feature on other pacs, stims, or adrenals, most likely involving an ability check to succeed.

\n

Self-Sustain

\n

At 17th level, you have advantage on death saving throws.

\n

Additionally, when you are stabilized, you regain 1 hit point. Once you've used this feature, you can't use it again until you finish a short or long rest.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Sawbones%20Practice.webp","effects":[]} +{"_id":"TgUiU6MrAP7Xyj3H","name":"Sawbones Practice","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Operative","description":{"value":"

Sawbones Practice

\n

Those operatives who choose the Sawbones Practice have studied the humanoid body on a more intimate level than other operatives. While others may know where best to stab in order to kill, you also know how to repair the wounds you inflict, as well as how to make them even deeper. You delve into the secrets of the body, learning as much medical knowledge as you can get your hands on, regardless of how dirty the work becomes.

\n

General Practice

\n

When you choose this practice at 3rd level, you gain proficiency in Medicine, and you can use your Intelligence modifier instead of your Wisdom modifier for checks made with it.

\n

Additionally, you can expend one use of a medkit to help revitalize your wounded allies during a short rest. If you or any friendly creatures within 30 feet of you regain hit points at the end of the short rest by spending one or more Hit Dice, each of those creatures regains an extra 1d6 hit points.

\n

The extra hit points increase when you reach certain levels in this class: to 1d8 at 9th level, to 1d10 at 13th level, and to 1d12 at 17th level.

\n

Debilitating Strike

\n

Also at 3rd level, you learn to apply your anatomical knowledge in direct combat, in order to hinder your targets. When you deal Sneak Attack damage to a creature, you may choose to forgo two of your Sneak Attack Dice in order to hinder the creature, provided they have the appropiate physiology.

\n

Some of your debilitating strikes require your target to make a saving throw to resist the debilitating strike's effects. The saving throw DC is calculated as follows:

\n

Debilitating Strike save DC = 8 + your proficiency bonus + your Intelligence modifier.

\n

Bleeding Wound

\n

You attempt to create a lingering wound in the target for one minute. The target must make a Constitution saving throw. On a failed save, at the start of each of the target's turns, it loses 1d6 hit points and repeats this saving throw, ending the effect on a success. This damage can't be reduced in any way.

\n

Crippling Pain

\n

You attempt to cause cause distracting pain in the target. The target must make a Constitution saving throw. On a failed save, it has disadvantage on attack rolls until the end of your next turn.

\n

Hampering Shot

\n

You attempt to hamper the target's movement. The target must make a Constitution saving throw. On a failed save, its movement speed is reduced by half and it makes Dexterity saving throws with disadvantage until the end of its next turn.

\n

Swift Surgery

\n

Beginning at 9th level, you know how to quickly patch up wounds, given the right tools. You are able to use a medkit or administer a medpac as a bonus action, and when you use a medkit to stabilize a dying creature, that creature also regains a number of hitpoints equal to your Intelligence modifier.

\n

Dosage Control

\n

Starting at 13th level, your knowledge of medicine allows you to partition and ration healing supplies very effectively, without impacting its potency. Over the course of 1 hour, which can be done during a rest, you can carefully measure and mark out dosages of a medpac within reach. The medpac can now be used twice before it is consumed.

\n

At your DM's discretion, you may be able to use this feature on other pacs, stims, or adrenals, most likely involving an ability check to succeed.

\n

Self-Sustain

\n

At 17th level, you have advantage on death saving throws.

\n

Additionally, when you are stabilized, you regain 1 hit point. Once you've used this feature, you can't use it again until you finish a short or long rest.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Sawbones%20Practice.webp","effects":[]} {"_id":"UZCwqqLLp7IBjqku","name":"Politician Pursuit","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scholar","description":{"value":"

Politician Pursuit

\n

Politicians study social & political sciences. Those scholars who choose the Politician Pursuit know how to best present themselves to manipulate the masses into doing their bidding or allow them and their allies to carry out their business without impediment. They also understand the importance of self-preservation for a political figure.

\n

Silver Tongue

\n

When you choose this pursuit at 3rd level, you learn one language of your choice. Additionally, you gain a bonus to your choice of Deception, Intimidation, Performance, or Persuasion equal to your Intelligence modifier.

\n

Motivating Diplomat

\n

Also at 3rd level, when you are the target of your Critical Analysis feature, you and all allies within 10 feet of you gain a bonus to their AC equal to half your Intelligence modifier (rounded down).

\n

Additional Maneuvers

\n

Lastly at 3rd level, you gain access to new maneuvers which reflect the progress of your studies into the political world. Whenever you learn a new maneuver, you can choose from any of the following as well. The maneuvers are listed in alphabetical order.

\n

Call to Arms

\n

If you are surprised at the start of combat and aren't incapacitated, you can expend one superiority die to act normally. Additionally, on your first turn in combat, as a bonus action you can make a call to arms. When you do so, a number of creatures equal to the amount rolled on the superiority die that you choose within 30 feet who can see or hear you may act normally on their first turn.

\n

Call the Guards

\n

When a creature makes an attack roll against you, you can use your reaction and expend a superiority die and command a willing ally within 5 feet of that creature to use their reaction to intercede. The creature is then forced to make an attack on the ally instead. If the attack misses, the ally can immediately make a weapon attack against that creature as a part of that same reaction. Roll the superiority die, and add the result to the ally's attack roll.

\n

Charge

\n

As a bonus action on your turn, you can expend one superiority die to spurn your allies to move. Until the start of your next turn, creatures you choose within 10 feet of you who can see or hear you can move an additional distance equal to 5 times the superiority die rolled on their turn and ignore unenhanced difficult terrain.

\n

Encouraging Speech

\n

You can expend a superiority die to give an encouraging speech, spending the next minute rallying your allies. You grant a number of creature up to your Intelligence modifier temporary hit points equal to the amount rolled on the superiority die + your Intelligence modifier.

\n

Incite

\n

On your turn, you can use an action and expend one superiority die to bolster the resolve of one of an ally. When you do so, choose an ally who can see or hear you within 30 feet of you. The ally can add your Intelligence modifier to every damage roll they make until the start of your next turn.

\n

Overwhelming Presence

\n

As an action, you can make a Charisma (Persuasion) or Charisma (Intimidation) skill check and expend one superiority die to attempt to charm or frighten a humanoid creature who can see or hear you within 60 feet. Add the superiority die to the roll. The target makes a contested Wisdom (Insight) check. If your check succeeds, the target is charmed by you if you used Persuasion, or frightened of you if you used Intimidation, until the end of your next turn.

\n

Self-Preservation

\n

As a reaction when you make a saving throw against an effect you can see, you can expend a superiority die and add the result. You can use this maneuver before or after making the saving throw, but before any effects of the saving throw are det-ermined.

\n

Steady the Nerves

\n

As an action, you can expend one superiority die to strengthen your allies' defences. Roll a superiority die. Until the end of your next turn, you and all allies within 5 feet of you when you use this action has a bonus to any saving throws they make equal to amount rolled.

\n

Tyrannical Strike

\n

When you hit a creature with a weapon attack, you can expend one superiority die and use your reaction to issue a one-word command to a creature who can see or hear you. You add the superiority die to the attack's damage roll, and the target must succeed on a Wisdom saving throw. On a failed save, the target must follow the command on its next turn.

\n

The target automatically succeeds if it is immuned to charm, it doesn't understand your language, or if your command is directly harmful to it.

\n

Force of Personality

\n

Beginning at 6th level, as an action, you suggest a course of activity (limited to a sentence or two) to influence a creature you can see within range that can hear and understand you. Creatures that can't be charmed are immune to this effect. The suggestion must be worded in such a manner as to make the course of action sound reasonable. Asking the creature to stab itself, throw itself onto a spear, immolate itself, or do some other obviously harmful act ends the effect.

\n

The target must make a Wisdom saving throw against your maneuver save DC. On a failed save, the target is charmed by you, and it pursues the course of action you described to the best of its ability. The suggested course of action can continue for up to 24 hours. If the suggested activity can be completed in a shorter time, the effect ends when the subject finishes what it was asked to do.

\n

You can also specify conditions that will trigger a special activity during the duration. For example, you might suggest that an officer givers her gun to the first smuggler she meets. If the condition isn't met before the effect ends, the activity isn't performed.

\n

If you or any of your companions damage the target, the effect ends.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you finish a long rest.

\n

Reassemble

\n

Starting at 9th level, you may use to a bonus action to call your allies towards you. When you do so, choose a number of creatures that you can see within 60 feet of you equal to your Intelligence modifier (minimum of one). They can use their reaction to immediately move directly towards you up to their movement speed. This movement does not provoke opportunity attacks.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Beguiling Presence

\n

Once you've reach 17th level, humanoids within 60 feet are particularly susceptible to your presence. Humanoids within range have disadvantage on saving throws against any charm or fear effects from you.

\n

Discoveries (Politician)

\n

When you select this pursuit, you gain access to new discoveries which reflect the progress of your studies into the political world. Whenever you learn a new discovery, you can choose from any of the following as well. The discoveries are listed in alphabetical order.

\n

Charming Feint

\n

Allies within range of your Motivating Diplomat feature also gain a bonus to their damage roll equal to half your Intelligence modifier (rounded down).

\n

Demanding Leader

\n

Prerequisite: 5th level

\n

The range of each of your maneuvers increases by 10 feet. If the range is touch, it becomes 10 feet.

\n

Dominating Presence

\n

Prerequisite: 15th level

\n

As a bonus action, you can call out to a humanoid who can understand you that is charmed by you or frightened of you to direct their next action. The target must succeed a Wisdom saving throw against your maneuver save DC. On a failed save, until the end of your next turn, the creature takes only the actions you choose, and doesn't do anything that you don't allow it to do.

\n

During this time you can use your reaction to force the creature to use its reaction.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Influencer

\n

Prerequisite: 5th level

\n

The range on the your Motivating Diplomat feature is increased to 15 feet.

\n

Reliable Words

\n

Prerequisite: 9th level

\n

When you make a Deception, Intimidation, or Persuasion skill check, you may treat any roll 9 or lower as if you had rolled a 10.

\n

Social Opportunist

\n

You can add half your proficiency bonus (rounded down) to any Charisma check you make that doesn't already include your proficiency bonus.

\n

Tyrant's Ferocity

\n

You have advantage on any attack against a creature that is charmed by you or frightened of you.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Politician%20Pursuit.webp","effects":[]} -{"_id":"UsIUJiNPmFWbEgjK","name":"Audiotech Engineering","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Engineer","description":{"value":"

Audiotech Engineering

\n

Those engineers who choose the Audiotech Engineering focus on using a specially modified instrument to use music to assist their allies and disrupt their enemies.

\n

Bonus Proficiencies

\n

When you choose this discipline at 3rd level, you gain proficiency in three musical instruments of your choice, as well as the Performance skill. Additionally, you can use Intelligence instead of Charisma when you make a Performance check while wielding your modified instrument.

\n

Modified Instrument

\n

Also at 3rd level, you learn to modify an instrument utilizing your audiotech knowledge. Over the course of a long rest, you can expend 500 cr worth of materials to modify a single instrument. You must have the instrument, materials, and tinker's tools in order to perform this modification.

\n

Your modified instrument is enhanced, requires attunement, can only be used by you, and counts as a tech focus for your tech powers while you are attuned to it. Your modified instrument has 4 modification slots, and it gains more at higher levels, as shown in the Modification Slots column of the engineer class table. For each modification installed, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

Potent Amplitude

\n

Lastly at 3rd level, as an action while wielding your modified instrument, you can begin performing an enhanced song, which lasts for 1 minute. While playing a song, you gain access to a new use for your Potent Aptitude, as determined by the song, listed below. You can end your song at any time, no action required.

\n

Whenever you take damage while playing your song, you must make a Constitution saving throw to continue playing. The DC equals 10 or half the damage you take, which number is higher. If you take damage from multiple sources, you must make a separate saving throw for each source of damage.

\n

When you cast a damage dealing tech power while playing your song that requires an attack roll or saving throw, you can cause that power to instead deal sonic damage. If you do so, instead of an attack roll or saving throw, the power instead requires a Constitution saving throw.

\n

Your song ends early if you are incapacitated or die, or if you are no longer holding your modified instrument.

\n

You can initiate playing an enhanced song twice. You regain all expended songs when you finish a short or long rest.

\n

Song of Battle

\n

When an ally within 60 feet of you that can hear you deals damage to a creature, you can use your reaction to expend one use of your Potent Aptitude, adding the result of the die to the damage dealt.

\n

Song of Support

\n

When an ally within 60 feet of you that can hear you makes a saving throw against a harmful effect, you can use your reaction to expend one use of your Potent Aptitude, adding the result of the die to their saving throw.

\n

Song of Disruption

\n

When an enemy within 60 feet of you that can hear you makes a saving throw, you can use your reaction to expend one use of your Potent Aptitude, subtracting the result of the die from their saving throw.

\n

Concussive Blast

\n

Beginning at 6th level, you add your Intelligence modifier (a minimum of +1) to any damage you deal with tech powers and class features that deal sonic damage.

\n

Smooth Rhythm

\n

At 14th level, whenever you use your Potent Aptitude while your playing an enhanced song, you can roll a d6 and use it instead of expending a Potent Aptitude Dice.

\n

Legendary Coda

\n

Starting at 18th level, you've gained mastery over your modified instrument. As an action, you can end your enhanced song in a triumphant blast of power with an effect determined by the song you are playing.

\n

Once you've used this feature, you must complete a long rest before you can use it again.

\n

Battle Crescendo

\n

Choose up to 10 creatures of your choice that you can see and that can hear your song. Each must make a Constitution saving throw. On a failed save, a target takes 14d6 sonic damage and is stunned. On a success, it takes half damage and isn't stunned. If a creature is killed by this power, its head explodes.

\n

Support Crescendo

\n

Choose up to 10 creatures of your choice that you can see and that can hear your song. Once in the next minute, each creature can, as a free action in response to taking damage, choose to halve that damage. Additionally, if the damage would reduce them to 0 hit points, they are instead reduced to 1.

\n

Disruption Crescendo

\n

Choose up to 10 creatures of your choice that you can see and that can hear your song. Each creature must succeed on a Constitution saving throw or be paralyzed for 1d4+1 turns. If a creature affected by this feature is damaged in any way, the effect ends for that creature.

\n

Audiotech Modifications

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n

Advanced Battle Enhancement

\n

Prerequisite: 15th level
Prerequisite: Prototype Battle Enhancement
While playing your Song of Battle, your tech powers and class features ignore resistance to sonic damage, and immunity to sonic damage is instead treated as resistance from any creature within range of your song that can hear you.

\n

Additionally, when you use your Battle Song Enhancement feature, you create a fourth burst.

\n

Advanced Disruption Enhancement

\n

Prerequisite: 15th level
Prerequisite: Prototype Disruption Enhancement
While playing your Song of Disruption, any hostile creature within range of your song that can hear you must make a Constitution saving throw at the end of each of its turns to maintain concentration on the power.

\n

Advanced Support Enhancement

\n

Prerequisite: 15th level
Prerequisite: Prototype Support Enhancement
While playing your Song of Support, allies add your Intelligence modifier to their death saving throws (minimum of +1). If this amount would increase the roll of the d20 to 20 or greater, the creature regains 1 hit point.

\n

Battle Song Enhancement

\n

Prerequisite: 5th level
While playing your Song of Battle, as an action, you can send forth busts of directed sonic energy, make two ranged power attacks. These attacks can target the same creature different ones. Make separate attack rolls for each burst. The attack has a range equal to the radius of your song, and deals 1d8 sonic damage on a hit.

\n

Disruption Song Enhancement

\n

Prerequisite: 5th level
While playing your Song of Disruption, as an action, you can choose a number of creatures concentrating on a power equal to your Intelligence modifier (a minimum of one) within range of your song that can hear you, and force them to make a Concentration saving throw. If you cause at least one creature to lose concentration on a power using this feature, you can use your reaction to make all creatures that lost concentration take damage equal to your Intelligence modifier.

\n

Enthralling Performance

\n

Prerequisite: 13th level
Prerequisite: Hypnotic Melody
For the duration of an enhanced song you play, whenever any creature that can hear your song tries to attack you for the first time on a turn, the attacker must make a Charisma saving throw. On a failed save, it can't attack you on this turn, and it must choose a new target for its attack or the attack is wasted. On a successful save, it can attack you on this turn, but it has disadvantage on any saving throw it makes against your powers or features on your next turn.

\n

Once you've used this feature, you must complete a long rest before you can use it again.

\n

Finding My Way

\n

Prerequisite: Rush
While you are playing an enhanced song, when a creature makes a melee attack roll against you, you can use your reaction to move 5 feet without provoking opportunity attacks, imposing disadvantage on the roll.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Hypnotic Melody

\n

As an action while wielding your modified instrument, you can begin to play a song woven with subtle hypnotic influence. Choose a number of creature up to your Intelligence modifier. If those creatures listen to this song for a full minute, they must succeed on a Wisdom saving throw or become charmed by you for 1 minute. Creatures that succeed the saving throw are not aware that you attempted to influence them, nor are creatures that failed their saving throw once the power ends.

\n

Once you've used this feature, you can't use it again until you finish a short or long rest.

\n

Inaudible Casting

\n

Prerequisite: 7th level
Prerequisite: Simple Melodies
When you cast a tech power or make use of a feature that requires playing your modified instrument, you can choose to do so quietly. Creatures have disadvantage on Intelligence (Investigation) and Wisdom (Perception) checks that rely on sound to determine you cast a tech power.

\n

Long Range Noise

\n

Prerequisite: 13th level
The radius of your songs increases to 120 feet. Additionally, any tech power you cast with your modified instrument that deals sonic damage and has a range of 10 feet or greater gains a range of 120 feet.

\n

Magnifying Device

\n

Prerequisite: 5th level
You gain a +1 bonus to tech attack rolls. This bonus increases to +2 at 11th level and +3 at 17th level.

\n

Overwhelming Soundwaves

\n

Prerequisite: 15th level
While playing, creatures of your choice treat a 15-foot-radius sphere around you as difficult terrain. Additionally, as an action, you can cause each affected creature to make a Constitution saving throw, taking 3d8 sonic damage on a failed save.

\n

Prototype Battle Enhancement

\n

Prerequisite: 9th level
Prerequisite: Battle Song Enhancement
While playing your Song of Battle, when you cast a tech power or use a class feature that affects other creatures within the radius of your song, you can choose a number of them equal to 1 + the power's level. The chosen creatures automatically succeed on their saving throws against the power, and they take no damage if they would normally take half damage on a successful save.

\n

Additionally, when you use your Battle Song Enhancement feature, you create a third burst.

\n

Prototype Disruption Enhancement

\n

Prerequisite: 9th level
Prerequisite: Disruption Song Enhancement
While playing your Song of Disruption, when a creature you can see that can hear you attempts to cast a power, you can use your reaction to cast the @Compendium[sw5e.techpowers.9Vg5TEwWdVh3NVym]{Tech Override} power at 3rd level. When you cast this power using this feature, the power works against both tech and force powers, and when you make the techcasting ability check as a part of this casting, you add double your proficiency bonus to the check, instead of your normal proficiency bonus.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Prototype Support Enhancement

\n

Prerequisite: 9th level
Prerequisite: Support Song Enhancement
While playing your Song of Support, when you use your Song of Support's Potent Amplitude feature, the target instead takes no damage if they succeed on the saving throw, and only half damage if they fail.

\n

Restful Melody

\n

Over the course of a short rest, you can play a rejuvenating song to assist in the recovery of your allies. If you or any friendly creatures who can hear your performance regain hit points at the end of the short rest, each of those creatures regains an extra 1d6 hit points.

\n

The extra hit points increase when you reach certain levels in this class: to 1d8 at 9th level, to 1d 10 at 13th level, and to 1d12 at 17th level.

\n

Rush

\n

While you are playing an enhanced song, your speed increases by 10 feet, and opportunity attacks made against you have disadvantage.

\n

Sharp Noise

\n

As an action while wielding your modified instrument, choose a creature you can see. If it can hear you, it must succeed on a Constitution saving throw or take 1d4 sonic damage and have disadvantage on its next attack roll before the end of its next turn.

\n

This feature's damage increases by 1d4 when you reach 5th level (2d4), 11th level (3d4), and 17th level (4d4).

\n

Shock Mount

\n

Prerequisite: 5th level
You gain a +1 bonus to your tech save DC. This bonus increases to +2 at 11th level and +3 at 17th level.

\n

Simple Melodies

\n

When you are holding your modified instrument, and not actively playing a song, any tech power that you could cast that could have its damage type altered by your Potent Amplitude feature can be cast as if used with Potent Amplitude.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Sonar Pulse

\n

As an action while wielding your modified instrument, you can release a wave of sound that provides feedback on your surroundings. For the next minute, you have advantage on Wisdom (Perception) and Intelligence (Investigation) checks to search for hidden doors, traps, or invisible creatures.

\n

Once you've used this feature, you can't use it again until you finish a short or long rest.

\n

Song Flow

\n

Prerequisite: 11th level
While playing an enhanced song, you can use your bonus action to change from one song to another.

\n

Support Song Enhancement

\n

Prerequisite: 5th level
While playing your Song of Support, when you cast a tech power that restores hit points or grants temporary hit points, the amount restored or granted is increased by an amount equal to your Intelligence modifier (minimum of +1).

\n

Weapon Integration

\n

You can integrate a single weapon that weighs no more than 8 lb. into your instrument. While integrated, that weapon gains the hidden property.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.toolProf.value","value":"music","mode":"+","targetSpecific":false,"id":2,"itemId":"UsIUJiNPmFWbEgjK","active":false,"_targets":[],"label":"Traits Tool Prof"},{"modSpecKey":"data.traits.toolProf.value","value":"music","mode":"+","targetSpecific":false,"id":3,"itemId":"UsIUJiNPmFWbEgjK","active":false,"_targets":[],"label":"Traits Tool Prof"},{"modSpecKey":"data.traits.toolProf.value","value":"music","mode":"+","targetSpecific":false,"id":4,"itemId":"UsIUJiNPmFWbEgjK","active":false,"_targets":[],"label":"Traits Tool Prof"},{"modSpecKey":"data.traits.toolProf.value","value":"aud","mode":"+","targetSpecific":false,"id":5,"itemId":"UsIUJiNPmFWbEgjK","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Archetypes/Audiotech%20Engineering.webp","effects":[]} -{"_id":"V4vCxmTwJFxi0HGM","name":"Demolitions Specialist","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Fighter","description":{"value":"

Demolitions Specialist

\n

Those fighters who choose to become Demolitions Specialists are experts in using explosives in combat. They have an explosive for every situation, whether it be breaching a fortified bunker, taking down a walker, or simply demonstrating that in combat, standing too close to your squadmates can be fatal.

\n

Bonus Proficiencies

\n

When you choose this specialty at 3rd level, you gain proficiency in demolitions kit. Additionally, when you would install a breaching charge, you can do so in half the time.

\n

Explosive Charge

\n

Also at 3rd level, you learn to create a number of small explosives known as charges. Over the course of a short or long rest, you can create a number of charges equal to your Intelligence modifier. You must have a demolitions kit in order to create these charges. Your charges can only be used by you, and they lose their potency at the end of your next short or long rest.

\n

Once per turn, when you would make a ranged weapon attack, you can instead throw one of your charges. Your charges have a range equal to 30 feet + your Strength modifier x 5. You can throw a charge at a point you can see within range. Each creat-ure within 5 feet must make a Dexterity sav-ing throw (DC = 8 + your proficiency bonus + your Intelligence modifier + any bonuses to ranged weapon attack rolls). A creature takes 2d4 + your Intelligence modifier kin-etic damage on a failed save, or half as much on a successful one.

\n

The damage of your charges increases to 3d4 at 7th level and 4d4 at 15th level.

\n

Cause and Effect

\n

Beginning at 7th level, you learn to throw grenades as a bonus action. Additionally, when a creature fails a saving throw against a charge or grenade, you can expend a superiority die to apply one of your maneuvers. You can only use this feature once per grenade.

\n

Volatile Reflexes

\n

At 10th level, when a creature within 5 feet of you makes a melee attack against you, you can use your reaction and throw a charge behind the target. If the target fails its saving throw against the charge, you impose disadvantage on the attack roll made against you.

\n

Backup Plans

\n

Starting at 15th level, when you roll initiative and have no charges remaining, you can create 2 charges. Additionally, whenever you create a charge, you can change the damage type to acid, energy, fire, ion, lightning, or sonic.

\n

Bombard

\n

At 18th level, when a creature fails its saving throw against a charge or grenade thrown by you, it has disadvantage on the next Dexterity saving throw it makes before the end of your next turn.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Demolitions%20Specialist.webp","effects":[]} -{"_id":"VRfBQKAhumWExGiy","name":"Path of Witchcraft","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Sentinel","description":{"value":"

Path of Witchcraft

\n

The Force connects all living things. Those sentinels who follow the Path of Witchcraft use that connection to summon the aid of nature, both beasts and the elements, adapting them to their will.

\n

Wild Power

\n

Starting when you choose this calling at 3rd level, you learn the @Compendium[sw5e.forcepowers.L8CJ1QEXfKztMyCX]{Enfeeble} force power, which does not count against your total powers known. Additionally, you can use Wisdom or Charisma as your forcecasting ability for it, and you can use all three Force-Empowered Self options when you cast it as your action and the target fails its save. Finally, you add your Wisdom or Charisma modifier (your choice, minimum of one) to damage rolls with it.

\n

Beast Companion

\n

Also at 3rd level, you learn to create a powerful bond through the Force with your own personal beast companion.

\n

Choose your beast, which is detailed at the end of this calling. Over the course of 8 hours, which can be done during a long rest, you can expend 500 cr worth of herbs and food to call forth an animal from the wilderness to serve as your companion.

\n

If your beast dies, or you want to bond with a different creature, you must first break the bond with your current beast companion. You may only have one beast companion at a time.

\n

Your beast gains a variety of benefits while it is bonded to you:

\n
    \n
  • The beast obeys your commands as best it can. It acts on your turn, and you determine its actions, decisions, attitudes, and so on. If you are incapacitated or absent, your beast acts on its own.
  • \n
  • Your beast's level equals your sentinel level, and for each sentinel level you gain after 3rd, your beast companion gains an additional Hit Die and increases its hit points accordingly.
  • \n
  • Your beast has the proficiency bonus of a player character of the same level.
  • \n
  • Whenever you gain the Ability Score Improvement feature in this class, your beast's abilities also improve. Your beast can increase one ability score of your choice by 2, or it can increase two ability scores of your choice by 1. As normal, your beast can't increase an ability score above 20 using this feature unless its description specifies otherwise.
  • \n
\n

Additionally, while your beast companion is within 5 feet of you, you gain the following benefits:

\n
    \n
  • When you use a Force-Empowered Self option to increase your speed or armor class, you can instead grant this bonus to your beast companion.
  • \n
  • You and your beast companion can communicate telepathically, though your beast companion can only communicate in and understand simple concepts.
  • \n
\n

This radius increases to 10 feet at 7th level, 20 feet at 13th level, and 30 feet at 18th level.

\n

Nature's Vigor

\n

At 7th level, you've learned to attune your senses with nature. If you spend at least 1 minute meditating while in nature, you gain the following benefits for 1 hour:

\n
    \n
  • You ignore difficult terrain caused by nature.
  • \n
  • You can understand plants within 30 feet of you. They can telepathically communicate simple ideas to you, including memories from within the past day.
  • \n
  • You can command plants within 30 feet of you to create difficult terrain, or other tasks at the GM's discretion (no action required).
  • \n
\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Beastwarden

\n

By 13th level, your bond with your beast companion strengthens, granting the following benefits while your beast companion is within 20 feet of you:

\n
    \n
  • When you cast a force power that targets only yourself, and your beast companion is within range, you can also target your beast companion with that power.
  • \n
  • If you have darkvision and your beast doesn't, your beast gains it with the same radius. If your beast has darkvision and you don't, you gain it with the same radius. If you both have darkvision, you both use the larger radius, which then increases by 30 feet.
  • \n
  • If you have advantage on Perception checks and your beast doesn't, your beast gains advantage on Perception checks. If your beast has advantage on Perception checks and you don't, you gain advantage on Perception checks. If you both have advantage on Perception checks, when either of you makes a Perception check with advantage, you can reroll one of the dice once.
  • \n
\n

This radius increases to 30 feet at 18th level.

\n

Stormcaller

\n

At 18th level, you've learned to command the elements to summon a fierce storm in a 30-foot radius around you. As an action, you can gain the following benefits for 1 minute:

\n
    \n
  • You gain a flying speed equal to your walking speed.
  • \n
  • You have resistance to energy, lightning, and necrotic damage.
  • \n
  • Whenever a hostile creature enters this radius or starts its turn there, it takes 10 lightning damage.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you use this feature, you can’t use it again until you finish a long rest.

\n

Generating Your Beast

\n

Choosing your beast companion is an integral part of being a Witchcraft Sentinel. Your beast takes a form of your choosing. Alternatively, your GM can choose what form your beast takes based on your environment.

\n

Once you've selected your type of beast, you assign your beast companion's ability scores. Your beast's Intelligence score is 6, and you assign its other ability scores using a limited standard array (16, 14, 14, 12, 10) as you see fit.

\n

Beast Features

\n

All beasts share the following traits.

\n

Hit Points

\n
    \n
  • Hit Dice: 1d4 per beast companion level
  • \n
  • Hit Points at 1st Level: 4 + your beast's Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d4 (or 3) + your beast's Constitution modifier per beast level after 1st
  • \n
\n

Proficiencies

\n
    \n
  • Languages: Your beast can understand simple commands spoken in two languages of your choice, as well as hand signals, but it can not speak
  • \n
  • Saving Throws: Choose one from Strength, Intelligence, or Charisma, and another from Dexterity, Constitution, or Wisdom
  • \n
  • Skills: Choose two from Acrobatics, Athletics, Intimidation, Perception, Performance, Survival, and Stealth
  • \n
\n

Features

\n
    \n
  • Armor Class: 10 + your beast's Dexterity modifier
  • \n
  • Bestial Traits: Your beast companion has four bestial traits of your choice. It gains an additional trait at 5th level (5), 8th level (6), 11th level (7), 14th level (8), and 17th level (9). Whenever you gain a level in this class, you can exchange one trait for another one.
  • \n
  • Natural Weapon: Your beast companion attacks with a natural weapon, such as claws or a bite. On a hit, it deals 1d4 kinetic damage.
  • \n
  • Size: Tiny
  • \n
  • Speed: 20 ft.
  • \n
  • Type: Beast
  • \n
\n

Bestial Traits

\n

The traits are presented in alphabetical order.

\n

Aerial

\n

Your beast companion has a flying speed equal to its walking speed, and opportunity attacks made against it have disadvantage.

\n

Amphibious

\n

Your beast companion has a swimming speed equal to its walking speed, and it can breathe air and water.

\n

Burrower

\n

Your beast companion has a burrowing speed equal to its walking speed, and it has blindsight out to 10 feet.

\n

Charger

\n

If your beast moves at least half its speed straight towards a target before making a melee attack, it deals an additional 1d8 damage on a hit.

\n

Climber

\n

Your beast companion has a climbing speed equal to its walking speed, and it has advantage on Strength saving throws and Strength (Athletics) checks that involve climbing.

\n

Darkvision

\n

Your beast companion is accustomed to low-light environments. Your beast can see in dim light within 60 feet as if it were bright light, and in darkness as if it were dim light. Your beast can't discern color in darkness, only shades of gray.

\n

Evasive

\n

Your beast companion can take the Disengage action as a bonus action.

\n

Force Adept

\n

Prerequisite: Force Sensitive
Your beast companion knows one 2nd-level force power of your choice, and once per long rest it can cast it at 2nd-level without expending force points. Your beast's forcecasting ability is Wisdom or Charisma (depending on power alignment).

\n

Force Resistance

\n

Your beast companion has advantage on saving throws against force powers.

\n

Force-Sensitive

\n

Your beast learns one at-will force power and one 1st-level force power, which it can cast at its lowest level once per long rest. Your beast's forcecasting ability is Wisdom or Charisma (depending on power alignment). At-will powers chosen in this way do not scale with higher levels.

\n

Grappler

\n

When your beast hits with a melee weapon attack, it can use a bonus action to attempt to grapple the target. On a success, the target is both grappled and restrained, and your beast can't attack again while it has a creature grappled.

\n

Heavy Hide

\n

Your beast companion's armor class becomes 14.

\n

Keen Hearing

\n

Your beast companion has advantage on Wisdom (Perception) checks that rely on hearing.

\n

Keen Sight

\n

Your beast companion has advantage on Wisdom (Perception) checks that rely on sight.

\n

Keen Smell

\n

Your beast companion has advantage on Wisdom (Perception) checks that rely on smell.

\n

Light Hide

\n

Your beast companion's armor class becomes 11 + its Dexterity modifier.

\n

Medium Hide

\n

Your beast companion's armor class becomes 13 + its Dexterity modifier, to a maximum of +2.

\n

Natural Camouflage

\n

When your beast companion attempts to hide, it can opt to not move on its turn. If it avoids moving, it is considered lightly obscured until it moves.

\n

Nimble Weapon

\n

Your beast companion can use Dexterity instead of Strength for its attack and damage rolls.

\n

Pack Tactics

\n

Your beast companion has advantage on an attack roll against a creature if at least one ally of your beast companion is within 5 feet of the creature and the ally isn't incapacitated.

\n

Pouncer

\n

If your beast moves at least half its speed straight toward a creature and hits it with a melee attack, the creature must make a Strength saving throw (DC = 8 + your beast's proficiency bonus + its Strength modifier). If the creature is larger than your beast, it makes this save with advantage. On a failed save, the creature is knocked prone, and your beast can make one additional attack against it as a bonus action.

\n

Powerful Build

\n

Your beast companion counts as one size larger when determining its carrying capacity and the weight it can push, drag, or lift.

\n

Rampager

\n

If your beast reduces a creature to 0 hit points with a melee attack on its turn, your beast can take a bonus action to move up to half its speed and make a melee attack.

\n

Ranged Weapon

\n

Your beast companion has a natural ranged weapon, such as a spitter or tail spikes. It has a normal range of 30 feet and a long range of 90 feet, and on a hit it deals kinetic damage equal to its natural weapon damage die.

\n

Reach Weapon

\n

Your beast companion has a natural weapon with reach, such as a tail or wings. It has the reach property, and on a hit it deals kinetic damage equal to its natural weapon damage die.

\n

Size: Huge

\n

Prerequisite: Size Large
Your beast companion's size is Huge. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d12, its natural weapon damage die becomes a d12, and its walking speed increases to 40.

\n

Size: Large

\n

Prerequisite: Size Medium
Your beast companion's size is Large. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d10, its natural weapon damage die becomes a d10, and its walking speed increases to 35.

\n

Size: Medium

\n

Prerequisite: Size Small
Your beast companion's size is Medium. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d8, its natural weapon damage die becomes a d8, and its walking speed increases to 30.

\n

Size: Small

\n

Your beast companion's size is Small. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d6, its natural weapon damage die becomes a d6, and its walking speed increases to 25.

\n

Sturdy-Legged

\n

Your beast companion's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start, and it has advantage on Strength and Dexterity saving throws made against effects that would knock it prone.

\n

Swift

\n

Your beast companion can take the Dash action as a bonus action.

\n

Tremorsense

\n

Your beast companion gains tremorsense out to 30 feet.

\n

Venomous Weapon

\n

When your beast companion deals damage to a creature, it must make a Constitution saving throw (DC = 8 + your beast's proficiency bonus + your beast's Constitution modifier) or become poisoned until the end of its next turn.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Path%20of%20Witchcraft.webp","effects":[]} -{"_id":"VXmVX5a3ac4kKAIT","name":"Ysannanite Form","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Guardian","description":{"value":"

Ysannanite Form

\n

Ysannanite Form, also know as the Unorthodox Form, pairs the use of lightsaber with blasters, seamlessly blending the two weapons to perform impressive feats. Those guardians who focus on the Ysannanite Form are able to cut enemies down as efficiently with blaster as with blade.

\n

Bonus Proficiencies

\n

You gain proficiency in simple blasters and martial blasters that lack the two-handed property.

\n

Form Basics

\n

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the Ysannanite lightsaber form. If you already know this form, you can instead choose another lightsaber form. You can't take a lightsaber form option more than once, even if you later get to choose again.

\n

The Way of the Yerdua

\n

Also at 3rd level, as a bonus action, you can take a meditative stance for 1 minute, granting you supreme accuracy as you guide your shots to their target through the Force. While in this stance, you add your Wisdom or Charisma modifier (your choice, minimum of+1) to one ranged weapon attack and damage roll you make each turn. Additionally, when making a ranged weapon attack while you are within 5 feet of a hostile creature, you do not have disadvantage on the attack roll.

\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you can't use it again until you finish a long rest.

\n

Channel the Force

\n

Lastly at 3rd level, you gain the following Channel the Force option.

\n

Force-Empowered Shots

\n

Once per turn, when you hit a creature with a ranged weapon attack, you can expend a use of your Channel the Force and expend force points to deal additional damage to the target, which is the same type as the weapon's damage. The additional damage is 1d8 for each point spent in this way. You can't deal more additional damage than the amount shown in the Focused Strikes column of the guardian table.

\n

Improved Force-Empowered Shots

\n

Starting at 7th level, your familiarity with blaster weapons has granted you greater insight into their function and usage. Once on each of your turns, drawing or stowing a blaster no longer requires your object interaction. Additionally, you no longer require a free hand to reload.

\n

At 11th level, once per turn, when you hit a creature with a ranged weapon, the creature takes an extra 1d8 damage. If you also use your Force-Empowered Shots with an attack, you add this damage to the extra damage of your Force-Empowered Shots. The damage is the same type as the weapon's damage.

\n

Phasestorm

\n

By 15th level, you can use your action to dart across the battlefield, striking up to six such creatures that you can see within 30 feet. You immediately move to each creature in succession without provoking opportunity attacks, after which you return to the space in which you started. Each creature must make a Dexterity saving throw (DC = 8 + your bonus to attacks with your weapon). A creature takes normal weapon damage on a failed save, or half as much on a successful one. If you are wielding separate weapons in each hand with which you are proficient, a creature makes this save with disadvantage, and takes additional damage equal to your Wisdom or Charisma modifier (your choice, minimum of one) on a failed save if the damage doesn't already include that modifier.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Master of the Unorthodox

\n

At 20th level, you've mastered the unity between blaster and blade. Your Dexterity and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for these scores increases by 2. Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to kinetic, energy, and ion damage from weapons.
  • \n
  • When you hit a creature with a ranged weapon attack, you have advantage on the next melee weapon attack you make against that creature. When you hit a creature with a melee weapon attack, you have advantage on the next ranged weapon attack you make against that creature.
  • \n
  • When you roll below half the maximum on a damage die. you can treat the roll as if you'd rolled half the maximum on the damage die. You can only affect a number of dice up to half your Wisdom or Charisma modifier (your choice, rounded up, minimum of one) in this way.
  • \n
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"core":{"sourceId":"Item.a7mbZGcgMqyXAhyy"}},"img":"systems/sw5e/packs/Icons/Archetypes/Ysannanite%20Form.webp","effects":[]} -{"_id":"Vtk1Pw4AILqZk27u","name":"Kyuzo Order","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Monk","description":{"value":"

Kyuzo Order

\n

Monks of the Kyuzo Order turn weapon throwing into a true art form. Inspired by the skill of native kyuzo wielding their war helmets as both shield and weapon, these monks utilize any thrown object they can find to defend themselves and others while they attack enemies from angles both surprising and devastating.

\n

Intercept

\n

When you choose this order at 3rd level, you gain proficiency in vibroweapons with the thrown property and they become monk weapons for you. Additionally, when you throw an improvised weapon, you are considered proficient in it, and it use your Martial Arts die instead of its 1d4.

\n

Additionally, you’ve learned to use thrown weapons to intercept projectiles traveling towards your allies. When you are wielding a weapon with which you are proficient, and a creature within your weapon’s normal thrown range is hit by a ranged attack, you can use your reaction to throw your weapon to intercept the projectile. When you do so, the damage the creature takes from the attack is reduced by 1d10 + your Dexterity modifier + your monk level. If the weapon has the returning property, it then returns to your hand.

\n

Scattering Stance

\n

At 6th level, when you take the Dodge action, until the start of your next turn you gain a number of special reactions equal to your proficiency bonus that you can only use for your Intercept feature. You can only take one reaction per turn.

\n

Curved Throw

\n

Starting at 11th level, you can curve your throws behind cover. When you make an attack roll with a weapon with the thrown property, you can spend 1 focus point to cause the target to gain no benefit from shields or cover, unless that cover is full cover.

\n

Relentless Assault

\n

At 17th level, when you make multiple weapon attacks with thrown weapons against the same target on your turn, each attack after the first gains a +1 bonus to its attack roll, cumulatively, to a maximum bonus of +6.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Kyuzo%20Order.webp","effects":[]} +{"_id":"UsIUJiNPmFWbEgjK","name":"Audiotech Engineering","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Engineer","description":{"value":"

Audiotech Engineering

\n

Those engineers who choose the Audiotech Engineering focus on using a specially modified instrument to use music to assist their allies and disrupt their enemies.

\n

Bonus Proficiencies

\n

When you choose this discipline at 3rd level, you gain proficiency in three musical instruments of your choice, as well as the Performance skill. Additionally, you can use Intelligence instead of Charisma when you make a Performance check while wielding your modified instrument.

\n

Modified Instrument

\n

Also at 3rd level, you learn to modify an instrument utilizing your audiotech knowledge. Over the course of a long rest, you can expend 500 cr worth of materials to modify a single instrument. You must have the instrument, materials, and tinker's tools in order to perform this modification.

\n

Your modified instrument is enhanced, requires attunement, can only be used by you, and counts as a tech focus for your tech powers while you are attuned to it. Your modified instrument has 4 modification slots, and it gains more at higher levels, as shown in the Modification Slots column of the engineer class table. For each modification installed, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

Potent Amplitude

\n

Lastly at 3rd level, as an action while wielding your modified instrument, you can begin performing an enhanced song, which lasts for 1 minute. While playing a song, you gain access to a new use for your Potent Aptitude, as determined by the song, listed below. You can end your song at any time, no action required.

\n

Whenever you take damage while playing your song, you must make a Constitution saving throw to continue playing. The DC equals 10 or half the damage you take, which number is higher. If you take damage from multiple sources, you must make a separate saving throw for each source of damage.

\n

When you cast a damage dealing tech power while playing your song that requires an attack roll or saving throw, you can cause that power to instead deal sonic damage. If you do so, instead of an attack roll or saving throw, the power instead requires a Constitution saving throw.

\n

Your song ends early if you are incapacitated or die, or if you are no longer holding your modified instrument.

\n

You can initiate playing an enhanced song twice. You regain all expended songs when you finish a short or long rest.

\n

Song of Battle

\n

When an ally within 60 feet of you that can hear you deals damage to a creature, you can use your reaction to expend one use of your Potent Aptitude, adding the result of the die to the damage dealt.

\n

Song of Support

\n

When an ally within 60 feet of you that can hear you makes a saving throw against a harmful effect, you can use your reaction to expend one use of your Potent Aptitude, adding the result of the die to their saving throw.

\n

Song of Disruption

\n

When an enemy within 60 feet of you that can hear you makes a saving throw, you can use your reaction to expend one use of your Potent Aptitude, subtracting the result of the die from their saving throw.

\n

Concussive Blast

\n

Beginning at 6th level, you add your Intelligence modifier (a minimum of +1) to any damage you deal with tech powers and class features that deal sonic damage.

\n

Smooth Rhythm

\n

At 14th level, whenever you use your Potent Aptitude while your playing an enhanced song, you can roll a d6 and use it instead of expending a Potent Aptitude Dice.

\n

Legendary Coda

\n

Starting at 18th level, you've gained mastery over your modified instrument. As an action, you can end your enhanced song in a triumphant blast of power with an effect determined by the song you are playing.

\n

Once you've used this feature, you must complete a long rest before you can use it again.

\n

Battle Crescendo

\n

Choose up to 10 creatures of your choice that you can see and that can hear your song. Each must make a Constitution saving throw. On a failed save, a target takes 14d6 sonic damage and is stunned. On a success, it takes half damage and isn't stunned. If a creature is killed by this power, its head explodes.

\n

Support Crescendo

\n

Choose up to 10 creatures of your choice that you can see and that can hear your song. Once in the next minute, each creature can, as a free action in response to taking damage, choose to halve that damage. Additionally, if the damage would reduce them to 0 hit points, they are instead reduced to 1.

\n

Disruption Crescendo

\n

Choose up to 10 creatures of your choice that you can see and that can hear your song. Each creature must succeed on a Constitution saving throw or be paralyzed for 1d4+1 turns. If a creature affected by this feature is damaged in any way, the effect ends for that creature.

\n

Audiotech Modifications

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n

Advanced Battle Enhancement

\n

Prerequisite: 15th level
Prerequisite: Prototype Battle Enhancement
While playing your Song of Battle, your tech powers and class features ignore resistance to sonic damage, and immunity to sonic damage is instead treated as resistance from any creature within range of your song that can hear you.

\n

Additionally, when you use your Battle Song Enhancement feature, you create a fourth burst.

\n

Advanced Disruption Enhancement

\n

Prerequisite: 15th level
Prerequisite: Prototype Disruption Enhancement
While playing your Song of Disruption, any hostile creature within range of your song that can hear you must make a Constitution saving throw at the end of each of its turns to maintain concentration on the power.

\n

Advanced Support Enhancement

\n

Prerequisite: 15th level
Prerequisite: Prototype Support Enhancement
While playing your Song of Support, allies add your Intelligence modifier to their death saving throws (minimum of +1). If this amount would increase the roll of the d20 to 20 or greater, the creature regains 1 hit point.

\n

Battle Song Enhancement

\n

Prerequisite: 5th level
While playing your Song of Battle, as an action, you can send forth busts of directed sonic energy, make two ranged power attacks. These attacks can target the same creature different ones. Make separate attack rolls for each burst. The attack has a range equal to the radius of your song, and deals 1d8 sonic damage on a hit.

\n

Disruption Song Enhancement

\n

Prerequisite: 5th level
While playing your Song of Disruption, as an action, you can choose a number of creatures concentrating on a power equal to your Intelligence modifier (a minimum of one) within range of your song that can hear you, and force them to make a Concentration saving throw. If you cause at least one creature to lose concentration on a power using this feature, you can use your reaction to make all creatures that lost concentration take damage equal to your Intelligence modifier.

\n

Enthralling Performance

\n

Prerequisite: 13th level
Prerequisite: Hypnotic Melody
For the duration of an enhanced song you play, whenever any creature that can hear your song tries to attack you for the first time on a turn, the attacker must make a Charisma saving throw. On a failed save, it can't attack you on this turn, and it must choose a new target for its attack or the attack is wasted. On a successful save, it can attack you on this turn, but it has disadvantage on any saving throw it makes against your powers or features on your next turn.

\n

Once you've used this feature, you must complete a long rest before you can use it again.

\n

Finding My Way

\n

Prerequisite: Rush
While you are playing an enhanced song, when a creature makes a melee attack roll against you, you can use your reaction to move 5 feet without provoking opportunity attacks, imposing disadvantage on the roll.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Hypnotic Melody

\n

As an action while wielding your modified instrument, you can begin to play a song woven with subtle hypnotic influence. Choose a number of creature up to your Intelligence modifier. If those creatures listen to this song for a full minute, they must succeed on a Wisdom saving throw or become charmed by you for 1 minute. Creatures that succeed the saving throw are not aware that you attempted to influence them, nor are creatures that failed their saving throw once the power ends.

\n

Once you've used this feature, you can't use it again until you finish a short or long rest.

\n

Inaudible Casting

\n

Prerequisite: 7th level
Prerequisite: Simple Melodies
When you cast a tech power or make use of a feature that requires playing your modified instrument, you can choose to do so quietly. Creatures have disadvantage on Intelligence (Investigation) and Wisdom (Perception) checks that rely on sound to determine you cast a tech power.

\n

Long Range Noise

\n

Prerequisite: 13th level
The radius of your songs increases to 120 feet. Additionally, any tech power you cast with your modified instrument that deals sonic damage and has a range of 10 feet or greater gains a range of 120 feet.

\n

Magnifying Device

\n

Prerequisite: 5th level
You gain a +1 bonus to tech attack rolls. This bonus increases to +2 at 11th level and +3 at 17th level.

\n

Overwhelming Soundwaves

\n

Prerequisite: 15th level
While playing, creatures of your choice treat a 15-foot-radius sphere around you as difficult terrain. Additionally, as an action, you can cause each affected creature to make a Constitution saving throw, taking 3d8 sonic damage on a failed save.

\n

Prototype Battle Enhancement

\n

Prerequisite: 9th level
Prerequisite: Battle Song Enhancement
While playing your Song of Battle, when you cast a tech power or use a class feature that affects other creatures within the radius of your song, you can choose a number of them equal to 1 + the power's level. The chosen creatures automatically succeed on their saving throws against the power, and they take no damage if they would normally take half damage on a successful save.

\n

Additionally, when you use your Battle Song Enhancement feature, you create a third burst.

\n

Prototype Disruption Enhancement

\n

Prerequisite: 9th level
Prerequisite: Disruption Song Enhancement
While playing your Song of Disruption, when a creature you can see that can hear you attempts to cast a power, you can use your reaction to cast the @Compendium[sw5e.techpowers.9Vg5TEwWdVh3NVym]{Tech Override} power at 3rd level. When you cast this power using this feature, the power works against both tech and force powers, and when you make the techcasting ability check as a part of this casting, you add double your proficiency bonus to the check, instead of your normal proficiency bonus.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Prototype Support Enhancement

\n

Prerequisite: 9th level
Prerequisite: Support Song Enhancement
While playing your Song of Support, when you use your Song of Support's Potent Amplitude feature, the target instead takes no damage if they succeed on the saving throw, and only half damage if they fail.

\n

Restful Melody

\n

Over the course of a short rest, you can play a rejuvenating song to assist in the recovery of your allies. If you or any friendly creatures who can hear your performance regain hit points at the end of the short rest, each of those creatures regains an extra 1d6 hit points.

\n

The extra hit points increase when you reach certain levels in this class: to 1d8 at 9th level, to 1d 10 at 13th level, and to 1d12 at 17th level.

\n

Rush

\n

While you are playing an enhanced song, your speed increases by 10 feet, and opportunity attacks made against you have disadvantage.

\n

Sharp Noise

\n

As an action while wielding your modified instrument, choose a creature you can see. If it can hear you, it must succeed on a Constitution saving throw or take 1d4 sonic damage and have disadvantage on its next attack roll before the end of its next turn.

\n

This feature's damage increases by 1d4 when you reach 5th level (2d4), 11th level (3d4), and 17th level (4d4).

\n

Shock Mount

\n

Prerequisite: 5th level
You gain a +1 bonus to your tech save DC. This bonus increases to +2 at 11th level and +3 at 17th level.

\n

Simple Melodies

\n

When you are holding your modified instrument, and not actively playing a song, any tech power that you could cast that could have its damage type altered by your Potent Amplitude feature can be cast as if used with Potent Amplitude.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Sonar Pulse

\n

As an action while wielding your modified instrument, you can release a wave of sound that provides feedback on your surroundings. For the next minute, you have advantage on Wisdom (Perception) and Intelligence (Investigation) checks to search for hidden doors, traps, or invisible creatures.

\n

Once you've used this feature, you can't use it again until you finish a short or long rest.

\n

Song Flow

\n

Prerequisite: 11th level
While playing an enhanced song, you can use your bonus action to change from one song to another.

\n

Support Song Enhancement

\n

Prerequisite: 5th level
While playing your Song of Support, when you cast a tech power that restores hit points or grants temporary hit points, the amount restored or granted is increased by an amount equal to your Intelligence modifier (minimum of +1).

\n

Weapon Integration

\n

You can integrate a single weapon that weighs no more than 8 lb. into your instrument. While integrated, that weapon gains the hidden property.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.toolProf.value","value":"music","mode":"+","targetSpecific":false,"id":2,"itemId":"UsIUJiNPmFWbEgjK","active":false,"_targets":[],"label":"Traits Tool Prof"},{"modSpecKey":"data.traits.toolProf.value","value":"music","mode":"+","targetSpecific":false,"id":3,"itemId":"UsIUJiNPmFWbEgjK","active":false,"_targets":[],"label":"Traits Tool Prof"},{"modSpecKey":"data.traits.toolProf.value","value":"music","mode":"+","targetSpecific":false,"id":4,"itemId":"UsIUJiNPmFWbEgjK","active":false,"_targets":[],"label":"Traits Tool Prof"},{"modSpecKey":"data.traits.toolProf.value","value":"aud","mode":"+","targetSpecific":false,"id":5,"itemId":"UsIUJiNPmFWbEgjK","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Archetypes/Audiotech%20Engineering.webp","effects":[]} +{"_id":"V4vCxmTwJFxi0HGM","name":"Demolitions Specialist","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Fighter","description":{"value":"

Demolitions Specialist

\n

Those fighters who choose to become Demolitions Specialists are experts in using explosives in combat. They have an explosive for every situation, whether it be breaching a fortified bunker, taking down a walker, or simply demonstrating that in combat, standing too close to your squadmates can be fatal.

\n

Bonus Proficiencies

\n

When you choose this specialty at 3rd level, you gain proficiency in demolitions kit. Additionally, when you would install a breaching charge, you can do so in half the time.

\n

Explosive Charge

\n

Also at 3rd level, you learn to create a number of small explosives known as charges. Over the course of a short or long rest, you can create a number of charges equal to your Intelligence modifier. You must have a demolitions kit in order to create these charges. Your charges can only be used by you, and they lose their potency at the end of your next short or long rest.

\n

Once per turn, when you would make a ranged weapon attack, you can instead throw one of your charges. Your charges have a range equal to 30 feet + your Strength modifier x 5. You can throw a charge at a point you can see within range. Each creat-ure within 5 feet must make a Dexterity sav-ing throw (DC = 8 + your proficiency bonus + your Intelligence modifier + any bonuses to ranged weapon attack rolls). A creature takes 2d4 + your Intelligence modifier kin-etic damage on a failed save, or half as much on a successful one.

\n

The damage of your charges increases to 3d4 at 7th level and 4d4 at 15th level.

\n

Cause and Effect

\n

Beginning at 7th level, you learn to throw grenades as a bonus action. Additionally, when a creature fails a saving throw against a charge or grenade, you can expend a superiority die to apply one of your maneuvers. You can only use this feature once per grenade.

\n

Volatile Reflexes

\n

At 10th level, when a creature within 5 feet of you makes a melee attack against you, you can use your reaction and throw a charge behind the target. If the target fails its saving throw against the charge, you impose disadvantage on the attack roll made against you.

\n

Backup Plans

\n

Starting at 15th level, when you roll initiative and have no charges remaining, you can create 2 charges. Additionally, whenever you create a charge, you can change the damage type to acid, energy, fire, ion, lightning, or sonic.

\n

Bombard

\n

At 18th level, when a creature fails its saving throw against a charge or grenade thrown by you, it has disadvantage on the next Dexterity saving throw it makes before the end of your next turn.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Demolitions%20Specialist.webp","effects":[]} +{"_id":"VRfBQKAhumWExGiy","name":"Path of Witchcraft","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Sentinel","description":{"value":"

Path of Witchcraft

\n

The Force connects all living things. Those sentinels who follow the Path of Witchcraft use that connection to summon the aid of nature, both beasts and the elements, adapting them to their will.

\n

Wild Power

\n

Starting when you choose this calling at 3rd level, you learn the @Compendium[sw5e.forcepowers.L8CJ1QEXfKztMyCX]{Enfeeble} force power, which does not count against your total powers known. Additionally, you can use Wisdom or Charisma as your forcecasting ability for it, and you can use all three Force-Empowered Self options when you cast it as your action and the target fails its save. Finally, you add your Wisdom or Charisma modifier (your choice, minimum of one) to damage rolls with it.

\n

Beast Companion

\n

Also at 3rd level, you learn to create a powerful bond through the Force with your own personal beast companion.

\n

Choose your beast, which is detailed at the end of this calling. Over the course of 8 hours, which can be done during a long rest, you can expend 500 cr worth of herbs and food to call forth an animal from the wilderness to serve as your companion.

\n

If your beast dies, or you want to bond with a different creature, you must first break the bond with your current beast companion. You may only have one beast companion at a time.

\n

Your beast gains a variety of benefits while it is bonded to you:

\n
    \n
  • The beast obeys your commands as best it can. It acts on your turn, and you determine its actions, decisions, attitudes, and so on. If you are incapacitated or absent, your beast acts on its own.
  • \n
  • Your beast's level equals your sentinel level, and for each sentinel level you gain after 3rd, your beast companion gains an additional Hit Die and increases its hit points accordingly.
  • \n
  • Your beast has the proficiency bonus of a player character of the same level.
  • \n
  • Whenever you gain the Ability Score Improvement feature in this class, your beast's abilities also improve. Your beast can increase one ability score of your choice by 2, or it can increase two ability scores of your choice by 1. As normal, your beast can't increase an ability score above 20 using this feature unless its description specifies otherwise.
  • \n
\n

Additionally, while your beast companion is within 5 feet of you, you gain the following benefits:

\n
    \n
  • When you use a Force-Empowered Self option to increase your speed or armor class, you can instead grant this bonus to your beast companion.
  • \n
  • You and your beast companion can communicate telepathically, though your beast companion can only communicate in and understand simple concepts.
  • \n
\n

This radius increases to 10 feet at 7th level, 20 feet at 13th level, and 30 feet at 18th level.

\n

Nature's Vigor

\n

At 7th level, you've learned to attune your senses with nature. If you spend at least 1 minute meditating while in nature, you gain the following benefits for 1 hour:

\n
    \n
  • You ignore difficult terrain caused by nature.
  • \n
  • You can understand plants within 30 feet of you. They can telepathically communicate simple ideas to you, including memories from within the past day.
  • \n
  • You can command plants within 30 feet of you to create difficult terrain, or other tasks at the GM's discretion (no action required).
  • \n
\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Beastwarden

\n

By 13th level, your bond with your beast companion strengthens, granting the following benefits while your beast companion is within 20 feet of you:

\n
    \n
  • When you cast a force power that targets only yourself, and your beast companion is within range, you can also target your beast companion with that power.
  • \n
  • If you have darkvision and your beast doesn't, your beast gains it with the same radius. If your beast has darkvision and you don't, you gain it with the same radius. If you both have darkvision, you both use the larger radius, which then increases by 30 feet.
  • \n
  • If you have advantage on Perception checks and your beast doesn't, your beast gains advantage on Perception checks. If your beast has advantage on Perception checks and you don't, you gain advantage on Perception checks. If you both have advantage on Perception checks, when either of you makes a Perception check with advantage, you can reroll one of the dice once.
  • \n
\n

This radius increases to 30 feet at 18th level.

\n

Stormcaller

\n

At 18th level, you've learned to command the elements to summon a fierce storm in a 30-foot radius around you. As an action, you can gain the following benefits for 1 minute:

\n
    \n
  • You gain a flying speed equal to your walking speed.
  • \n
  • You have resistance to energy, lightning, and necrotic damage.
  • \n
  • Whenever a hostile creature enters this radius or starts its turn there, it takes 10 lightning damage.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you use this feature, you can’t use it again until you finish a long rest.

\n

Generating Your Beast

\n

Choosing your beast companion is an integral part of being a Witchcraft Sentinel. Your beast takes a form of your choosing. Alternatively, your GM can choose what form your beast takes based on your environment.

\n

Once you've selected your type of beast, you assign your beast companion's ability scores. Your beast's Intelligence score is 6, and you assign its other ability scores using a limited standard array (16, 14, 14, 12, 10) as you see fit.

\n

Beast Features

\n

All beasts share the following traits.

\n

Hit Points

\n
    \n
  • Hit Dice: 1d4 per beast companion level
  • \n
  • Hit Points at 1st Level: 4 + your beast's Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d4 (or 3) + your beast's Constitution modifier per beast level after 1st
  • \n
\n

Proficiencies

\n
    \n
  • Languages: Your beast can understand simple commands spoken in two languages of your choice, as well as hand signals, but it can not speak
  • \n
  • Saving Throws: Choose one from Strength, Intelligence, or Charisma, and another from Dexterity, Constitution, or Wisdom
  • \n
  • Skills: Choose two from Acrobatics, Athletics, Intimidation, Perception, Performance, Survival, and Stealth
  • \n
\n

Features

\n
    \n
  • Armor Class: 10 + your beast's Dexterity modifier
  • \n
  • Bestial Traits: Your beast companion has four bestial traits of your choice. It gains an additional trait at 5th level (5), 8th level (6), 11th level (7), 14th level (8), and 17th level (9). Whenever you gain a level in this class, you can exchange one trait for another one.
  • \n
  • Natural Weapon: Your beast companion attacks with a natural weapon, such as claws or a bite. On a hit, it deals 1d4 kinetic damage.
  • \n
  • Size: Tiny
  • \n
  • Speed: 20 ft.
  • \n
  • Type: Beast
  • \n
\n

Bestial Traits

\n

The traits are presented in alphabetical order.

\n

Aerial

\n

Your beast companion has a flying speed equal to its walking speed, and opportunity attacks made against it have disadvantage.

\n

Amphibious

\n

Your beast companion has a swimming speed equal to its walking speed, and it can breathe air and water.

\n

Burrower

\n

Your beast companion has a burrowing speed equal to its walking speed, and it has blindsight out to 10 feet.

\n

Charger

\n

If your beast moves at least half its speed straight towards a target before making a melee attack, it deals an additional 1d8 damage on a hit.

\n

Climber

\n

Your beast companion has a climbing speed equal to its walking speed, and it has advantage on Strength saving throws and Strength (Athletics) checks that involve climbing.

\n

Darkvision

\n

Your beast companion is accustomed to low-light environments. Your beast can see in dim light within 60 feet as if it were bright light, and in darkness as if it were dim light. Your beast can't discern color in darkness, only shades of gray.

\n

Evasive

\n

Your beast companion can take the Disengage action as a bonus action.

\n

Force Adept

\n

Prerequisite: Force Sensitive
Your beast companion knows one 2nd-level force power of your choice, and once per long rest it can cast it at 2nd-level without expending force points. Your beast's forcecasting ability is Wisdom or Charisma (depending on power alignment).

\n

Force Resistance

\n

Your beast companion has advantage on saving throws against force powers.

\n

Force-Sensitive

\n

Your beast learns one at-will force power and one 1st-level force power, which it can cast at its lowest level once per long rest. Your beast's forcecasting ability is Wisdom or Charisma (depending on power alignment). At-will powers chosen in this way do not scale with higher levels.

\n

Grappler

\n

When your beast hits with a melee weapon attack, it can use a bonus action to attempt to grapple the target. On a success, the target is both grappled and restrained, and your beast can't attack again while it has a creature grappled.

\n

Heavy Hide

\n

Your beast companion's armor class becomes 14.

\n

Keen Hearing

\n

Your beast companion has advantage on Wisdom (Perception) checks that rely on hearing.

\n

Keen Sight

\n

Your beast companion has advantage on Wisdom (Perception) checks that rely on sight.

\n

Keen Smell

\n

Your beast companion has advantage on Wisdom (Perception) checks that rely on smell.

\n

Light Hide

\n

Your beast companion's armor class becomes 11 + its Dexterity modifier.

\n

Medium Hide

\n

Your beast companion's armor class becomes 13 + its Dexterity modifier, to a maximum of +2.

\n

Natural Camouflage

\n

When your beast companion attempts to hide, it can opt to not move on its turn. If it avoids moving, it is considered lightly obscured until it moves.

\n

Nimble Weapon

\n

Your beast companion can use Dexterity instead of Strength for its attack and damage rolls.

\n

Pack Tactics

\n

Your beast companion has advantage on an attack roll against a creature if at least one ally of your beast companion is within 5 feet of the creature and the ally isn't incapacitated.

\n

Pouncer

\n

If your beast moves at least half its speed straight toward a creature and hits it with a melee attack, the creature must make a Strength saving throw (DC = 8 + your beast's proficiency bonus + its Strength modifier). If the creature is larger than your beast, it makes this save with advantage. On a failed save, the creature is knocked prone, and your beast can make one additional attack against it as a bonus action.

\n

Powerful Build

\n

Your beast companion counts as one size larger when determining its carrying capacity and the weight it can push, drag, or lift.

\n

Rampager

\n

If your beast reduces a creature to 0 hit points with a melee attack on its turn, your beast can take a bonus action to move up to half its speed and make a melee attack.

\n

Ranged Weapon

\n

Your beast companion has a natural ranged weapon, such as a spitter or tail spikes. It has a normal range of 30 feet and a long range of 90 feet, and on a hit it deals kinetic damage equal to its natural weapon damage die.

\n

Reach Weapon

\n

Your beast companion has a natural weapon with reach, such as a tail or wings. It has the reach property, and on a hit it deals kinetic damage equal to its natural weapon damage die.

\n

Size: Huge

\n

Prerequisite: Size Large
Your beast companion's size is Huge. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d12, its natural weapon damage die becomes a d12, and its walking speed increases to 40.

\n

Size: Large

\n

Prerequisite: Size Medium
Your beast companion's size is Large. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d10, its natural weapon damage die becomes a d10, and its walking speed increases to 35.

\n

Size: Medium

\n

Prerequisite: Size Small
Your beast companion's size is Medium. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d8, its natural weapon damage die becomes a d8, and its walking speed increases to 30.

\n

Size: Small

\n

Your beast companion's size is Small. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d6, its natural weapon damage die becomes a d6, and its walking speed increases to 25.

\n

Sturdy-Legged

\n

Your beast companion's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start, and it has advantage on Strength and Dexterity saving throws made against effects that would knock it prone.

\n

Swift

\n

Your beast companion can take the Dash action as a bonus action.

\n

Tremorsense

\n

Your beast companion gains tremorsense out to 30 feet.

\n

Venomous Weapon

\n

When your beast companion deals damage to a creature, it must make a Constitution saving throw (DC = 8 + your beast's proficiency bonus + your beast's Constitution modifier) or become poisoned until the end of its next turn.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Path%20of%20Witchcraft.webp","effects":[]} +{"_id":"VXmVX5a3ac4kKAIT","name":"Ysannanite Form","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Guardian","description":{"value":"

Ysannanite Form

\n

Ysannanite Form, also know as the Unorthodox Form, pairs the use of lightsaber with blasters, seamlessly blending the two weapons to perform impressive feats. Those guardians who focus on the Ysannanite Form are able to cut enemies down as efficiently with blaster as with blade.

\n

Bonus Proficiencies

\n

You gain proficiency in simple blasters and martial blasters that lack the two-handed property.

\n

Form Basics

\n

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the Ysannanite lightsaber form. If you already know this form, you can instead choose another lightsaber form. You can't take a lightsaber form option more than once, even if you later get to choose again.

\n

The Way of the Yerdua

\n

Also at 3rd level, as a bonus action, you can take a meditative stance for 1 minute, granting you supreme accuracy as you guide your shots to their target through the Force. While in this stance, you add your Wisdom or Charisma modifier (your choice, minimum of+1) to one ranged weapon attack and damage roll you make each turn. Additionally, when making a ranged weapon attack while you are within 5 feet of a hostile creature, you do not have disadvantage on the attack roll.

\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you can't use it again until you finish a long rest.

\n

Channel the Force

\n

Lastly at 3rd level, you gain the following Channel the Force option.

\n

Force-Empowered Shots

\n

Once per turn, when you hit a creature with a ranged weapon attack, you can expend a use of your Channel the Force and expend force points to deal additional damage to the target, which is the same type as the weapon's damage. The additional damage is 1d8 for each point spent in this way. You can't deal more additional damage than the amount shown in the Focused Strikes column of the guardian table.

\n

Improved Force-Empowered Shots

\n

Starting at 7th level, your familiarity with blaster weapons has granted you greater insight into their function and usage. Once on each of your turns, drawing or stowing a blaster no longer requires your object interaction. Additionally, you no longer require a free hand to reload.

\n

At 11th level, once per turn, when you hit a creature with a ranged weapon, the creature takes an extra 1d8 damage. If you also use your Force-Empowered Shots with an attack, you add this damage to the extra damage of your Force-Empowered Shots. The damage is the same type as the weapon's damage.

\n

Phasestorm

\n

By 15th level, you can use your action to dart across the battlefield, striking up to six such creatures that you can see within 30 feet. You immediately move to each creature in succession without provoking opportunity attacks, after which you return to the space in which you started. Each creature must make a Dexterity saving throw (DC = 8 + your bonus to attacks with your weapon). A creature takes normal weapon damage on a failed save, or half as much on a successful one. If you are wielding separate weapons in each hand with which you are proficient, a creature makes this save with disadvantage, and takes additional damage equal to your Wisdom or Charisma modifier (your choice, minimum of one) on a failed save if the damage doesn't already include that modifier.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Master of the Unorthodox

\n

At 20th level, you've mastered the unity between blaster and blade. Your Dexterity and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for these scores increases by 2. Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to kinetic, energy, and ion damage from weapons.
  • \n
  • When you hit a creature with a ranged weapon attack, you have advantage on the next melee weapon attack you make against that creature. When you hit a creature with a melee weapon attack, you have advantage on the next ranged weapon attack you make against that creature.
  • \n
  • When you roll below half the maximum on a damage die. you can treat the roll as if you'd rolled half the maximum on the damage die. You can only affect a number of dice up to half your Wisdom or Charisma modifier (your choice, rounded up, minimum of one) in this way.
  • \n
"},"source":"EC","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"core":{"sourceId":"Item.a7mbZGcgMqyXAhyy"}},"img":"systems/sw5e/packs/Icons/Archetypes/Ysannanite%20Form.webp","effects":[]} +{"_id":"Vtk1Pw4AILqZk27u","name":"Kyuzo Order","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Monk","description":{"value":"

Kyuzo Order

\n

Monks of the Kyuzo Order turn weapon throwing into a true art form. Inspired by the skill of native kyuzo wielding their war helmets as both shield and weapon, these monks utilize any thrown object they can find to defend themselves and others while they attack enemies from angles both surprising and devastating.

\n

Intercept

\n

When you choose this order at 3rd level, you gain proficiency in vibroweapons with the thrown property and they become monk weapons for you. Additionally, when you throw an improvised weapon, you are considered proficient in it, and it use your Martial Arts die instead of its 1d4.

\n

Additionally, you’ve learned to use thrown weapons to intercept projectiles traveling towards your allies. When you are wielding a weapon with which you are proficient, and a creature within your weapon’s normal thrown range is hit by a ranged attack, you can use your reaction to throw your weapon to intercept the projectile. When you do so, the damage the creature takes from the attack is reduced by 1d10 + your Dexterity modifier + your monk level. If the weapon has the returning property, it then returns to your hand.

\n

Scattering Stance

\n

At 6th level, when you take the Dodge action, until the start of your next turn you gain a number of special reactions equal to your proficiency bonus that you can only use for your Intercept feature. You can only take one reaction per turn.

\n

Curved Throw

\n

Starting at 11th level, you can curve your throws behind cover. When you make an attack roll with a weapon with the thrown property, you can spend 1 focus point to cause the target to gain no benefit from shields or cover, unless that cover is full cover.

\n

Relentless Assault

\n

At 17th level, when you make multiple weapon attacks with thrown weapons against the same target on your turn, each attack after the first gains a +1 bonus to its attack roll, cumulatively, to a maximum bonus of +6.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Kyuzo%20Order.webp","effects":[]} {"_id":"Wdi8eckrcxpxQL3p","name":"Way of Suggestion","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Consular","description":{"value":"

Way of Suggestion

\n

There is power in a light touch, and no one knows this better than the consular. Those consulars who follow the Way of Suggestion have honed their attunement to the Force, allowing them to disappear, despite being in plain sight.

\n

Subtle Control

\n

At 3rd level, you can befuddle a creature's mind with nothing but a gesture. As an action, you can cause a creature you can see within 30 feet to make a Wisdom saving throw against your universal force save DC. On a failed save, you can force the creature to believe or forget a single aspect of a conversation, observation or encounter it had that you were present for in the past 10 minutes. Whether the creature succeeds or fails its saving throw, you can't use this feature on it again until you finish a long rest.

\n

Additionally, creatures who attempt to detect your use of the Force have disadvantage on ability checks to do so, and if a creature has the sense Force or Force sight power active, it must succeed on a universal forcecasting ability check against your universal force save DC in order to notice your usage of the Force, your alignment within the Force, or how strong your connection to the Force is.

\n

Out of Mind

\n

At 6th level, you can erase yourself from a single creature's sight momentarily. As a bonus action, choose a creature within 60 feet of you. That creature must make a Wisdom saving throw against your univesal force save DC. On a failed save, you become invisible to that creature for 1 minute, or until you deal damage to it with an attack or a Force power.

\n

Once you use this feature, you can't use it again until you finish a short or long rest.

\n

Delicate Potency

\n

Beginning at 10th level, your mind-affecting powers are particularly potent. When you cast @Compendium[sw5e.forcepowers.BJDl4AQjFfR1RTxc]{Cloud Mind}, @Compendium[sw5e.forcepowers.YguQH8fuWTnHMPcK]{Dominate Mind}, @Compendium[sw5e.forcepowers.jmFTPxWQXJENvQtQ]{Mass Coerce Mind} or @Compendium[sw5e.forcepowers.AnqVVfHnV36f7OnA]{Dominate Monster}, you can choose to treat the power as if cast at your Max Power Level.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

\n

Delayed Effect

\n

At 14th level, when you cast a Force power, you can delay the effects of the Force power for up to a number of rounds equal to half your consular level. If you do so, the power immediately takes effect at the start of your turn, after the specified number of round have passed.

\n

Once you've used this feature, you can't use it again until you complete a long rest.

\n

Subtle Presence

\n

At 18th level, you've learned to weave the Force around you in a cloak of your choice. As an action, you can focus the Force for 10 minutes. For the duration, you gain your choice of one of the following effects.

\n

You can use each feature once. You regain all expended uses when you complete a long rest.

\n

Cloak of Fright

\n

Each creature of your choice that is within 60 feet must succeed on a Wisdom saving throw against your universal force save DC or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.

\n

Cloak of Invisibility

\n

You and everything you are wearing or carrying become invisible to creatures of your choice. If you damage a creature or affect it with a Force power, it can make a Wisdom saving throw against your universal force save DC. On a success, you are no longer invisible to that creature.

\n

Cloak of Memory

\n

Creatures that see you or any allies within 30 feet of you during this time cannot recall your physical appearance, your mannerisms, or any other identifying features.

\n

Creatures that interact with you must make a Wisdom saving throw against your universal force save DC once the interaction ends. You can choose to exclude a creature from this effect. On a failed save, the creature forgets all details of the interaction, rationalizing any of its outcomes.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Way%20of%20Suggestion.webp","effects":[]} {"_id":"X3FsoSbXFXkvJvZO","name":"Path of Shadows","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Sentinel","description":{"value":"

Path of Shadows

\n

In darkness, there is protection. Those sentinels who follow the Path of Shadows utilize a calculated plan, becoming masters of stealth and ambush who forgo the head-on attack for the vulnerable flank.

\n

Dead Silence

\n

Starting when you choose this calling at 3rd level, you learn the @Compendium[sw5e.forcepowers.IXAl1U65YuhNBN4Q]{Psychic Charge} force power, which does not count against your total powers known. Additionally, you can use Wisdom or Charisma as your forcecasting ability for it, and you can use your Kinetic Combat feature when you cast it as your action. Finally, when you hit a creature with the psychic charge force power and the target tries to speak, their voice does not produce sound until the end of your next turn.

\n

Cloak of Shadows

\n

Also at 3rd level, you can take the Hide action as a bonus action on your turn. Additionally, you can try to hide when you are lightly obscured from the creature from which you are hiding.

\n

Shadow Strike

\n

At 7th level, you learn to strike from the shadows. Once per turn, you can deal an extra 1d6 damage to one creature you hit with an attack if you have advantage on the roll.

\n

The extra damage increases to 2d6 at 11th level and 3d6 at 17th level.

\n

Shadow Step

\n

By 13th level, you gain the ability to step from one shadow into another. While you are in dim light or darkness, as a bonus action you can teleport up to 60 feet to an unoccupied space you can see that is also in dim light or darkness. You then have advantage on the first melee attack you make before the end of the turn.

\n

Shadow's Wrath

\n

At 18th level, your training has taught you advanced techniques while you maneuver in the shadows. While you are hidden from your target, the first attack roll you make each round does not auto-matically reveal your presence. Make a Dexterity (Stealth) check against your target's Wisdom (Perception) check. On a success, you remain hidden. If you are also invisible, you remain invisible.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Path%20of%20Shadows.webp","effects":[]} -{"_id":"XxG8t5Tr9agbjytr","name":"Brawling Approach","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Berserker","description":{"value":"

Brawling Approach

\n

Most berserkers require weapons. For berserkers of the Brawling Approach, however, everything is their weapon.

\n

Fists of Fury

\n

When you choose this approach at 3rd level, you’ve learned to hone your rage through your fists. You gain the following benefits:

\n
    \n
  • You are proficient with improvised weapons.
  • \n
  • Your unarmed strike damage increases by one step (from 1 to d4, d4 to d6, or d6 to d8).
  • \n
  • When you attempt to shove or grapple a creature, or make an attack against a creature with an unarmed strike or an improvised weapon wielded in one hand on your turn, you can use your bonus action to make an additional attack, grapple, or shove against the same creature.
  • \n
\n

Reckless Strikes

\n

Also at 3rd level, while you are raging, not wearing heavy armor, and not wielding a shield, when you hit a creature with an unarmed strike or improvised weapon, you can choose to forgo your rage damage to make the attack a reckless strike.

\n

Some of your reckless strikes require your target to make a saving throw to resist the reckless strike’s effects. The saving throw DC is calculated as follows:

\n

Reckless Strike save DC = 8 + your proficiency bonus + your Strength modifier

\n

Bracing Strike

\n

You gain temporary hit points equal to your rage damage bonus. If the target is grappled by you, you instead gain temporary hit points equal to twice your rage damage bonus.

\n

Punishing Strike

\n

Your target must make a Constitution saving throw. On a failed save, the creature is deafened until the start of its next turn. If the target is grappled by you, it is instead incapacitated until the start of its next turn.

\n

Staggering Strike

\n

Your target must make a Strength or Dexterity saving throw (the target chooses the ability score to use). On a failed save, your target is pushed back 5 feet. If the target is grappled by you, it instead knocked prone.

\n

Shattering Strikes

\n

At 6th level, you rage causes your strikes to overcome the hardest of materials. While raging, you gain the following benefits:

\n
    \n
  • Your unarmed strikes and improved weapons count as enhanced for the purpose of overcoming resistance and immunity to unenhanced attacks and damage.
  • \n
  • Your unarmed strikes deal double damage against structures.
  • \n
\n

Stop Hitting Each Other

\n

Starting at 10th level, you can grapple creatures two sizes larger than you, instead of one.

\n

Additionally, you can use creatures you have grappled that are at least one size smaller than you as improvised weapons. When you do so, when you hit with an attack using a creature as a weapon, it takes damage equal to your Strength modifier. While raging, you can instead use creatures your size or smaller as improvised weapons.

\n

Enforcer

\n

At 14th level, when you would make an unarmed strike or attack with an improvised weapon with advantage, you can choose to forgo the advantage. If you do so, you score a critical hit on a roll of 19 or 20. Additionally, on a hit, you deal the maximum instead of rolling.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Brawling%20Approach.webp","effects":[]} -{"_id":"Y1JjyA1CuOSRCjAb","name":"Way of Endurance","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Consular","description":{"value":"

Way of Endurance

\n

The Force manifests in myriad ways; while some use the Force to manipulate the world around them, others use it to enhance themselves. Those consulars who follow the Way of Endurance channel the Force to allow them to overcome and reflect the most grievous of injuries.

\n

Upheld by the Force

\n

Starting when you choose this tradition at 3rd level, the Force flowing through your body strengthens you, granting the following benefits:

\n
    \n
  • Your hit point maximum increases by 3, and it increases by 1 again whenever you gain a level in this class.
  • \n
  • Your base AC becomes 13 + your Constitution modifier.
  • \n
  • When you make a melee weapon attack as a part of a force power you cast, you can use Wisdom or Charisma (your choice) instead of Strength for the attack and damage rolls.
  • \n
\n

Additionally, as an action, you can gain resistance to kinetic and energy damage for 1 minute. This effect lasts until you end it as a bonus action, you are incapacitated, or you don armor other than a shield. You can use this feature twice. You regain all expended uses of it when you finish a short or long rest.

\n

Retaliation Strike

\n

At 6th level, you learn to turn an opponent's aggression back on them. When you deal damage with a force power or a melee weapon attack, if you took damage since the start of your last turn, you deal an extra 1d6 damage. The damage is the same type as the power or weapon's damage.

\n

This die increases when you reach certain levels in this class: to 1d8 at 10th level, to 1d10 at 14th level, and to 1d12 at 18th level.

\n

Boundless Vitality

\n

Beginning at 10th level, when you take damage, you can use your reaction and expend a force point to regain health equal to 1d8 + your Wisdom or Charisma modifier (your choice, minimum of one) as long as the damage would not reduce your hit points to 0.

\n

This die increases when you reach certain levels in this class: to 1d10 at 14th level, and to 1d12 at 18th level.

\n

Unrelenting Resilience

\n

At 14th level, when you use your Boundless Vitality feature while concentrating on a force power, you can add the result of the roll to the Constitution saving throw made to maintain concentration.

\n

Additionally, when you are reduced to 0 hit points but not killed outright while Upheld by the Force is active, you can drop to 1 hit point instead. You can't use this feature again until you finish a long rest.

\n

The Force Unleashed

\n

Starting at 18th level, as an action, you can choose a point within 60 feet. Each creature of your choice within 30 feet of that point must make a Constitution saving throw against your universal force save DC. On a failed save, a creature takes 5d10 force damage and suffers 1 level of exhaustion. On a successful save, a creature takes half damage and does not suffer exhaustion.

\n

For each creature that fails this saving throw, a friendly creature within 30 feet of them can regain hit points equal to the amount of damage dealt. A friendly creature can only gain this benefit once per turn.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Way%20of%20Endurance.webp","effects":[]} +{"_id":"XxG8t5Tr9agbjytr","name":"Brawling Approach","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Berserker","description":{"value":"

Brawling Approach

\n

Most berserkers require weapons. For berserkers of the Brawling Approach, however, everything is their weapon.

\n

Fists of Fury

\n

When you choose this approach at 3rd level, you’ve learned to hone your rage through your fists. You gain the following benefits:

\n
    \n
  • You are proficient with improvised weapons.
  • \n
  • Your unarmed strike damage increases by one step (from 1 to d4, d4 to d6, or d6 to d8).
  • \n
  • When you attempt to shove or grapple a creature, or make an attack against a creature with an unarmed strike or an improvised weapon wielded in one hand on your turn, you can use your bonus action to make an additional attack, grapple, or shove against the same creature.
  • \n
\n

Reckless Strikes

\n

Also at 3rd level, while you are raging, not wearing heavy armor, and not wielding a shield, when you hit a creature with an unarmed strike or improvised weapon, you can choose to forgo your rage damage to make the attack a reckless strike.

\n

Some of your reckless strikes require your target to make a saving throw to resist the reckless strike’s effects. The saving throw DC is calculated as follows:

\n

Reckless Strike save DC = 8 + your proficiency bonus + your Strength modifier

\n

Bracing Strike

\n

You gain temporary hit points equal to your rage damage bonus. If the target is grappled by you, you instead gain temporary hit points equal to twice your rage damage bonus.

\n

Punishing Strike

\n

Your target must make a Constitution saving throw. On a failed save, the creature is deafened until the start of its next turn. If the target is grappled by you, it is instead incapacitated until the start of its next turn.

\n

Staggering Strike

\n

Your target must make a Strength or Dexterity saving throw (the target chooses the ability score to use). On a failed save, your target is pushed back 5 feet. If the target is grappled by you, it instead knocked prone.

\n

Shattering Strikes

\n

At 6th level, you rage causes your strikes to overcome the hardest of materials. While raging, you gain the following benefits:

\n
    \n
  • Your unarmed strikes and improved weapons count as enhanced for the purpose of overcoming resistance and immunity to unenhanced attacks and damage.
  • \n
  • Your unarmed strikes deal double damage against structures.
  • \n
\n

Stop Hitting Each Other

\n

Starting at 10th level, you can grapple creatures two sizes larger than you, instead of one.

\n

Additionally, you can use creatures you have grappled that are at least one size smaller than you as improvised weapons. When you do so, when you hit with an attack using a creature as a weapon, it takes damage equal to your Strength modifier. While raging, you can instead use creatures your size or smaller as improvised weapons.

\n

Enforcer

\n

At 14th level, when you would make an unarmed strike or attack with an improvised weapon with advantage, you can choose to forgo the advantage. If you do so, you score a critical hit on a roll of 19 or 20. Additionally, on a hit, you deal the maximum instead of rolling.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Brawling%20Approach.webp","effects":[]} +{"_id":"Y1JjyA1CuOSRCjAb","name":"Way of Endurance","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Consular","description":{"value":"

Way of Endurance

\n

The Force manifests in myriad ways; while some use the Force to manipulate the world around them, others use it to enhance themselves. Those consulars who follow the Way of Endurance channel the Force to allow them to overcome and reflect the most grievous of injuries.

\n

Upheld by the Force

\n

Starting when you choose this tradition at 3rd level, the Force flowing through your body strengthens you, granting the following benefits:

\n
    \n
  • Your hit point maximum increases by 3, and it increases by 1 again whenever you gain a level in this class.
  • \n
  • Your base AC becomes 13 + your Constitution modifier.
  • \n
  • When you make a melee weapon attack as a part of a force power you cast, you can use Wisdom or Charisma (your choice) instead of Strength for the attack and damage rolls.
  • \n
\n

Additionally, as an action, you can gain resistance to kinetic and energy damage for 1 minute. This effect lasts until you end it as a bonus action, you are incapacitated, or you don armor other than a shield. You can use this feature twice. You regain all expended uses of it when you finish a short or long rest.

\n

Retaliation Strike

\n

At 6th level, you learn to turn an opponent's aggression back on them. When you deal damage with a force power or a melee weapon attack, if you took damage since the start of your last turn, you deal an extra 1d6 damage. The damage is the same type as the power or weapon's damage.

\n

This die increases when you reach certain levels in this class: to 1d8 at 10th level, to 1d10 at 14th level, and to 1d12 at 18th level.

\n

Boundless Vitality

\n

Beginning at 10th level, when you take damage, you can use your reaction and expend a force point to regain health equal to 1d8 + your Wisdom or Charisma modifier (your choice, minimum of one) as long as the damage would not reduce your hit points to 0.

\n

This die increases when you reach certain levels in this class: to 1d10 at 14th level, and to 1d12 at 18th level.

\n

Unrelenting Resilience

\n

At 14th level, when you use your Boundless Vitality feature while concentrating on a force power, you can add the result of the roll to the Constitution saving throw made to maintain concentration.

\n

Additionally, when you are reduced to 0 hit points but not killed outright while Upheld by the Force is active, you can drop to 1 hit point instead. You can't use this feature again until you finish a long rest.

\n

The Force Unleashed

\n

Starting at 18th level, as an action, you can choose a point within 60 feet. Each creature of your choice within 30 feet of that point must make a Constitution saving throw against your universal force save DC. On a failed save, a creature takes 5d10 force damage and suffers 1 level of exhaustion. On a successful save, a creature takes half damage and does not suffer exhaustion.

\n

For each creature that fails this saving throw, a friendly creature within 30 feet of them can regain hit points equal to the amount of damage dealt. A friendly creature can only gain this benefit once per turn.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Way%20of%20Endurance.webp","effects":[]} {"_id":"YByrgf4R9lfeVVBQ","name":"Sharpshooter Practice","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Operative","description":{"value":"

Sharpshooter Practice

\n

Those operatives who choose the Sharpshooter Practice are bringers of death. Striking from a safe distance, the Sharpshooter uses precision shooting to control the battlefield and bring targets down quickly.

\n

Assume the Position

\n

Beginning at 3rd level, you don't need advantage on your attack roll to use your Sneak Attack if your target is greater than 30 feet from you and no enemies are within 5 feet of you. In addition, standing up from prone now only costs 5 feet of movement.

\n

Additionally, you gain proficiency with two martial blasters of your choice.

\n

Place Shot

\n

Also at 3rd level, you perfect the art of placing distant shots for maximum effectiveness in debilitating and controlling your enemies. When you deal Sneak Attack damage to a creature, you may choose to forgo two of your Sneak Attack dice to make the attack a placed shot.

\n

Some of your placed shots require your target to make a saving throw to resist the placed shot's effects. The saving throw DC is calculated as follows:

\n

Placed Shot save DC = 8 + your proficiency bonus + your Dexterity modifier

\n

Disarming Shot

\n

You attempt to disarm a creature with your attack. The target must succeed on a Strength saving throw or be forced to drop one item of your choice that it's holding. The object lands at its feet.

\n

Penetrating Shot

\n

You attempt to damage another target with the same attack. Choose a second target within 15 feet of and directly behind your initial target. If the original attack roll would hit the second target, it takes two dice worth of Sneak Attack damage.

\n

The damage is of the same type dealt by the original attack.

\n

Suppressive Shot

\n

You attempt to pin the target to its location. The target must succeed on a Wisdom saving throw or be frightened of you until the end of its next turn.

\n

Head Shot

\n

At 9th level, you are at your deadliest when your enemies are unaware of the danger they are in. You have advantage on attack rolls against any creature that hasn't taken a turn in combat yet.

\n

Additionally, any hit you score against a creature that is surprised is a critical hit.

\n

Distracting Shot

\n

Starting at 13th level, you are able to defend your compatriots from afar. When a friendly creature you can see within your weapon's normal range is the target of a ranged attack, or forced to make a saving throw, and the source of the effect is within your weapon's normal range, you can use your reaction to make a ranged weapon attack against the source. On a hit, instead of dealing damage, the target of your attack has disadvantage on the attack roll against your ally, or your ally has advantage on the saving throw to resist the effect.

\n

Double Tap

\n

At 17th level, you've learned to capitalize when you have the advantage. When you take the Attack action and make an attack with advantage, you can choose to forgo the advantage. If you do, you can make an additional attack against the target or another creature within 5 feet of it (no action required). Both attacks can benefit from your Sneak Attack damage, instead of only one.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Sharpshooter%20Practice.webp","effects":[]} {"_id":"ZDNCB88TzeMFGY6i","name":"Deadeye Technique","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scout","description":{"value":"

Deadeye Technique

\n

Some scouts becomes legends written in blaster burns. Followers of the Deadeye Technique the art of the blaster shot and utilize their incredible focus to make shots that most would deem impossible. When everything depends on one shot, you want a Deadeye pulling the trigger.

\n

Due to their uncanny focus, Deadeyes can make shots that other marksmen would never dare to attempt. Deadeyes know how to make the most of ranged weapons and can use them to greater effect than other Scouts.

\n

Focused Superiority

\n

When you choose this technique at 3rd level, you learn maneuvers that are fueled by special dice called superiority dice.

\n

Maneuvers

\n

You know two maneuvers of your choice, which are detailed under \"Maneuvers\" below, and you earn more at higher levels, as shown in the Maneuvers Known column of the Deadeye Technique Focused Superiority table. Many maneuvers enhance an attack in some way. You can use only one maneuver per attack, and you may only use each maneuver once per turn.

\n

Each time you learn new maneuvers, you can also replace one maneuver you know with a different one.

\n

Superiority Dice

\n

You have two superiority dice, which are d6s, and you earn more at higher levels, as shown in the Superiority Dice column of the Deadeye Technique Focused Superiority table. A superiority die is expended when you use it. You regain all of your expended superiority dice when you finish a short or long rest.

\n

Saving Throws

\n

Some of your maneuvers require your target to make a saving throw to resist the maneuver's effects. The saving throw DC is calculated as follows:

\n

Maneuver save DC = 8 + your proficiency bonus + your Dexterity modifier

\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Deadeye Technique Focused Superiority
LevelFocused SuperioritySuperiority DiceManeuvers Known
3rdd422
4thd422
5thd622
6thd622
7thd633
8thd633
9thd833
10thd833
11thd844
12thd844
13thd1044
14thd1044
15thd1055
16thd1055
17thd1255
18thd1255
19thd1255
20thd1255
\n
\n
\n

Maneuvers

\n

The maneuvers are presented in alphabetical order.

\n

Crippling Shot

\n

When you hit a creature with a ranged weapon attack, you can expend a superiority die to cripple its movement. Add the number rolled to the damage of the ranged weapon attack. The creature must succeed on a Constitution saving throw or have its movement speed halved. At the end of each of its turns, the target can make a Constitution saving throw to end the effect.

\n

Daring Escape

\n

You can expend one superiority die to take the Disengage action as a bonus action until the end of your turn. Until the end of this turn, you have advantage on all Strength (Athletics) checks.

\n

Covering Fire

\n

When you hit a creature with a ranged weapon attack, you can expend one superiority die to maneuver one of your comrades into a more advantageous position. You add the superiority die to the attack's damage roll, and you choose a friendly creature who can see or hear you.

\n

That creature can use its reaction to move up to half its speed without provoking opportunity attacks from the target of your attack.

\n

Disarming Shot

\n

When you hit a creature with a ranged weapon attack, you can expend one superiority die to attempt to disarm the target, forcing it to drop one item of your choice that it's holding. Add the superiority die to the attack's damage roll, and the target must make a Strength saving throw. On a failed save, it drops the object you choose. The object lands at its feet.

\n

Distracting Shot

\n

When you hit a creature with a ranged weapon attack, you can expend one superiority die to distract the creature, giving your allies an opening. You add the superiority die to the attack's damage roll. The next attack roll against the target by an attacker other than you has advantage if the attack is made before the start of your next turn.

\n

Exploit Weakness

\n

When you hit a creature with a weapon attack, you can expend a superiority die and deal additional damage equal to the number rolled. This damage cannot be reduced in any way.

\n

Penetrating Shot

\n

When you hit a creature with a ranged weapon attack, you can expend one superiority die to attempt to damage another creature with the same attack. Choose up to two creatures within 15 feet of and directly behind your initial target. If the original attack roll would hit the second creature(s), it takes damage equal to the number you roll on your superiority die.

\n

The damage is of the same type dealt by the original attack.

\n

Precision Attack

\n

When you make a weapon attack roll against a creature, you can expend one superiority die to add it to the roll. You can use this maneuver before or after making the attack roll, but before any effects of the attack are applied.

\n

Return Fire

\n

When a creature misses you with a ranged attack, you can use your reaction and expend one superiority die to make a ranged weapon attack against the creature. If you hit, you add the superiority die to the attack's damage roll.

\n

Mark of the Deadeye

\n

Also at 3rd level, the range of your Ranger's Quarry feature doubles. Additionally, when making ranged weapon attacks against the target of your Ranger's Quarry, the normal and long range of your ranged weapons double.

\n

Cover to Cover

\n

Beginning at 7th level, attack rolls made against you on your turn are made with disadvantage.

\n

Deadeye Technique Focused Superiority

\n

Shoot First

\n

Starting at 11th level, you have learned that the person who shoots first is often the one who walks out alive. When you make a ranged weapon attack against a creature that has not yet acted during your first turn in combat and you have advantage on the roll, you can reroll one of the dice once.

\n

Additionally, on a hit, you deal an extra 1d6 damage of the same type as the weapon.

\n

Overwatch

\n

At 15th level, you have become a master at protecting your allies from afar. When a creature attempts to make an opportunity attack against an allied creature, or forces your ally to make a saving throw, you can use your reaction to make an attack roll against the enemy creature.

\n

If your attack hits, either impose disadvantage on the enemy creature's opportunity attack roll or grant advantage to any allies making the saving throw.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Deadeye%20Technique.webp","effects":[]} -{"_id":"avFn1m9oUpDgKAAF","name":"Astrotech Engineering","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Engineer","description":{"value":"

Astrotech Engineering

\n

Those engineers who choose the Astrotech Engineering discipline focus on crafting and upgrading their droid companions.

\n

Bonus Proficiencies

\n

When you choose this discipline at 3rd level, you gain proficiency in astrotech's tools. Additionally, when you engage in crafting with astrotech's tools, the rate at which you craft doubles.

\n

Droid Companion

\n

Also at 3rd level, you learn to employ all the knowledge you've accumulated to create and customize your own personalized droid companion.

\n

Choose your droid, which is detailed at the end of this discipline. Over the course of 8 hours, which can be done during a long rest, you can expend 500 cr worth of materials to finally finish your droid.

\n

If your droid is irreparably destroyed, or you want to interface with a different droid, you can spend an additional 250 credits and 1 hour to change the target of this feature. You may only have one droid companion at a time.

\n

Your droid gains a variety of benefits while it is interfaced with you:

\n
    \n
  • The droid obeys your commands as best it can. It acts on your turn, and you determine its actions, decisions, attitudes, and so on. If you are incapacitated or absent, your droid acts on its own.
  • \n
  • Your droid's level equals your engineer level, and for each engineer level you gain after 3rd, your droid companion gains an additional Hit Die and increases its hit points accordingly.
  • \n
  • Your droid has the proficiency bonus of a player character of the same level.
  • \n
  • Whenever you gain the Ability Score Improvement feature in this class, your droid's abilities also improve. Your droid can increase one ability score of your choice by 2, or it can increase two ability scores of your choice by 1. As normal, your droid can't increase an ability score above 20 using this feature unless its description specifies otherwise.
  • \n
  • Your droid can not wear armor, but you can have the armor professionally integrated into its chassis. Over the course of a long rest, you can expend materials equal to half the cost of the armor in order to integrate it into your droid. Your droid must be proficient in armor in order to have it integrated.
  • \n
  • Your droid is a valid target of the tracker droid interface tech power.
  • \n
\n

Additionally, you can modify your droid. Your droid companion has 4 modification slots, and it gains more at higher levels, as shown in the Modification Slots column of the engineer class table. For each modification installed, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Potent Integration

\n

Lastly at 3rd level, when your droid makes an attack roll, you can use your reaction to expend one use of your Potent Aptitude to give it a boost. Roll the die and add it to both the attack and damage rolls, if the attack hits.

\n

Coordinated Attack

\n

Beginning at 6th level, when you take the Attack action, if your companion can see you, it can use its reaction to make a weapon attack against the same creature.

\n

Droid Defense

\n

At 14th level, while your droid can see you, it has advantage on all saving throws.

\n

Superior Droid Defense

\n

Starting at 18th level, whenever an attacker that your droid can see hits it with an attack, it can use its reaction to halve the attack's damage against it.

\n

Generating Your Droid

\n

Choosing your droid companion is an integral part of being an Astrotech Engineer. The class of droid you choose determines their features. Class II, III, and IV droids are all appropriate options, with their statistics listed below.

\n

Once you've selected your type of droid class, you assign your droid's ability scores using standard array (16, 14, 14, 12, 10, 8) as you see fit.

\n

Droid Features

\n

All droids share the following features.

\n

Resistances and Vulnerabilities

\n
    \n
  • Droid Resistances: Your droid is resistant to necrotic, poison, and psychic damage, and immune to poison and disease.
  • \n
  • Droid Vulnerabilities: Your droid is vulnerable to ion damage. Additionally, your droid has disadvantage on saving throws against effects that would deal ion or lightning damage.
  • \n
\n

Traits

\n
    \n
  • Creature Type: Droid
  • \n
  • Armor Integration: Your droid can not wear armor, but you can have the armor professionally integrated into its chassis. Over the course of a long rest, you can expend materials equal to half the cost of the armor in order to have it integrated. This work must be done by someone proficient with astrotech's tools. Your droid must be proficient in armor in order to have it integrated.
  • \n
\n

Class I Droid

\n

Class I droids are programmed for the mathematical, medical, or physical sciences. Subcategories of the first degree are medical droids, biological science droids, physical science droids, and mathematics droids.

\n

As a class I droid, your droid companion has the following features.

\n

Hit Points

\n
    \n
  • Hit Dice: 1d8 per class I droid level
  • \n
  • Hit Points at 1st Level: 8 + your droid's Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d8 (or 5) + your droid's Constitution modifier per class I droid level after 1st
  • \n
\n

Proficiencies

\n
    \n
  • Armor: Light armor plating
  • \n
  • Weapons: Simple blasters, simple vibroweapons
  • \n
  • Tools: None
  • \n
\n
    \n
  • Languages: Class I droids can speak, read, and write Galactic Basic and one language of your choice. They can understand spoken and written Binary, but can not speak it
  • \n
  • Saving Throws: Wisdom, Intelligence
  • \n
  • Skills: Two Intelligence, Wisdom, or Charisma skills of your choice
  • \n
\n

Features

\n
    \n
  • Size: Medium
  • \n
  • Speed: 25 ft.
  • \n
\n

Class II Droid

\n

Class II droids are programmed for engineering and other technical sciences. They differ from class I droids because they apply the science to real-life situations. Class II droids are rarely equipped with Basic vocabulators, instead communicating through Binary. There are five subcategories of class II droids. Astromech, exploration, environmental, engineering, and maintenance droids are all class II droids.

\n

As a class II droid, your droid companion has the following features.

\n

Hit Points

\n
    \n
  • Hit Dice: 1d6 per class II droid level
  • \n
  • Hit Points at 1st Level: 6 + your droid's Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d6 (or 4) + your droid's Constitution modifier per class II droid level after 1st
  • \n
\n

Proficiencies

\n
    \n
  • Armor: Light armor, medium armor
  • \n
  • Weapons: Simple blasters and simple vibroweapons with the light property
  • \n
  • Tools: Your choice of demolition's kit, security kit, or slicer's kit
  • \n
\n
    \n
  • Languages: Class II droids can speak, read, and write Binary. They can understand spoken and written Galactic Basic and one language of your choice, but can not speak it
  • \n
  • Saving Throws: Dexterity, Intelligence
  • \n
  • Skills: Two of your choice
  • \n
\n

Features

\n
    \n
  • Size: Small
  • \n
  • Speed: 25 ft.
  • \n
\n

Class III Droid

\n

Class III droids are programmed to interact with humans. They are said to be the most advanced droids ever invented. Protocol, servant, tutor, and child care droids are all class III droids.

\n

As a class III droid, your droid companion has the following features.

\n

Hit Points

\n
    \n
  • Hit Dice: 1d8 per class III droid level
  • \n
  • Hit Points at 1st Level: 8 + your droid's Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d8 (or 5) + your droid's Constitution modifier per class III droid level after 1st
  • \n
\n

Proficiencies

\n
    \n
  • Armor: Light armor
  • \n
  • Weapons: Simple blasters, simple vibroweapons
  • \n
  • Tools: None
  • \n
\n
    \n
  • Languages: Class III droids can speak and understand all registered languages
  • \n
  • Saving Throws: Wisdom, Charisma
  • \n
  • Skills: None
  • \n
\n

Features

\n
    \n
  • Size: Medium
  • \n
  • Speed: 25 ft.
  • \n
\n

Class IV Droid

\n

Class IV droids are programmed for military and security purposes. Such droids tend to perform tasks of violence or combat might be expected. Almost all class IV droids carry weapons. Armed combat droids are among the first droids ever created. Security, gladiator, battle, and assassin droids are all class IV droids.

\n

As a class IV droid, your droid companion has the following features.

\n

Hit Points

\n
    \n
  • Hit Dice: 1d8 per class IV droid level
  • \n
  • Hit Points at 1st Level: 8 + your droid's Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d8 (or 5) + your droid's Constitution modifier per class IV droid level after 1st
  • \n
\n

Proficiencies

\n
    \n
  • Armor: All armor
  • \n
  • Weapons: All blasters, All vibroweapons
  • \n
  • Tools: None
  • \n
\n
    \n
  • Languages: Class IV droids can speak, read, and write Galactic Basic and one language of your choice. They can understand spoken and written Binary, but can not speak it
  • \n
  • Saving Throws: Strength, Dexterity
  • \n
  • Skills: None
  • \n
\n

Features

\n
    \n
  • Size: Medium
  • \n
  • Speed: 30 ft.
  • \n
\n

Class V Droid

\n

Class V droids are programmed for menial and low-skill tasks. Such droids tend to perform basic tasks such as construction, lifting, maintenance, mining, sanitation, and transportation.

\n

As a class V droid, your droid companion has the following features.

\n

Hit Points

\n
    \n
  • Hit Dice: 1d8 per class V droid level
  • \n
  • Hit Points at 1st Level: 8 + your droid's Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d8 (or 5) + your droid's Constitution modifier per class V droid level after 1st
  • \n
\n

Proficiencies

\n
    \n
  • Armor: Light armor, medium armor
  • \n
  • Weapons: All vibroweapons, simple blasters
  • \n
  • Tools: One set of artisan's tools
  • \n
\n
    \n
  • Languages: Class V droids can speak, read, and write Binary. They can understand spoken and written Galactic Basic and one language of your choice, but can not speak it
  • \n
  • Saving Throws: Strength, Constitution
  • \n
  • Skills: Athletics
  • \n
\n

Features

\n
    \n
  • Size: Medium
  • \n
  • Speed: 30 ft.
  • \n
\n

Astrotech Modifications

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n

Advanced Power Core

\n

Prerequisite: 7th level, d10 Hit Die
You greatly improve the power core of your droid. Its Hit Die becomes a d12.

\n

Alarm Protocol

\n

You install an alarm module in your droid, granting the following benefits:

\n
    \n
  • Your droid grants a +5 bonus to initiative to creatures within 5 feet of it.
  • \n
  • You and your droid can't be surprised while your droid is conscious.
  • \n
\n

Analysis Protocol

\n

Prerequisite: 7th level, Class I Droid
Your droid can analyze a target, develop a plan on how to best overcome any potential obstacle, and execute that plan with ruthless efficiency. As a bonus action on your droid's turn, your droid can analyze a target it can see within 60 feet of it. For the next minute, or until it analyzes another target, it gains the following benefits:

\n
    \n
  • When it analyzes a hostile creature, its attack and damage rolls made with weapons with the finesse property or blaster weapons against that target may use its Intelligence modifier instead of Strength or Dexterity.
  • \n
  • When it analyzes a friendly creature, the target can end your droid's Analysis Protocol on them (no action required) to add half your droid's Intelligence modifier (rounded down, minimum of +1) to one attack roll, ability check, or saving throw. Once a friendly creature has benefited from this ability, they can not do so again until they complete a short or long rest.
  • \n
\n

Arm Cannons

\n

You install dual arm cannons in your droid. The arm cannons have 2 charges. As an action, your droid can use charges to cast the overload tech power, using 1 charge per level. The saving throw is made against your droid's tech save DC (8 + your droid's proficiency bonus + your droid's Intelligence modifier).

\n

You can choose this modification multiple times. Each time you do so, the arm cannons gain another charge, to a maximum of 4. The arm cannons regain all charges after a long rest.

\n

Back-Up Protocol

\n

Prerequisite: 7th level
You install an emergency protocol in your droid, prompting a quick reboot after critical damage is taken. If your droid would be reduced to 0 hit points, it instead is reduced to 1.

\n

Once your droid uses this feature, it must finish a short or long rest before it can use it again.

\n

Celerity Augment

\n

You augment your droid to move a little faster. Your droid's speed increases by 5 feet.

\n

You can choose this modification twice.

\n

Charisma Chip

\n

Prerequisite: Class III Droid
You install a charisma chip in your droid. When an ally your droid can see makes an ability check, attack roll, or saving throw, your droid can use its reaction to give them advantage on the roll. It can do so before or after they roll the d20, but before the GM says the roll succeeds or fails. Once your droid uses this ability, it can't use it again until it finishes a short or long rest.

\n

Durability Module

\n

You enhance your droid's durability, granting the following benefits:

\n
    \n
  • When your droid rolls a Hit Die to regain hit points, the minimum number of hit points your droid can regain from the roll equals twice your droid's Constitution modifier (minimum of 2).
  • \n
  • Your droid's hit point maximum increases by an amount equal to twice its level when you install this protocol. Whenever your droid gains a level thereafter, its hit point maximum increases by an additional 2 hit points.
  • \n
\n

Emergency Mode

\n

Prerequisite: 15th level
Prerequisite: Back-Up Protocol
You modify your droid's back-up protocol. When your droid's back-up protocol is initiated, it can immediately use its reaction to make one attack roll against a target within range. If the target is the source of the damage that reduced your droid to 0, the attack roll has advantage.

\n

Energy Shield

\n

You install an energy shield in your droid. The energy shield has 1 charge. As an action, your droid can use 1 charge to cast the @Compendium[sw5e.techpowers.c7vvcY0lZDii7SOI]{Energy Shield} tech power.

\n

You can choose this modification multiple times. Each time you do so, the energy shield gains another charge, to a maximum of 3. The energy shield regains all expended charges after a long rest.

\n

Expertise Protocol

\n

Prerequisite: 5th level
You install a protocol in your droid that grants it expertise in a tool or skill. Choose a tool or skill that your droid is proficient in. Your droid gains expertise in it.

\n

False Combustion

\n

Prerequisite: Class II Droid
You install a panic protocol in your droid. As a reaction in response to taking damage, your droid can feign an explosion. For 1 minute, your droid appears to be destroyed to all outward inspection. A creature can use its action to inspect the droid and make an Intelligence (Investigation) check against your droid's tech save DC (8 + your droid's proficiency bonus + your droid's Intelligence modifier). If it succeeds, it becomes aware that your droid is still functioning.

\n

Fighting Style Protocol

\n

Your droid adopts a particular style of fighting as its specialty. Choose one of the Fighting Style options, detailed in chapter 6. Your droid can't take a Fighting Style option more than once, even if it later gets to choose again.

\n

Flamethrower

\n

You install a flamethrower in your droid. The flamethrower has 1 charge. As an action, your droid can cast the @Compendium[sw5e.techpowers.HoshRCTHW8vntDCg]{Jet of Flame} tech power or use 1 charge to cast the flame sweep tech power at 1st level. The saving throw is made against your droid's tech save DC (8 + your droid's proficiency bonus + your droid's Intelligence modifier).

\n

You can choose this modification multiple times. Each time you do so, the flamethrower gains another charge, to a maximum of 3. If the flamethrower has multiple charges, you can use multiple charges to cast @Compendium[sw5e.techpowers.6aZ0FG6HwrUO28WF]{Flame Sweep} at a higher level, 1 point per charge. The flamethrower regains all expended charges after a long rest.

\n

Four-Armed Combatant

\n

Prerequisite: Class IV Droid
You install two additional arms to improve your droid's combat capabilities, granting it four arms which it can use independently of one another. Your droid can only gain the benefit of items held by two of its arms at any given time, and once per round your droid can switch which arms it is benefiting from (no action required).

\n

While your droid has at least 3 arms free, it has a climbing speed equal to its walking speed.

\n

Heavy Plating

\n

Prerequisite: Medium Armor proficiency
Your droid gains proficiency in heavy armor. If your droid is already proficient in heavy armor, instead kinetic and energy damage that your droid takes from unenhanced weapons is reduced by an amount equal to its proficiency bonus.

\n

Light Plating

\n

Your droid gains proficiency in light armor. If your droid is already proficient in light armor, instead your droid's speed increases by 5 feet while light armor is integrated.

\n

Martial Protocol

\n

Prerequisite: 7th level, Class IV Droid
Your droid has martial training that allows it to perform special combat maneuvers. It gains the following benefits:

\n
    \n
  • It learns two maneuvers of your choice from among those available to the fighter class. If a maneuver it uses requires its target to make a saving throw to resist the maneuver's effects, the saving throw DC equals 8 + your droid's proficiency bonus + your droid's Strength or Dexterity modifier (your choice).
  • \n
  • Your droid has two superiority dice, which are d4s. These dice are used to fuel its maneuvers. A superiority die is expended when your droid uses it. It regain all of its expended superiority dice when you finish a short or long rest.
  • \n
\n

Medium Plating

\n

Prerequisite: Light Armor proficiency
Your droid gains proficiency in medium armor. If your droid is already proficient in medium armor, the maximum Dexterity bonus your droid can add to AC increases to 3 from 2 while medium armor is integrated.

\n

Memory Protocol

\n

Prerequisite: Class I Droid
Your droid can recall anything it has read in the past month that it understood. This includes but is not limited to books, maps, signs, and lists.

\n

Observant Protocol

\n

Prerequisite: 7th level
Prerequisite: Alarm Protocol
You modify the alarm module in your droid, granting the following benefits:

\n
    \n
  • If your droid can see a creature's mouth while it is speaking a language it understands, your droid can interpret what it's saying by reading its lips.
  • \n
  • Your droid is considered to have advantage when determining its passive Wisdom (Perception) and passive Intelligence (Investigation) scores.
  • \n
\n

Performance Protocol

\n

Prerequisite: 7th level, Class III Droid
You modify your droid's charisma chip, granting the following benefits:

\n
    \n
  • Your droid has advantage on Charisma (Performance) checks.
  • \n
  • Your droid can also use its bonus action to motivate an ally within 30 feet of it. Until the start of your droid's next turn, the ally can add the droid's Charisma modifier (minimum of +1) to the first attack roll, ability check, or saving throw they make. Your droid can use this feature a number of time equal to its Charisma modifier, and it regains all expended uses after it completes a long rest.
  • \n
\n

Powerful Droid

\n

Prerequisite: Class V Droid
Your droid count as one size larger when determining your carrying capacity and the weight you can push, drag, or lift.

\n

Powerful Grip

\n

Prerequisite: 7th level, Class V Droid
When your droid hits a creature with a melee weapon attack on its turn and has a free hand, it can use a bonus action to attempt to grapple the target. If it does so, and the grapple succeeds, your droid can make one additional attack against the target (no action required).

\n

Premium Power Core

\n

You improve the power core of your droid. Its Hit Die becomes a d8.

\n

Proficiency Protocol

\n

You install a protocol in your droid that grants it proficiency in a tool or skill. Your droid gains proficiency in a tool or skill of your choice.

\n

Prototype Power Core

\n

Prerequisite: d8 Hit Die
You further improve the power core of your droid. Its Hit Die becomes a d10.

\n

Repulsor Coil

\n

Prerequisite: 7th level, Class II Droid
You install repulsor coils in your droid's legs. Your droid gains a flying speed equal to its walking speed.

\n

Sensor Augmentation

\n

You augment your droid with an advanced sensor, granting the following benefits:

\n
    \n
  • Your droid has advantage on Wisdom (Perception) and Intelligence (Investigation) checks made to detect the presence of secret doors.
  • \n
  • Your droid has advantage on saving throws made to avoid or resist traps.
  • \n
  • Your droid has resistance to the damage dealt by traps.
  • \n
  • Your droid can search for traps while traveling at a normal pace, instead of only at a slow pace.
  • \n
\n

Stun Ray

\n

You install a stun ray in your droid. The stun ray has 1 charge. As an action, your droid can use 1 charge to cast the @Compendium[sw5e.techpowers.qHu258wCccbyajwo]{Hold Droid} or @Compendium[sw5e.techpowers.zXCnz8vBWC4fhvfw]{Paralyze Humanoid} tech power. The saving throw is made against your droid's tech save DC (8 + your droid's proficiency bonus + your droid's Intelligence modifier).

\n

You can choose this modification multiple times. Each time you do so, the stun ray gains another charge, to a maximum of 3. The stun ray regains all expended charges after a long rest.

\n

Techcasting Protocol

\n

Your droid learns two at-will tech powers, and one 1st-level tech power, which it casts at its lowest level. Once your droid casts it, your droid must finish a long rest before it can cast it again. Intelligence is your droid's techcasting ability for these powers. It does not require use of a wristpad for these powers.

\n

Toughness Module

\n

Prerequisite: 11th level
Prerequisite: Durability Module
You modify the durability module in your droid, granting the following benefit:

\n
    \n
  • Your droid becomes proficient in Constitution saving throws. If it is already proficient, it becomes proficient in another saving throw of your choice.
  • \n
  • Whenever your droid takes the Dodge action in combat, it can spend one Hit Die to heal itself. Roll the die, add its Constitution modifier, and it regains a number of hit points equal to the total (minimum of one).
  • \n
"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.toolProf.value","value":"astro","mode":"+","targetSpecific":false,"id":1,"itemId":"avFn1m9oUpDgKAAF","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Archetypes/Astrotech%20Engineering.webp","effects":[]} -{"_id":"bBMsNrnCUOXGfb0h","name":"Cyclone Approach","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Berserker","description":{"value":"

Cyclone Approach

\n

The Cyclone Approach empowers the berserker’s ability to fight with weapons in each hand. Followers of this approach learn to move quickly to avoid attacks and can become a whirlwind of fury and steel, cleaving through hordes of enemies.

\n

Dual Wielder

\n

When you choose this approach at 3rd level, when you engage in Two-Weapon Fighting, you can add your Strength or Dexterity modifier (your choice) to the damage of your Two-Weapon Fighting attack as long as it doesn’t already include that modifier.

\n

Double Swing

\n

Also at 3rd level, once on each of your turns when you miss with an attack while raging, you can immediately make a melee attack with the weapon in your other hand.

\n

Twisting Winds

\n

At 6th level, your unpredictable movement makes you harder to hit and pin down. When you make a saving throw or ability checks to avoid being knocked prone, pushed, grappled, or restrained, it gains a bonus equal to your Strength or Dexterity modifier (your choice) as long as it doesn’t already include that modifier.

\n

Mighty Leap

\n

Starting at 10th level, the distance you can jump is doubled, and you do not provoke attacks of opportunity if you leave a hostile creature’s reach while jumping.

\n

Tornado

\n

At 14th level, you can become a tornado of attacks. When you take the Attack action on your turn, you can forgo one of your regular attacks to make a melee attack against any number of creatures within 5 feet of you, with a separate attack roll for each target. If you are wielding a separate melee weapon in each hand, each successful hit against a target deals damage equal to the damage dice of both weapons + your ability modifier + any other modifiers.

\n

You can use this feature a number of times equal to your Strength modifier (a minimum of once). You regain all expended uses when you finish a short or long rest.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Cyclone%20Approach.webp","effects":[]} -{"_id":"c89hsFFZG4WGlYcV","name":"Zoologist Pursuit","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scholar","description":{"value":"

Zoologist Pursuit

\n

Many academics develop an affinity for nature, studying the vast fauna that inhabit the different planets throughout the galaxy. Those scholars who choose the Zoologist Pursuit capitalize on their knowledge of animals, developing a strong bond with a companion with whom they gain an advantage on the battlefield.

\n

Wilderness Expert

\n

When you choose this pursuit at 3rd level, you gain proficiency your choice of Animal Handling or Nature skills. Additionally, when you make a Wisdom (Animal Handling) check, you gain a bonus to the check equal to your Intelligence modifier.

\n

Beast Companion

\n

Also at 3rd level, you learn to employ all the knowledge you've accumulated to forge a powerful bond with your own personal beast companion.

\n

Choose your beast, which is detailed at the end of this pursuit. Over the course of 8 hours, which can be done during a long rest, you can expend 500 cr worth of herbs and food to call forth an animal from the wilderness to serve as your companion.

\n

If your beast dies, or you want to bond with a different creature, you must first break the bond with your current beast companion. You may only have one beast companion at a time.

\n

Your beast gains a variety of benefits while it is bonded to you:

\n
    \n
  • The beast obeys your commands as best it can. It acts on your turn, and you determine its actions, decisions, attitudes, and so on. If you are incapacitated or absent, your beast acts on its own.
  • \n
  • Your beast's level equals your scholar level, and for each scholar level you gain after 3rd, your beast companion gains an additional hit die and increases its hit points accordingly.
  • \n
  • Your beast has the proficiency bonus of a player character of the same level.
  • \n
  • Whenever you gain the Ability Score Improvement feature in this class, your beast's abilities also improve. Your beast can increase one ability score of your choice by 2, or it can increase two ability scores of your choice by 1. As normal, your beast can't increase an ability score above 20 using this feature unless its description specifies otherwise.
  • \n
  • While your beast is the target of your Critical Analysis feature, it gains a bonus to ability checks, armor class, attack rolls, damage rolls, and saving throws equal to half your Intelligence modifier (rounded up).
  • \n
\n

Additional Maneuvers

\n

Lastly at 3rd level, you gain access to new maneuvers which reflect the progress of your studies into the biology and behavior of animals. Whenever you learn a new maneuver, you can choose from any of the following as well. The maneuvers are listed in alphabetical order.

\n

Loyal Bond

\n

Whenever you are hit with an attack, you can expend one superiority die to command your companion to immediately use its reaction and move up to its speed directly towards you. If it ends this movement within 5 feet of you, roll the superiority die. Your companion takes the damage instead of you, subtracting the amount you rolled from the total.

\n

Go Get 'Em

\n

While your companion is moving, you can expend a superiority die and add 5 times the number rolled to its movement speed.

\n

Pin Down

\n

When your beast attempts to grapple or knock a creature prone, you can expend a superiority die to give it direction as long as it can see or hear you. Roll a superiority die and add it to your beast's Strength (Athletics) check.

\n

Primal Endurance

\n

As an action, you can expend a superiority die to improve your beast's defense. Roll the die and add it to your beast's AC until the beginning of your next turn.

\n

Sic 'Em

\n

As an action, you can command your beast to savage a nearby enemy. Your beast can use its reaction to immediately move up to 10 feet and make one attack, adding the superiority dice to the damage roll on a hit.

\n

Spine-Chilling Howls

\n

As an action, you can expend one superiority die to command your beast to frighten another creature. The target must then succeed on a Wisdom saving throw against your Maneuver save DC or become frightened of both you and your beast for 1 minute.

\n

Wild Senses

\n

Whenever you make a Wisdom (Perception) or a Wisdom (Survival) check, you can request the aid of your beast by expending a superiority die, adding the number rolled to the check. You can use this maneuver before or after making the ability check, but before the results of the ability check are determined.

\n

Vicious Hunting

\n

Beginning at 6th level, your beast companion's strikes count as enhanced for the purpose of overcoming resistance and immunity to unenhanced attacks and damage.

\n

Creature Comprehension

\n

Starting at 9th level, when your beast makes an attack roll, ability check, or saving throw, you may expend a superiority die and apply the benefits of a maneuver you know from this class, as if you have taken the action yourself.

\n

Feral Ferocity

\n

Once you've reached 17th level, you have learned how to push your beast beyond its limits. If your beast is within 30 feet of you and can see or hear you, you can command it to enter a furious state. While raging, your beast gains the following benefits:

\n
    \n
  • Your beast has advantage on Strength checks and Strength saving throws if it is size Medium or larger.
  • \n
  • Your beast has advantage on Dexterity checks and Dexterity saving throws if it is size Small or smaller.
  • \n
  • When your hits with an attack, it deals bonus damage equal to your Intelligence modifier.
  • \n
  • Your beast has resistance to kinetic and energy damage.
  • \n
\n

Your beast's furious state lasts for 1 minute. It ends early if your beast is knocked unconscious. You can end your beast's furious state as a bonus action.

\n

Once you've used this feature, you can't use it again until you finish a long rest.

\n

Discoveries (Zoologist)

\n

When you select this pursuit, you gain access to new discoveries which reflect your studies in biology and behaviour of alien lifeforms. Whenever you learn a new discovery, you can choose from any of the following as well. The discoveries are listed in alphabetical order.

\n

Advantageous Companion

\n

When you make a Charisma (Intimidation) check against a creature that can see your beast companion, and your companion is size Medium or larger, you make the check with advantage.

\n

When you make a Charisma (Persuasion) check against a creature that can see your beast companion, and your companion is size Small or Tiny, you make the check with advantage.

\n

Colossal Companion

\n

Prerequisite: 15th level

\n

You can attempt to temporarily take control of a Huge beast. With the use of 10,000 cr worth of herbs and food, you can make a DC 15 Animal Handling check. On a success, the creature becomes your companion for 1d4 hours and gains the benefits of your Beast Companion feature. You can attempt to extend the duration by one hour by making additional Animal Handling checks. The DC for the first check is 20, and increases by 5 on each subsequent check. On a failure, the creature becomes hostile to you if it wasn't already and becomes immune to this feature for 24 hours.

\n

Holocam Attachment

\n

You have learned how to safely attach a holocam on the head of the companion. You learn the tracker droid interface tech power, and your beast becomes a valid target of this power.

\n

Neat Tricks

\n

Prerequisite: 5th level

\n

Your beast gains proficiency in one Strength or Dexterity skill of your choice. If your beast's size is Medium or larger and the chosen skill uses Strength, it has expertise in the chosen skill. If your beast's size is Small or smaller and the chosen skill uses Dexterity, it has expertise in the chosen skill.

\n

Protective Friend

\n

If a creature makes a melee attack against you or your companion, and your companion is within 5 feet of you, you can use your reaction to impose disadvantage on the attack roll.

\n

The More The Merrier

\n

Prerequisite: 7th level

\n

Whenever you attempt to call forth an animal as your companion, you can instead spend 1,000 cr worth of components and call forth a swarm of Tiny creatures. The swarm is composed of a number of creatures equal to your scholar level + your Intelligence modifier, and is size Medium. All of the creatures within the swarm act as a single creature.

\n

Generating Your Beast

\n

Choosing your beast companion is an integral part of being a Zoologist Scholar. Your beast takes a form of your choosing. Alternatively, your GM can choose what form your beast takes based on your environment.

\n

Once you've selected your type of beast, you assign your beast companion's ability scores using standard array (16, 14, 14, 12, 10, 8) as you see fit.

\n

Beast Features

\n

All beasts share the following traits.

\n

Hit Points

\n
    \n
  • Hit Dice: 1d4 per beast companion level
  • \n
  • Hit Points at 1st Level: 4 + your beast's Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d4 (or 3) + your beast's Constitution modifier per beast level after 1st
  • \n
\n

Proficiencies

\n
    \n
  • Languages: Your beast can understand simple commands spoken in two languages of your choice, as well as hand signals, but it can not speak
  • \n
  • Saving Throws: Choose one from Strength, Intelligence, or Charisma, and another from Dexterity, Constitution, or Wisdom
  • \n
  • Skills: Choose two from Acrobatics, Athletics, Intimidation, Perception, Performance, Survival, and Stealth
  • \n
\n

Features

\n
    \n
  • Armor Class: 10 + your beast's Dexterity modifier
  • \n
  • Bestial Traits: Your beast companion four bestial traits of your choice. It gains an additional trait at 5th level (5), 8th level (6), 11th level (7), 14th level (8), and 17th level (9). Whenever you gain a level in this class, you can exchange one trait for another one.
  • \n
  • Natural Weapon: Your beast companion attacks with a natural weapon, such as claws or a bite. On a hit, it deals 1d4 kinetic damage.
  • \n
  • Size: Tiny
  • \n
  • Speed: 20 ft.
  • \n
  • Type: Beast
  • \n
\n

Bestial Traits

\n

The traits are presented in alphabetical order.

\n

Aerial

\n

Your beast companion has a flying speed equal to its walking speed, and opportunity attacks made against it have disadvantage.

\n

Amphibious

\n

Your beast companion has a swimming speed equal to its walking speed, and it can breathe air and water.

\n

Burrower

\n

Your beast companion has a burrowing speed equal to its walking speed, and it has blindsight out to 10 feet.

\n

Charger

\n

If your beast moves at least half its speed straight towards a target before making a melee attack, it deals an additional 1d8 damage on a hit.

\n

Climber

\n

Your beast companion has a climbing speed equal to its walking speed, and it has advantage on Strength saving throws and Strength (Athletics) checks that involve climbing.

\n

Darkvision

\n

Your beast companion is accustomed to low-light environments. Your beast can see in dim light within 60 feet as if it were bright light, and in darkness as if it were dim light. Your beast can't discern color in darkness, only shades of gray.

\n

Evasive

\n

Your beast companion can take the Disengage action as a bonus action.

\n

Force Adept

\n

Prerequisite: Force Sensitive
Your beast companion knows one 2nd-level force power of your choice, and once per long rest it can cast it at 2nd-level without expending force points. Your beast's forcecasting ability is Wisdom or Charisma (depending on power alignment).

\n

Force Resistance

\n

Your beast companion has advantage on saving throws against force powers.

\n

Force Sensitive

\n

Your beast companion knows one 1st-level force power of your choice, and once per long rest it can cast it at 1st-level without expending force points. Your beast's forcecasting ability is Wisdom or Charisma (depending on power alignment).

\n

Grappler

\n

When your beast hits with a melee weapon attack, it can use a bonus action to attempt to grapple the target. On a success, the target is both grappled and restrained, and your beast can't attack again while it has a creature grappled.

\n

Heavy Hide

\n

Your beast companion's armor class becomes 14.

\n

Keen Hearing

\n

Your beast companion has advantage on Wisdom (Perception) checks that rely on hearing.

\n

Keen Sight

\n

Your beast companion has advantage on Wisdom (Perception) checks that rely on sight.

\n

Keen Smell

\n

Your beast companion has advantage on Wisdom (Perception) checks that rely on smell.

\n

Light Hide

\n

Your beast companion's armor class becomes 11 + it's Dexterity modifier.

\n

Medium Hide

\n

Your beast companion's armor class becomes 13 + it's Dexterity modifier, to a maximum of +2.

\n

Natural Camouflage

\n

When your beast companion attempts to hide, it can opt to not move on its turn. If it avoids moving, it is considered lightly obscured until it moves.

\n

Nimble Weapon

\n

Your beast companion can use Dexterity instead of Strength for its attack and damage rolls.

\n

Pack Tactics

\n

Your beast companion has advantage on an attack roll against a creature if at least one ally of your beast companion is within 5 feet of the creature and the ally isn't incapacitated.

\n

Pouncer

\n

If your beast moves at least half its speed straight toward a creature and hits it with a melee attack, the creature must make a Strength saving throw (DC = 8 + your beast's proficiency bonus + its Strength modifier). If the creature is larger than your beast, it makes this save with advantage. On a failed save, the creature is knocked prone, and your beast can make one additional attack against it as a bonus action.

\n

Powerful Build

\n

Your beast companion counts as one size larger when determining its carrying capacity and the weight it can push, drag, or lift.

\n

Rampager

\n

If your beast reduces a creature to 0 hit points with a melee attack on its turn, your beast and take a bonus action to move up to half its speed and make a melee attack.

\n

Ranged Weapon

\n

Your beast companion has a natural ranged weapon, such as a spitter or or tail spikes. It has a normal range of 30 feet and a long range of 90 feet, and on a hit it deal kinetic damage equal to its natural weapon damage die.

\n

Reach Weapon

\n

Your beast companion has a natural weapon with reach, such as a tail or wings. It has the reach property, and on a hit it deals kinetic damage equal to its natural weapon damage die.

\n

Size: Huge

\n

Prerequisite: Size Large
Your beast companion’s size is Huge. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d12, its natural weapon damage die becomes a d12, and its walking speed increases to 40.

\n

Size: Large

\n

Prerequisite: Size Medium
Your beast companion's size is Large. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d10, its natural weapon damage die becomes a d10, and it's walking speed increases to 35.

\n

Size: Medium

\n

Prerequisite: Size Small
Your beast companion's size is Medium. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d8, its natural weapon damage die becomes a d8, and its walking speed increases to 30.

\n

Size: Small

\n

Your beast companion's size is Small. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d6, its natural weapon damage die becomes a d6, and it's walking speed increases to 25.

\n

Sturdy-Legged

\n

Your beast companion's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start, and it has advantage on Strength and Dexterity saving throws made against effects that would knock it prone.

\n

Swift

\n

Your beast companion can take the Dash action as a bonus action.

\n

Tremorsense

\n

Your beast companion gains tremorsense out to 30 feet.

\n

Venomous Weapon

\n

When your beast companion deals damage to a creature, it must make a Constitution saving throw (DC = 8 + your beast's proficiency bonus + your beast's Constitution modifier) or become poisoned until the end of its next turn.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Zoologist%20Pursuit.webp","effects":[]} -{"_id":"cROcc25Zj1MT6Yf6","name":"Form I: Shii-Cho","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Guardian","description":{"value":"

Form I: Shii-Cho

\n

Form I, also known as Determination Form, uses wild, unpredictable attacks designed to distract and disarm their foes. Those guardians who focus on Shii-Cho Form make seemingly random, yet deliberate, attacks to knock their opponents off-balance.

\n

Form Basics

\n

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the @Compendium[sw5e.lightsaberform.rUL9jO0rPLWqOliO]{Shii-Cho Lightsaber Form}, detailed in Chapter 6 of the Player’s Handbook. If you already know this form, you can instead choose another lightsaber form. You can't take a lightsaber form option more than once, even if you later get to choose again.

\n

The Way of the Sarlaac

\n

Also at 3rd level, as a bonus action, you can enter a frenetic stance for one minute. While in this stance, the first time you hit a creature with a melee weapon attack on your turn, it has disadvantage on the next melee attack roll it makes against you before the start of your next turn. Additionally, if that creature is within 5 feet of you, it must make a Strength saving throw (DC = 8 + your proficiency bonus + your Strength or Dexterity modifier). On a failed save, it is pushed back 5 feet, and you can immediately move into the space it just vacated without provoking opportunity attacks.

\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you can't use it again until you finish a long rest.

\n

Channel the Force

\n

Lastly at 3rd level, you gain the following Channel the Force option.

\n

Disarming Slash

\n

When you hit a creature with a melee weapon attack, you can expend a use of your Channel the Force (no action required) to attempt to disarm the target, forcing it to drop one item of your choice that it's holding. The creature must make a Strength saving throw. On a failed save, it drops the object you choose. If you are within 5 feet of the target, and you have a free hand, you can catch the item. Otherwise, the object lands at its feet.

\n

Unpredictable Motion

\n

Beginning at 7th level, while you are wielding a melee weapon, opportunity attacks against you are made at disadvantage.

\n

Sarlaac Sweep

\n

Starting at 15th level, when a creature moves to within 5 feet of you, you can use your reaction to make a melee weapon attack against that creature. If the attack hits, you can attempt to damage another creature within 5 feet of the original target and within your reach. If the original attack roll would hit the second creature, it takes damage equal to your Strength or Dexterity modifier (your choice). The damage is of the same type dealt by the original attack.

\n

Master of Determination

\n

At 20th level, the erratic fluidity of your movement confounds even the most determined of foes. Your Strength or Dexterity and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for these scores increases by 2. Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to kinetic and energy damage from unenhanced weapons.
  • \n
  • Attack rolls made against you can't have advantage.
  • \n
  • When more than one creature is within 5 feet of you, you gain a bonus to your Armor Class equal to the number of creatures within 5 feet of you, up to your Wisdom or Charisma modifier (your choice, minimum of one).
  • \n
  • When you use your Sarlaac Sweep feature, you have advantage on the attack roll, and you can apply the bonus damage to every creature within 5 feet of you.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you can't use it again until you finish a long rest.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Shii-Cho%20Form.webp","effects":[]} -{"_id":"cjI8o9tAfKsuSGAP","name":"Bloodstorm Approach","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Berserker","description":{"value":"

Bloodstorm Approach

\n

The Bloodstorm Approach is said to have originated from the ancient wookiee Hroufrasnooohn clan (which loosely translates to Bloodstorm in Galactic Basic), whose warriors performed gravity-defying feats with their flying vibroaxes through a combination of unorthodox techniques and a mystical belief in their own abilities. A berserker who follows this approach can hurl their devastating weapons at enemies with such power and skill that it completely blurs the line between melee and ranged combat.

\n

Furious Throw

\n

When you choose this approach at 3rd level, your throwing techniques have become a perfect extension of your melee prowess. You may count your thrown weapon attacks as if they were melee weapon attacks for the purposes of your class abilities and feats, such as your Berserker Rage and Reckless Attack abilities.

\n

Returning Attacks

\n

Also at 3rd level, any weapon you throw can ricochet back to you at your command. When you make a thrown weapon attack, you may have the weapon fly back to your hand immediately after the attack.

\n

Throw Anything

\n

At 6th level, your strength and mastery of throwing techniques has allowed you to throw vibroaxes as easily as others hurl vibrodaggers. When you are wielding a melee weapon that you have proficiency with, it gains the thrown property (range 20/60).

\n

Fling People

\n

Starting at 10th level, you learn to throw creatures as easily as you throw your weapons. When you successfully grapple a creature, you may immediately throw the creature:

\n

Throw Friend

\n

If the creature is a willing ally and volunteers to be grappled, you throw the target into any unoccupied space within 60 feet. That creature may immediately use its reaction to make one melee weapon attack, adding your Strength modifier to the attack’s damage roll.

\n

Throw Foe

\n

If the creature is an opponent, you throw the target into any unoccupied space within 30 feet, where it takes damage equal to your Strength modifier and falls prone.

\n

Raging Whirlwind

\n

At 14th level, you can send your weapon spinning into a gravity-defying whirlwind of pain. Once per rage as an action, you may throw a weapon with the thrown property to a point you choose within 60 feet. The weapon fills the air as a cyclone in a 10 foot radius sphere centered on that point. A creature takes damage equal to the thrown weapon’s damage + your Strength modifier + your Rage Damage when it enter’s the whirlwind’s area for the first time on a turn or starts its turn there. This effect ends when you command the weapon to return to you as a free action or your rage ends.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Bloodstorm%20Approach.webp","effects":[]} -{"_id":"dY9gPH2vjYpS9onW","name":"Enhancement Specialist","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Fighter","description":{"value":"

Enhancement Specialist

\n

Those fighters who choose to become Enhancement Specialists learn to apply their technological prowess to their blasters. With their deep understanding of both their weapon and how to manipulate its ammunition on the fly, they can often turn the tides of a battle with a single shot.

\n

Studied Shooter

\n

When you choose this specialty at 3rd level, you learn specialized theory typical for practitioners of the enhancement trade. You gain proficiency in your choice of the Lore or Technology skills. Additionally, you learn your choice of the encrypted message or minor image tech power. Intelligence is your techcasting ability for these powers.

\n

Special Ammunition

\n

Also at 3rd level, you learn ammunition enhancements that are fueled by amplified shots to unleash special enhanced effects.

\n

Ammunition Enhancements

\n

You know two ammunition enhancements of your choice, which are detailed under \"Ammunition Enhancements\" below, and you earn more at higher levels. Many ammunition enhancements boost an attack in some way. Once per turn when you fire a shot from a blaster as part of the Attack action, you can apply one of your Ammunition Enhancement options to that shot,

\n

You gain an additional Ammunition Enhancement option of your choice when you reach certain levels in this class: 7th, 10th, 15th, and 18th level. Each option also improves when you become an 18th-level fighter.

\n

Each time you learn new ammunition enhancements, you can also replace one ammunition enhancement you know with a different one.

\n

Amplified Shots

\n

You have two amplified shots, which you use to activate your ammunition enhancements. An amplified shot is expended when you use it. When you fire an amplified shot, your weapon is treated as enhanced for overcoming resistance and immunity to unenhanced attacks and damage. You decide to use the option when the shot hits a creature, unless the option doesn't involve an attack roll. You regain all of your amplified shots when you finish a short or long rest.

\n

Saving Throws

\n

Some of your ammunition enhancements require your target to make a saving throw to resist the maneuver's effects. The saving throw DC is calculated as follows:

\n

Ammunition save DC = 8 + your proficiency bonus + your Dexterity modifier

\n

Ammunition Enhancements

\n

The ammunition enhancements are presented in alphabetical order.

\n

Carbonite Shot

\n

When this shot strikes its target, shards of carbonite wrap around the target. The creature hit by the shot takes an extra 2d6 cold damage, its speed is reduced by 10 feet, and it takes 2d6 kinetic damage the first time on each turn it moves 1 foot or more without teleporting. The target or any creature that can reach it can use its action to remove the carbonite with a successful Strength (Athletics) check against your Special Ammunition save DC. Otherwise, the carbonite lasts for 1 minute or until you use this option again.

\n

The cold damage and kinetic damage both increase to 4d6 when you reach 18th level in this class.

\n

Coercing Shot

\n

You enhance your shot with chemicals that confuse the target. The creature hit by the shot takes an extra 2d6 poison damage, and choose one of your allies within 30 feet of the target. The target must succeed on a Wisdom saving throw, or it is charmed by the chosen ally until the start of your next turn. This effect ends early if the chosen ally attacks the charmed target, deals damage to it, or forces it to make a saving throw.

\n

The poison damage increases to 4d6 when you reach 18th level in this class.

\n

Explosive Shot

\n

You fire a shot set to explode on impact. The shot detonates after your attack. Immediately after the shot hits the creature, the target and all other creatures within 10 feet of it take 2d6 fire damage each.

\n

The fire damage increases to 4d6 when you reach 18th level in this class.

\n

Hallucinogen Shot

\n

You enhance your shot with hallucinogenic chemicals. The creature hit by the shot takes an extra 2d6 psychic damage, and it must succeed on a Wisdom saving throw or be unable to see anything farther than 5 feet away until the start of your next turn.

\n

The psychic damage increases to 4d6 when you reach 18th level in this class.

\n

Piercing Shot

\n

You enhance your shot with armor-piercing properties. When you use this option, you don't make an attack roll for the attack. Instead, the shot shoots forward in a line, which is 1 foot wide and 30 feet long, before disappearing. The shot passes through objects, ignoring cover. Each creature in that line must make a Dexterity saving throw. On a failed save, a creature takes damage as if it were hit by the shot, plus an extra 1d6 damage of the weapon's type. On a successful save, a target takes half as much damage.

\n

The extra damage increases to 2d6 when you reach 18th level in this class.

\n

Quell Shot

\n

You fire a shot enhanced with a debilitating poison. The creature hit by the shot takes an extra 2d6 poison damage. The target must also succeed on a Constitution saving throw, or the damage dealt by its weapon attacks is halved until the start of your next turn.

\n

The poison damage increases to 4d6 when you reach 18th level in this class.

\n

Seeking Shot

\n

You apply a tracing signal to your shot. When you use this option, you don't make an attack roll for the attack. Instead, choose one creature you have seen in the past minute. The shot flies toward that creature, moving around corners if necessary and ignoring three-quarters cover and half cover. If the target is within the weapon's range and there is a path large enough for the shot to travel to the target, the target must make a Dexterity saving throw. Otherwise, the shot disappears after traveling as far as it can. On a failed save, the target takes damage as if it were hit by the shot, plus an extra 1d6 kinetic damage, and you learn the target's current location. On a successful save, the target takes half as much damage, and you don't learn its location.

\n

The kinetic damage increases to 2d6 when you reach 18th level in this class.

\n

Enhanced Shot

\n

Beginning at 7th level, you gain the ability to enhance your shots. Whenever you fire an unenhanced shot from a blaster, you can make it enhanced for the purpose of overcoming resistance and immunity to unenhanced attacks and damage.

\n

Redirected Shot

\n

At 10th level, you learn how to direct an errant shot toward a new target. When you make an attack roll with an enhanced shot and miss, you can use a bonus action to reroll the attack roll against a different target within 60 feet of the original target.

\n

Ever-Ready Shot

\n

Starting at 15th level, your enhanced ammunition is available whenever battle starts. If you roll initiative and have no uses of Special Ammunition remaining, you regain one use of it.

\n

Ammunition Upgrades

\n

At 18th level, your ammunition enhancements improve.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Enhancement%20Specialist.webp","effects":[]} +{"_id":"avFn1m9oUpDgKAAF","name":"Astrotech Engineering","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Engineer","description":{"value":"

Astrotech Engineering

\n

Those engineers who choose the Astrotech Engineering discipline focus on crafting and upgrading their droid companions.

\n

Bonus Proficiencies

\n

When you choose this discipline at 3rd level, you gain proficiency in astrotech's tools. Additionally, when you engage in crafting with astrotech's tools, the rate at which you craft doubles.

\n

Droid Companion

\n

Also at 3rd level, you learn to employ all the knowledge you've accumulated to create and customize your own personalized droid companion.

\n

Choose your droid, which is detailed at the end of this discipline. Over the course of 8 hours, which can be done during a long rest, you can expend 500 cr worth of materials to finally finish your droid.

\n

If your droid is irreparably destroyed, or you want to interface with a different droid, you can spend an additional 250 credits and 1 hour to change the target of this feature. You may only have one droid companion at a time.

\n

Your droid gains a variety of benefits while it is interfaced with you:

\n
    \n
  • The droid obeys your commands as best it can. It acts on your turn, and you determine its actions, decisions, attitudes, and so on. If you are incapacitated or absent, your droid acts on its own.
  • \n
  • Your droid's level equals your engineer level, and for each engineer level you gain after 3rd, your droid companion gains an additional Hit Die and increases its hit points accordingly.
  • \n
  • Your droid has the proficiency bonus of a player character of the same level.
  • \n
  • Whenever you gain the Ability Score Improvement feature in this class, your droid's abilities also improve. Your droid can increase one ability score of your choice by 2, or it can increase two ability scores of your choice by 1. As normal, your droid can't increase an ability score above 20 using this feature unless its description specifies otherwise.
  • \n
  • Your droid can not wear armor, but you can have the armor professionally integrated into its chassis. Over the course of a long rest, you can expend materials equal to half the cost of the armor in order to integrate it into your droid. Your droid must be proficient in armor in order to have it integrated.
  • \n
  • Your droid is a valid target of the tracker droid interface tech power.
  • \n
\n

Additionally, you can modify your droid. Your droid companion has 4 modification slots, and it gains more at higher levels, as shown in the Modification Slots column of the engineer class table. For each modification installed, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Potent Integration

\n

Lastly at 3rd level, when your droid makes an attack roll, you can use your reaction to expend one use of your Potent Aptitude to give it a boost. Roll the die and add it to both the attack and damage rolls, if the attack hits.

\n

Coordinated Attack

\n

Beginning at 6th level, when you take the Attack action, if your companion can see you, it can use its reaction to make a weapon attack against the same creature.

\n

Droid Defense

\n

At 14th level, while your droid can see you, it has advantage on all saving throws.

\n

Superior Droid Defense

\n

Starting at 18th level, whenever an attacker that your droid can see hits it with an attack, it can use its reaction to halve the attack's damage against it.

\n

Generating Your Droid

\n

Choosing your droid companion is an integral part of being an Astrotech Engineer. The class of droid you choose determines their features. Class II, III, and IV droids are all appropriate options, with their statistics listed below.

\n

Once you've selected your type of droid class, you assign your droid's ability scores using standard array (16, 14, 14, 12, 10, 8) as you see fit.

\n

Droid Features

\n

All droids share the following features.

\n

Resistances and Vulnerabilities

\n
    \n
  • Droid Resistances: Your droid is resistant to necrotic, poison, and psychic damage, and immune to poison and disease.
  • \n
  • Droid Vulnerabilities: Your droid is vulnerable to ion damage. Additionally, your droid has disadvantage on saving throws against effects that would deal ion or lightning damage.
  • \n
\n

Traits

\n
    \n
  • Creature Type: Droid
  • \n
  • Armor Integration: Your droid can not wear armor, but you can have the armor professionally integrated into its chassis. Over the course of a long rest, you can expend materials equal to half the cost of the armor in order to have it integrated. This work must be done by someone proficient with astrotech's tools. Your droid must be proficient in armor in order to have it integrated.
  • \n
\n

Class I Droid

\n

Class I droids are programmed for the mathematical, medical, or physical sciences. Subcategories of the first degree are medical droids, biological science droids, physical science droids, and mathematics droids.

\n

As a class I droid, your droid companion has the following features.

\n

Hit Points

\n
    \n
  • Hit Dice: 1d8 per class I droid level
  • \n
  • Hit Points at 1st Level: 8 + your droid's Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d8 (or 5) + your droid's Constitution modifier per class I droid level after 1st
  • \n
\n

Proficiencies

\n
    \n
  • Armor: Light armor plating
  • \n
  • Weapons: Simple blasters, simple vibroweapons
  • \n
  • Tools: None
  • \n
\n
    \n
  • Languages: Class I droids can speak, read, and write Galactic Basic and one language of your choice. They can understand spoken and written Binary, but can not speak it
  • \n
  • Saving Throws: Wisdom, Intelligence
  • \n
  • Skills: Two Intelligence, Wisdom, or Charisma skills of your choice
  • \n
\n

Features

\n
    \n
  • Size: Medium
  • \n
  • Speed: 25 ft.
  • \n
\n

Class II Droid

\n

Class II droids are programmed for engineering and other technical sciences. They differ from class I droids because they apply the science to real-life situations. Class II droids are rarely equipped with Basic vocabulators, instead communicating through Binary. There are five subcategories of class II droids. Astromech, exploration, environmental, engineering, and maintenance droids are all class II droids.

\n

As a class II droid, your droid companion has the following features.

\n

Hit Points

\n
    \n
  • Hit Dice: 1d6 per class II droid level
  • \n
  • Hit Points at 1st Level: 6 + your droid's Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d6 (or 4) + your droid's Constitution modifier per class II droid level after 1st
  • \n
\n

Proficiencies

\n
    \n
  • Armor: Light armor, medium armor
  • \n
  • Weapons: Simple blasters and simple vibroweapons with the light property
  • \n
  • Tools: Your choice of demolition's kit, security kit, or slicer's kit
  • \n
\n
    \n
  • Languages: Class II droids can speak, read, and write Binary. They can understand spoken and written Galactic Basic and one language of your choice, but can not speak it
  • \n
  • Saving Throws: Dexterity, Intelligence
  • \n
  • Skills: Two of your choice
  • \n
\n

Features

\n
    \n
  • Size: Small
  • \n
  • Speed: 25 ft.
  • \n
\n

Class III Droid

\n

Class III droids are programmed to interact with humans. They are said to be the most advanced droids ever invented. Protocol, servant, tutor, and child care droids are all class III droids.

\n

As a class III droid, your droid companion has the following features.

\n

Hit Points

\n
    \n
  • Hit Dice: 1d8 per class III droid level
  • \n
  • Hit Points at 1st Level: 8 + your droid's Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d8 (or 5) + your droid's Constitution modifier per class III droid level after 1st
  • \n
\n

Proficiencies

\n
    \n
  • Armor: Light armor
  • \n
  • Weapons: Simple blasters, simple vibroweapons
  • \n
  • Tools: None
  • \n
\n
    \n
  • Languages: Class III droids can speak and understand all registered languages
  • \n
  • Saving Throws: Wisdom, Charisma
  • \n
  • Skills: None
  • \n
\n

Features

\n
    \n
  • Size: Medium
  • \n
  • Speed: 25 ft.
  • \n
\n

Class IV Droid

\n

Class IV droids are programmed for military and security purposes. Such droids tend to perform tasks of violence or combat might be expected. Almost all class IV droids carry weapons. Armed combat droids are among the first droids ever created. Security, gladiator, battle, and assassin droids are all class IV droids.

\n

As a class IV droid, your droid companion has the following features.

\n

Hit Points

\n
    \n
  • Hit Dice: 1d8 per class IV droid level
  • \n
  • Hit Points at 1st Level: 8 + your droid's Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d8 (or 5) + your droid's Constitution modifier per class IV droid level after 1st
  • \n
\n

Proficiencies

\n
    \n
  • Armor: All armor
  • \n
  • Weapons: All blasters, All vibroweapons
  • \n
  • Tools: None
  • \n
\n
    \n
  • Languages: Class IV droids can speak, read, and write Galactic Basic and one language of your choice. They can understand spoken and written Binary, but can not speak it
  • \n
  • Saving Throws: Strength, Dexterity
  • \n
  • Skills: None
  • \n
\n

Features

\n
    \n
  • Size: Medium
  • \n
  • Speed: 30 ft.
  • \n
\n

Class V Droid

\n

Class V droids are programmed for menial and low-skill tasks. Such droids tend to perform basic tasks such as construction, lifting, maintenance, mining, sanitation, and transportation.

\n

As a class V droid, your droid companion has the following features.

\n

Hit Points

\n
    \n
  • Hit Dice: 1d8 per class V droid level
  • \n
  • Hit Points at 1st Level: 8 + your droid's Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d8 (or 5) + your droid's Constitution modifier per class V droid level after 1st
  • \n
\n

Proficiencies

\n
    \n
  • Armor: Light armor, medium armor
  • \n
  • Weapons: All vibroweapons, simple blasters
  • \n
  • Tools: One set of artisan's tools
  • \n
\n
    \n
  • Languages: Class V droids can speak, read, and write Binary. They can understand spoken and written Galactic Basic and one language of your choice, but can not speak it
  • \n
  • Saving Throws: Strength, Constitution
  • \n
  • Skills: Athletics
  • \n
\n

Features

\n
    \n
  • Size: Medium
  • \n
  • Speed: 30 ft.
  • \n
\n

Astrotech Modifications

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n

Advanced Power Core

\n

Prerequisite: 7th level, d10 Hit Die
You greatly improve the power core of your droid. Its Hit Die becomes a d12.

\n

Alarm Protocol

\n

You install an alarm module in your droid, granting the following benefits:

\n
    \n
  • Your droid grants a +5 bonus to initiative to creatures within 5 feet of it.
  • \n
  • You and your droid can't be surprised while your droid is conscious.
  • \n
\n

Analysis Protocol

\n

Prerequisite: 7th level, Class I Droid
Your droid can analyze a target, develop a plan on how to best overcome any potential obstacle, and execute that plan with ruthless efficiency. As a bonus action on your droid's turn, your droid can analyze a target it can see within 60 feet of it. For the next minute, or until it analyzes another target, it gains the following benefits:

\n
    \n
  • When it analyzes a hostile creature, its attack and damage rolls made with weapons with the finesse property or blaster weapons against that target may use its Intelligence modifier instead of Strength or Dexterity.
  • \n
  • When it analyzes a friendly creature, the target can end your droid's Analysis Protocol on them (no action required) to add half your droid's Intelligence modifier (rounded down, minimum of +1) to one attack roll, ability check, or saving throw. Once a friendly creature has benefited from this ability, they can not do so again until they complete a short or long rest.
  • \n
\n

Arm Cannons

\n

You install dual arm cannons in your droid. The arm cannons have 2 charges. As an action, your droid can use charges to cast the overload tech power, using 1 charge per level. The saving throw is made against your droid's tech save DC (8 + your droid's proficiency bonus + your droid's Intelligence modifier).

\n

You can choose this modification multiple times. Each time you do so, the arm cannons gain another charge, to a maximum of 4. The arm cannons regain all charges after a long rest.

\n

Back-Up Protocol

\n

Prerequisite: 7th level
You install an emergency protocol in your droid, prompting a quick reboot after critical damage is taken. If your droid would be reduced to 0 hit points, it instead is reduced to 1.

\n

Once your droid uses this feature, it must finish a short or long rest before it can use it again.

\n

Celerity Augment

\n

You augment your droid to move a little faster. Your droid's speed increases by 5 feet.

\n

You can choose this modification twice.

\n

Charisma Chip

\n

Prerequisite: Class III Droid
You install a charisma chip in your droid. When an ally your droid can see makes an ability check, attack roll, or saving throw, your droid can use its reaction to give them advantage on the roll. It can do so before or after they roll the d20, but before the GM says the roll succeeds or fails. Once your droid uses this ability, it can't use it again until it finishes a short or long rest.

\n

Durability Module

\n

You enhance your droid's durability, granting the following benefits:

\n
    \n
  • When your droid rolls a Hit Die to regain hit points, the minimum number of hit points your droid can regain from the roll equals twice your droid's Constitution modifier (minimum of 2).
  • \n
  • Your droid's hit point maximum increases by an amount equal to twice its level when you install this protocol. Whenever your droid gains a level thereafter, its hit point maximum increases by an additional 2 hit points.
  • \n
\n

Emergency Mode

\n

Prerequisite: 15th level
Prerequisite: Back-Up Protocol
You modify your droid's back-up protocol. When your droid's back-up protocol is initiated, it can immediately use its reaction to make one attack roll against a target within range. If the target is the source of the damage that reduced your droid to 0, the attack roll has advantage.

\n

Energy Shield

\n

You install an energy shield in your droid. The energy shield has 1 charge. As an action, your droid can use 1 charge to cast the @Compendium[sw5e.techpowers.c7vvcY0lZDii7SOI]{Energy Shield} tech power.

\n

You can choose this modification multiple times. Each time you do so, the energy shield gains another charge, to a maximum of 3. The energy shield regains all expended charges after a long rest.

\n

Expertise Protocol

\n

Prerequisite: 5th level
You install a protocol in your droid that grants it expertise in a tool or skill. Choose a tool or skill that your droid is proficient in. Your droid gains expertise in it.

\n

False Combustion

\n

Prerequisite: Class II Droid
You install a panic protocol in your droid. As a reaction in response to taking damage, your droid can feign an explosion. For 1 minute, your droid appears to be destroyed to all outward inspection. A creature can use its action to inspect the droid and make an Intelligence (Investigation) check against your droid's tech save DC (8 + your droid's proficiency bonus + your droid's Intelligence modifier). If it succeeds, it becomes aware that your droid is still functioning.

\n

Fighting Style Protocol

\n

Your droid adopts a particular style of fighting as its specialty. Choose one of the Fighting Style options, detailed in chapter 6. Your droid can't take a Fighting Style option more than once, even if it later gets to choose again.

\n

Flamethrower

\n

You install a flamethrower in your droid. The flamethrower has 1 charge. As an action, your droid can cast the @Compendium[sw5e.techpowers.HoshRCTHW8vntDCg]{Jet of Flame} tech power or use 1 charge to cast the flame sweep tech power at 1st level. The saving throw is made against your droid's tech save DC (8 + your droid's proficiency bonus + your droid's Intelligence modifier).

\n

You can choose this modification multiple times. Each time you do so, the flamethrower gains another charge, to a maximum of 3. If the flamethrower has multiple charges, you can use multiple charges to cast @Compendium[sw5e.techpowers.6aZ0FG6HwrUO28WF]{Flame Sweep} at a higher level, 1 point per charge. The flamethrower regains all expended charges after a long rest.

\n

Four-Armed Combatant

\n

Prerequisite: Class IV Droid
You install two additional arms to improve your droid's combat capabilities, granting it four arms which it can use independently of one another. Your droid can only gain the benefit of items held by two of its arms at any given time, and once per round your droid can switch which arms it is benefiting from (no action required).

\n

While your droid has at least 3 arms free, it has a climbing speed equal to its walking speed.

\n

Heavy Plating

\n

Prerequisite: Medium Armor proficiency
Your droid gains proficiency in heavy armor. If your droid is already proficient in heavy armor, instead kinetic and energy damage that your droid takes from unenhanced weapons is reduced by an amount equal to its proficiency bonus.

\n

Light Plating

\n

Your droid gains proficiency in light armor. If your droid is already proficient in light armor, instead your droid's speed increases by 5 feet while light armor is integrated.

\n

Martial Protocol

\n

Prerequisite: 7th level, Class IV Droid
Your droid has martial training that allows it to perform special combat maneuvers. It gains the following benefits:

\n
    \n
  • It learns two maneuvers of your choice from among those available to the fighter class. If a maneuver it uses requires its target to make a saving throw to resist the maneuver's effects, the saving throw DC equals 8 + your droid's proficiency bonus + your droid's Strength or Dexterity modifier (your choice).
  • \n
  • Your droid has two superiority dice, which are d4s. These dice are used to fuel its maneuvers. A superiority die is expended when your droid uses it. It regain all of its expended superiority dice when you finish a short or long rest.
  • \n
\n

Medium Plating

\n

Prerequisite: Light Armor proficiency
Your droid gains proficiency in medium armor. If your droid is already proficient in medium armor, the maximum Dexterity bonus your droid can add to AC increases to 3 from 2 while medium armor is integrated.

\n

Memory Protocol

\n

Prerequisite: Class I Droid
Your droid can recall anything it has read in the past month that it understood. This includes but is not limited to books, maps, signs, and lists.

\n

Observant Protocol

\n

Prerequisite: 7th level
Prerequisite: Alarm Protocol
You modify the alarm module in your droid, granting the following benefits:

\n
    \n
  • If your droid can see a creature's mouth while it is speaking a language it understands, your droid can interpret what it's saying by reading its lips.
  • \n
  • Your droid is considered to have advantage when determining its passive Wisdom (Perception) and passive Intelligence (Investigation) scores.
  • \n
\n

Performance Protocol

\n

Prerequisite: 7th level, Class III Droid
You modify your droid's charisma chip, granting the following benefits:

\n
    \n
  • Your droid has advantage on Charisma (Performance) checks.
  • \n
  • Your droid can also use its bonus action to motivate an ally within 30 feet of it. Until the start of your droid's next turn, the ally can add the droid's Charisma modifier (minimum of +1) to the first attack roll, ability check, or saving throw they make. Your droid can use this feature a number of time equal to its Charisma modifier, and it regains all expended uses after it completes a long rest.
  • \n
\n

Powerful Droid

\n

Prerequisite: Class V Droid
Your droid count as one size larger when determining your carrying capacity and the weight you can push, drag, or lift.

\n

Powerful Grip

\n

Prerequisite: 7th level, Class V Droid
When your droid hits a creature with a melee weapon attack on its turn and has a free hand, it can use a bonus action to attempt to grapple the target. If it does so, and the grapple succeeds, your droid can make one additional attack against the target (no action required).

\n

Premium Power Core

\n

You improve the power core of your droid. Its Hit Die becomes a d8.

\n

Proficiency Protocol

\n

You install a protocol in your droid that grants it proficiency in a tool or skill. Your droid gains proficiency in a tool or skill of your choice.

\n

Prototype Power Core

\n

Prerequisite: d8 Hit Die
You further improve the power core of your droid. Its Hit Die becomes a d10.

\n

Repulsor Coil

\n

Prerequisite: 7th level, Class II Droid
You install repulsor coils in your droid's legs. Your droid gains a flying speed equal to its walking speed.

\n

Sensor Augmentation

\n

You augment your droid with an advanced sensor, granting the following benefits:

\n
    \n
  • Your droid has advantage on Wisdom (Perception) and Intelligence (Investigation) checks made to detect the presence of secret doors.
  • \n
  • Your droid has advantage on saving throws made to avoid or resist traps.
  • \n
  • Your droid has resistance to the damage dealt by traps.
  • \n
  • Your droid can search for traps while traveling at a normal pace, instead of only at a slow pace.
  • \n
\n

Stun Ray

\n

You install a stun ray in your droid. The stun ray has 1 charge. As an action, your droid can use 1 charge to cast the @Compendium[sw5e.techpowers.qHu258wCccbyajwo]{Hold Droid} or @Compendium[sw5e.techpowers.zXCnz8vBWC4fhvfw]{Paralyze Humanoid} tech power. The saving throw is made against your droid's tech save DC (8 + your droid's proficiency bonus + your droid's Intelligence modifier).

\n

You can choose this modification multiple times. Each time you do so, the stun ray gains another charge, to a maximum of 3. The stun ray regains all expended charges after a long rest.

\n

Techcasting Protocol

\n

Your droid learns two at-will tech powers, and one 1st-level tech power, which it casts at its lowest level. Once your droid casts it, your droid must finish a long rest before it can cast it again. Intelligence is your droid's techcasting ability for these powers. It does not require use of a wristpad for these powers.

\n

Toughness Module

\n

Prerequisite: 11th level
Prerequisite: Durability Module
You modify the durability module in your droid, granting the following benefit:

\n
    \n
  • Your droid becomes proficient in Constitution saving throws. If it is already proficient, it becomes proficient in another saving throw of your choice.
  • \n
  • Whenever your droid takes the Dodge action in combat, it can spend one Hit Die to heal itself. Roll the die, add its Constitution modifier, and it regains a number of hit points equal to the total (minimum of one).
  • \n
"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.toolProf.value","value":"astro","mode":"+","targetSpecific":false,"id":1,"itemId":"avFn1m9oUpDgKAAF","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Archetypes/Astrotech%20Engineering.webp","effects":[]} +{"_id":"bBMsNrnCUOXGfb0h","name":"Cyclone Approach","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Berserker","description":{"value":"

Cyclone Approach

\n

The Cyclone Approach empowers the berserker’s ability to fight with weapons in each hand. Followers of this approach learn to move quickly to avoid attacks and can become a whirlwind of fury and steel, cleaving through hordes of enemies.

\n

Dual Wielder

\n

When you choose this approach at 3rd level, when you engage in Two-Weapon Fighting, you can add your Strength or Dexterity modifier (your choice) to the damage of your Two-Weapon Fighting attack as long as it doesn’t already include that modifier.

\n

Double Swing

\n

Also at 3rd level, once on each of your turns when you miss with an attack while raging, you can immediately make a melee attack with the weapon in your other hand.

\n

Twisting Winds

\n

At 6th level, your unpredictable movement makes you harder to hit and pin down. When you make a saving throw or ability checks to avoid being knocked prone, pushed, grappled, or restrained, it gains a bonus equal to your Strength or Dexterity modifier (your choice) as long as it doesn’t already include that modifier.

\n

Mighty Leap

\n

Starting at 10th level, the distance you can jump is doubled, and you do not provoke attacks of opportunity if you leave a hostile creature’s reach while jumping.

\n

Tornado

\n

At 14th level, you can become a tornado of attacks. When you take the Attack action on your turn, you can forgo one of your regular attacks to make a melee attack against any number of creatures within 5 feet of you, with a separate attack roll for each target. If you are wielding a separate melee weapon in each hand, each successful hit against a target deals damage equal to the damage dice of both weapons + your ability modifier + any other modifiers.

\n

You can use this feature a number of times equal to your Strength modifier (a minimum of once). You regain all expended uses when you finish a short or long rest.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Cyclone%20Approach.webp","effects":[]} +{"_id":"c89hsFFZG4WGlYcV","name":"Zoologist Pursuit","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scholar","description":{"value":"

Zoologist Pursuit

\n

Many academics develop an affinity for nature, studying the vast fauna that inhabit the different planets throughout the galaxy. Those scholars who choose the Zoologist Pursuit capitalize on their knowledge of animals, developing a strong bond with a companion with whom they gain an advantage on the battlefield.

\n

Wilderness Expert

\n

When you choose this pursuit at 3rd level, you gain proficiency your choice of Animal Handling or Nature skills. Additionally, when you make a Wisdom (Animal Handling) check, you gain a bonus to the check equal to your Intelligence modifier.

\n

Beast Companion

\n

Also at 3rd level, you learn to employ all the knowledge you've accumulated to forge a powerful bond with your own personal beast companion.

\n

Choose your beast, which is detailed at the end of this pursuit. Over the course of 8 hours, which can be done during a long rest, you can expend 500 cr worth of herbs and food to call forth an animal from the wilderness to serve as your companion.

\n

If your beast dies, or you want to bond with a different creature, you must first break the bond with your current beast companion. You may only have one beast companion at a time.

\n

Your beast gains a variety of benefits while it is bonded to you:

\n
    \n
  • The beast obeys your commands as best it can. It acts on your turn, and you determine its actions, decisions, attitudes, and so on. If you are incapacitated or absent, your beast acts on its own.
  • \n
  • Your beast's level equals your scholar level, and for each scholar level you gain after 3rd, your beast companion gains an additional hit die and increases its hit points accordingly.
  • \n
  • Your beast has the proficiency bonus of a player character of the same level.
  • \n
  • Whenever you gain the Ability Score Improvement feature in this class, your beast's abilities also improve. Your beast can increase one ability score of your choice by 2, or it can increase two ability scores of your choice by 1. As normal, your beast can't increase an ability score above 20 using this feature unless its description specifies otherwise.
  • \n
  • While your beast is the target of your Critical Analysis feature, it gains a bonus to ability checks, armor class, attack rolls, damage rolls, and saving throws equal to half your Intelligence modifier (rounded up).
  • \n
\n

Additional Maneuvers

\n

Lastly at 3rd level, you gain access to new maneuvers which reflect the progress of your studies into the biology and behavior of animals. Whenever you learn a new maneuver, you can choose from any of the following as well. The maneuvers are listed in alphabetical order.

\n

Loyal Bond

\n

Whenever you are hit with an attack, you can expend one superiority die to command your companion to immediately use its reaction and move up to its speed directly towards you. If it ends this movement within 5 feet of you, roll the superiority die. Your companion takes the damage instead of you, subtracting the amount you rolled from the total.

\n

Go Get 'Em

\n

While your companion is moving, you can expend a superiority die and add 5 times the number rolled to its movement speed.

\n

Pin Down

\n

When your beast attempts to grapple or knock a creature prone, you can expend a superiority die to give it direction as long as it can see or hear you. Roll a superiority die and add it to your beast's Strength (Athletics) check.

\n

Primal Endurance

\n

As an action, you can expend a superiority die to improve your beast's defense. Roll the die and add it to your beast's AC until the beginning of your next turn.

\n

Sic 'Em

\n

As an action, you can command your beast to savage a nearby enemy. Your beast can use its reaction to immediately move up to 10 feet and make one attack, adding the superiority dice to the damage roll on a hit.

\n

Spine-Chilling Howls

\n

As an action, you can expend one superiority die to command your beast to frighten another creature. The target must then succeed on a Wisdom saving throw against your Maneuver save DC or become frightened of both you and your beast for 1 minute.

\n

Wild Senses

\n

Whenever you make a Wisdom (Perception) or a Wisdom (Survival) check, you can request the aid of your beast by expending a superiority die, adding the number rolled to the check. You can use this maneuver before or after making the ability check, but before the results of the ability check are determined.

\n

Vicious Hunting

\n

Beginning at 6th level, your beast companion's strikes count as enhanced for the purpose of overcoming resistance and immunity to unenhanced attacks and damage.

\n

Creature Comprehension

\n

Starting at 9th level, when your beast makes an attack roll, ability check, or saving throw, you may expend a superiority die and apply the benefits of a maneuver you know from this class, as if you have taken the action yourself.

\n

Feral Ferocity

\n

Once you've reached 17th level, you have learned how to push your beast beyond its limits. If your beast is within 30 feet of you and can see or hear you, you can command it to enter a furious state. While raging, your beast gains the following benefits:

\n
    \n
  • Your beast has advantage on Strength checks and Strength saving throws if it is size Medium or larger.
  • \n
  • Your beast has advantage on Dexterity checks and Dexterity saving throws if it is size Small or smaller.
  • \n
  • When your hits with an attack, it deals bonus damage equal to your Intelligence modifier.
  • \n
  • Your beast has resistance to kinetic and energy damage.
  • \n
\n

Your beast's furious state lasts for 1 minute. It ends early if your beast is knocked unconscious. You can end your beast's furious state as a bonus action.

\n

Once you've used this feature, you can't use it again until you finish a long rest.

\n

Discoveries (Zoologist)

\n

When you select this pursuit, you gain access to new discoveries which reflect your studies in biology and behaviour of alien lifeforms. Whenever you learn a new discovery, you can choose from any of the following as well. The discoveries are listed in alphabetical order.

\n

Advantageous Companion

\n

When you make a Charisma (Intimidation) check against a creature that can see your beast companion, and your companion is size Medium or larger, you make the check with advantage.

\n

When you make a Charisma (Persuasion) check against a creature that can see your beast companion, and your companion is size Small or Tiny, you make the check with advantage.

\n

Colossal Companion

\n

Prerequisite: 15th level

\n

You can attempt to temporarily take control of a Huge beast. With the use of 10,000 cr worth of herbs and food, you can make a DC 15 Animal Handling check. On a success, the creature becomes your companion for 1d4 hours and gains the benefits of your Beast Companion feature. You can attempt to extend the duration by one hour by making additional Animal Handling checks. The DC for the first check is 20, and increases by 5 on each subsequent check. On a failure, the creature becomes hostile to you if it wasn't already and becomes immune to this feature for 24 hours.

\n

Holocam Attachment

\n

You have learned how to safely attach a holocam on the head of the companion. You learn the tracker droid interface tech power, and your beast becomes a valid target of this power.

\n

Neat Tricks

\n

Prerequisite: 5th level

\n

Your beast gains proficiency in one Strength or Dexterity skill of your choice. If your beast's size is Medium or larger and the chosen skill uses Strength, it has expertise in the chosen skill. If your beast's size is Small or smaller and the chosen skill uses Dexterity, it has expertise in the chosen skill.

\n

Protective Friend

\n

If a creature makes a melee attack against you or your companion, and your companion is within 5 feet of you, you can use your reaction to impose disadvantage on the attack roll.

\n

The More The Merrier

\n

Prerequisite: 7th level

\n

Whenever you attempt to call forth an animal as your companion, you can instead spend 1,000 cr worth of components and call forth a swarm of Tiny creatures. The swarm is composed of a number of creatures equal to your scholar level + your Intelligence modifier, and is size Medium. All of the creatures within the swarm act as a single creature.

\n

Generating Your Beast

\n

Choosing your beast companion is an integral part of being a Zoologist Scholar. Your beast takes a form of your choosing. Alternatively, your GM can choose what form your beast takes based on your environment.

\n

Once you've selected your type of beast, you assign your beast companion's ability scores using standard array (16, 14, 14, 12, 10, 8) as you see fit.

\n

Beast Features

\n

All beasts share the following traits.

\n

Hit Points

\n
    \n
  • Hit Dice: 1d4 per beast companion level
  • \n
  • Hit Points at 1st Level: 4 + your beast's Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d4 (or 3) + your beast's Constitution modifier per beast level after 1st
  • \n
\n

Proficiencies

\n
    \n
  • Languages: Your beast can understand simple commands spoken in two languages of your choice, as well as hand signals, but it can not speak
  • \n
  • Saving Throws: Choose one from Strength, Intelligence, or Charisma, and another from Dexterity, Constitution, or Wisdom
  • \n
  • Skills: Choose two from Acrobatics, Athletics, Intimidation, Perception, Performance, Survival, and Stealth
  • \n
\n

Features

\n
    \n
  • Armor Class: 10 + your beast's Dexterity modifier
  • \n
  • Bestial Traits: Your beast companion four bestial traits of your choice. It gains an additional trait at 5th level (5), 8th level (6), 11th level (7), 14th level (8), and 17th level (9). Whenever you gain a level in this class, you can exchange one trait for another one.
  • \n
  • Natural Weapon: Your beast companion attacks with a natural weapon, such as claws or a bite. On a hit, it deals 1d4 kinetic damage.
  • \n
  • Size: Tiny
  • \n
  • Speed: 20 ft.
  • \n
  • Type: Beast
  • \n
\n

Bestial Traits

\n

The traits are presented in alphabetical order.

\n

Aerial

\n

Your beast companion has a flying speed equal to its walking speed, and opportunity attacks made against it have disadvantage.

\n

Amphibious

\n

Your beast companion has a swimming speed equal to its walking speed, and it can breathe air and water.

\n

Burrower

\n

Your beast companion has a burrowing speed equal to its walking speed, and it has blindsight out to 10 feet.

\n

Charger

\n

If your beast moves at least half its speed straight towards a target before making a melee attack, it deals an additional 1d8 damage on a hit.

\n

Climber

\n

Your beast companion has a climbing speed equal to its walking speed, and it has advantage on Strength saving throws and Strength (Athletics) checks that involve climbing.

\n

Darkvision

\n

Your beast companion is accustomed to low-light environments. Your beast can see in dim light within 60 feet as if it were bright light, and in darkness as if it were dim light. Your beast can't discern color in darkness, only shades of gray.

\n

Evasive

\n

Your beast companion can take the Disengage action as a bonus action.

\n

Force Adept

\n

Prerequisite: Force Sensitive
Your beast companion knows one 2nd-level force power of your choice, and once per long rest it can cast it at 2nd-level without expending force points. Your beast's forcecasting ability is Wisdom or Charisma (depending on power alignment).

\n

Force Resistance

\n

Your beast companion has advantage on saving throws against force powers.

\n

Force Sensitive

\n

Your beast companion knows one 1st-level force power of your choice, and once per long rest it can cast it at 1st-level without expending force points. Your beast's forcecasting ability is Wisdom or Charisma (depending on power alignment).

\n

Grappler

\n

When your beast hits with a melee weapon attack, it can use a bonus action to attempt to grapple the target. On a success, the target is both grappled and restrained, and your beast can't attack again while it has a creature grappled.

\n

Heavy Hide

\n

Your beast companion's armor class becomes 14.

\n

Keen Hearing

\n

Your beast companion has advantage on Wisdom (Perception) checks that rely on hearing.

\n

Keen Sight

\n

Your beast companion has advantage on Wisdom (Perception) checks that rely on sight.

\n

Keen Smell

\n

Your beast companion has advantage on Wisdom (Perception) checks that rely on smell.

\n

Light Hide

\n

Your beast companion's armor class becomes 11 + it's Dexterity modifier.

\n

Medium Hide

\n

Your beast companion's armor class becomes 13 + it's Dexterity modifier, to a maximum of +2.

\n

Natural Camouflage

\n

When your beast companion attempts to hide, it can opt to not move on its turn. If it avoids moving, it is considered lightly obscured until it moves.

\n

Nimble Weapon

\n

Your beast companion can use Dexterity instead of Strength for its attack and damage rolls.

\n

Pack Tactics

\n

Your beast companion has advantage on an attack roll against a creature if at least one ally of your beast companion is within 5 feet of the creature and the ally isn't incapacitated.

\n

Pouncer

\n

If your beast moves at least half its speed straight toward a creature and hits it with a melee attack, the creature must make a Strength saving throw (DC = 8 + your beast's proficiency bonus + its Strength modifier). If the creature is larger than your beast, it makes this save with advantage. On a failed save, the creature is knocked prone, and your beast can make one additional attack against it as a bonus action.

\n

Powerful Build

\n

Your beast companion counts as one size larger when determining its carrying capacity and the weight it can push, drag, or lift.

\n

Rampager

\n

If your beast reduces a creature to 0 hit points with a melee attack on its turn, your beast and take a bonus action to move up to half its speed and make a melee attack.

\n

Ranged Weapon

\n

Your beast companion has a natural ranged weapon, such as a spitter or or tail spikes. It has a normal range of 30 feet and a long range of 90 feet, and on a hit it deal kinetic damage equal to its natural weapon damage die.

\n

Reach Weapon

\n

Your beast companion has a natural weapon with reach, such as a tail or wings. It has the reach property, and on a hit it deals kinetic damage equal to its natural weapon damage die.

\n

Size: Huge

\n

Prerequisite: Size Large
Your beast companion’s size is Huge. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d12, its natural weapon damage die becomes a d12, and its walking speed increases to 40.

\n

Size: Large

\n

Prerequisite: Size Medium
Your beast companion's size is Large. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d10, its natural weapon damage die becomes a d10, and it's walking speed increases to 35.

\n

Size: Medium

\n

Prerequisite: Size Small
Your beast companion's size is Medium. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d8, its natural weapon damage die becomes a d8, and its walking speed increases to 30.

\n

Size: Small

\n

Your beast companion's size is Small. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d6, its natural weapon damage die becomes a d6, and it's walking speed increases to 25.

\n

Sturdy-Legged

\n

Your beast companion's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start, and it has advantage on Strength and Dexterity saving throws made against effects that would knock it prone.

\n

Swift

\n

Your beast companion can take the Dash action as a bonus action.

\n

Tremorsense

\n

Your beast companion gains tremorsense out to 30 feet.

\n

Venomous Weapon

\n

When your beast companion deals damage to a creature, it must make a Constitution saving throw (DC = 8 + your beast's proficiency bonus + your beast's Constitution modifier) or become poisoned until the end of its next turn.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Zoologist%20Pursuit.webp","effects":[]} +{"_id":"cROcc25Zj1MT6Yf6","name":"Form I: Shii-Cho","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Guardian","description":{"value":"

Form I: Shii-Cho

\n

Form I, also known as Determination Form, uses wild, unpredictable attacks designed to distract and disarm their foes. Those guardians who focus on Shii-Cho Form make seemingly random, yet deliberate, attacks to knock their opponents off-balance.

\n

Form Basics

\n

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the @Compendium[sw5e.lightsaberform.rUL9jO0rPLWqOliO]{Shii-Cho Lightsaber Form}, detailed in Chapter 6 of the Player’s Handbook. If you already know this form, you can instead choose another lightsaber form. You can't take a lightsaber form option more than once, even if you later get to choose again.

\n

The Way of the Sarlaac

\n

Also at 3rd level, as a bonus action, you can enter a frenetic stance for one minute. While in this stance, the first time you hit a creature with a melee weapon attack on your turn, it has disadvantage on the next melee attack roll it makes against you before the start of your next turn. Additionally, if that creature is within 5 feet of you, it must make a Strength saving throw (DC = 8 + your proficiency bonus + your Strength or Dexterity modifier). On a failed save, it is pushed back 5 feet, and you can immediately move into the space it just vacated without provoking opportunity attacks.

\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you can't use it again until you finish a long rest.

\n

Channel the Force

\n

Lastly at 3rd level, you gain the following Channel the Force option.

\n

Disarming Slash

\n

When you hit a creature with a melee weapon attack, you can expend a use of your Channel the Force (no action required) to attempt to disarm the target, forcing it to drop one item of your choice that it's holding. The creature must make a Strength saving throw. On a failed save, it drops the object you choose. If you are within 5 feet of the target, and you have a free hand, you can catch the item. Otherwise, the object lands at its feet.

\n

Unpredictable Motion

\n

Beginning at 7th level, while you are wielding a melee weapon, opportunity attacks against you are made at disadvantage.

\n

Sarlaac Sweep

\n

Starting at 15th level, when a creature moves to within 5 feet of you, you can use your reaction to make a melee weapon attack against that creature. If the attack hits, you can attempt to damage another creature within 5 feet of the original target and within your reach. If the original attack roll would hit the second creature, it takes damage equal to your Strength or Dexterity modifier (your choice). The damage is of the same type dealt by the original attack.

\n

Master of Determination

\n

At 20th level, the erratic fluidity of your movement confounds even the most determined of foes. Your Strength or Dexterity and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for these scores increases by 2. Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to kinetic and energy damage from unenhanced weapons.
  • \n
  • Attack rolls made against you can't have advantage.
  • \n
  • When more than one creature is within 5 feet of you, you gain a bonus to your Armor Class equal to the number of creatures within 5 feet of you, up to your Wisdom or Charisma modifier (your choice, minimum of one).
  • \n
  • When you use your Sarlaac Sweep feature, you have advantage on the attack roll, and you can apply the bonus damage to every creature within 5 feet of you.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you can't use it again until you finish a long rest.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Shii-Cho%20Form.webp","effects":[]} +{"_id":"cjI8o9tAfKsuSGAP","name":"Bloodstorm Approach","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Berserker","description":{"value":"

Bloodstorm Approach

\n

The Bloodstorm Approach is said to have originated from the ancient wookiee Hroufrasnooohn clan (which loosely translates to Bloodstorm in Galactic Basic), whose warriors performed gravity-defying feats with their flying vibroaxes through a combination of unorthodox techniques and a mystical belief in their own abilities. A berserker who follows this approach can hurl their devastating weapons at enemies with such power and skill that it completely blurs the line between melee and ranged combat.

\n

Furious Throw

\n

When you choose this approach at 3rd level, your throwing techniques have become a perfect extension of your melee prowess. You may count your thrown weapon attacks as if they were melee weapon attacks for the purposes of your class abilities and feats, such as your Berserker Rage and Reckless Attack abilities.

\n

Returning Attacks

\n

Also at 3rd level, any weapon you throw can ricochet back to you at your command. When you make a thrown weapon attack, you may have the weapon fly back to your hand immediately after the attack.

\n

Throw Anything

\n

At 6th level, your strength and mastery of throwing techniques has allowed you to throw vibroaxes as easily as others hurl vibrodaggers. When you are wielding a melee weapon that you have proficiency with, it gains the thrown property (range 20/60).

\n

Fling People

\n

Starting at 10th level, you learn to throw creatures as easily as you throw your weapons. When you successfully grapple a creature, you may immediately throw the creature:

\n

Throw Friend

\n

If the creature is a willing ally and volunteers to be grappled, you throw the target into any unoccupied space within 60 feet. That creature may immediately use its reaction to make one melee weapon attack, adding your Strength modifier to the attack’s damage roll.

\n

Throw Foe

\n

If the creature is an opponent, you throw the target into any unoccupied space within 30 feet, where it takes damage equal to your Strength modifier and falls prone.

\n

Raging Whirlwind

\n

At 14th level, you can send your weapon spinning into a gravity-defying whirlwind of pain. Once per rage as an action, you may throw a weapon with the thrown property to a point you choose within 60 feet. The weapon fills the air as a cyclone in a 10 foot radius sphere centered on that point. A creature takes damage equal to the thrown weapon’s damage + your Strength modifier + your Rage Damage when it enter’s the whirlwind’s area for the first time on a turn or starts its turn there. This effect ends when you command the weapon to return to you as a free action or your rage ends.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Bloodstorm%20Approach.webp","effects":[]} +{"_id":"dY9gPH2vjYpS9onW","name":"Enhancement Specialist","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Fighter","description":{"value":"

Enhancement Specialist

\n

Those fighters who choose to become Enhancement Specialists learn to apply their technological prowess to their blasters. With their deep understanding of both their weapon and how to manipulate its ammunition on the fly, they can often turn the tides of a battle with a single shot.

\n

Studied Shooter

\n

When you choose this specialty at 3rd level, you learn specialized theory typical for practitioners of the enhancement trade. You gain proficiency in your choice of the Lore or Technology skills. Additionally, you learn your choice of the encrypted message or minor image tech power. Intelligence is your techcasting ability for these powers.

\n

Special Ammunition

\n

Also at 3rd level, you learn ammunition enhancements that are fueled by amplified shots to unleash special enhanced effects.

\n

Ammunition Enhancements

\n

You know two ammunition enhancements of your choice, which are detailed under \"Ammunition Enhancements\" below, and you earn more at higher levels. Many ammunition enhancements boost an attack in some way. Once per turn when you fire a shot from a blaster as part of the Attack action, you can apply one of your Ammunition Enhancement options to that shot,

\n

You gain an additional Ammunition Enhancement option of your choice when you reach certain levels in this class: 7th, 10th, 15th, and 18th level. Each option also improves when you become an 18th-level fighter.

\n

Each time you learn new ammunition enhancements, you can also replace one ammunition enhancement you know with a different one.

\n

Amplified Shots

\n

You have two amplified shots, which you use to activate your ammunition enhancements. An amplified shot is expended when you use it. When you fire an amplified shot, your weapon is treated as enhanced for overcoming resistance and immunity to unenhanced attacks and damage. You decide to use the option when the shot hits a creature, unless the option doesn't involve an attack roll. You regain all of your amplified shots when you finish a short or long rest.

\n

Saving Throws

\n

Some of your ammunition enhancements require your target to make a saving throw to resist the maneuver's effects. The saving throw DC is calculated as follows:

\n

Ammunition save DC = 8 + your proficiency bonus + your Dexterity modifier

\n

Ammunition Enhancements

\n

The ammunition enhancements are presented in alphabetical order.

\n

Carbonite Shot

\n

When this shot strikes its target, shards of carbonite wrap around the target. The creature hit by the shot takes an extra 2d6 cold damage, its speed is reduced by 10 feet, and it takes 2d6 kinetic damage the first time on each turn it moves 1 foot or more without teleporting. The target or any creature that can reach it can use its action to remove the carbonite with a successful Strength (Athletics) check against your Special Ammunition save DC. Otherwise, the carbonite lasts for 1 minute or until you use this option again.

\n

The cold damage and kinetic damage both increase to 4d6 when you reach 18th level in this class.

\n

Coercing Shot

\n

You enhance your shot with chemicals that confuse the target. The creature hit by the shot takes an extra 2d6 poison damage, and choose one of your allies within 30 feet of the target. The target must succeed on a Wisdom saving throw, or it is charmed by the chosen ally until the start of your next turn. This effect ends early if the chosen ally attacks the charmed target, deals damage to it, or forces it to make a saving throw.

\n

The poison damage increases to 4d6 when you reach 18th level in this class.

\n

Explosive Shot

\n

You fire a shot set to explode on impact. The shot detonates after your attack. Immediately after the shot hits the creature, the target and all other creatures within 10 feet of it take 2d6 fire damage each.

\n

The fire damage increases to 4d6 when you reach 18th level in this class.

\n

Hallucinogen Shot

\n

You enhance your shot with hallucinogenic chemicals. The creature hit by the shot takes an extra 2d6 psychic damage, and it must succeed on a Wisdom saving throw or be unable to see anything farther than 5 feet away until the start of your next turn.

\n

The psychic damage increases to 4d6 when you reach 18th level in this class.

\n

Piercing Shot

\n

You enhance your shot with armor-piercing properties. When you use this option, you don't make an attack roll for the attack. Instead, the shot shoots forward in a line, which is 1 foot wide and 30 feet long, before disappearing. The shot passes through objects, ignoring cover. Each creature in that line must make a Dexterity saving throw. On a failed save, a creature takes damage as if it were hit by the shot, plus an extra 1d6 damage of the weapon's type. On a successful save, a target takes half as much damage.

\n

The extra damage increases to 2d6 when you reach 18th level in this class.

\n

Quell Shot

\n

You fire a shot enhanced with a debilitating poison. The creature hit by the shot takes an extra 2d6 poison damage. The target must also succeed on a Constitution saving throw, or the damage dealt by its weapon attacks is halved until the start of your next turn.

\n

The poison damage increases to 4d6 when you reach 18th level in this class.

\n

Seeking Shot

\n

You apply a tracing signal to your shot. When you use this option, you don't make an attack roll for the attack. Instead, choose one creature you have seen in the past minute. The shot flies toward that creature, moving around corners if necessary and ignoring three-quarters cover and half cover. If the target is within the weapon's range and there is a path large enough for the shot to travel to the target, the target must make a Dexterity saving throw. Otherwise, the shot disappears after traveling as far as it can. On a failed save, the target takes damage as if it were hit by the shot, plus an extra 1d6 kinetic damage, and you learn the target's current location. On a successful save, the target takes half as much damage, and you don't learn its location.

\n

The kinetic damage increases to 2d6 when you reach 18th level in this class.

\n

Enhanced Shot

\n

Beginning at 7th level, you gain the ability to enhance your shots. Whenever you fire an unenhanced shot from a blaster, you can make it enhanced for the purpose of overcoming resistance and immunity to unenhanced attacks and damage.

\n

Redirected Shot

\n

At 10th level, you learn how to direct an errant shot toward a new target. When you make an attack roll with an enhanced shot and miss, you can use a bonus action to reroll the attack roll against a different target within 60 feet of the original target.

\n

Ever-Ready Shot

\n

Starting at 15th level, your enhanced ammunition is available whenever battle starts. If you roll initiative and have no uses of Special Ammunition remaining, you regain one use of it.

\n

Ammunition Upgrades

\n

At 18th level, your ammunition enhancements improve.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Enhancement%20Specialist.webp","effects":[]} {"_id":"e1tObWwWnq5gt9zE","name":"Way of Lightning","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Consular","description":{"value":"

Way of Lightning

\n

Of all of the dark arts of the Force, little can match the spectacle and devastation of Force lightning. Those consulars who follow the Way of Lightning summon intense discharges of pure Force energy, overwhelming enemies with punishing damage from a distance, leaving them shaken and vulnerable—if not dead.

\n

Shocking Affinity

\n

When you choose this tradition at 3rd level, when you cast a force power that deals lightning damage, you can use Wisdom or Charisma as your forcecasting ability for it.

\n

Additionally, when you cast a damage dealing force power that requires an attack roll or saving throw, you can cause that power to instead deal lightning damage. If the power would call for a saving throw other than Dexterity, it instead calls for a Dexterity saving throw. If you hit with the power, or the target fails the power's saving throw, affected creatures become shocked until the start of your next turn. You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a short or long rest.

\n

Potent Lightning

\n

At 6th level you add your Wisdom or Charisma modifier (your choice, a minimum of +1) to any damage you deal with force powers that deal lightning damage.

\n

Blistering Rebuke

\n

Beginning at 10th level, when a creature within 5 feet of you that you can see hits you with an attack, you can use your reaction to cause the creature to make a Dexterity saving throw. On a failed save, the creature takes 1d10 plus your consular level lightning damage, is pushed back 10 feet, and becomes shocked until the end of their next turn. On a successful save, the creature takes half as much damage and isn't moved or shocked.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

\n

Electric Attunement

\n

At 14th level, you gain resistance to lightning damage. Additionally, force powers you cast ignore resistance to lightning damage.

\n

Unlimited Power

\n

Starting at 18th level, you can increase the power of your simpler lightning force powers. When you cast a force power of 6th-level or lower that deals lightning damage, you can deal maximum damage with that power.

\n

You can use this feature with no adverse effects a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). If you use this feature beyond this before you finish a long rest, you take 2d12 necrotic damage for each level of the power, immediately after you cast it. Each time you use this feature again before finishing a long rest, the necrotic damage per power level increases by 1d12. This damage cannot be reduced in any way.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Way%20of%20Lightning.webp","effects":[]} -{"_id":"f6laKRexQAH7Oa3b","name":"Aing-Tii Order","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Monk","description":{"value":"

Aing-Tii Order

\n

Monks of the Aing-Tii Order blend an attunement to the Force with their supreme focus to become a blur of motion in the heat of battle.

\n

Forcecasting

\n

When you choose this order at 3rd level, you have learned powers, fragments of knowledge that imbue you with an abiding force ability. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

Force Powers Known

\n

You learn 4 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the Aing-Tii Order Forcecasting table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

Force Points

\n

You have a number of force points equal to your monk level, as shown in the Force Points column of the Aing-Tii Order Forcecasting table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

Max Power Level

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Aing-Tii Order Forcecasting table.

\n

You may only cast force powers at 4th-level once. You regain the ability to do so after a long rest.

\n

Forcecasting Ability

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use your Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. In addition, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n

Force save DC = 8 + your proficiency bonus +your forcecasting ability modifier

\n

Force attack modifier = your proficiency bonus +your forcecasting ability modifier

\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Aing-Tii Order Forcecasting
LevelForce Powers KnownForce PointsMax Power Level
3rd431st
4th641st
5th751st
6th861st
7th1072nd
8th1182nd
9th1292nd
10th13102nd
11th14112nd
12th15122nd
13th17133rd
14th18143rd
15th19153rd
16th20163rd
17th22174th
18th23184th
19th24194th
20th25204th
\n
\n
\n

Flow-Walking

\n

At 6th level, you can cast the @Compendium[sw5e.forcepowers.G8UVHP4MXW6Dudky]{Phasestrike} force power without expending force points. When you reach 11th level, the damage bonus of the special attack made during phasestrike increases to 2d8, and at 17th level it increases to 3d8.

\n

Additionally, when you use your action to cast an at-will force power, you can use your Martial Arts or Focus features.

\n

You can use these features a combined number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain any expended uses when you finish a long rest.

\n

Prismatic Step

\n

At 11th level, when you take the Attack action, you can teleport up to 10 feet before each attack to an unoccupied space you can see.

\n

If you attack at least two different creatures with the action, you can make one additional attack against a third creature (no action required).

\n

Iridescent Strikes

\n

Starting at 17th level, when you use your action to cast a force power, you can spend 2 focus points to teleport to a space within 5 feet of a creature affected by the power and make two unarmed attacks against that creature as a bonus action.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Aing-Tii%20Order.webp","effects":[]} -{"_id":"gbP89R34SpttnfPb","name":"Whills Order","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Monk","description":{"value":"

Whills Order

\n

Monks of the Whills Order hold the secrets of the Force sacred, and dedicate their lives to defending ancient knowledge of the Force and its artifacts. They master the use of ranged weapons, often crafting their own weapons in respectful admiration of the Jedi tradition of crafting lightweapons.

\n

Flurry of Light

\n

At 3rd level, you gain proficiency in blaster pistols, blaster rifle, ion blaster, ion rifle, and the lightbow, which are your Whills weapons and are monk weapons for you. When you are wielding a Whills weapon, you gain the following benefits:

\n
    \n
  • Your Whills weapons count as melee weapons for you, and when you make a melee weapon attack with them, you deal kinetic damage equal to your Martial Arts Damage Die.
  • \n
  • When you take the Attack action on your turn and attack with a Whills weapon, you can make one additional attack with that weapon as a bonus action, or you can spend 1 focus point to make two attacks with that weapon as a bonus action. You roll a d4 in place of the normal damage of your Whills weapon when attacking as a bonus action. This die changes as you gain monk levels, as shown in the Martial Arts column of the Monk table.
  • \n
  • When you would make a ranged weapon attack with a Whills weapon, you can instead reload the weapon.
  • \n
\n

The Force is With You

\n

At 6th level, as you channel the Force through you, you gain the following benefits:

\n
    \n
  • You can use your Stunning Strike feature when you hit with a ranged weapon attack while you are wielding a Whills weapon.
  • \n
  • You can spend 1 focus point to ignore half cover with your Whills weapons. At 11th level, you can spend 2 focus points to ignore three quarters cover. At 17th level, you can spend 3 focus points to ignore total cover, as long as your target is not hidden from you.
  • \n
  • When you hit a creature with a Whills weapon, that creature has disadvantage on opportunity attacks against you until the start of your next turn.
  • \n
\n

One With the Force

\n

At 11th level, you learn how to enter a trance, preparing to unleash yourself upon your enemy. While in this trance, you can still talk and move. If you stay in the trance for at least one minute, when you roll initiative, you can make a ranged weapon attack on a number of creatures up to your Wisdom or Charisma modifier (your choice, a minimum of one) within 30 feet of you when you were in this trance.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Guided Strikes

\n

At 17th level, your first ranged weapon attack and your first melee weapon attack each turn deal additional damage equal to your Wisdom or Charisma modifier (your choice, a minimum of +1).

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Whills%20Order.webp","effects":[]} +{"_id":"f6laKRexQAH7Oa3b","name":"Aing-Tii Order","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Monk","description":{"value":"

Aing-Tii Order

\n

Monks of the Aing-Tii Order blend an attunement to the Force with their supreme focus to become a blur of motion in the heat of battle.

\n

Forcecasting

\n

When you choose this order at 3rd level, you have learned powers, fragments of knowledge that imbue you with an abiding force ability. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

Force Powers Known

\n

You learn 4 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the Aing-Tii Order Forcecasting table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

Force Points

\n

You have a number of force points equal to your monk level, as shown in the Force Points column of the Aing-Tii Order Forcecasting table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

Max Power Level

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Aing-Tii Order Forcecasting table.

\n

You may only cast force powers at 4th-level once. You regain the ability to do so after a long rest.

\n

Forcecasting Ability

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use your Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. In addition, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n

Force save DC = 8 + your proficiency bonus +your forcecasting ability modifier

\n

Force attack modifier = your proficiency bonus +your forcecasting ability modifier

\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Aing-Tii Order Forcecasting
LevelForce Powers KnownForce PointsMax Power Level
3rd431st
4th641st
5th751st
6th861st
7th1072nd
8th1182nd
9th1292nd
10th13102nd
11th14112nd
12th15122nd
13th17133rd
14th18143rd
15th19153rd
16th20163rd
17th22174th
18th23184th
19th24194th
20th25204th
\n
\n
\n

Flow-Walking

\n

At 6th level, you can cast the @Compendium[sw5e.forcepowers.G8UVHP4MXW6Dudky]{Phasestrike} force power without expending force points. When you reach 11th level, the damage bonus of the special attack made during phasestrike increases to 2d8, and at 17th level it increases to 3d8.

\n

Additionally, when you use your action to cast an at-will force power, you can use your Martial Arts or Focus features.

\n

You can use these features a combined number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain any expended uses when you finish a long rest.

\n

Prismatic Step

\n

At 11th level, when you take the Attack action, you can teleport up to 10 feet before each attack to an unoccupied space you can see.

\n

If you attack at least two different creatures with the action, you can make one additional attack against a third creature (no action required).

\n

Iridescent Strikes

\n

Starting at 17th level, when you use your action to cast a force power, you can spend 2 focus points to teleport to a space within 5 feet of a creature affected by the power and make two unarmed attacks against that creature as a bonus action.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Aing-Tii%20Order.webp","effects":[]} +{"_id":"gbP89R34SpttnfPb","name":"Whills Order","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Monk","description":{"value":"

Whills Order

\n

Monks of the Whills Order hold the secrets of the Force sacred, and dedicate their lives to defending ancient knowledge of the Force and its artifacts. They master the use of ranged weapons, often crafting their own weapons in respectful admiration of the Jedi tradition of crafting lightweapons.

\n

Flurry of Light

\n

At 3rd level, you gain proficiency in blaster pistols, blaster rifle, ion blaster, ion rifle, and the lightbow, which are your Whills weapons and are monk weapons for you. When you are wielding a Whills weapon, you gain the following benefits:

\n
    \n
  • Your Whills weapons count as melee weapons for you, and when you make a melee weapon attack with them, you deal kinetic damage equal to your Martial Arts Damage Die.
  • \n
  • When you take the Attack action on your turn and attack with a Whills weapon, you can make one additional attack with that weapon as a bonus action, or you can spend 1 focus point to make two attacks with that weapon as a bonus action. You roll a d4 in place of the normal damage of your Whills weapon when attacking as a bonus action. This die changes as you gain monk levels, as shown in the Martial Arts column of the Monk table.
  • \n
  • When you would make a ranged weapon attack with a Whills weapon, you can instead reload the weapon.
  • \n
\n

The Force is With You

\n

At 6th level, as you channel the Force through you, you gain the following benefits:

\n
    \n
  • You can use your Stunning Strike feature when you hit with a ranged weapon attack while you are wielding a Whills weapon.
  • \n
  • You can spend 1 focus point to ignore half cover with your Whills weapons. At 11th level, you can spend 2 focus points to ignore three quarters cover. At 17th level, you can spend 3 focus points to ignore total cover, as long as your target is not hidden from you.
  • \n
  • When you hit a creature with a Whills weapon, that creature has disadvantage on opportunity attacks against you until the start of your next turn.
  • \n
\n

One With the Force

\n

At 11th level, you learn how to enter a trance, preparing to unleash yourself upon your enemy. While in this trance, you can still talk and move. If you stay in the trance for at least one minute, when you roll initiative, you can make a ranged weapon attack on a number of creatures up to your Wisdom or Charisma modifier (your choice, a minimum of one) within 30 feet of you when you were in this trance.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Guided Strikes

\n

At 17th level, your first ranged weapon attack and your first melee weapon attack each turn deal additional damage equal to your Wisdom or Charisma modifier (your choice, a minimum of +1).

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Whills%20Order.webp","effects":[]} {"_id":"hJfD06NmantavchV","name":"Bulwark Technique","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scout","description":{"value":"

Bulwark Technique

\n

Some scouts find themselves far from civilization not to hunt, gather intelligence, or escape danger, but to venture forth simply to defend those unable to defend themselves. Followers of the Bulwark Technique make use of advanced technology to contain those that threaten the undeserving.

\n

Bonus Proficiencies

\n

You gain proficiency in heavy armor.

\n

Personal Barrier

\n

When you choose this technique at 3rd level, you gain access to a powerful personal barrier. Whenever you complete a short or long rest, you create a barrier on yourself that lasts until you finish a short or long rest. That barrier has hit points equal to twice your scout level + your Intelligence modifier. Your barrier can never have hit points greater than twice your scout level + your Intelligence modifier.

\n

Whenever you take damage, the barrier takes the damage instead. If this damage reduces the barrier to 0 hit points, you take any remaining damage.

\n

While the barrier has 0 hit points, it can't absorb damage, but its power remains. Whenever you cast a tech power of 1st level or higher, your barrier regains hit points equal to the number of tech points spent.

\n

Additionally, for as long as your barrier has hit points, you gain the following benefits:

\n
    \n
  • You are considered proficient in Constitution saving throws for the purpose of maintaining concentration on tech powers.
  • \n
  • Hostile creatures that hit you with melee attacks take energy damage equal to your Intelligence modifier (minimum of 1).
  • \n
\n

Mark of the Bulwark

\n

Also at 3rd level, when the target of your Ranger's Quarry feature makes a melee attack against a friendly creature within 5 feet of you, you can use your reaction to force the attack to target you instead. If the attack hits, and your Personal Barrier has hit points, the attacking creatures takes bonus damage equal to your Ranger's Quarry Damage Die.

\n

Projected Barrier

\n

Beginning at 7th level, you've learned how to manipulate your barrier to create new effects. As an action, you can spend three of your barrier's hit points to create a unique effect. You have three such effects: Projected Sphere, Projected Maelstrom, and Projected Wave. When you use your Projected Barrier, you choose which effect to create.

\n

Some Projected Barrier Effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

If your barrier's hit points are reduced to 0, any Projected Barrier features immediately end.

\n

Projected Sphere

\n

You create a protective spherical barrier barrier in a 5-foot-radius sphere a point you can see within 30 feet that lasts until the start of your next turn. Creatures within the barrier have three-quarters cover from attacks originating from outside the barrier. You can maintain the barrier by spending an additional barrier hit point at the start of each of your turns (no action required).

\n

Projected Maelstrom

\n

You create an unstable energy maelstrom in a 5-foot cube at a point you can see within 30 feet that lasts until the start of your next turn. A creature takes 4d4 energy damage when it enters the area for the first time on a turn or starts its turn there. You can maintain the barrier by spending an additional barrier hit point at the start of each of your turns (no action required).

\n

This feature's damage increases by 1d4 when you reach 11th level (5d4) and 17th level (6d4).

\n

Projected Wave

\n

You create a wave of barrier energy in a 15-foot cone. Each creature within the cone must make a Dexterity saving throw. On a failed save, a creature takes 2d6 energy damage and is pushed back to the edge of the cone. On a success, they take half damage and aren't pushed.

\n

This feature's damage increases by 1d6 when you reach 11th level (3d6) and 17th level (4d6).

\n

Regenerative Shielding

\n

Starting at 11th level, when a hostile creature forces you to make a saving throw and you succeed, your personal barrier regains hit points equal to your Intelligence modifier.

\n

Adaptive Barrier

\n

At 15th level, when your personal barrier takes damage, you can have it gain resistance to subsequent damage of that type until the start of your next turn (no action required). If it takes damage of more than one type simultaneously, you can choose which type it gains resistance to. Your barrier can only have resistance to one type of damage at a time.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Bulwark%20Technique.webp","effects":[]} {"_id":"hlZPMF7NjGemaw66","name":"Ballistic Approach","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Berserker","description":{"value":"

Ballistic Approach

\n

For many, rushing an opponent with guns blazing is a last resort. For Berserkers of the Ballistic Approach, this isn't a last resort: it's the primary plan. Leading with a blaster and pure, unbridled rage, the berserker never lets an empty gun diminish their fury.

\n

Firestorm

\n

When you choose this approach at 3rd level, you gain proficiency in martial blasters with the burst or rapid property. Additionally, you’ve learned to use ranged weapons with untold fury. While wielding a blaster with which you are proficient, you gain the following benefits:

\n
    \n
  • When making a ranged weapon attack while within 30 feet of your target, you use your choice of Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.
  • \n
  • When you use a blaster as an improvised weapon, you are considered proficient with it.
  • \n
\n

Explosive

\n

Also at 3rd level, while raging, you gain the following benefits:

\n
    \n
  • When you roll a 1 or 2 on a damage die for an attack made with a blaster weapon, you can reroll the die and must use the new roll, even if the new roll is a 1 or a 2.
  • \n
  • You add your rage damage to damage rolls from ranged weapon attacks while within 30 feet of your target. You may only apply your rage damage to one target when you use the burst property.
  • \n
\n

Rampage

\n

At 6th level, while raging, when you deal damage with a blaster with which you are proficient while within 30 feet of your target, you can use a bonus action to move up to half your speed towards your target. You must end this movement closer to your target than you started. If you end this movement within 5 feet of your target, you can make one melee weapon attack with your blaster as a part of this bonus action.

\n

Down, Not Out

\n

Starting at 10th level, when you are hit with an attack by a creature within 30 feet of you, you can use your reaction to make a single attack against that creature with a blaster with which you are proficient.

\n

Brawn

\n

At 14th level, when you use the burst property of a blaster with which are you proficient, you can apply your rage damage bonus to every target that takes damage. Additionally, when a creature fails the saving throw against your burst or rapid property, it is knocked prone.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Ballistic%20Approach.webp","effects":[]} {"_id":"huTTmKT9yzE89Go1","name":"Shield Specialist","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Fighter","description":{"value":"

Shield Specialist

\n

Those fighters who choose to become Shield Specialists train to bolster those around them. They can inspire their allies with renewed vigor, lifting them to new heights, while simultaneously protecting them from harm.

\n

Techcasting

\n

When you choose this specialty at 3rd level, you have derived powers from schematics with the aid of your wristpad. See chapter 10 for the general rules of techcasting and chapter 12 for the tech powers list.

\n

Tech Powers Known

\n

You learn 4 tech powers of your choice, and you learn more at higher levels, as shown in the Tech Powers Known column of the Shield Specialist Techcasting table. You may not learn a tech power of a level higher than your Max Power Level.

\n

Tech Points

\n

You have a number of tech points equal to half of your fighter level (rounded up), as shown in the Tech Points column of the Shield Specialist Techcasting table, + your Intelligence modifier. You use these tech points to cast tech powers. You regain all expended tech points when you finish a short or long rest.

\n

Max Power Level

\n

Many tech powers can be overcharged, consuming more tech points to create a greater effect. You can overcharge these powers to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Shield Specialist Techcasting table.

\n

You may only cast tech powers at 4th-level once. You regain the ability to do so after a long rest.

\n

Techcasting Ability

\n

Intelligence is your techcasting ability for your tech powers. You use your Intelligence whenever a power refers to your techcasting ability. In addition, you use your Intelligence modifier when setting the saving throw DC for a tech power you cast and when making an attack roll with one.

\n

Tech save DC = 8 + your proficiency bonus + your Intelligence modifier

\n

Tech attack modifier = your proficiency bonus + your Intelligence modifier

\n

Techcasting Focus

\n

You use a wristpad (found in chapter 5) as a techcasting focus for your tech powers.

\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Shield Specialist Techcasting
LevelTech Powers KnownTech PointsMax Power Level
3rd321st
4th421st
5th531st
6th631st
7th742nd
8th842nd
9th952nd
10th1052nd
11th1162nd
12th1262nd
13th1373rd
14th1473rd
15th1583rd
16th1683rd
17th1794th
18th1894th
19th19104th
20th20104th
\n
\n
\n

Rallying Cry

\n

Beginning at 7th level, you learn how to inspire your allies to fight on past their injuries. When you use your Second Wind feature, you can choose up to three creatures within 60 feet of you that are allied with you. Each one regains hit points equal to your fighter level, provided that the creature can see or hear you.

\n

Inspiring Surge

\n

At 10th level, when you use your Action Surge feature, you can choose one creature within 60 feet of you that is allied with you. That creature can make one melee or ranged weapon attack with its reaction, provided that it can see or hear you.

\n

Bulwark

\n

Starting at 15th level, you can extend the benefit of your Indomitable feature to an ally. When you decide to use Indomitable to reroll an Intelligence, a Wisdom, or a Charisma saving throw and you aren't incapacitated, you can choose one ally within 60 feet of you that also failed its saving throw against the same effect. If that creature can see or hear you, it can reroll its saving throw and must use the new roll.

\n

Greater Inspiring Surge

\n

At 18th level, you can choose two allies within 60 feet of you, rather than one, when you using your Inspiring Surge feature.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Shield%20Specialist.webp","effects":[]} {"_id":"i0AaMWBnSREQdQsg","name":"Form V: Shien/Djem So","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Guardian","description":{"value":"

Form V: Shien/Djem So

\n

Form V, also known as Perseverance Form, utilizes a force-enhanced strength to overwhelm opponents. Those guardians who focus on Shien/Djem So Form actively attempt to force an opening rather than waiting for the opportunity to present itself.

\n

Bonus Proficiencies

\n

You gain proficiency in heavy armor.

\n

Form Basics

\n

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the @Compendium[sw5e.lightsaberform.m9nBfNVSNb6baCA1]{Shien/Djem So Lightsaber Form}, detailed in Chapter 6. If you already know this form, you can instead choose another lightsaber form. You can’t take a lightsaber form option more than once, even if you later get to choose again.

\n

The Way of the Krayt Dragon

\n

Also at 3rd level, as a bonus action, you can take a threatening stance for one minute. While in this stance, the first time you hit with a melee weapon attack using Strength each turn, you can attempt to damage another creature with the same attack. Choose another creature within 5 feet of the original target and within your reach. If the original attack roll would hit the second creature, it takes damage equal to your Strength modifier. The damage is of the same type dealt by the original attack.

\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you can't use it again until you finish a long rest.

\n

Channel the Force

\n

Lastly at 3rd level, you gain one of the following Channel the Force options. Choose Blade Barrier for Shien or Falling Avalanche for Djem So.

\n

Blade Barrier

\n

On your turn, when you deal melee weapon damage that includes your Strength modifier, you can forgo your Strength modifier to the damage roll, expend a use of your Channel the Force (no action required), and reduce your speed by half. If you do so, energy and kinetic damage you take from weapons before the end of your next turn is reduced by an amount equal to your Strength modifier. You can not use this feature if you have moved more than half your speed this turn.

\n

Falling Avalanche

\n

On your turn, you can expend a use of your Channel the Force (no action required) and reduce your speed by half to gain advantage on the next ability check or attack roll you make using Strength before the end of your next turn. You can not use this feature if you have moved more than half your speed this turn.

\n

Determination

\n

At 7th level, you gain one of the following features. Choose Aggressive Negotiations for Shien or Reliable Vigor for Djem So.

\n

Aggressive Negotiations

\n

When you make a Charisma (Intimidation) or Charisma (Persuasion) check, you gain a bonus to the check equal to half your Strength modifier (rounded down) if it doesn't already include that modifier.

\n

Reliable Vigor

\n

If your total for a Strength check or saving throw is less than your Guardian level, you can use that value in place of the total.

\n

Presence

\n

Starting at 15th level, you gain one of the following features. Choose Precise Reflection for Shien or Brutal Strikes for Djem So.

\n

Precise Reflection

\n

When you hit with an attack made by the @Compendium[sw5e.forcepowers.CuAbwhIt3j2V30Ey]{Saber Reflect power}, you can expend force points to deal additional damage to the target. The extra damage is 2d8 for a 1st-level force slot, plus 1d8 for each slot level higher than 1st, to a maximum of 5d8. The damage is the same type as the power's damage.

\n

Brutal Strikes

\n

The Force flowing through you grants you incredible strength. When you roll a 1 or 2 on a Force-Empowered Strikes or Improved Force-Empowered Strikes damage die, you can reroll the die and must use the new roll, even if the new roll is a 1 or a 2.

\n

Additionally, when you spend force points to use your Force-Empowered Strikes feature, you gain temporary hit points equal to twice the number of points spent.

\n

Master of Perseverance

\n

At 20th level, your might overwhelms even the most implacable of foes. Your Strength and Constitution scores increase by 2. Your maximum for these scores increases by 2. Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to kinetic and energy damage from unenhanced weapons.
  • \n
  • Once per turn, when you hit with a melee weapon attack using Strength, you can use your Force-Empowered Strikes feature at 1st-level without expending force points. You gain temporary hit points equal to the extra damage dealt.
  • \n
  • When a creature within 5 feet of you makes an attack roll against you, you can use your reaction to make a single weapon attack with advantage against that creature. If the attack hits, you impose disadvantage on the triggering attack roll.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you can't use it again until you finish a long rest.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Shien%20Djem%20So%20Form.webp","effects":[]} {"_id":"igjYYoVyL95UNC0c","name":"Nightsister Order","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Monk","description":{"value":"

Nightsister Order

\n

Monks of the Nightsister Order utilize an innate Force-sensitivity to commune with death. They learn to channel this power to drain the life of their foes to prolong their own existence. Males who join this order are called Nightbrothers.

\n

Ichor Lightning

\n

Beginning when you choose this order at 3rd level, you gain a new attack option that you can use with the Attack action. This special attack is a ranged focus attack with a range of 30 feet. You are proficient with it, and you add your focus ability modifier to its attack and damage rolls. Its damage is necrotic, and it uses your Martial Arts die for its damage die.

\n

When you would make an unarmed strike as part of your Martial Arts bonus action attack or your Flurry of Blows, you can replace the attack with this one.

\n

When you reduce a creature to 0 hit points with this attack, you gain temporary hit points equal to your Wisdom or Charisma modifier + your monk level (your choice, minimum of one).

\n

Dark Magick

\n

At 6th level, you can use your action to force each creature within 30 feet of you that can see you to make a Wisdom saving throw against your focus save DC or be charmed or frightened (your choice) of you until the end of your next turn.

\n

Mastery of Death

\n

Starting at 11th level, when you are reduced to 0 hit points, you can expend 1 focus point (no action required) to have 1 hit point instead.

\n

Spirit Blade Assault

\n

At 17th level, as an action, you conjure a blade of negative energy and strike one creature within 5 feet of you with it, expending 1 to 10 focus points. The target must make a Constitution saving throw. On a failed save, it takes 2d10 necrotic damage per focus point spent, or half as much on a successful one.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Nightsister%20Order.webp","effects":[]} -{"_id":"jEXfkSLXZvy0BQG7","name":"Industrial Approach","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Berserker","description":{"value":"

Industrial Approach

\n

While some berserkers are content to surrender to their rage, others prefer a more tactful approach. Berserkers of the Industrial Approach augment their rage with the versatility of technology, adding elemental explosions to their already fearsome arsenal.

\n

Techcasting

\n

When you choose this approach at 3rd level, you have derived powers from schematics with the aid of your wristpad. See chapter 10 for the general rules of techcasting and chapter 12 for the tech powers list.

\n

Tech Powers Known

\n

You learn 4 tech powers of your choice, and you learn more at higher levels, as shown in the Tech Powers Known column of the Industrial Approach Techcasting table. You may not learn a tech power of a level higher than your Max Power Level.

\n

Tech Points

\n

You have a number of tech points equal to half of your berserker level (rounded up), as shown in the Tech Points column of the Industrial Approach Techcasting table, + your Intelligence modifier. You use these tech points to cast tech powers. You regain all expended tech points when you finish a short or long rest.

\n

Max Power Level

\n

Many tech powers can be overcharged, consuming more tech points to create a greater effect. You can overcharge these powers to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Industrial Approach Techcasting table.

\n

You may only cast tech powers at 4th-level once. You regain the ability to do so after a long rest.

\n

Techcasting Ability

\n

Intelligence is your techcasting ability for your tech powers. You use your Intelligence whenever a power refers to your techcasting ability. In addition, you use your Intelligence modifier when setting the saving throw DC for a tech power you cast and when making an attack roll with one.

\n

Tech save DC = 8 + your proficiency bonus + your Intelligence modifier

\n

Tech attack modifier = your proficiency bonus + your Intelligence modifier

\n

Techcasting Focus

\n

You use a wristpad (found in chapter 5) as a techcasting focus for your tech powers.

\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Industrial Approach Techcasting
LevelTech Powers KnownTech PointsMax Power Level
3rd321st
4th421st
5th531st
6th631st
7th742nd
8th842nd
9th952nd
10th1052nd
11th1162nd
12th1262nd
13th1373rd
14th1473rd
15th1583rd
16th1683rd
17th1794th
18th1894th
19th19104th
20th20104th
\n
\n
\n

Industrious Tech

\n

Also at 3rd level, you can cast tech powers while raging as long as the power’s casting time is no more than 1 action, the power does not require concentration, and you are not wearing heavy armor or wielding a medium or heavy shield. While raging, you add your rage damage to damage rolls from tech powers you cast. If a tech power damages more than one target, you may only apply your rage damage to one of the targets.

\n

Casting tech powers during rage counts as attacking for the purposes of maintaining rage, and you can use your Reckless Attack feature to gain advantage when casting a tech power that requires an attack roll.

\n

Explosive Resilience

\n

At 6th level, once per round, when you deal damage that includes your rage damage, you can cause a localized explosion around the recipient of that damage. Each creature within 5 feet of the damaged creature other than you takes acid, cold, fire, ion, or lightning damage (your choice) equal to your rage damage bonus, and you gain resistance to the chosen damage type until the end of your next turn.

\n

You can use this feature a number of times equal to your Intelligence modifier. You regain all expended uses when you complete a short or long rest.

\n

Painkiller

\n

Starting at 10th level, whenever you cast a tech power of 1st-level or higher, or deal damage using your Explosive Resilience feature, you can cause a friendly creature you can see within 30 feet to gain temporary hit points equal to half your berserker level (rounded up) + your Intelligence modifier. Additionally, while they have these temporary hit points, they have advantage on saving throws against effects that would cause them to be frightened.

\n

Final Countdown

\n

At 14th level, when you are reduced to 0 hit points but not killed outright, and you have at least one tech point remaining, you can expend all your remaining tech points and instead to drop to one hit point. If you do so, each creature within 30 feet of you must make a Dexterity saving throw. On a failed save, they take 10 acid, cold, fire, ion, or lightning damage (your choice) damage for each tech point spent in this way, or half as much on a successful one.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Industrial%20Approach.webp","effects":[]} -{"_id":"jTIquPrCJE4cdUTt","name":"Chef Pursuit","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scholar","description":{"value":"

Chef Pursuit

\n

Without it empires fall, armies dissolve into nothingness, and species are forgotten with the passage of time. A favored tool of assassins, crime lords, and moguls: food. Those scholars who choose the Chef Pursuit know the importance and power that food carries.

\n

Culinary Knowledge

\n

When you choose this pursuit at 3rd level, you gain proficiency with chef's kits and your choice of Nature or Survival skills.

\n

Emergency Supplements

\n

Also at 3rd level, you are prepared to assist allies with specially prepared, instantly effective supplements. When an ally is the target of your Critical Analysis feature and within 5 feet of you, you may expend a superiority die and give that ally the benefits of any maneuver exclusive to the Chef Pursuit, regardless of whether or not you've chosen it.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Additional Maneuvers

\n

Lastly at 3rd level, you gain access to new maneuvers which reflect the progress of your studies into the culinary arts. Whenever you learn a new maneuver, you can choose from any of the following as well. The maneuvers are listed in alphabetical order.

\n

You may only perform one maneuver that is used during a long or short rest at a time.

\n

Allergens

\n

As a bonus action while preparing or touching food, you may expend a superiority die and add to it an irritating allergen. At the start of each of its turns, a creature that consumes this food must make a Constitution saving throw. On a failed save, it subtracts half the result of your superiority die (rounded down, minimum of one) from the first ability check, attack roll, or saving throws it makes before the start of its next turn. The effect of this maneuver ends when the creature completes its next long rest or 24 hours have passed. This maneuver has no effect on droids or constructs.

\n

Brain Food

\n

At the end of a short or long rest you may expend a superiority die and choose a number of friendly creatures up to your Intelligence modifier (minimum of one), if they ate food you prepared. Each creature gains a number of temporary force or tech points (their choice) equal to the number you roll on the superiority die. When an affected creature casts a force or tech power, the temporary force or tech points are spent first. An affected target can only benefit from one source of temporary force or tech points at a time, and they last until they're depleted or until the affected target completes their next short or long rest. This maneuver has no effect on droids or constructs.

\n

Debilitants

\n

As a bonus action when preparing or touching food, you may expend a superiority die and add to it a subtle poison. Any creature that consumes this food must make a Constitution saving throw. On a failed save, their hit point maximum is reduced by an amount equal to twice the number rolled on your superiority die + your Intelligence modifier. The effect of this maneuver ends when the creature completes its next long rest or 24 hours have passed. This maneuver has no effect on droids or constructs.

\n

Energizers

\n

At the end of a short or long rest you may expend a superiority die and choose a number of friendly creatures up to your Intelligence modifier (minimum of one), if they ate food you prepared. Each creature has their walking speed increased by 10 until the end of their next short or long rest. This maneuver has no effect on droids or constructs.

\n

Enhancers

\n

At the end of a short or long rest you may expend a superiority die and choose a number of friendly creatures up to your Intelligence modifier (minimum of one), if they ate food you prepared. Once before the end of their next short or long rest, affected targets may add the result of the superiority die to a damage roll that would affect only one target. This maneuver has no effect on droids or constructs.

\n

Health Food

\n

At the end of a short or long rest you may expend a superiority die and choose a number of friendly creatures up to your Intelligence modifier (minimum of one), if they ate food you prepared. Each creature gains a number of temporary hit points equal to twice the number you roll on the superiority die. This maneuver has no effect on droids or constructs.

\n

Muscle Relaxants

\n

As a bonus action while preparing or touching food, you may expend a superiority die and add to it a fast acting muscle relaxant. At the start of each of its turns, a creature that consumes this food must make a Constitution saving throw. On a failed save, it subtracts the result of your superiority die from the first damage roll it makes before the start of its next turn. The effect of this maneuver ends when the creature completes its next long rest or 24 hours have passed. This maneuver has no effect on droids or constructs.

\n

Supplements

\n

At the end of a short or long rest you may expend a superiority die and choose a number of friendly creatures up to your Intelligence modifier (minimum of one), if they ate food you prepared. Once before the end of their next short or long rest, affected targets may add the result of the superiority die to one ability check, attack roll, or saving throw. The creature can wait until after it rolls the d20 before deciding to use this feature, but must decide before the DM says whether the roll succeeds or fails. This maneuver has no effect on droids or constructs.

\n

Vitamins

\n

At the end of a short or long rest you may expend a superiority die and choose a number of friendly creatures up to your Intelligence modifier (minimum of one), if they ate food you prepared. Each creature gains proficiency in Constitution saving throws until the end of their next short or long rest. If a creature was already proficient in Constitution saving throws, they instead become proficient in a saving throw of your choice. This maneuver has no effect on droids or constructs.

\n

Balanced Diet

\n

Beginning at 6th level, your cooking is so nutritionally balanced that it allows allies to stave off the effects of continued rigorous activity. Creatures of your choice who eat food prepared by you have advantage on Constitution saving throws to avoid Exhaustion, as described in chapter 8, until the end of their next long rest.

\n

Comfort Food

\n

Starting at 9th level, if you or any friendly creatures who have consumed food you prepared during a short rest regain hit points by spending hit dice at the end of the short rest, each of those creatures regains an extra 1d8 hit points.

\n

The extra hit points increase when you reach certain levels in this class: to 1d10 at 11th level, and to 1d12 at 15th level.

\n

Heroes' Feast

\n

Once you've reached 17th level, you have developed a signature feast that is the purest distillation of your knowledge and talent as a chef.

\n

Over the course of a long rest, you can expend rare culinary supplies worth 1,000 cr to create your feast, which can feed a number of creatures equal to twice your Intelligence modifier. Any creature partaking in the feast gains the following benefits:

\n
    \n
  • It is cured of all poisons and disease, and becomes immune to poison and disease.
  • \n
  • It makes Wisdom saving throws to avoid being frightened with advantage.
  • \n
  • Its hit point maximum and current hit points increase by 2d10.
  • \n
\n

These benefits last until the end of the creature's next long rest or 24 hours have passed. This feature has no effect on droids or constructs.

\n

Discoveries (Chef)

\n

When you select this pursuit, you gain access to new discoveries which reflect the progress of your studies into the culinary arts. Whenever you learn a new discovery, you can choose from any of the following as well. The discoveries are listed in alphabetical order.

\n

Alternative Fuel

\n

Any of your chef features, maneuvers, or discoveries can now effect droids and constructs.

\n

Banquet

\n

Prerequisite: 17th level, Full Course

\n

Over the course of a long or short rest, you may utilize an additional maneuver from this archetype (total of four).

\n

Filling Meal

\n

Prerequisite: 7th level

\n

Over the course of a long or short rest, you may utilize up to two different maneuvers from this archetype, rather than one.

\n

Full Course

\n

Prerequisite: 12th level, Filling Meal

\n

Over the course of a long or short rest, you may utilize an additional maneuver from this archetype (total of three).

\n

On the Rocks

\n

Any food you prepare over a short or long rest carries with it an additional cooling effect. Creatures that consume it are considered adapted to hot climates, as described in chapter 5 of the Dungeon Master's Guide, until the end of the creature's next long rest or 24 hours have passed. Additionally, the first time a creature who eats your food takes fire damage before the end of their next short or long rest, they are considered resistant to the damage.

\n

Secret Ingredient

\n

If you or any friendly creature that has consumed food made by you during their last short or long rest gains temporary hit points, the number of temporary hit points they gain increases by an amount equal to your Intelligence modifier.

\n

Spice of Life

\n

Any food you prepare over a short or long rest carries with it an additional warming effect. Creatures that consume it are considered adapted to cold climates, as described in chapter 5 of the Dungeon Master's Guide, until the end of the creature's next long rest or 24 hours have passed. Additionally, the first time a creature who eats your food takes cold damage before the end of their next short or long rest, they are considered resistant to the damage.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Chef%20Pursuit.webp","effects":[]} +{"_id":"jEXfkSLXZvy0BQG7","name":"Industrial Approach","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Berserker","description":{"value":"

Industrial Approach

\n

While some berserkers are content to surrender to their rage, others prefer a more tactful approach. Berserkers of the Industrial Approach augment their rage with the versatility of technology, adding elemental explosions to their already fearsome arsenal.

\n

Techcasting

\n

When you choose this approach at 3rd level, you have derived powers from schematics with the aid of your wristpad. See chapter 10 for the general rules of techcasting and chapter 12 for the tech powers list.

\n

Tech Powers Known

\n

You learn 4 tech powers of your choice, and you learn more at higher levels, as shown in the Tech Powers Known column of the Industrial Approach Techcasting table. You may not learn a tech power of a level higher than your Max Power Level.

\n

Tech Points

\n

You have a number of tech points equal to half of your berserker level (rounded up), as shown in the Tech Points column of the Industrial Approach Techcasting table, + your Intelligence modifier. You use these tech points to cast tech powers. You regain all expended tech points when you finish a short or long rest.

\n

Max Power Level

\n

Many tech powers can be overcharged, consuming more tech points to create a greater effect. You can overcharge these powers to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Industrial Approach Techcasting table.

\n

You may only cast tech powers at 4th-level once. You regain the ability to do so after a long rest.

\n

Techcasting Ability

\n

Intelligence is your techcasting ability for your tech powers. You use your Intelligence whenever a power refers to your techcasting ability. In addition, you use your Intelligence modifier when setting the saving throw DC for a tech power you cast and when making an attack roll with one.

\n

Tech save DC = 8 + your proficiency bonus + your Intelligence modifier

\n

Tech attack modifier = your proficiency bonus + your Intelligence modifier

\n

Techcasting Focus

\n

You use a wristpad (found in chapter 5) as a techcasting focus for your tech powers.

\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Industrial Approach Techcasting
LevelTech Powers KnownTech PointsMax Power Level
3rd321st
4th421st
5th531st
6th631st
7th742nd
8th842nd
9th952nd
10th1052nd
11th1162nd
12th1262nd
13th1373rd
14th1473rd
15th1583rd
16th1683rd
17th1794th
18th1894th
19th19104th
20th20104th
\n
\n
\n

Industrious Tech

\n

Also at 3rd level, you can cast tech powers while raging as long as the power’s casting time is no more than 1 action, the power does not require concentration, and you are not wearing heavy armor or wielding a medium or heavy shield. While raging, you add your rage damage to damage rolls from tech powers you cast. If a tech power damages more than one target, you may only apply your rage damage to one of the targets.

\n

Casting tech powers during rage counts as attacking for the purposes of maintaining rage, and you can use your Reckless Attack feature to gain advantage when casting a tech power that requires an attack roll.

\n

Explosive Resilience

\n

At 6th level, once per round, when you deal damage that includes your rage damage, you can cause a localized explosion around the recipient of that damage. Each creature within 5 feet of the damaged creature other than you takes acid, cold, fire, ion, or lightning damage (your choice) equal to your rage damage bonus, and you gain resistance to the chosen damage type until the end of your next turn.

\n

You can use this feature a number of times equal to your Intelligence modifier. You regain all expended uses when you complete a short or long rest.

\n

Painkiller

\n

Starting at 10th level, whenever you cast a tech power of 1st-level or higher, or deal damage using your Explosive Resilience feature, you can cause a friendly creature you can see within 30 feet to gain temporary hit points equal to half your berserker level (rounded up) + your Intelligence modifier. Additionally, while they have these temporary hit points, they have advantage on saving throws against effects that would cause them to be frightened.

\n

Final Countdown

\n

At 14th level, when you are reduced to 0 hit points but not killed outright, and you have at least one tech point remaining, you can expend all your remaining tech points and instead to drop to one hit point. If you do so, each creature within 30 feet of you must make a Dexterity saving throw. On a failed save, they take 10 acid, cold, fire, ion, or lightning damage (your choice) damage for each tech point spent in this way, or half as much on a successful one.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Industrial%20Approach.webp","effects":[]} +{"_id":"jTIquPrCJE4cdUTt","name":"Chef Pursuit","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scholar","description":{"value":"

Chef Pursuit

\n

Without it empires fall, armies dissolve into nothingness, and species are forgotten with the passage of time. A favored tool of assassins, crime lords, and moguls: food. Those scholars who choose the Chef Pursuit know the importance and power that food carries.

\n

Culinary Knowledge

\n

When you choose this pursuit at 3rd level, you gain proficiency with chef's kits and your choice of Nature or Survival skills.

\n

Emergency Supplements

\n

Also at 3rd level, you are prepared to assist allies with specially prepared, instantly effective supplements. When an ally is the target of your Critical Analysis feature and within 5 feet of you, you may expend a superiority die and give that ally the benefits of any maneuver exclusive to the Chef Pursuit, regardless of whether or not you've chosen it.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Additional Maneuvers

\n

Lastly at 3rd level, you gain access to new maneuvers which reflect the progress of your studies into the culinary arts. Whenever you learn a new maneuver, you can choose from any of the following as well. The maneuvers are listed in alphabetical order.

\n

You may only perform one maneuver that is used during a long or short rest at a time.

\n

Allergens

\n

As a bonus action while preparing or touching food, you may expend a superiority die and add to it an irritating allergen. At the start of each of its turns, a creature that consumes this food must make a Constitution saving throw. On a failed save, it subtracts half the result of your superiority die (rounded down, minimum of one) from the first ability check, attack roll, or saving throws it makes before the start of its next turn. The effect of this maneuver ends when the creature completes its next long rest or 24 hours have passed. This maneuver has no effect on droids or constructs.

\n

Brain Food

\n

At the end of a short or long rest you may expend a superiority die and choose a number of friendly creatures up to your Intelligence modifier (minimum of one), if they ate food you prepared. Each creature gains a number of temporary force or tech points (their choice) equal to the number you roll on the superiority die. When an affected creature casts a force or tech power, the temporary force or tech points are spent first. An affected target can only benefit from one source of temporary force or tech points at a time, and they last until they're depleted or until the affected target completes their next short or long rest. This maneuver has no effect on droids or constructs.

\n

Debilitants

\n

As a bonus action when preparing or touching food, you may expend a superiority die and add to it a subtle poison. Any creature that consumes this food must make a Constitution saving throw. On a failed save, their hit point maximum is reduced by an amount equal to twice the number rolled on your superiority die + your Intelligence modifier. The effect of this maneuver ends when the creature completes its next long rest or 24 hours have passed. This maneuver has no effect on droids or constructs.

\n

Energizers

\n

At the end of a short or long rest you may expend a superiority die and choose a number of friendly creatures up to your Intelligence modifier (minimum of one), if they ate food you prepared. Each creature has their walking speed increased by 10 until the end of their next short or long rest. This maneuver has no effect on droids or constructs.

\n

Enhancers

\n

At the end of a short or long rest you may expend a superiority die and choose a number of friendly creatures up to your Intelligence modifier (minimum of one), if they ate food you prepared. Once before the end of their next short or long rest, affected targets may add the result of the superiority die to a damage roll that would affect only one target. This maneuver has no effect on droids or constructs.

\n

Health Food

\n

At the end of a short or long rest you may expend a superiority die and choose a number of friendly creatures up to your Intelligence modifier (minimum of one), if they ate food you prepared. Each creature gains a number of temporary hit points equal to twice the number you roll on the superiority die. This maneuver has no effect on droids or constructs.

\n

Muscle Relaxants

\n

As a bonus action while preparing or touching food, you may expend a superiority die and add to it a fast acting muscle relaxant. At the start of each of its turns, a creature that consumes this food must make a Constitution saving throw. On a failed save, it subtracts the result of your superiority die from the first damage roll it makes before the start of its next turn. The effect of this maneuver ends when the creature completes its next long rest or 24 hours have passed. This maneuver has no effect on droids or constructs.

\n

Supplements

\n

At the end of a short or long rest you may expend a superiority die and choose a number of friendly creatures up to your Intelligence modifier (minimum of one), if they ate food you prepared. Once before the end of their next short or long rest, affected targets may add the result of the superiority die to one ability check, attack roll, or saving throw. The creature can wait until after it rolls the d20 before deciding to use this feature, but must decide before the DM says whether the roll succeeds or fails. This maneuver has no effect on droids or constructs.

\n

Vitamins

\n

At the end of a short or long rest you may expend a superiority die and choose a number of friendly creatures up to your Intelligence modifier (minimum of one), if they ate food you prepared. Each creature gains proficiency in Constitution saving throws until the end of their next short or long rest. If a creature was already proficient in Constitution saving throws, they instead become proficient in a saving throw of your choice. This maneuver has no effect on droids or constructs.

\n

Balanced Diet

\n

Beginning at 6th level, your cooking is so nutritionally balanced that it allows allies to stave off the effects of continued rigorous activity. Creatures of your choice who eat food prepared by you have advantage on Constitution saving throws to avoid Exhaustion, as described in chapter 8, until the end of their next long rest.

\n

Comfort Food

\n

Starting at 9th level, if you or any friendly creatures who have consumed food you prepared during a short rest regain hit points by spending hit dice at the end of the short rest, each of those creatures regains an extra 1d8 hit points.

\n

The extra hit points increase when you reach certain levels in this class: to 1d10 at 11th level, and to 1d12 at 15th level.

\n

Heroes' Feast

\n

Once you've reached 17th level, you have developed a signature feast that is the purest distillation of your knowledge and talent as a chef.

\n

Over the course of a long rest, you can expend rare culinary supplies worth 1,000 cr to create your feast, which can feed a number of creatures equal to twice your Intelligence modifier. Any creature partaking in the feast gains the following benefits:

\n
    \n
  • It is cured of all poisons and disease, and becomes immune to poison and disease.
  • \n
  • It makes Wisdom saving throws to avoid being frightened with advantage.
  • \n
  • Its hit point maximum and current hit points increase by 2d10.
  • \n
\n

These benefits last until the end of the creature's next long rest or 24 hours have passed. This feature has no effect on droids or constructs.

\n

Discoveries (Chef)

\n

When you select this pursuit, you gain access to new discoveries which reflect the progress of your studies into the culinary arts. Whenever you learn a new discovery, you can choose from any of the following as well. The discoveries are listed in alphabetical order.

\n

Alternative Fuel

\n

Any of your chef features, maneuvers, or discoveries can now effect droids and constructs.

\n

Banquet

\n

Prerequisite: 17th level, Full Course

\n

Over the course of a long or short rest, you may utilize an additional maneuver from this archetype (total of four).

\n

Filling Meal

\n

Prerequisite: 7th level

\n

Over the course of a long or short rest, you may utilize up to two different maneuvers from this archetype, rather than one.

\n

Full Course

\n

Prerequisite: 12th level, Filling Meal

\n

Over the course of a long or short rest, you may utilize an additional maneuver from this archetype (total of three).

\n

On the Rocks

\n

Any food you prepare over a short or long rest carries with it an additional cooling effect. Creatures that consume it are considered adapted to hot climates, as described in chapter 5 of the Dungeon Master's Guide, until the end of the creature's next long rest or 24 hours have passed. Additionally, the first time a creature who eats your food takes fire damage before the end of their next short or long rest, they are considered resistant to the damage.

\n

Secret Ingredient

\n

If you or any friendly creature that has consumed food made by you during their last short or long rest gains temporary hit points, the number of temporary hit points they gain increases by an amount equal to your Intelligence modifier.

\n

Spice of Life

\n

Any food you prepare over a short or long rest carries with it an additional warming effect. Creatures that consume it are considered adapted to cold climates, as described in chapter 5 of the Dungeon Master's Guide, until the end of the creature's next long rest or 24 hours have passed. Additionally, the first time a creature who eats your food takes cold damage before the end of their next short or long rest, they are considered resistant to the damage.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Chef%20Pursuit.webp","effects":[]} {"_id":"kqAxtz1x4ydhppPG","name":"Way of Balance","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Consular","description":{"value":"

Way of Balance

\n

There is serenity in balance, and no one knows this better than the consular. Those consulars who follow the Way of Balance focus on utilizing the Force to equalize the battlefield. They bend the Force to shield their allies and expose their foes.

\n

Force Barrier

\n

When you choose this tradition at 3rd level, you can weave the Force around yourself for protection. When you cast a universal power of 1st level or higher, you can simultaneously manipulate the Force to create a barrier on yourself that lasts until you finish a long rest. The barrier has hit points equal to twice your consular level + your Wisdom or Charisma modifier (your choice). Your barrier can never have hit points greater than twice your consular level + your Wisdom or Charisma modifier (your choice).

\n

Whenever you take damage, the barrier takes the damage instead. If this damage reduces the barrier to 0 hit points, you take any remaining damage.

\n

While the barrier has 0 hit points, it can't absorb damage, but its power remains. Whenever you cast a universal power of 1st level or higher, the barrier regains a number of hit points equal to twice the level of the power.

\n

Once you create the barrier, you can't create it again until you finish a long rest.

\n

Projected Barrier

\n

At 6th level, when a creature that you can see within 30 feet of you takes damage, you can use your reaction to cause your Force Barrier to absorb that damage. If this damage reduces the barrier to 0 hit points, the warded creature takes any remaining damage.

\n

At-Will Barrier

\n

Beginning at 10th level, your at-will universal powers grant a small boost to your Force Barrier. When you cast an at-will universal power, the barrier regains 1 hit point.

\n

Improved Suppression

\n

At 14th level, when you cast a force power that requires you to make an ability check as a part of casting that power (as in @Compendium[sw5e.forcepowers.LhMmIUjsFrytp0wc]{Sever Force} and @Compendium[sw5e.forcepowers.XYHAKmU4gHSzRK3I]{Force Suppression}), you add your proficiency bonus to that ability check.

\n

Force Resistance

\n

Starting at 18th level, you have advantage on saving throws against force powers. Additionally, you have resistance against the damage of force powers.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Way%20of%20Balance.webp","effects":[]} -{"_id":"lETcZuQWPZg3n2u0","name":"Saboteur Practice","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Operative","description":{"value":"

Saboteur Practice

\n

Those operatives who choose the Saboteur Practice enhance their fine-honed skills of stealth and agility with tech, using advanced technology with the aid of a tracker droid to sustain a longer assault.

\n

Bonus Proficiencies

\n

You gain proficiency in astrotech's tools.

\n

Techcasting

\n

When you choose this practice at 3rd level, you have derived powers from schematics with the aid of your wristpad. See chapter 10 for the general rules of techcasting and chapter 12 for the tech powers list.

\n

Tech Powers Known

\n

You learn 4 tech powers of your choice, and you learn more at higher levels, as shown in the Tech Powers Known column of the Saboteur Practice Techcasting table. You may not learn a tech power of a level higher than your Max Power Level.

\n

Tech Points

\n

You have a number of tech points equal to half of your operative level (rounded up), as shown in the Tech Points column of the Saboteur Practice Techcasting table, + your Intelligence modifier. You use these tech points to cast tech powers. You regain all expended tech points when you finish a short or long rest.

\n

Max Power Level

\n

Many tech powers can be overcharged, consuming more tech points to create a greater effect. You can overcharge these powers to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Saboteur Practice Techcasting table.

\n

You may only cast tech powers at 4th-level once. You regain the ability to do so after a long rest.

\n

Techcasting Ability

\n

Intelligence is your techcasting ability for your tech powers. You use your Intelligence whenever a power refers to your techcasting ability. In addition, you use your Intelligence modifier when setting the saving throw DC for a tech power you cast and when making an attack roll with one.

\n

Tech save DC = 8 + your proficiency bonus + your Intelligence modifier

\n

Tech attack modifier = your proficiency bonus + your Intelligence modifier

\n

You use a wristpad (found in chapter 5) as a techcasting focus for your tech powers.

\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Saboteur Practice Techcasting
LevelTech Powers KnownTech PointsMax Power Level
3rd321st
4th421st
5th531st
6th631st
7th742nd
8th842nd
9th952nd
10th1052nd
11th1162nd
12th1262nd
13th1373rd
14th1473rd
15th1583rd
16th1683rd
17th1794th
18th1894th
19th19104th
20th20104th
\n
\n
\n

Tracker Droid Companion

\n

Also at 3rd level, you learn to employ all the knowledge you've accumulated to create and customize your own personalized tracker droid companion.

\n

Your tracker droid is detailed at the end of this practice. Over the course of 8 hours, which can be done during a long rest, you can expend 500 cr worth of materials to finally finish your tracker droid.

\n

If your tracker droid is irreparable destroyed, or you want to interface with a different tracker droid, you can spend an additional 250 credits and 1 hour to change the target of this feature. You may only have one tracker droid companion at a time.

\n

Your tracker droid gains a variety of benefits while it is interfaced with you:

\n
    \n
  • The tracker droid obeys your commands as best it can. It acts on your turn, and you determine its actions, decisions, attitudes, and so on. If you are incapacitated or absent, your tracker droid acts on its own.
  • \n
  • Your tracker droid's level equals your operative level, and for each operative level you gain after 3rd, your tracker droid companion gains an additional Hit Die and increases its hit points accordingly.
  • \n
  • Your tracker droid has the proficiency bonus of a player character of the same level.
  • \n
  • Whenever you gain the Ability Score Improvement feature in this class, your tracker droid's abilities also improve. Your tracker droid can increase one ability score of your choice by 2, or it can increase two ability scores of your choice by 1. As normal, your tracker droid can't increase an ability score above 20 using this feature unless its description specifies otherwise.
  • \n
  • Your tracker droid can not wear armor or have armor integrated in its chassis.
  • \n
  • Your tracker droid is a valid target of the @Compendium[sw5e.techpowers.PopHJSVZq9t1FFf5]{Tracker Droid Interface} tech power.
  • \n
\n

Powered Ambush

\n

Beginning at 9th level, if you are hidden from a creature when you cast a power on it, the creature has disadvantage on any saving throw it makes against the power this turn.

\n

Ion Pulse

\n

Starting at 13th level, as a bonus action on your turn, you can expend one or more of your tracker droid's Hit Dice to have it emit an pulse of ion energy. Each creature within 5 feet of your tracker droid must make a Constitution saving throw against your tech save DC. A creature takes 1d4 ion damage for each Hit Die expended in this way on a failed save, or half as much as on a successful one. Any electronics not being worn or carried within the blast radius are disabled until rebooted.

\n

Saboteur Practice Techcasting

\n

Sabotage

\n

At 17th level, you gain the ability to sabotage a tech power in the process of being cast. When a hostile creature casts a tech power, and you are the target of the tech power or within its area of effect, you can use your reaction to force that creature to make an Intelligence saving throw against your tech save DC. On a successful save, the power is cast as normal.

\n

On a failed save, you negate the power's effects, and the caster takes 1d6 lightning damage per level of the power it was casting. Additionally, on a failed save, the caster's tech focus used to cast the tech power is overloaded and can't be used to cast tech powers for 1 minute.

\n

At the end of each of the caster's turns, it can repeat the Intelligence saving throw. On a success, it can use the tech focus to cast tech powers again.

\n

Once you've used this feature, you can't use it again until you finish a long rest.

\n

Generating Your Tracker Droid

\n

Choosing your tracker droid companion is an integral part of being an Saboteur Operative. Your tracker droid takes a form of your choosing.

\n

Once you've selected your tracker droid, you assign your tracker droid's ability scores using a varied standard array (14, 12, 10, 8, 6, 4) as you see fit.

\n

Tracker Droid Features

\n

All tracker droids share the following traits.

\n

Hit Points

\n
    \n
  • Hit Dice: 1d4 per tracker droid companion level
  • \n
  • Hit Points at 1st Level: 4 + your tracker droid's Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d4 (or 3) + your tracker droid's Constitution modifier per tracker droid level after 1st
  • \n
\n

Resistances and Vulnerabilities

\n
    \n
  • Droid Resistances: Your tracker droid is resistant to necrotic, poison, and psychic damage, and immune to poison and disease.
  • \n
  • Droid Vulnerabilities: Your tracker droid is vulnerable to ion damage. Additionally, your tracker droid has disadvantage on saving throws against effects that would deal ion or lightning damage.
  • \n
\n

Proficiencies

\n
    \n
  • Tools: Your choice of demolitions kit, disguise kit, forgery kit, poisoner's kit, security kit, or slicer's kit
  • \n
  • Languages: Tracker droids can speak, read, and write Binary. They can understand spoken and written Galactic Basic and one language of your choice, but can not speak it
  • \n
  • Skills: Two of your choice
  • \n
\n

Features

\n
    \n
  • Armor Class: Your tracker droid's armor class equals 10 + its Dexterity modifier. Your tracker droid can't wear armor or have it integrated.
  • \n
  • Droid Weaponry: Your tracker droid has an integrated shockprod with which it can make weapon attacks. This weapon can't be removed while your tracker droid is conscious. Your tracker droid's shockprod deals 1 lightning damage on a hit, and it has the finesse property.
  • \n
  • Droid Upgrades: Your tracker droid companion has four tracker droid upgrades of your choice. It gains an additional upgrade at 5th level (5), 8th level (6), 11th level (7), 14th level (8), and 17th level (9). Whenever you gain a level in this class, you can exchange one upgrade for another one.
  • \n
  • Size: Tiny
  • \n
  • Speed: 20 feet
  • \n
  • Type: Droid
  • \n
\n

Tracker Droid Upgrades

\n

The traits are presented in alphabetical order.

\n

Aerial Travel Package

\n

Your tracker droid companion has a 30 foot flying speed.

\n

Camouflage Module

\n

You install a camouflage module in your tracker droid. You tracker droid can turn on its stealth field to become invisible. While it is invisible, anything it is carrying or wearing is also invisible. It becomes visible when it turns off the field. Turning the field on or off requires an action.

\n

Deduct the time your tracker droid is invisible, in increments of 1 minute, from the module's maximum duration of 2 hours. After 2 hours of use, the module ceases to function. For every uninterrupted period of 12 hours the module goes unused, it regains 1 hour of use.

\n

Expertise Protocol

\n

Prerequisite: 5th level
You install a protocol in your tracker droid that grants it expertise in a tool or skill. Choose a tool or skill that your tracker droid is proficient in. Your tracker droid gains expertise in it.

\n

Flyby

\n

Opportunity attacks made against your tracker droid have disadvantage.

\n

Four-Armed Tracker

\n

Prerequisite: Pintsized Arms or Undersized Arms
Your tracker droid gains two additional arms which they can use independently of one another. Your tracker droid can only gain the benefit of items held by two of its arms at any given time, and once per round it can switch which arms it is benefiting from (no action required).

\n

Heavy Plating

\n

Your tracker droid companion's armor class becomes 14.

\n

Interfaced Assistance Protocol

\n

Prerequisite: 5th level
While you are interfaced with your tracker droid via the @Compendium[sw5e.techpowers.PopHJSVZq9t1FFf5]{Tracker Droid Interface} tech power, whenever you have advantage on an ability check or attack roll granted by your tracker droid taking the Help action, you can reroll one of the dice once.

\n

Interfaced Crafting Protocol

\n

Prerequisite: 5th level
While you are interfaced with your tracker droid via the @Compendium[sw5e.techpowers.PopHJSVZq9t1FFf5]{Tracker Droid Interface} tech power, whenever you make an ability check using tools with which the you are also proficient, you have advantage on the check. If you already have advantage, you can instead reroll one of the dice once.

\n

Interfaced Distraction Protocol

\n

Prerequisite: 5th level
While you are interfaced with your tracker droid via the @Compendium[sw5e.techpowers.PopHJSVZq9t1FFf5]{Tracker Droid Interface} tech power, when your tracker droid is within 5 feet of a target, you do not provoke opportunity attacks when moving out of that creature's reach.

\n

Interfaced Healing Protocol

\n

Prerequisite: 5th level
While you are interfaced with your tracker droid via the @Compendium[sw5e.techpowers.PopHJSVZq9t1FFf5]{Tracker Droid Interface} tech power, when you restore hit points to a creature that is within 5 feet of your tracker droid, you can roll the dice twice and take either total.

\n

Interfaced Tracking Protocol

\n

Prerequisite: 5th level
While you are interfaced with your tracker droid via the @Compendium[sw5e.techpowers.PopHJSVZq9t1FFf5]{Tracker Droid Interface} tech power, when you make a Wisdom (Survival) check to track a target, and your tracker droid is also tracking that target, you gain advantage on the check. If you already have advantage, you can instead reroll one of the dice once.

\n

Keen Hearing

\n

Your tracker droid companion has advantage on Wisdom (Perception) checks that rely on hearing.

\n

Keen Sight

\n

Your tracker droid companion has advantage on Wisdom (Perception) checks that rely on sight.

\n

Keen Smell

\n

Your tracker droid companion has advantage on Wisdom (Perception) checks that rely on smell.

\n

Laser Cutter

\n

Your tracker droid can cut through 1-inch-thick glass at a rate of 3 inches per round.

\n

Light Plating

\n

Your tracker droid companion's armor class becomes 11 + it's Dexterity modifier.

\n

Medium Plating

\n

Your tracker droid companion's armor class becomes 13 + it's Dexterity modifier, to a maximum of +2.

\n

Pintsized Arms

\n

Prerequisite: Size Tiny
Your Tiny tracker droid gains two arms that struggle to wield bigger weapons. Your tracker droid can't use medium or heavy shields. Additionally, your tracker droid can't wield weapons with the two-handed or versatile property, and it can only wield one-handed weapons in two hands unless they have the light property.

\n

Proficiency Protocol

\n

You install a protocol in your tracker droid that grants it proficiency in a tool or skill of your choice.

\n

Ranged Interface Protocol

\n

The range within which you can interact with your tracker droid increases by 50 feet. This increases to 100 feet at 5th level, 150 feet at 9th level, 200 feet at 13th level, 250 feet at 17th level, and 300 feet at 20th level.

\n

Ranged Shockshot

\n

Your tracker droid companion gains a ranged shockshot. It has a normal range of 30 feet and a long range of 90 feet, and on a hit it deal lightning damage equal to its shockprod damage.

\n

Scomp Link

\n

Prerequisite: 9th level
Your tracker droid gets an integrated scomp link which it can use to interface with computers. While interfaced, when you or your tracker droid makes an Intelligence (slicer's kit) check, you can choose to reroll the check. You must use the new roll. You can wait until after you roll the d20 before deciding to use this feature, but you must decide before the GM says whether the check succeeds or fails.

\n

Sentry Dish

\n

Your tracker droid learns the @Compendium[sw5e.techpowers.ZH0jkLKHJ54BmkYX]{Alarm} tech power. It can cast it once, without the use of a wristpad and without spending tech points, and it regains the ability to do so when it finishes a long rest. Intelligence is your techcasting ability for this power.

\n

Size: Small

\n

Your tracker droid companion's size is Small. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d6, its shockprod damage die becomes a d4, and it's walking speed increases to 25.

\n

Spider Legs

\n

Your tracker droid has a climbing speed equal to its walking speed. Additionally, your tracker droid has advantage on Strength saving throws and Strength (Athletics) checks that involve climbing.

\n

Storage

\n

Your tracker droid comes with a hidden storage compartment which can store up to 1 lb. Finding finding this hidden pocket requires a DC 15 Investigation check.

\n

Techcasting Range Protocol

\n

You can cast tech powers with a range of 5 feet or greater through your tracker droid while interfaced with it, but your tracker droid must be within 5 feet of the target of the power. This increases to 10 feet at 5th level, 20 feet at 9th level, 30 feet at 13th level, 60 feet at 17th level, and 120 feet at 20th level.

\n

Undersized Arms

\n

Prerequisite: Size Small
Your Small tracker droid gains two arms that struggle to wield bigger weapons. Your tracker droid can't use heavy shields. Additionally, your tracker droid can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, your tracker droid can only wield it in two hands.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Saboteur%20Practice.webp","effects":[]} -{"_id":"lGoI3XalF3gv8el4","name":"Gambler Pursuit","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scholar","description":{"value":"

Gambler Pursuit

\n

Not all studied men and women use their intelligence and skill for the pursuit of knowledge, but instead turn to the various casinos and betting halls of the galaxy. Those scholars who choose the Gambler Pursuit use their knowledge of probability and risk to attempt to master games of chance and build their fortune, or lose it all along the way.

\n

Gambler's Aptitude

\n

When you choose this pursuit at 3rd level, you gain proficiency in your choice of the Insight, Deception, Persuasion, or Sleight of Hand skills. Additionally, you gain proficiency in three gaming sets of your choice, and you have advantage on any ability check you make that uses any of these gaming sets.

\n

Risk versus Reward

\n

Also at 3rd level, when you make your first attack on your turn against the target of your Critical Analysis feature, you can decide to gamble by rolling a d6. On a roll of 4 or higher, you have advantage on attack rolls against that creature until the start of your next turn. On a roll of 3 or lower, that creature instead has advantage on attack rolls against you until the start of your next turn.

\n

This die increases when you reach certain levels in this class: to 1d8 at 7th level, to 1d10 at 11th level, and to 1d12 at 15th level.

\n

Additional Maneuvers

\n

Lastly at 3rd level, you gain access to new maneuvers which reflect your deep understanding of chance. Whenever you learn a new maneuver, you can choose from any of the following as well. The maneuvers are listed in alphabetical order.

\n

All In

\n

When you make an attack roll, and the result is less than 20, you can expend a superiority die and roll it, adding it to the roll. If the resulting sum is 20 or 23, the attack is considered a critical hit.

\n

Blind Luck

\n

When you fail an ability check, you can expend a superiority die. If the result of your ability check plus the superiority die is within a range equal to half your proficiency bonus (rounded down) above or below the check's DC, you pass the check instead.

\n

Double Bluff

\n

If on the same round of combat that you have missed a weapon attack, an enemy also misses you with a weapon attack, you can expend a superiority die and make a single weapon attack, adding the results of your superiority die to both the attack and damage rolls.

\n

The Idiot's Array

\n

When a creature hits you with a weapon attack roll, you can expend a superiority die and roll it. On a roll of 4 or higher, you take minimum damage on the damage roll and subtract the value of the superiority die. On a roll of 3 or lower, you instead take the maximum.

\n

Played Their Hand

\n

When a creature hits you with an opportunity attack while within 5 feet of you, you can use your reaction and expend a superiority die to impose disadvantage on the attack roll. If the attack misses, you can make a Dexterity (Sleight of Hand) check contested by the attacker's Strength (Athletics) or Dexterity (Acrobatics) check (their choice) as a part of this reaction. On a success, the target drops the weapon it made the attack with. If you are within 5 feet of the target, and you have a free hand, you can catch the item. Otherwise, the object lands at its feet.

\n

Pure Sabacc

\n

When you score a critical hit with a weapon attack, you can expend a superiority die and roll it. On a roll of 4 or higher, you deal maximum damage on the weapon's damage roll, including the superiority die. On a roll of 3 or lower, you instead deal the minimum.

\n

Raise the Stakes

\n

When the target of your Critical Analysis feature makes an attack roll against you, you can use your reaction to expend a superiority die. Roll the die and subtract the result from the enemy's attack roll, but add the result to their damage roll on a hit.

\n

Take a Chance

\n

Before making an attack roll, you can expend a superiority die. On a miss, you lose that superiority die and do not benefit from it in any way. On a hit, you can choose two other maneuvers that you know, and subject the target to both maneuvers, without expending additional superiority dice.

\n

Tiebreaker

\n

When you roll a superiority die as a part of a maneuver you learned from this class, you can expend another superiority die and use the total of both dice.

\n

Lucky Number 7

\n

Beginning at 6th level, whenever you roll a 7 on an attack roll against the target of your Critical Analysis feature, the attack automatically hits and you regain a superiority die. You can not have more superiority dice than the amount shown in the Superiority Dice column of the Scholar class table.

\n

When attacking with advantage or disadvantage, this effect applies if either roll is a 7. If both rolls are a 7, the attack is a critical hit.

\n

Tell Me the Odds

\n

Starting at 9th level, if the target of your Critical Analysis hits you with a weapon attack roll, you can use your reaction to roll a d8. On a 4 or higher, you impose disadvantage on the roll. If the target already had disadvantage, they must instead reroll one of the dice once (your choice).

\n

This die increases when you reach certain levels in this class: to 1d10 at 11th level, and to 1d12 at 15th level.

\n

Borrowed Luck

\n

Once you've reached 17th level, you have gained the ability to unnaturally alter luck in your favor. Once per round, after an attack roll, saving throw, or ability check is rolled by you or a creature that you can see, you can replace the number on the d20 with a 7. Note the number on the d20 of the roll that you replaced. That number becomes your borrowed luck roll.

\n

While you have a borrowed luck roll, you can expend it and replace any ability check, attack roll, or saving throw made by you or a creature that you can see with the value of the borrowed luck roll. You can only have one borrowed luck roll at a time, and you lose any unused borrowed luck rolls when you complete a short or long rest.

\n

Discoveries (Gambler)

\n

When you select this pursuit, you gain access to new discoveries which reflect your deep understanding of chance. Whenever you learn a new discovery, you can choose from any of the following as well. The discoveries are listed in alphabetical order.

\n

Ace Up Your Sleeve

\n

Whenever you make a Dexterity (Sleight of Hand) or Charisma (Deception) check, you can expend a superiority die, adding the result to your total for the check.

\n

Against the House

\n

Whenever you would make a Charisma (Persuasion) check involving haggling, you can instead challenge the target to a game of chance. If they accept your offer, you can make an ability check with an available gaming set. If you win the challenge, you automatically succeed on the Charisma (Persuasion) check.

\n

Ante Up

\n

When you roll initiative, are not surprised, and end up first in the initiative order, you can take one additional action on top of your regular action and a possible bonus action during your first turn in combat.

\n

Calculated Bluff

\n

When you make an ability check using your Charisma, you can choose to instead make the check using your Intelligence.

\n

Cold Read

\n

Prerequisite: 5th level

\n

As an action, you may make a Wisdom (Insight) check contested by a target's Charisma (Deception) check. On a success, you know the next action the target intends to take, so long as the situation does not change dramatically.

\n

Feeling the Pressure

\n

Prerequisite: 13th level

\n

Whenever you roll a 4 or higher on your Risk Versus Reward feature, the target of your Critical Analysis feature also has disadvantage on attack rolls made against you until the start of your next turn.

\n

The Magic Number

\n

Prerequisite: 7th level

\n

Whenever you roll a 7 on an ability check or saving throw, you can reroll the ability check or saving throw with advantage.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Gambler%20Pursuit.webp","effects":[]} -{"_id":"m0oQQxDCTO6nqWnz","name":"Cybertech Engineering","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Engineer","description":{"value":"

Cybertech Engineering

\n

Those engineers who choose the Cybertech Engineering discipline focus on the ability to craft reusable consumables and items that augment and complement their techcasting abilities.

\n

Bonus Proficiencies

\n

When you choose this discipline at 3rd level, you gain proficiency in cybertech's tools. additionally, when you engage in crafting with cybertech's tools, the rate at which you craft doubles.

\n

Cybertech Contraptions

\n

Also at 3rd level, you learn modify gadgets and wristpads utilizing your cybertech knowledge. Over the course of a long rest, you can expend 500 cr worth of materials to modify your wristpad. You must have a wristpad, materials, and cybertech's tools in order to perform this modification.

\n

Your wristpad requires attunement, can only be used by you, and counts as a tech focus for your tech powers while you are attuned to it. Your modified wristpad has 4 modification slots, and it gains more at higher levels, as shown in the Modification Slots column of the engineer class table. For each modification installed, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

Potent Techcasting

\n

Lastly at 3rd level, when you miss with a tech attack roll, or a creature succeeds on a saving throw against a tech power you cast, you can expend one use of your Potent Aptitude to overwhelm them. Roll the die, and either add it to the attack roll or subtract it from their saving throw.

\n

Adaptable Applications

\n

Beginning at 6th level, when you cast a tech power of 1st level or higher, you can choose to deal additional damage or provide additional healing with that power. The additional damage or healing equals half your engineer level (rounded down).

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a long rest.

\n

Combat Contrivances

\n

At 14th level, when you use your action to a cast a 1st-level or higher tech power, you can use your bonus action to gain temporary hit points equal to the level of the tech power + your Intelligence modifier.

\n

Perfected Purposing

\n

Starting at 18th level, when you cast a tech power, you can choose to deal maximum damage or provide maximum healing with that power.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Cybertech Modifications

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n

Advanced Biotic Amplifier

\n

Prerequisite: 15th level
Prerequisite: Prototype Biotic Amplifier
You further fine tune your biotic amplifier. While wielding this amplifier, when a creature gains temporary hit points from your biotic amplifier, it instead gains four times as many. This amount can't exceed the number of hit points regained.

\n

Advanced Corrosive Amplifier

\n

Prerequisite: 15th level
Prerequisite: Prototype Corrosive Amplifier
You further fine tune your Corrosive Amplifier. When you activate this amplifier, the next attack roll made by that creature before the end of its next turn has disadvantage.

\n

Advanced Cryo Amplifier

\n

Prerequisite: 15th level
Prerequisite: Prototype Cryo Amplifier
You further fine tune your Cryo Amplifier. When you activate this amplifier, the creature is restrained until the end of your next turn.

\n

Advanced Explosive Amplifier

\n

Prerequisite: 15th level
Prerequisite: Prototype Explosive Amplifier
You further fine tune your Explosive Amplifier. When a creature takes fire damage while ignited, the creature has disadvantage on the next Dexterity saving throw it makes before the start of your next turn.

\n

Arakyd Vector

\n

Prerequisite: 5th level
You gain a +1 bonus to tech attack rolls. This bonus increases to +2 at 11th level and +3 at 17th level.

\n

Augmented Explosive

\n

You can augment a single grenade, mine, or thermal detonator to regain its charge. An augmented explosive can only be used by you, and it uses your tech save DC instead of its own. Once you've activated an explosive, it can't be activated again until you finish a short or long rest.

\n

You can select this modification multiple times. Each time you do so, you can maintain an additional augmented explosive, to a maximum equal to your Intelligence modifier.

\n

Belasco Dynamics

\n

Prerequisite: 5th level
You gain a +1 bonus to your tech save DC. This bonus increases to +2 at 11th level and +3 at 17th level.

\n

Biotic Amplifier

\n

You integrate a biotic amplifier in your wristpad that increases the potency of your healing tech powers. While wielding this amplifier, when a creature regains hit points from a tech power you cast, you can grant them temporary hit points equal to the amount of tech points spent. This amount can't exceed the number of hit points restored.

\n

You can use this amplifier a number of times equal to your Intelligence modifier. You regain all expended uses when you complete a short or long rest.

\n

Climbing Gloves

\n

You craft a set of gloves with a powerful assisted grip. While wearing these gloves, you have a climbing speed of 20 feet, and you have advantage on Strength saving throws and Strength (Athletics) checks that involve climbing.

\n

Corrosive Amplifier

\n

You integrate a booster in your wristpad that enhances your tech powers that deal acid damage. While wielding this amplifier, when a creature takes acid damage from a tech power you cast, you can choose to deal additional acid damage equal to your Intelligence modifier.

\n

You can use this amplifier a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Cryo Amplifier

\n

You integrate a booster in your wristpad that enhances your tech powers that deal cold damage. While wielding this amplifier, when a creature takes cold damage from a tech power you cast, you can choose to deal additional cold damage equal to your Intelligence modifier.

\n

You can use this amplifier a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Darkvision Goggles

\n

You craft a pair of sight-enhancing goggles. While wearing these goggles, you have darkvision to a range of 60 feet. If you already have darkvision, this modification increases its range by 30 feet.

\n

Explosive Amplifier

\n

You integrate a booster in your wristpad that enhances your tech powers that deal fire damage. While wielding this amplifier, when a creature takes fire damage from a tech power you cast, you can choose to deal additional fire damage equal to your Intelligence modifier.

\n

You can use this amplifier a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Imaging Amplifier

\n

You integrate a booster in your wristpad that enhances your illusionary tech powers. While wielding this amplifier, when a creature attempts an Intelligence (Investigation) check against a tech power you cast to discern the illusion for what it is, you can force the creature to have disadvantage on the roll (no action required). Alternatively, when you cast the mirror image tech power, you create a fourth duplicate. While you have four duplicates, you must roll a 5 or higher on the d20 roll to change an attack's target to a duplicate.

\n

You can use this amplifier a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Jet Boots

\n

Prerequisite: 7th level
You find tune your augmented boots to give you temporary, limited flight. Activating or deactivating the boots requires a bonus action and, while active, you have a flying speed of 30 feet.

\n

The rocket boots last for 1 minute before deactivating. Once the boots have been activated, they can't be activated again until you finish a short or long rest.

\n

Mechanical Arm

\n

You create a mechanical arm which mounts to your shoulder, which you can use independently. You can only gain the benefit of items held by two of your arms at any given time.

\n

You can choose this modification twice.

\n

Prototype Biotic Amplifier

\n

Prerequisite: 7th level
Prerequisite: Biotic Amplifier
You fine tune your biotic amplifier. While wielding this amplifier, when a creature gains temporary hit points from your biotic amplifier, it instead gains twice as many. This amount can't exceed the number of hit points regained.

\n

Prototype Corrosive Amplifier

\n

Prerequisite: 7th level
Prerequisite: Corrosive Amplifier
You fine tune your Corrosive Amplifier. When you activate this amplifier, the next attack roll made against that creature before the end of its next turn has advantage.

\n

Prototype Cryo Amplifier

\n

Prerequisite: 7th level
Prerequisite: Cryo Amplifier
You fine tune your Cryo Amplifier. When you activate this amplifier, the creature's speed is reduced by 10 feet until the end of your next turn. If the tech power already reduces the creature's speed, that amount is instead increased by 5 feet.

\n

Prototype Explosive Amplifier

\n

Prerequisite: 7th level
Prerequisite: Explosive Amplifier
You fine tune your Explosive Amplifier. When you activate this amplifier, the creature is also ignited for 1 minute. At the start of each of its turns, the creature takes additional fire damage equal to your Intelligence modifier and then makes a Dexterity saving throw against your tech save DC, ending this effect on a success.

\n

If the target or a creature within 5 feet of it uses an action to put out the flames, or if some other effect douses the flames, the effect ends.

\n

Powered Grappling Hook

\n

Prerequisite: 9th level
Prerequisite: Wrist-Mounted Grappling Hook
While your wrist-mounted grappling hook is deployed, when you cast a tech power with a range of touch, your hook can deliver the power as if it had cast it.

\n

Sentry Turret

\n

You learn how to craft small sentry turrets shaped like globes that can adhere to any surface. As an action or bonus action (your choice), you can throw a sentry to a point you can see within range (30 feet + your Strength modifier x 5). At the end of each of your turns, a deployed sentry automatically targets a hostile creature within 10 feet of it. If multiple targets are available, one is chosen at random. The target must make a Dexterity saving throw. On a failed save, it takes 1d4 energy damage and its speed is reduced by 5 until the end of your next turn.

\n

The sentries have 1 hit point, an armor class of 10, and can be repaired over the course of a long rest. Each sentry lasts for 1 minute before deactivating. You can maintain a number of sentries equal to your Intelligence modifier. Once a sentry has been activated, it can't be activated again until you finish a short or long rest.

\n

Truesight Goggles

\n

Prerequisite: 11th level
Prerequisite: Darkvision Goggles
You modify your goggles with a toggle allowing you to briefly gain enhanced sight. As a bonus action, you can activate the truesight feature of your goggles. When toggled on, for the next minute your goggles now automatically dispel illusions and can detect invisibility, as with truesight.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Wrist-Mounted Grappling Hook

\n

You craft a wrist-mounted grappling hook weapon attached to a tightly coiled cord. With this contraption, you can make a ranged weapon attack with a range of 30/60. On a hit, it deals 1d4 kinetic damage. This attack can target a surface, object, or creature.

\n

A creature struck by this attack is impaled by the hook. As an action, a creature can attempt to remove the hook. Removing the hook requires a Strength check. While the hook is stuck in the target, you are connected to the target by a 60 foot cable.

\n

While the hook is deployed, you can use your bonus action to activate the reel, pulling yourself to the location if the target is your size or larger. A creature or object smaller than you is pulled to you. Alternatively, you can opt to release the cable (no action required).

\n

Once you've used this feature, you can't use it again until you recover and reinsert the hook as an action.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Cybertech%20Engineering.webp","effects":[]} -{"_id":"n46s1RsRnnQjxHvX","name":"Heavy Weapons Specialist","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Fighter","description":{"value":"

Heavy Weapons Specialist

\n

Some manned instruments of war require their user to have superior physical prowess to overcome their weight and encumbrance. Those fighters who choose to become Heavy Weapons Specialists use their powerful bodies, and powerful armaments, to overwhelm their foes.

\n

Rock Steady

\n

When you choose this specialty at 3rd level, you have learned to use the heft of your weapon to root yourself in place. At the end of each of your turns, if you move less than half your speed while wielding a weapon with the heavy or strength properties, you have advantage on saving throws to avoid being restrained, moved, or knocked prone. This advantage lasts until the end of your next turn.

\n

My Little Friend Says Hello There

\n

Also at 3rd level, you know how to use the sheer size of your weapon to strike fear in those around you. You can add your Strength modifier to any Charisma (Intimidation) check you make while wielding a weapon with the heavy or strength properties that doesn't already include that modifier.

\n

Maximum Output

\n

Beginning at 7th level, when you take the Attack action while wielding a weapon with the heavy or strength properties, you can forgo one or more attacks. If you do so, you deal additional damage the first time you hit with an attack roll before the end of your next turn. For each attack you forgo in this fashion, you deal extra damage equal to 1d12 + half your fighter level (rounded down). If you miss with the first attack roll you make before the end of your next turn, you instead deal normal weapon damage.

\n

Straight Through

\n

At 10th level, when you score a critical hit on your turn while wielding a weapon with the heavy or strength properties, you can make one weapon attack against a creature within 5 feet of the target using your reaction.

\n

Overwhelm

\n

Starting at 15th level, when you use your Second Wind while wielding a weapon with the heavy or strength properties, if you hit with the first attack roll you make before the end of your next turn, you treat the hit as a critical hit. If you miss with the first attack roll you make before the end of your next turn, you instead treat the miss as a hit.

\n

Pure Performance

\n

At 18th level, attack rolls you make while wielding a weapon with the heavy or strength properties can't suffer from disadvantage.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Heavy%20Weapons%20Specialist.webp","effects":[]} -{"_id":"nP8lpZPBh0HGKUJR","name":"Geneticist Pursuit","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scholar","description":{"value":"

Geneticist Pursuit

\n

Throughout the galaxy there exists scientists who focus on unraveling the mysteries contained within the bodies of the divese sentients of the galaxy. Those scholars who choose the Geneticist Pursuit put their knowledge into practice, splicing their own genetic material to become superior beings... or monsters.

\n

Genesplicer's Methods

\n

When you choose this pursuit at 3rd level, you gain proficiency with geneticist's kit and your choice of Medicine or Survival skills.

\n

Mutagenic Analysis

\n

Also at 3rd level, while you are the target of your Critical Analysis feature, you can add half your Intelligence modifier (rounded down, minimum of one) to any saving throw you make that doesn't already include that modifier.

\n

Additional Maneuvers

\n

Lastly at 3rd level, you gain access to new maneuvers which reflect the changes your body has undergone. Whenever you learn a new maneuver, you can choose from any of the following as well. The maneuvers are listed in alphabetical order.

\n

Acid Burst

\n

When you take the Attack action on your turn, you can replace one of your attacks with a sudden and violent expulsion of acidic fluid. You expend a superiority die, and cause all creatures within a 15-foot cone to make a Dexterity saving throw. On a failed save, they take damage equal to the number rolled on your superiority die plus your Intelligence modifier.

\n

Charging Attack

\n

If you move at least 10 feet towards your target before successfully hitting them with a melee attack, you may expend a superiority die, causing the target to take additional damage equal to the result, and forcing it to make a Strength saving throw. On a failed save the creature is knocked prone.

\n

Electrical Discharge

\n

When you succeed on a check to initiate or maintain a grapple, you can expend a superiority die. The creature takes lightning damage equal to the amount rolled on the die.

\n

Rampage

\n

When you reduce a creature to 0 hit points, you can use your bonus action to expend a superiority die and move up to half your speed. If you end this movement within 5 feet of a creature, you can make a single melee attack against that creature, adding the result of the superiority die to the attack roll.

\n

Unrelenting Grasp

\n

When you hit a creature within 5 feet of you with an opportunity attack, you may expend a superiority die. The creature takes additional damage equal to your superiority die, and you may attempt to grapple the target as part of the same reaction.

\n

Venomous Slash

\n

When you hit a creature with a melee attack, you may expend a superiority die to force it to make a Constitution saving throw. On a failed save, it takes poison damage equal to the result of the die and is poisoned until the start of your next turn.

\n

Mutagenic Transformation

\n

Beginning at 6th level, when you target yourself with your Critical Analysis feature, you can choose to undergo a mutagenic transformation. Your form shifts, exaggerating and strengthening your geneticist discoveries for 1 hour. You gain the following benefits:

\n
    \n
  • You can attack twice, instead of once, whenever you take the Attack action on your turn.
  • \n
  • Your Strength score becomes equal to your Intelligence score.
  • \n
  • You gain a bonus to your AC equal to half your Intelligence modifier (rounded down, minimum of +1) if it doesn't already include that modifier.
  • \n
\n

You can end this effect early on your turn as a bonus action. This effect ends early if you are incapacitated or die. You can use this feature twice. You regain all expended uses of it when you finish a long rest.

\n

Geneticist's Resilience

\n

Starting at 9th level, your genetic alterations make you immune to poison and disease. Additionally, you have resistance to poison damage.

\n

Chimeric Adaptation

\n

Once you've reached 17th level, your genetic modifications have reached new heights. When you complete a short or long rest, you can choose one of the following features. When you undergo your mutagenic transformation, you also gain the benefits of the chosen feature for the duration. You can only have one of these features at a time.

\n

Aspect of the Terentatek

\n

You gain proficiency in Wisdom and Charisma saving throws. Additionally, you have advantage on saving throws against force powers, and when a creature within 30 feet of you casts a force power, you can use your reaction to move up to half your speed towards the creature. You must end this movement closer to the creature than you started. If you end this movement within 5 feet of the creature, you can make one melee attack against the creature (no action required).

\n

Aspect of the Rancor

\n

You gain proficiency in Strength and Constitution saving throws. Additionally, you gain immunity to the frightened condition, and when you deal damage with a weapon or unarmed strike, you can deal an additional 1d8 damage of the same type as the weapon's damage.

\n

Aspect of the Varactyl

\n

You gain proficiency in Dexterity and Intelligence saving throws. Additionally, your speed increases by 10 feet, you ignore effects that would reduce your speed, your attack rolls can't suffer from disadvantage, and creatures can't have advantage on attack rolls against you.

\n

Discoveries (Geneticist)

\n

When you select this pursuit, you gain access to new discoveries which reflect the changes you have caused your own body to undergo. Whenever you learn a new discovery, you can choose from any of the following as well. The discoveries are listed in alphabetical order.

\n

Adapted Hide

\n

When you aren't wearing armor, your AC is 13 + your Dexterity modifier. Additionally, you are adapted to hot or cold climates (your choice), as described in chapter 5 of the Dungeon Master's Guide. When you undergo your mutagenic transformation, you add your full Intelligence modifier, instead of half, to your AC for the duration.

\n

Atmospheric Adaptation

\n

You can breathe air and water. When you undergo your mutagenic transformation, you no longer need to breathe, and you can survive up to one hour within the vacuum of space for the duration.

\n

Enhanced Musculature

\n

You count as one size larger when determining your carrying capacity and the weight you can push, drag, or

\n

lift. Additionally, when you make a long jump, you can cover a number of feet up to twice your Strength score. When you make a high jump, you can leap a number of feet up into the air equal to 3 + twice your Strength modifier. When you undergo your mutagenic transformation, you have advantage on Strength checks and Strength saving throws for the duration.

\n

Icarian Mutation

\n

You sprout a pair of winged arms. You gain a flight speed equal to half your walking speed. You can only gain the benefit of items held by two of your arms at any given time, and once per round you can switch which arms you are benefiting from (no action required). When you undergo your mutagenic transformation, your flying speed increases to your full walking speed, and you can use your bonus action to take the Dash action for the duration.

\n

Mutagenic Hardiness

\n

Your hit point maximum increases by a number equal to your level, and it increases by 1 every time you gain a level. When you undergo your mutagenic transformation, and at the beginning of each of your turns, you gain temporary hit points equal to your half your scholar level (rounded down) + your Intelligence modifier for the duration.

\n

Predatory Senses

\n

You have darkvision out to 60 feet. If you already have darkvision, its range instead increases by 30 feet. When you undergo your mutagenic transformation, you gain advantage on Wisdom (Perception) checks that rely on smell for the duration. Additionally, you can track creatures that have left a scent in the last 24 hours.

\n

Underground Adaptation

\n

You gain a burrowing speed equal to your walking speed and you can tunnel through solid rock at a rate of 1 foot per round. In order to use this speed, you must have two free hands. When you undergo your mutagenic transformation, you gain tremorsense out to 30 feet for the duration. You can detect and pinpoint the origin of vibrations within a specific radius, provided that monster and the source of the vibrations are in contact with the same ground or substance. Tremorsense can't be used to detect flying or incorporeal creatures.

\n

Unnatural Weaponry

\n

You sprout claws or some other natural weapon, which deal 1d4 kinetic damage on a hit. You can use your choice of your Strength, Dexterity, or Intelligence modifier for the attack and damage rolls. You must use the same modifier for both rolls. When you undergo your mutagenic transformation, your unarmed strikes increase to a d6 and are considered enhanced for the duration. Additionally, you deal an additional 1d4 acid, lightning, or poison damage when you hit with them.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Geneticist%20Pursuit.webp","effects":[]} -{"_id":"np8PlkH43bFHGOjq","name":"Teleportation Technique","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scout","description":{"value":"

Teleportation Technique

\n

Whether through experimentation or discovery of an ancient technology, followers of the Teleportation Technique have learned to create brief teleportation portals, allowing them to maneuver and attack both quickly and unpredictably throughout the battlefield.

\n

Personal Teleporter

\n

When you choose this technique at 3rd level, you can use portable teleporters as a bonus action, instead of an action.

\n

Additionally, while you are wielding a tech focus, you can use your bonus action to create a pair of linked portals: one portal appears in a space within 5 feet of you, and the other portal appears in an unoccupied space you can see up to 30 feet away. These portals last until the start of your next turn, and they are large enough to accommodate Medium and smaller creatures and objects. Portals take the appearance of an elongated, shimmering mirror, and looking through a portal, a creature can see through the linked portal as if looking through a window. A creature or object who passes through a portal immediately appears in a space within 5 feet of the linked portal. You can use your reaction to end your portals early. If a creature is partially within your portals, it is shunted back to the space it previously occupied and it must make a Dexterity saving throw against your tech save DC. On a failed save, it takes energy damage equal to your scout level + your intelligence modifier.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest. At the beginning of each of your turns, while you have a pair of portals active, you can expend a use of this feature to extend the duration of the portals until the start of your next turn (no action required).

\n

The distance at which you can create portals increases at higher levels. It increases to 60 feet at 5th level, 90 feet at 9th level, 150 feet at 13th level, 300 feet at 17th level, and 1,000 feet at 20th level.

\n

Mark of the Teleporter

\n

Also at 3rd level, on your turn, when you deal damage to the target of your Ranger's Quarry, and either you, your weapon, or the source of your damage have passed through the portal on this turn, when you roll below half the maximum on a damage die, you can treat the roll as if you'd rolled half the maximum on the damage die. You can only affect a number of dice up to half your intelligence modifier (rounded up) in this way.

\n

Residual Warp

\n

Beginning at 7th level, when you use your Personal Teleporter feature, you can place your portal in a place you've visited in the last 10 minutes, provided you can remember it, as opposed to a place you can see. That place must still be within range of your teleporter.

\n

Quantum Entanglement

\n

Starting at 11th level, when you use your Personal Teleporter feature, you can place the portal that you would normally place within 5 feet of you in a place you can see within your Personal Teleporter's range. If that space is occupied by a Huge or smaller creature or a Medium or smaller unsecured object, it must make a Dexterity saving throw against your tech save DC. An object automatically fails this saving throw, and a creature can choose to fail. On a failed save, a Medium or smaller creature or object falls through the portal, immediately appearing in a space within 5 feet of the linked portal and falling prone. A Large or Huge creature, instead, falls prone without moving.

\n

Reprisal

\n

At 15th level, when you would be affected by a weapon or tech power that requires a Dexterity saving throw or attack roll and would affect only you, you can use your reaction to instantaneously create a pair of portals to redirect that power to another target within 30 feet. If the weapon or power required a melee or ranged attack roll, make a melee or ranged tech attack roll against the new target, as appropriate. If it required a Dexterity saving throw, the new target must make a Dexterity saving throw against your tech save DC.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Archetypes/Teleportation%20Technique.webp","effects":[]} -{"_id":"oYAXrbXaFVAoGDLM","name":"Way of Technology","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Consular","description":{"value":"

Way of Technology

\n

While many Forcewielders eschew the use of technology, other choose to embrace it Those consulars who follow the Way of Technology pair their mastery of the Force with the versatility of technology, applying the knowledge in tandem to perform unseen feats.

\n

Fundamentals of Mechu-Deru

\n

Starting when you choose this tradition at 3rd level, you've dabbled in adapting your use of the Force, melding it with technology. You gain proficiency in the Technology skill, as well as simple blasters. When you cast a force power that calls for a melee weapon attack, and you are wielding a blaster with which you are proficient, you can instead make a ranged weapon attack, as long as the target is within your weapon’s normal range.

\n

Additionally, you've learned to manipulate the Force to be able to manipulate technology when it couldn't previously. When you cast a force power that could not affect droids or constructs, you can choose to have it affect droids or constructs. If it would affect multiple targets, you must expend additional uses of this feature for each additional target. You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you complete long rest.

\n

Techcasting Secrets

\n

At 6th level, you've learned to mimic technological effects. Choose two tech powers of 1st level. The chosen powers count as universal force powers for you, but are not included in the number in the Powers Known column of the consular table.

\n

At 10th level, you learn two additional tech powers of 1st or 2nd level. At 14th level, you learn two tech powers of 1st-3rd level, and at 18th level, you learn two tech powers of 1st-4th level. Whenever you gain a level in this class, you can choose one of the tech powers you know and replace it with another tech power of the same level.

\n

Ionized Weave

\n

Beginning at 10th level, when you cast a damage-dealing force power that requires a force attack or saving throw, you can spend force points to cause that power to instead deal ion damage. The number of force points equals half the power’s level (round down, minimum of one). If the power would call for a saving throw other than Dexterity, it instead calls for a Dexterity saving throw.

\n

Force Circuitry

\n

At 14th level, when you use your action to cast a force power, and you use your Fundamentals of Mechu-deru feature as a part of that casting, you can use your bonus action to cast one of the tech powers you know, as long as that power has a casting time of 1 action or bonus action.

\n

Mechu-Deru Mastery

\n

Starting at 18th level, you can cast one 5th-level tech power of your choice. The power counts as a universal force power for you, and you do not require force points to cast this power. Once you've done so, you can't do so again until you complete a long rest.

"},"source":"Expanded Content","classCasterType":"Forcecaster, Techcaster"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":false},"core":{"sourceId":"Item.aeE47GjiF8RizQaz"}},"img":"systems/sw5e/packs/Icons/Archetypes/Way%20of%20Technology.webp","effects":[]} -{"_id":"ovm5WJyAM317IC4K","name":"Slicer Pursuit","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scholar","description":{"value":"

Slicer Pursuit

\n

Across the galaxy one can find numerous pseudonyms and false identities belonging to the hackers and cyber-infiltrators that call the world of electronics home. Those scholars who choose the Slicer Pursuit put their impressive intellectual prowess to work in the field of technology, to ends both benevolent and malicious.

\n

Techcasting

\n

When you choose this pursuit at 3rd level, you have derived powers from schematics with the aid of your wristpad. See chapter 10 for the general rules of techcasting and chapter 12 for the tech powers list.

\n

Tech Powers Known

\n

You learn 4 tech powers of your choice, and you learn more at higher levels, as shown in the Tech Powers Known column of the Slicer Pursuit Techcasting table. You may not learn a tech power of a level higher than your Max Power Level.

\n

Tech Points

\n

You have a number of tech points equal to half of your scholar level (rounded up), as shown in the Tech Points column of the Slicer Pursuit Techcasting table, + your Intelligence modifier. You use these tech points to cast tech powers. You regain all expended tech points when you finish a short or long rest.

\n

Max Power Level

\n

Many tech powers can be overcharged, consuming more tech points to create a greater effect. You can overcharge these powers to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Slicer Pursuit Techcasting table.

\n

You may only cast tech powers at 4th-level once. You regain the ability to do so after a long rest.

\n

Techcasting Ability

\n

Intelligence is your techcasting ability for your tech powers. You use your Intelligence whenever a power refers to your techcasting ability. In addition, you use your Intelligence modifier when setting the saving throw DC for a tech power you cast and when making an attack roll with one.

\n

Tech save DC = 8 + your proficiency bonus + your Intelligence modifier

\n

Tech attack modifier = your proficiency bonus + your Intelligence modifier

\n

Techcasting Focus

\n

You use a wristpad (found in chapter 5) as a techcasting focus for your tech powers.

\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Slicer Pursuit Techcasting
LevelTech Powers KnownTech PointsMax Power Level
3rd321st
4th421st
5th531st
6th631st
7th742nd
8th842nd
9th952nd
10th1052nd
11th1162nd
12th1262nd
13th1373rd
14th1473rd
15th1583rd
16th1683rd
17th1794th
18th1894th
19th19104th
20th20104th
\n
\n
\n

Systems Hijack

\n

Also at 3rd level, when the target of your Critical Analysis is a droid or construct, or wearing or holding a techcasting focus, that creature is a viable target for any tech powers with you cast with a range of touch.

\n

Additionally, when the target of your Critical Analysis casts a tech power, you can use your reaction to identify the tech power being cast, and at what level.

\n

Additional Maneuvers

\n

Lastly at 3rd level, you gain access to new maneuvers which reflect your understanding of tech casting. Whenever you learn a new maneuver, you can choose from any of the following as well. The maneuvers are listed in alphabetical order.

\n

Automatic Startup Sequence

\n

When a creature makes a saving throw against a tech power you cast, you may expend a superiority die, subtracting the number rolled from their total. You can use this maneuver before or after the creature makes saving throw, but before the GM determines whether or not the creature fails.

\n

Fast Access Programs

\n

When you cast a tech power of 1st-level or higher that has a casting time of 1 action, you can expend a superiority die to change the casting time to 1 bonus action for this casting.

\n

Firewall

\n

When you or an ally you can see within 60 feet make a saving throw against a tech power, you can use your reaction to expend a superiority die, adding the number rolled to the result of that saving throw.

\n

Hacked Communications

\n

As an action, you may expend a superiority die, and choose any number of creatures that you can see within 60 feet of you that have commlinks, headcomms, or other such communications devices. Each creature must succeed on a Constitution saving throw or take sonic damage equal to the number rolled on the dice + your Intelligence modifier (minimum of one). Additionally, on a failed save, their communication devices are disabled until rebooted.

\n

Overcapacity Powers

\n

When you cast a tech power of 1st-level or higher, you may expend a superiority die to cast the power at a higher level, provided is does not exceed your Maximum Power Level. Roll the superiority die, and add it to the level at which you are casting the power. You can choose to cast it at this new power level or lower.

\n

Runtime Extension

\n

When a tech power you cast with a duration of 1 minute or longer reaches the end of its duration, you may expend a superiority die to extend the duration of the power a number of rounds equal to the number rolled on your superiority die.

\n

Subtle Execution

\n

When you cast a tech power, you may expend a superiority die to cast the power without any visual or auditory cues. Creatures have disadvantage on any Intelligence (Investigation) or Wisdom (Perception) checks made to determine if you were the caster.

\n

Potent Programming

\n

Beginning at 6th level, when a creature succeeds on a saving throw against an at-will tech power you cast that deals damage, the creature takes half the power's damage, but suffers no additional effects of the power.

\n

Redirect Error

\n

Starting at 9th level, when the target of your Critical Analysis feature casts a tech power that affects an area, you can use your reaction to cause that power to instead affect an area in a 10-foot-radius sphere centered on the caster.

\n

Once you've used this feature, you must complete a long rest before you can use it again.

\n

System Override

\n

Once you've reached 17th level, you know how to quickly activate anti-tech subroutines you have encoded into your wristpad. You can cast the @Compendium[sw5e.techpowers.g0WJVphRgr0iSG1x]{Diminish Tech} and @Compendium[sw5e.techpowers.9Vg5TEwWdVh3NVym]{Tech Override} powers at 3rd level without expending tech points. If the target is the target of your Critical Analysis, you have advantage on the techcasting ability check for these powers.

\n

You can use this feature a number of time equal to half your Intelligence modifier (rounded down, a minimum of once). You regain all expended uses when you finish a long rest.

\n

Discoveries (Slicer)

\n

When you select this pursuit, you gain access to new discoveries which reflect your understanding of tech casting. Whenever you learn a new discovery, you can choose from any of the following as well. The discoveries are listed in alphabetical order.

\n

Administrator's Log

\n

If you spend at least 10 minutes working on a computer or terminal, you can get a full list of users who have accessed the machine within the past 24 hours. Over the course of a long rest, you may then form a facsimile of identification that would allow you to pass yourself off as that person when accessing machines.

\n

Backdoor Egress

\n

When you cast a tech power that affects an area and requires a saving throw, and you are inside that power's area, you can use your reaction to move up to half your speed without provoking opportunity attacks. If you end this movement outside the area affected by the tech power, you do not have to make a saving throw to avoid its effects.

\n

Intelligence Core Override

\n

Prerequisite: 9th level

\n

You can cast the @Compendium[sw5e.techpowers.NagD6z90jRyd7zOk]{Override Interface} tech power at 5th level without spending tech points.

\n

Once you've used this feature, you must complete a long rest before you can use it again.

\n

Resource Appropriation

\n

Prerequisite: 11th level

\n

If you reduce the target of your Critical Analysis feature to 0 hit points, and it has tech point remaining, you may choose to gain any tech points it had remaining. Your current tech points cannot exceed your tech point maximum.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Skillful Casting

\n

When you hit a creature with an at-will tech power that requires an attack roll, you may treat that attack roll as a weapon attack for the purpose of using maneuvers.

\n

Sleeper Program

\n

Whenever you cast a tech power with a casting time of 1 action, you can choose to delay the power's activation up to a minute. When you do so, you cast the power as normal, but holds its energy for the duration of the delay. Holding onto the power's effect requires concentration. If your concentration is broken before the delay ends, the power dissipates without taking effect. You can use your reaction to activate the power at any time.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you finish a long rest.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Slicer%20Pursuit.webp","effects":[]} -{"_id":"owhXRBD1NnGWXdr6","name":"Performance Practice","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Operative","description":{"value":"

Performance Practice

\n

Some operatives choose to master finesse and timing through performance art. Those operatives who choose the Performance Practice become skilled performers who prove especially deadly in close combat, able to find the rhythm of an attacker's strikes as easily as any song.

\n

Artful Dancer

\n

When you choose this practice at 3rd level, your training with music and dancing grants you certain benefits. You gain proficiency in the Performance skill and one musical instrument of your choice.

\n

Additionally, while you are you are not wearing armor or wielding a medium or heavy shield, you can add half your Charisma modifier (rounded up) to your AC as long as it doesn't already include that modifier.

\n

Dazzling Steps

\n

Also at 3rd level, you learn to conduct impressive displays of grace and speed in combat. While you aren't wearing medium or heavy armor or wielding a medium or heavy shield, and you take the Attack action on your turn and attack with a weapon with either the light or finesse properties, your walking speed increases by 10 feet until the end of the turn, and if you deal Sneak Attack damage, you may choose to forgo two of your Sneak Attack dice to make the attack a dazzling step.

\n

Some of your dazzling steps require your target to make a saving throw to resist the dazzling step's effects. The saving throw DC is calculated as follows:

\n

Dazzling Step save DC = 8 + your proficiency bonus + your Charisma modifier

\n

Defensive Step

\n

You defend yourself from further attack. Roll two Sneak Attack dice. You gain temporary hit points that last until the start of your next turn equal to the amount rolled.

\n

Mobile Step

\n

You twist and twirl around the target. The target must make a Strength saving throw. A Huge or larger creature automatically succeeds. On a failed save, it is pushed back 5 feet, and you can immediately move into the space it just vacated without provoking opportunity attacks.

\n

Offensive Step

\n

Choose another creature that you can see within your reach. The creature must make a Dexterity saving throw. On a failed save, roll two Sneak Attack dice. The creature takes damage equal to the amount rolled. This damage is of the same as your weapon's damage.

\n

Flexible Body

\n

Beginning at 9th level, you are able to use your acrobatic talent to gain the upper hand in combat. You can use the bonus action granted by your Cunning Action to shove a creature. When you do so, you can make a Dexterity (Acrobatics) check instead of a Strength (Athletics) check.

\n

Additionally, you now ignore difficult terrain, you can move through space occupied by hostile creatures, and you can squeeze through smaller spaces without expending extra movement.

\n

Dance of Death

\n

Starting at 13th level, you can use your action to make a weapon attack against any number of creatures within 5 feet of you, with a separate attack roll for each target. You can choose to deal Sneak Attack damage to each creature you hit, but you can only roll half your number of Sneak Attack dice (rounded up) per creature.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Master of Dance

\n

At 17th level, your confidence when putting on a show has extended into combat. You add your Charisma modifier to initiative checks. Additionally, any creature who fails a saving throw against your Dazzling Step save DC has disadvantage on the first attack roll they make against you each turn until the end of your next turn.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Performance%20Practice.webp","effects":[]} +{"_id":"lETcZuQWPZg3n2u0","name":"Saboteur Practice","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Operative","description":{"value":"

Saboteur Practice

\n

Those operatives who choose the Saboteur Practice enhance their fine-honed skills of stealth and agility with tech, using advanced technology with the aid of a tracker droid to sustain a longer assault.

\n

Bonus Proficiencies

\n

You gain proficiency in astrotech's tools.

\n

Techcasting

\n

When you choose this practice at 3rd level, you have derived powers from schematics with the aid of your wristpad. See chapter 10 for the general rules of techcasting and chapter 12 for the tech powers list.

\n

Tech Powers Known

\n

You learn 4 tech powers of your choice, and you learn more at higher levels, as shown in the Tech Powers Known column of the Saboteur Practice Techcasting table. You may not learn a tech power of a level higher than your Max Power Level.

\n

Tech Points

\n

You have a number of tech points equal to half of your operative level (rounded up), as shown in the Tech Points column of the Saboteur Practice Techcasting table, + your Intelligence modifier. You use these tech points to cast tech powers. You regain all expended tech points when you finish a short or long rest.

\n

Max Power Level

\n

Many tech powers can be overcharged, consuming more tech points to create a greater effect. You can overcharge these powers to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Saboteur Practice Techcasting table.

\n

You may only cast tech powers at 4th-level once. You regain the ability to do so after a long rest.

\n

Techcasting Ability

\n

Intelligence is your techcasting ability for your tech powers. You use your Intelligence whenever a power refers to your techcasting ability. In addition, you use your Intelligence modifier when setting the saving throw DC for a tech power you cast and when making an attack roll with one.

\n

Tech save DC = 8 + your proficiency bonus + your Intelligence modifier

\n

Tech attack modifier = your proficiency bonus + your Intelligence modifier

\n

You use a wristpad (found in chapter 5) as a techcasting focus for your tech powers.

\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Saboteur Practice Techcasting
LevelTech Powers KnownTech PointsMax Power Level
3rd321st
4th421st
5th531st
6th631st
7th742nd
8th842nd
9th952nd
10th1052nd
11th1162nd
12th1262nd
13th1373rd
14th1473rd
15th1583rd
16th1683rd
17th1794th
18th1894th
19th19104th
20th20104th
\n
\n
\n

Tracker Droid Companion

\n

Also at 3rd level, you learn to employ all the knowledge you've accumulated to create and customize your own personalized tracker droid companion.

\n

Your tracker droid is detailed at the end of this practice. Over the course of 8 hours, which can be done during a long rest, you can expend 500 cr worth of materials to finally finish your tracker droid.

\n

If your tracker droid is irreparable destroyed, or you want to interface with a different tracker droid, you can spend an additional 250 credits and 1 hour to change the target of this feature. You may only have one tracker droid companion at a time.

\n

Your tracker droid gains a variety of benefits while it is interfaced with you:

\n
    \n
  • The tracker droid obeys your commands as best it can. It acts on your turn, and you determine its actions, decisions, attitudes, and so on. If you are incapacitated or absent, your tracker droid acts on its own.
  • \n
  • Your tracker droid's level equals your operative level, and for each operative level you gain after 3rd, your tracker droid companion gains an additional Hit Die and increases its hit points accordingly.
  • \n
  • Your tracker droid has the proficiency bonus of a player character of the same level.
  • \n
  • Whenever you gain the Ability Score Improvement feature in this class, your tracker droid's abilities also improve. Your tracker droid can increase one ability score of your choice by 2, or it can increase two ability scores of your choice by 1. As normal, your tracker droid can't increase an ability score above 20 using this feature unless its description specifies otherwise.
  • \n
  • Your tracker droid can not wear armor or have armor integrated in its chassis.
  • \n
  • Your tracker droid is a valid target of the @Compendium[sw5e.techpowers.PopHJSVZq9t1FFf5]{Tracker Droid Interface} tech power.
  • \n
\n

Powered Ambush

\n

Beginning at 9th level, if you are hidden from a creature when you cast a power on it, the creature has disadvantage on any saving throw it makes against the power this turn.

\n

Ion Pulse

\n

Starting at 13th level, as a bonus action on your turn, you can expend one or more of your tracker droid's Hit Dice to have it emit an pulse of ion energy. Each creature within 5 feet of your tracker droid must make a Constitution saving throw against your tech save DC. A creature takes 1d4 ion damage for each Hit Die expended in this way on a failed save, or half as much as on a successful one. Any electronics not being worn or carried within the blast radius are disabled until rebooted.

\n

Saboteur Practice Techcasting

\n

Sabotage

\n

At 17th level, you gain the ability to sabotage a tech power in the process of being cast. When a hostile creature casts a tech power, and you are the target of the tech power or within its area of effect, you can use your reaction to force that creature to make an Intelligence saving throw against your tech save DC. On a successful save, the power is cast as normal.

\n

On a failed save, you negate the power's effects, and the caster takes 1d6 lightning damage per level of the power it was casting. Additionally, on a failed save, the caster's tech focus used to cast the tech power is overloaded and can't be used to cast tech powers for 1 minute.

\n

At the end of each of the caster's turns, it can repeat the Intelligence saving throw. On a success, it can use the tech focus to cast tech powers again.

\n

Once you've used this feature, you can't use it again until you finish a long rest.

\n

Generating Your Tracker Droid

\n

Choosing your tracker droid companion is an integral part of being an Saboteur Operative. Your tracker droid takes a form of your choosing.

\n

Once you've selected your tracker droid, you assign your tracker droid's ability scores using a varied standard array (14, 12, 10, 8, 6, 4) as you see fit.

\n

Tracker Droid Features

\n

All tracker droids share the following traits.

\n

Hit Points

\n
    \n
  • Hit Dice: 1d4 per tracker droid companion level
  • \n
  • Hit Points at 1st Level: 4 + your tracker droid's Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d4 (or 3) + your tracker droid's Constitution modifier per tracker droid level after 1st
  • \n
\n

Resistances and Vulnerabilities

\n
    \n
  • Droid Resistances: Your tracker droid is resistant to necrotic, poison, and psychic damage, and immune to poison and disease.
  • \n
  • Droid Vulnerabilities: Your tracker droid is vulnerable to ion damage. Additionally, your tracker droid has disadvantage on saving throws against effects that would deal ion or lightning damage.
  • \n
\n

Proficiencies

\n
    \n
  • Tools: Your choice of demolitions kit, disguise kit, forgery kit, poisoner's kit, security kit, or slicer's kit
  • \n
  • Languages: Tracker droids can speak, read, and write Binary. They can understand spoken and written Galactic Basic and one language of your choice, but can not speak it
  • \n
  • Skills: Two of your choice
  • \n
\n

Features

\n
    \n
  • Armor Class: Your tracker droid's armor class equals 10 + its Dexterity modifier. Your tracker droid can't wear armor or have it integrated.
  • \n
  • Droid Weaponry: Your tracker droid has an integrated shockprod with which it can make weapon attacks. This weapon can't be removed while your tracker droid is conscious. Your tracker droid's shockprod deals 1 lightning damage on a hit, and it has the finesse property.
  • \n
  • Droid Upgrades: Your tracker droid companion has four tracker droid upgrades of your choice. It gains an additional upgrade at 5th level (5), 8th level (6), 11th level (7), 14th level (8), and 17th level (9). Whenever you gain a level in this class, you can exchange one upgrade for another one.
  • \n
  • Size: Tiny
  • \n
  • Speed: 20 feet
  • \n
  • Type: Droid
  • \n
\n

Tracker Droid Upgrades

\n

The traits are presented in alphabetical order.

\n

Aerial Travel Package

\n

Your tracker droid companion has a 30 foot flying speed.

\n

Camouflage Module

\n

You install a camouflage module in your tracker droid. You tracker droid can turn on its stealth field to become invisible. While it is invisible, anything it is carrying or wearing is also invisible. It becomes visible when it turns off the field. Turning the field on or off requires an action.

\n

Deduct the time your tracker droid is invisible, in increments of 1 minute, from the module's maximum duration of 2 hours. After 2 hours of use, the module ceases to function. For every uninterrupted period of 12 hours the module goes unused, it regains 1 hour of use.

\n

Expertise Protocol

\n

Prerequisite: 5th level
You install a protocol in your tracker droid that grants it expertise in a tool or skill. Choose a tool or skill that your tracker droid is proficient in. Your tracker droid gains expertise in it.

\n

Flyby

\n

Opportunity attacks made against your tracker droid have disadvantage.

\n

Four-Armed Tracker

\n

Prerequisite: Pintsized Arms or Undersized Arms
Your tracker droid gains two additional arms which they can use independently of one another. Your tracker droid can only gain the benefit of items held by two of its arms at any given time, and once per round it can switch which arms it is benefiting from (no action required).

\n

Heavy Plating

\n

Your tracker droid companion's armor class becomes 14.

\n

Interfaced Assistance Protocol

\n

Prerequisite: 5th level
While you are interfaced with your tracker droid via the @Compendium[sw5e.techpowers.PopHJSVZq9t1FFf5]{Tracker Droid Interface} tech power, whenever you have advantage on an ability check or attack roll granted by your tracker droid taking the Help action, you can reroll one of the dice once.

\n

Interfaced Crafting Protocol

\n

Prerequisite: 5th level
While you are interfaced with your tracker droid via the @Compendium[sw5e.techpowers.PopHJSVZq9t1FFf5]{Tracker Droid Interface} tech power, whenever you make an ability check using tools with which the you are also proficient, you have advantage on the check. If you already have advantage, you can instead reroll one of the dice once.

\n

Interfaced Distraction Protocol

\n

Prerequisite: 5th level
While you are interfaced with your tracker droid via the @Compendium[sw5e.techpowers.PopHJSVZq9t1FFf5]{Tracker Droid Interface} tech power, when your tracker droid is within 5 feet of a target, you do not provoke opportunity attacks when moving out of that creature's reach.

\n

Interfaced Healing Protocol

\n

Prerequisite: 5th level
While you are interfaced with your tracker droid via the @Compendium[sw5e.techpowers.PopHJSVZq9t1FFf5]{Tracker Droid Interface} tech power, when you restore hit points to a creature that is within 5 feet of your tracker droid, you can roll the dice twice and take either total.

\n

Interfaced Tracking Protocol

\n

Prerequisite: 5th level
While you are interfaced with your tracker droid via the @Compendium[sw5e.techpowers.PopHJSVZq9t1FFf5]{Tracker Droid Interface} tech power, when you make a Wisdom (Survival) check to track a target, and your tracker droid is also tracking that target, you gain advantage on the check. If you already have advantage, you can instead reroll one of the dice once.

\n

Keen Hearing

\n

Your tracker droid companion has advantage on Wisdom (Perception) checks that rely on hearing.

\n

Keen Sight

\n

Your tracker droid companion has advantage on Wisdom (Perception) checks that rely on sight.

\n

Keen Smell

\n

Your tracker droid companion has advantage on Wisdom (Perception) checks that rely on smell.

\n

Laser Cutter

\n

Your tracker droid can cut through 1-inch-thick glass at a rate of 3 inches per round.

\n

Light Plating

\n

Your tracker droid companion's armor class becomes 11 + it's Dexterity modifier.

\n

Medium Plating

\n

Your tracker droid companion's armor class becomes 13 + it's Dexterity modifier, to a maximum of +2.

\n

Pintsized Arms

\n

Prerequisite: Size Tiny
Your Tiny tracker droid gains two arms that struggle to wield bigger weapons. Your tracker droid can't use medium or heavy shields. Additionally, your tracker droid can't wield weapons with the two-handed or versatile property, and it can only wield one-handed weapons in two hands unless they have the light property.

\n

Proficiency Protocol

\n

You install a protocol in your tracker droid that grants it proficiency in a tool or skill of your choice.

\n

Ranged Interface Protocol

\n

The range within which you can interact with your tracker droid increases by 50 feet. This increases to 100 feet at 5th level, 150 feet at 9th level, 200 feet at 13th level, 250 feet at 17th level, and 300 feet at 20th level.

\n

Ranged Shockshot

\n

Your tracker droid companion gains a ranged shockshot. It has a normal range of 30 feet and a long range of 90 feet, and on a hit it deal lightning damage equal to its shockprod damage.

\n

Scomp Link

\n

Prerequisite: 9th level
Your tracker droid gets an integrated scomp link which it can use to interface with computers. While interfaced, when you or your tracker droid makes an Intelligence (slicer's kit) check, you can choose to reroll the check. You must use the new roll. You can wait until after you roll the d20 before deciding to use this feature, but you must decide before the GM says whether the check succeeds or fails.

\n

Sentry Dish

\n

Your tracker droid learns the @Compendium[sw5e.techpowers.ZH0jkLKHJ54BmkYX]{Alarm} tech power. It can cast it once, without the use of a wristpad and without spending tech points, and it regains the ability to do so when it finishes a long rest. Intelligence is your techcasting ability for this power.

\n

Size: Small

\n

Your tracker droid companion's size is Small. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d6, its shockprod damage die becomes a d4, and it's walking speed increases to 25.

\n

Spider Legs

\n

Your tracker droid has a climbing speed equal to its walking speed. Additionally, your tracker droid has advantage on Strength saving throws and Strength (Athletics) checks that involve climbing.

\n

Storage

\n

Your tracker droid comes with a hidden storage compartment which can store up to 1 lb. Finding finding this hidden pocket requires a DC 15 Investigation check.

\n

Techcasting Range Protocol

\n

You can cast tech powers with a range of 5 feet or greater through your tracker droid while interfaced with it, but your tracker droid must be within 5 feet of the target of the power. This increases to 10 feet at 5th level, 20 feet at 9th level, 30 feet at 13th level, 60 feet at 17th level, and 120 feet at 20th level.

\n

Undersized Arms

\n

Prerequisite: Size Small
Your Small tracker droid gains two arms that struggle to wield bigger weapons. Your tracker droid can't use heavy shields. Additionally, your tracker droid can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, your tracker droid can only wield it in two hands.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Saboteur%20Practice.webp","effects":[]} +{"_id":"lGoI3XalF3gv8el4","name":"Gambler Pursuit","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scholar","description":{"value":"

Gambler Pursuit

\n

Not all studied men and women use their intelligence and skill for the pursuit of knowledge, but instead turn to the various casinos and betting halls of the galaxy. Those scholars who choose the Gambler Pursuit use their knowledge of probability and risk to attempt to master games of chance and build their fortune, or lose it all along the way.

\n

Gambler's Aptitude

\n

When you choose this pursuit at 3rd level, you gain proficiency in your choice of the Insight, Deception, Persuasion, or Sleight of Hand skills. Additionally, you gain proficiency in three gaming sets of your choice, and you have advantage on any ability check you make that uses any of these gaming sets.

\n

Risk versus Reward

\n

Also at 3rd level, when you make your first attack on your turn against the target of your Critical Analysis feature, you can decide to gamble by rolling a d6. On a roll of 4 or higher, you have advantage on attack rolls against that creature until the start of your next turn. On a roll of 3 or lower, that creature instead has advantage on attack rolls against you until the start of your next turn.

\n

This die increases when you reach certain levels in this class: to 1d8 at 7th level, to 1d10 at 11th level, and to 1d12 at 15th level.

\n

Additional Maneuvers

\n

Lastly at 3rd level, you gain access to new maneuvers which reflect your deep understanding of chance. Whenever you learn a new maneuver, you can choose from any of the following as well. The maneuvers are listed in alphabetical order.

\n

All In

\n

When you make an attack roll, and the result is less than 20, you can expend a superiority die and roll it, adding it to the roll. If the resulting sum is 20 or 23, the attack is considered a critical hit.

\n

Blind Luck

\n

When you fail an ability check, you can expend a superiority die. If the result of your ability check plus the superiority die is within a range equal to half your proficiency bonus (rounded down) above or below the check's DC, you pass the check instead.

\n

Double Bluff

\n

If on the same round of combat that you have missed a weapon attack, an enemy also misses you with a weapon attack, you can expend a superiority die and make a single weapon attack, adding the results of your superiority die to both the attack and damage rolls.

\n

The Idiot's Array

\n

When a creature hits you with a weapon attack roll, you can expend a superiority die and roll it. On a roll of 4 or higher, you take minimum damage on the damage roll and subtract the value of the superiority die. On a roll of 3 or lower, you instead take the maximum.

\n

Played Their Hand

\n

When a creature hits you with an opportunity attack while within 5 feet of you, you can use your reaction and expend a superiority die to impose disadvantage on the attack roll. If the attack misses, you can make a Dexterity (Sleight of Hand) check contested by the attacker's Strength (Athletics) or Dexterity (Acrobatics) check (their choice) as a part of this reaction. On a success, the target drops the weapon it made the attack with. If you are within 5 feet of the target, and you have a free hand, you can catch the item. Otherwise, the object lands at its feet.

\n

Pure Sabacc

\n

When you score a critical hit with a weapon attack, you can expend a superiority die and roll it. On a roll of 4 or higher, you deal maximum damage on the weapon's damage roll, including the superiority die. On a roll of 3 or lower, you instead deal the minimum.

\n

Raise the Stakes

\n

When the target of your Critical Analysis feature makes an attack roll against you, you can use your reaction to expend a superiority die. Roll the die and subtract the result from the enemy's attack roll, but add the result to their damage roll on a hit.

\n

Take a Chance

\n

Before making an attack roll, you can expend a superiority die. On a miss, you lose that superiority die and do not benefit from it in any way. On a hit, you can choose two other maneuvers that you know, and subject the target to both maneuvers, without expending additional superiority dice.

\n

Tiebreaker

\n

When you roll a superiority die as a part of a maneuver you learned from this class, you can expend another superiority die and use the total of both dice.

\n

Lucky Number 7

\n

Beginning at 6th level, whenever you roll a 7 on an attack roll against the target of your Critical Analysis feature, the attack automatically hits and you regain a superiority die. You can not have more superiority dice than the amount shown in the Superiority Dice column of the Scholar class table.

\n

When attacking with advantage or disadvantage, this effect applies if either roll is a 7. If both rolls are a 7, the attack is a critical hit.

\n

Tell Me the Odds

\n

Starting at 9th level, if the target of your Critical Analysis hits you with a weapon attack roll, you can use your reaction to roll a d8. On a 4 or higher, you impose disadvantage on the roll. If the target already had disadvantage, they must instead reroll one of the dice once (your choice).

\n

This die increases when you reach certain levels in this class: to 1d10 at 11th level, and to 1d12 at 15th level.

\n

Borrowed Luck

\n

Once you've reached 17th level, you have gained the ability to unnaturally alter luck in your favor. Once per round, after an attack roll, saving throw, or ability check is rolled by you or a creature that you can see, you can replace the number on the d20 with a 7. Note the number on the d20 of the roll that you replaced. That number becomes your borrowed luck roll.

\n

While you have a borrowed luck roll, you can expend it and replace any ability check, attack roll, or saving throw made by you or a creature that you can see with the value of the borrowed luck roll. You can only have one borrowed luck roll at a time, and you lose any unused borrowed luck rolls when you complete a short or long rest.

\n

Discoveries (Gambler)

\n

When you select this pursuit, you gain access to new discoveries which reflect your deep understanding of chance. Whenever you learn a new discovery, you can choose from any of the following as well. The discoveries are listed in alphabetical order.

\n

Ace Up Your Sleeve

\n

Whenever you make a Dexterity (Sleight of Hand) or Charisma (Deception) check, you can expend a superiority die, adding the result to your total for the check.

\n

Against the House

\n

Whenever you would make a Charisma (Persuasion) check involving haggling, you can instead challenge the target to a game of chance. If they accept your offer, you can make an ability check with an available gaming set. If you win the challenge, you automatically succeed on the Charisma (Persuasion) check.

\n

Ante Up

\n

When you roll initiative, are not surprised, and end up first in the initiative order, you can take one additional action on top of your regular action and a possible bonus action during your first turn in combat.

\n

Calculated Bluff

\n

When you make an ability check using your Charisma, you can choose to instead make the check using your Intelligence.

\n

Cold Read

\n

Prerequisite: 5th level

\n

As an action, you may make a Wisdom (Insight) check contested by a target's Charisma (Deception) check. On a success, you know the next action the target intends to take, so long as the situation does not change dramatically.

\n

Feeling the Pressure

\n

Prerequisite: 13th level

\n

Whenever you roll a 4 or higher on your Risk Versus Reward feature, the target of your Critical Analysis feature also has disadvantage on attack rolls made against you until the start of your next turn.

\n

The Magic Number

\n

Prerequisite: 7th level

\n

Whenever you roll a 7 on an ability check or saving throw, you can reroll the ability check or saving throw with advantage.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Gambler%20Pursuit.webp","effects":[]} +{"_id":"m0oQQxDCTO6nqWnz","name":"Cybertech Engineering","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Engineer","description":{"value":"

Cybertech Engineering

\n

Those engineers who choose the Cybertech Engineering discipline focus on the ability to craft reusable consumables and items that augment and complement their techcasting abilities.

\n

Bonus Proficiencies

\n

When you choose this discipline at 3rd level, you gain proficiency in cybertech's tools. additionally, when you engage in crafting with cybertech's tools, the rate at which you craft doubles.

\n

Cybertech Contraptions

\n

Also at 3rd level, you learn modify gadgets and wristpads utilizing your cybertech knowledge. Over the course of a long rest, you can expend 500 cr worth of materials to modify your wristpad. You must have a wristpad, materials, and cybertech's tools in order to perform this modification.

\n

Your wristpad requires attunement, can only be used by you, and counts as a tech focus for your tech powers while you are attuned to it. Your modified wristpad has 4 modification slots, and it gains more at higher levels, as shown in the Modification Slots column of the engineer class table. For each modification installed, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

Potent Techcasting

\n

Lastly at 3rd level, when you miss with a tech attack roll, or a creature succeeds on a saving throw against a tech power you cast, you can expend one use of your Potent Aptitude to overwhelm them. Roll the die, and either add it to the attack roll or subtract it from their saving throw.

\n

Adaptable Applications

\n

Beginning at 6th level, when you cast a tech power of 1st level or higher, you can choose to deal additional damage or provide additional healing with that power. The additional damage or healing equals half your engineer level (rounded down).

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a long rest.

\n

Combat Contrivances

\n

At 14th level, when you use your action to a cast a 1st-level or higher tech power, you can use your bonus action to gain temporary hit points equal to the level of the tech power + your Intelligence modifier.

\n

Perfected Purposing

\n

Starting at 18th level, when you cast a tech power, you can choose to deal maximum damage or provide maximum healing with that power.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Cybertech Modifications

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n

Advanced Biotic Amplifier

\n

Prerequisite: 15th level
Prerequisite: Prototype Biotic Amplifier
You further fine tune your biotic amplifier. While wielding this amplifier, when a creature gains temporary hit points from your biotic amplifier, it instead gains four times as many. This amount can't exceed the number of hit points regained.

\n

Advanced Corrosive Amplifier

\n

Prerequisite: 15th level
Prerequisite: Prototype Corrosive Amplifier
You further fine tune your Corrosive Amplifier. When you activate this amplifier, the next attack roll made by that creature before the end of its next turn has disadvantage.

\n

Advanced Cryo Amplifier

\n

Prerequisite: 15th level
Prerequisite: Prototype Cryo Amplifier
You further fine tune your Cryo Amplifier. When you activate this amplifier, the creature is restrained until the end of your next turn.

\n

Advanced Explosive Amplifier

\n

Prerequisite: 15th level
Prerequisite: Prototype Explosive Amplifier
You further fine tune your Explosive Amplifier. When a creature takes fire damage while ignited, the creature has disadvantage on the next Dexterity saving throw it makes before the start of your next turn.

\n

Arakyd Vector

\n

Prerequisite: 5th level
You gain a +1 bonus to tech attack rolls. This bonus increases to +2 at 11th level and +3 at 17th level.

\n

Augmented Explosive

\n

You can augment a single grenade, mine, or thermal detonator to regain its charge. An augmented explosive can only be used by you, and it uses your tech save DC instead of its own. Once you've activated an explosive, it can't be activated again until you finish a short or long rest.

\n

You can select this modification multiple times. Each time you do so, you can maintain an additional augmented explosive, to a maximum equal to your Intelligence modifier.

\n

Belasco Dynamics

\n

Prerequisite: 5th level
You gain a +1 bonus to your tech save DC. This bonus increases to +2 at 11th level and +3 at 17th level.

\n

Biotic Amplifier

\n

You integrate a biotic amplifier in your wristpad that increases the potency of your healing tech powers. While wielding this amplifier, when a creature regains hit points from a tech power you cast, you can grant them temporary hit points equal to the amount of tech points spent. This amount can't exceed the number of hit points restored.

\n

You can use this amplifier a number of times equal to your Intelligence modifier. You regain all expended uses when you complete a short or long rest.

\n

Climbing Gloves

\n

You craft a set of gloves with a powerful assisted grip. While wearing these gloves, you have a climbing speed of 20 feet, and you have advantage on Strength saving throws and Strength (Athletics) checks that involve climbing.

\n

Corrosive Amplifier

\n

You integrate a booster in your wristpad that enhances your tech powers that deal acid damage. While wielding this amplifier, when a creature takes acid damage from a tech power you cast, you can choose to deal additional acid damage equal to your Intelligence modifier.

\n

You can use this amplifier a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Cryo Amplifier

\n

You integrate a booster in your wristpad that enhances your tech powers that deal cold damage. While wielding this amplifier, when a creature takes cold damage from a tech power you cast, you can choose to deal additional cold damage equal to your Intelligence modifier.

\n

You can use this amplifier a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Darkvision Goggles

\n

You craft a pair of sight-enhancing goggles. While wearing these goggles, you have darkvision to a range of 60 feet. If you already have darkvision, this modification increases its range by 30 feet.

\n

Explosive Amplifier

\n

You integrate a booster in your wristpad that enhances your tech powers that deal fire damage. While wielding this amplifier, when a creature takes fire damage from a tech power you cast, you can choose to deal additional fire damage equal to your Intelligence modifier.

\n

You can use this amplifier a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Imaging Amplifier

\n

You integrate a booster in your wristpad that enhances your illusionary tech powers. While wielding this amplifier, when a creature attempts an Intelligence (Investigation) check against a tech power you cast to discern the illusion for what it is, you can force the creature to have disadvantage on the roll (no action required). Alternatively, when you cast the mirror image tech power, you create a fourth duplicate. While you have four duplicates, you must roll a 5 or higher on the d20 roll to change an attack's target to a duplicate.

\n

You can use this amplifier a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Jet Boots

\n

Prerequisite: 7th level
You find tune your augmented boots to give you temporary, limited flight. Activating or deactivating the boots requires a bonus action and, while active, you have a flying speed of 30 feet.

\n

The rocket boots last for 1 minute before deactivating. Once the boots have been activated, they can't be activated again until you finish a short or long rest.

\n

Mechanical Arm

\n

You create a mechanical arm which mounts to your shoulder, which you can use independently. You can only gain the benefit of items held by two of your arms at any given time.

\n

You can choose this modification twice.

\n

Prototype Biotic Amplifier

\n

Prerequisite: 7th level
Prerequisite: Biotic Amplifier
You fine tune your biotic amplifier. While wielding this amplifier, when a creature gains temporary hit points from your biotic amplifier, it instead gains twice as many. This amount can't exceed the number of hit points regained.

\n

Prototype Corrosive Amplifier

\n

Prerequisite: 7th level
Prerequisite: Corrosive Amplifier
You fine tune your Corrosive Amplifier. When you activate this amplifier, the next attack roll made against that creature before the end of its next turn has advantage.

\n

Prototype Cryo Amplifier

\n

Prerequisite: 7th level
Prerequisite: Cryo Amplifier
You fine tune your Cryo Amplifier. When you activate this amplifier, the creature's speed is reduced by 10 feet until the end of your next turn. If the tech power already reduces the creature's speed, that amount is instead increased by 5 feet.

\n

Prototype Explosive Amplifier

\n

Prerequisite: 7th level
Prerequisite: Explosive Amplifier
You fine tune your Explosive Amplifier. When you activate this amplifier, the creature is also ignited for 1 minute. At the start of each of its turns, the creature takes additional fire damage equal to your Intelligence modifier and then makes a Dexterity saving throw against your tech save DC, ending this effect on a success.

\n

If the target or a creature within 5 feet of it uses an action to put out the flames, or if some other effect douses the flames, the effect ends.

\n

Powered Grappling Hook

\n

Prerequisite: 9th level
Prerequisite: Wrist-Mounted Grappling Hook
While your wrist-mounted grappling hook is deployed, when you cast a tech power with a range of touch, your hook can deliver the power as if it had cast it.

\n

Sentry Turret

\n

You learn how to craft small sentry turrets shaped like globes that can adhere to any surface. As an action or bonus action (your choice), you can throw a sentry to a point you can see within range (30 feet + your Strength modifier x 5). At the end of each of your turns, a deployed sentry automatically targets a hostile creature within 10 feet of it. If multiple targets are available, one is chosen at random. The target must make a Dexterity saving throw. On a failed save, it takes 1d4 energy damage and its speed is reduced by 5 until the end of your next turn.

\n

The sentries have 1 hit point, an armor class of 10, and can be repaired over the course of a long rest. Each sentry lasts for 1 minute before deactivating. You can maintain a number of sentries equal to your Intelligence modifier. Once a sentry has been activated, it can't be activated again until you finish a short or long rest.

\n

Truesight Goggles

\n

Prerequisite: 11th level
Prerequisite: Darkvision Goggles
You modify your goggles with a toggle allowing you to briefly gain enhanced sight. As a bonus action, you can activate the truesight feature of your goggles. When toggled on, for the next minute your goggles now automatically dispel illusions and can detect invisibility, as with truesight.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Wrist-Mounted Grappling Hook

\n

You craft a wrist-mounted grappling hook weapon attached to a tightly coiled cord. With this contraption, you can make a ranged weapon attack with a range of 30/60. On a hit, it deals 1d4 kinetic damage. This attack can target a surface, object, or creature.

\n

A creature struck by this attack is impaled by the hook. As an action, a creature can attempt to remove the hook. Removing the hook requires a Strength check. While the hook is stuck in the target, you are connected to the target by a 60 foot cable.

\n

While the hook is deployed, you can use your bonus action to activate the reel, pulling yourself to the location if the target is your size or larger. A creature or object smaller than you is pulled to you. Alternatively, you can opt to release the cable (no action required).

\n

Once you've used this feature, you can't use it again until you recover and reinsert the hook as an action.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Cybertech%20Engineering.webp","effects":[]} +{"_id":"n46s1RsRnnQjxHvX","name":"Heavy Weapons Specialist","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Fighter","description":{"value":"

Heavy Weapons Specialist

\n

Some manned instruments of war require their user to have superior physical prowess to overcome their weight and encumbrance. Those fighters who choose to become Heavy Weapons Specialists use their powerful bodies, and powerful armaments, to overwhelm their foes.

\n

Rock Steady

\n

When you choose this specialty at 3rd level, you have learned to use the heft of your weapon to root yourself in place. At the end of each of your turns, if you move less than half your speed while wielding a weapon with the heavy or strength properties, you have advantage on saving throws to avoid being restrained, moved, or knocked prone. This advantage lasts until the end of your next turn.

\n

My Little Friend Says Hello There

\n

Also at 3rd level, you know how to use the sheer size of your weapon to strike fear in those around you. You can add your Strength modifier to any Charisma (Intimidation) check you make while wielding a weapon with the heavy or strength properties that doesn't already include that modifier.

\n

Maximum Output

\n

Beginning at 7th level, when you take the Attack action while wielding a weapon with the heavy or strength properties, you can forgo one or more attacks. If you do so, you deal additional damage the first time you hit with an attack roll before the end of your next turn. For each attack you forgo in this fashion, you deal extra damage equal to 1d12 + half your fighter level (rounded down). If you miss with the first attack roll you make before the end of your next turn, you instead deal normal weapon damage.

\n

Straight Through

\n

At 10th level, when you score a critical hit on your turn while wielding a weapon with the heavy or strength properties, you can make one weapon attack against a creature within 5 feet of the target using your reaction.

\n

Overwhelm

\n

Starting at 15th level, when you use your Second Wind while wielding a weapon with the heavy or strength properties, if you hit with the first attack roll you make before the end of your next turn, you treat the hit as a critical hit. If you miss with the first attack roll you make before the end of your next turn, you instead treat the miss as a hit.

\n

Pure Performance

\n

At 18th level, attack rolls you make while wielding a weapon with the heavy or strength properties can't suffer from disadvantage.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Heavy%20Weapons%20Specialist.webp","effects":[]} +{"_id":"nP8lpZPBh0HGKUJR","name":"Geneticist Pursuit","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scholar","description":{"value":"

Geneticist Pursuit

\n

Throughout the galaxy there exists scientists who focus on unraveling the mysteries contained within the bodies of the divese sentients of the galaxy. Those scholars who choose the Geneticist Pursuit put their knowledge into practice, splicing their own genetic material to become superior beings... or monsters.

\n

Genesplicer's Methods

\n

When you choose this pursuit at 3rd level, you gain proficiency with geneticist's kit and your choice of Medicine or Survival skills.

\n

Mutagenic Analysis

\n

Also at 3rd level, while you are the target of your Critical Analysis feature, you can add half your Intelligence modifier (rounded down, minimum of one) to any saving throw you make that doesn't already include that modifier.

\n

Additional Maneuvers

\n

Lastly at 3rd level, you gain access to new maneuvers which reflect the changes your body has undergone. Whenever you learn a new maneuver, you can choose from any of the following as well. The maneuvers are listed in alphabetical order.

\n

Acid Burst

\n

When you take the Attack action on your turn, you can replace one of your attacks with a sudden and violent expulsion of acidic fluid. You expend a superiority die, and cause all creatures within a 15-foot cone to make a Dexterity saving throw. On a failed save, they take damage equal to the number rolled on your superiority die plus your Intelligence modifier.

\n

Charging Attack

\n

If you move at least 10 feet towards your target before successfully hitting them with a melee attack, you may expend a superiority die, causing the target to take additional damage equal to the result, and forcing it to make a Strength saving throw. On a failed save the creature is knocked prone.

\n

Electrical Discharge

\n

When you succeed on a check to initiate or maintain a grapple, you can expend a superiority die. The creature takes lightning damage equal to the amount rolled on the die.

\n

Rampage

\n

When you reduce a creature to 0 hit points, you can use your bonus action to expend a superiority die and move up to half your speed. If you end this movement within 5 feet of a creature, you can make a single melee attack against that creature, adding the result of the superiority die to the attack roll.

\n

Unrelenting Grasp

\n

When you hit a creature within 5 feet of you with an opportunity attack, you may expend a superiority die. The creature takes additional damage equal to your superiority die, and you may attempt to grapple the target as part of the same reaction.

\n

Venomous Slash

\n

When you hit a creature with a melee attack, you may expend a superiority die to force it to make a Constitution saving throw. On a failed save, it takes poison damage equal to the result of the die and is poisoned until the start of your next turn.

\n

Mutagenic Transformation

\n

Beginning at 6th level, when you target yourself with your Critical Analysis feature, you can choose to undergo a mutagenic transformation. Your form shifts, exaggerating and strengthening your geneticist discoveries for 1 hour. You gain the following benefits:

\n
    \n
  • You can attack twice, instead of once, whenever you take the Attack action on your turn.
  • \n
  • Your Strength score becomes equal to your Intelligence score.
  • \n
  • You gain a bonus to your AC equal to half your Intelligence modifier (rounded down, minimum of +1) if it doesn't already include that modifier.
  • \n
\n

You can end this effect early on your turn as a bonus action. This effect ends early if you are incapacitated or die. You can use this feature twice. You regain all expended uses of it when you finish a long rest.

\n

Geneticist's Resilience

\n

Starting at 9th level, your genetic alterations make you immune to poison and disease. Additionally, you have resistance to poison damage.

\n

Chimeric Adaptation

\n

Once you've reached 17th level, your genetic modifications have reached new heights. When you complete a short or long rest, you can choose one of the following features. When you undergo your mutagenic transformation, you also gain the benefits of the chosen feature for the duration. You can only have one of these features at a time.

\n

Aspect of the Terentatek

\n

You gain proficiency in Wisdom and Charisma saving throws. Additionally, you have advantage on saving throws against force powers, and when a creature within 30 feet of you casts a force power, you can use your reaction to move up to half your speed towards the creature. You must end this movement closer to the creature than you started. If you end this movement within 5 feet of the creature, you can make one melee attack against the creature (no action required).

\n

Aspect of the Rancor

\n

You gain proficiency in Strength and Constitution saving throws. Additionally, you gain immunity to the frightened condition, and when you deal damage with a weapon or unarmed strike, you can deal an additional 1d8 damage of the same type as the weapon's damage.

\n

Aspect of the Varactyl

\n

You gain proficiency in Dexterity and Intelligence saving throws. Additionally, your speed increases by 10 feet, you ignore effects that would reduce your speed, your attack rolls can't suffer from disadvantage, and creatures can't have advantage on attack rolls against you.

\n

Discoveries (Geneticist)

\n

When you select this pursuit, you gain access to new discoveries which reflect the changes you have caused your own body to undergo. Whenever you learn a new discovery, you can choose from any of the following as well. The discoveries are listed in alphabetical order.

\n

Adapted Hide

\n

When you aren't wearing armor, your AC is 13 + your Dexterity modifier. Additionally, you are adapted to hot or cold climates (your choice), as described in chapter 5 of the Dungeon Master's Guide. When you undergo your mutagenic transformation, you add your full Intelligence modifier, instead of half, to your AC for the duration.

\n

Atmospheric Adaptation

\n

You can breathe air and water. When you undergo your mutagenic transformation, you no longer need to breathe, and you can survive up to one hour within the vacuum of space for the duration.

\n

Enhanced Musculature

\n

You count as one size larger when determining your carrying capacity and the weight you can push, drag, or

\n

lift. Additionally, when you make a long jump, you can cover a number of feet up to twice your Strength score. When you make a high jump, you can leap a number of feet up into the air equal to 3 + twice your Strength modifier. When you undergo your mutagenic transformation, you have advantage on Strength checks and Strength saving throws for the duration.

\n

Icarian Mutation

\n

You sprout a pair of winged arms. You gain a flight speed equal to half your walking speed. You can only gain the benefit of items held by two of your arms at any given time, and once per round you can switch which arms you are benefiting from (no action required). When you undergo your mutagenic transformation, your flying speed increases to your full walking speed, and you can use your bonus action to take the Dash action for the duration.

\n

Mutagenic Hardiness

\n

Your hit point maximum increases by a number equal to your level, and it increases by 1 every time you gain a level. When you undergo your mutagenic transformation, and at the beginning of each of your turns, you gain temporary hit points equal to your half your scholar level (rounded down) + your Intelligence modifier for the duration.

\n

Predatory Senses

\n

You have darkvision out to 60 feet. If you already have darkvision, its range instead increases by 30 feet. When you undergo your mutagenic transformation, you gain advantage on Wisdom (Perception) checks that rely on smell for the duration. Additionally, you can track creatures that have left a scent in the last 24 hours.

\n

Underground Adaptation

\n

You gain a burrowing speed equal to your walking speed and you can tunnel through solid rock at a rate of 1 foot per round. In order to use this speed, you must have two free hands. When you undergo your mutagenic transformation, you gain tremorsense out to 30 feet for the duration. You can detect and pinpoint the origin of vibrations within a specific radius, provided that monster and the source of the vibrations are in contact with the same ground or substance. Tremorsense can't be used to detect flying or incorporeal creatures.

\n

Unnatural Weaponry

\n

You sprout claws or some other natural weapon, which deal 1d4 kinetic damage on a hit. You can use your choice of your Strength, Dexterity, or Intelligence modifier for the attack and damage rolls. You must use the same modifier for both rolls. When you undergo your mutagenic transformation, your unarmed strikes increase to a d6 and are considered enhanced for the duration. Additionally, you deal an additional 1d4 acid, lightning, or poison damage when you hit with them.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Geneticist%20Pursuit.webp","effects":[]} +{"_id":"np8PlkH43bFHGOjq","name":"Teleportation Technique","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scout","description":{"value":"

Teleportation Technique

\n

Whether through experimentation or discovery of an ancient technology, followers of the Teleportation Technique have learned to create brief teleportation portals, allowing them to maneuver and attack both quickly and unpredictably throughout the battlefield.

\n

Personal Teleporter

\n

When you choose this technique at 3rd level, you can use portable teleporters as a bonus action, instead of an action.

\n

Additionally, while you are wielding a tech focus, you can use your bonus action to create a pair of linked portals: one portal appears in a space within 5 feet of you, and the other portal appears in an unoccupied space you can see up to 30 feet away. These portals last until the start of your next turn, and they are large enough to accommodate Medium and smaller creatures and objects. Portals take the appearance of an elongated, shimmering mirror, and looking through a portal, a creature can see through the linked portal as if looking through a window. A creature or object who passes through a portal immediately appears in a space within 5 feet of the linked portal. You can use your reaction to end your portals early. If a creature is partially within your portals, it is shunted back to the space it previously occupied and it must make a Dexterity saving throw against your tech save DC. On a failed save, it takes energy damage equal to your scout level + your intelligence modifier.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest. At the beginning of each of your turns, while you have a pair of portals active, you can expend a use of this feature to extend the duration of the portals until the start of your next turn (no action required).

\n

The distance at which you can create portals increases at higher levels. It increases to 60 feet at 5th level, 90 feet at 9th level, 150 feet at 13th level, 300 feet at 17th level, and 1,000 feet at 20th level.

\n

Mark of the Teleporter

\n

Also at 3rd level, on your turn, when you deal damage to the target of your Ranger's Quarry, and either you, your weapon, or the source of your damage have passed through the portal on this turn, when you roll below half the maximum on a damage die, you can treat the roll as if you'd rolled half the maximum on the damage die. You can only affect a number of dice up to half your intelligence modifier (rounded up) in this way.

\n

Residual Warp

\n

Beginning at 7th level, when you use your Personal Teleporter feature, you can place your portal in a place you've visited in the last 10 minutes, provided you can remember it, as opposed to a place you can see. That place must still be within range of your teleporter.

\n

Quantum Entanglement

\n

Starting at 11th level, when you use your Personal Teleporter feature, you can place the portal that you would normally place within 5 feet of you in a place you can see within your Personal Teleporter's range. If that space is occupied by a Huge or smaller creature or a Medium or smaller unsecured object, it must make a Dexterity saving throw against your tech save DC. An object automatically fails this saving throw, and a creature can choose to fail. On a failed save, a Medium or smaller creature or object falls through the portal, immediately appearing in a space within 5 feet of the linked portal and falling prone. A Large or Huge creature, instead, falls prone without moving.

\n

Reprisal

\n

At 15th level, when you would be affected by a weapon or tech power that requires a Dexterity saving throw or attack roll and would affect only you, you can use your reaction to instantaneously create a pair of portals to redirect that power to another target within 30 feet. If the weapon or power required a melee or ranged attack roll, make a melee or ranged tech attack roll against the new target, as appropriate. If it required a Dexterity saving throw, the new target must make a Dexterity saving throw against your tech save DC.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

"},"source":"EC","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Archetypes/Teleportation%20Technique.webp","effects":[]} +{"_id":"oYAXrbXaFVAoGDLM","name":"Way of Technology","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Consular","description":{"value":"

Way of Technology

\n

While many Forcewielders eschew the use of technology, other choose to embrace it Those consulars who follow the Way of Technology pair their mastery of the Force with the versatility of technology, applying the knowledge in tandem to perform unseen feats.

\n

Fundamentals of Mechu-Deru

\n

Starting when you choose this tradition at 3rd level, you've dabbled in adapting your use of the Force, melding it with technology. You gain proficiency in the Technology skill, as well as simple blasters. When you cast a force power that calls for a melee weapon attack, and you are wielding a blaster with which you are proficient, you can instead make a ranged weapon attack, as long as the target is within your weapon’s normal range.

\n

Additionally, you've learned to manipulate the Force to be able to manipulate technology when it couldn't previously. When you cast a force power that could not affect droids or constructs, you can choose to have it affect droids or constructs. If it would affect multiple targets, you must expend additional uses of this feature for each additional target. You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you complete long rest.

\n

Techcasting Secrets

\n

At 6th level, you've learned to mimic technological effects. Choose two tech powers of 1st level. The chosen powers count as universal force powers for you, but are not included in the number in the Powers Known column of the consular table.

\n

At 10th level, you learn two additional tech powers of 1st or 2nd level. At 14th level, you learn two tech powers of 1st-3rd level, and at 18th level, you learn two tech powers of 1st-4th level. Whenever you gain a level in this class, you can choose one of the tech powers you know and replace it with another tech power of the same level.

\n

Ionized Weave

\n

Beginning at 10th level, when you cast a damage-dealing force power that requires a force attack or saving throw, you can spend force points to cause that power to instead deal ion damage. The number of force points equals half the power’s level (round down, minimum of one). If the power would call for a saving throw other than Dexterity, it instead calls for a Dexterity saving throw.

\n

Force Circuitry

\n

At 14th level, when you use your action to cast a force power, and you use your Fundamentals of Mechu-deru feature as a part of that casting, you can use your bonus action to cast one of the tech powers you know, as long as that power has a casting time of 1 action or bonus action.

\n

Mechu-Deru Mastery

\n

Starting at 18th level, you can cast one 5th-level tech power of your choice. The power counts as a universal force power for you, and you do not require force points to cast this power. Once you've done so, you can't do so again until you complete a long rest.

"},"source":"EC","classCasterType":"Forcecaster, Techcaster"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":false},"core":{"sourceId":"Item.aeE47GjiF8RizQaz"}},"img":"systems/sw5e/packs/Icons/Archetypes/Way%20of%20Technology.webp","effects":[]} +{"_id":"ovm5WJyAM317IC4K","name":"Slicer Pursuit","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scholar","description":{"value":"

Slicer Pursuit

\n

Across the galaxy one can find numerous pseudonyms and false identities belonging to the hackers and cyber-infiltrators that call the world of electronics home. Those scholars who choose the Slicer Pursuit put their impressive intellectual prowess to work in the field of technology, to ends both benevolent and malicious.

\n

Techcasting

\n

When you choose this pursuit at 3rd level, you have derived powers from schematics with the aid of your wristpad. See chapter 10 for the general rules of techcasting and chapter 12 for the tech powers list.

\n

Tech Powers Known

\n

You learn 4 tech powers of your choice, and you learn more at higher levels, as shown in the Tech Powers Known column of the Slicer Pursuit Techcasting table. You may not learn a tech power of a level higher than your Max Power Level.

\n

Tech Points

\n

You have a number of tech points equal to half of your scholar level (rounded up), as shown in the Tech Points column of the Slicer Pursuit Techcasting table, + your Intelligence modifier. You use these tech points to cast tech powers. You regain all expended tech points when you finish a short or long rest.

\n

Max Power Level

\n

Many tech powers can be overcharged, consuming more tech points to create a greater effect. You can overcharge these powers to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Slicer Pursuit Techcasting table.

\n

You may only cast tech powers at 4th-level once. You regain the ability to do so after a long rest.

\n

Techcasting Ability

\n

Intelligence is your techcasting ability for your tech powers. You use your Intelligence whenever a power refers to your techcasting ability. In addition, you use your Intelligence modifier when setting the saving throw DC for a tech power you cast and when making an attack roll with one.

\n

Tech save DC = 8 + your proficiency bonus + your Intelligence modifier

\n

Tech attack modifier = your proficiency bonus + your Intelligence modifier

\n

Techcasting Focus

\n

You use a wristpad (found in chapter 5) as a techcasting focus for your tech powers.

\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Slicer Pursuit Techcasting
LevelTech Powers KnownTech PointsMax Power Level
3rd321st
4th421st
5th531st
6th631st
7th742nd
8th842nd
9th952nd
10th1052nd
11th1162nd
12th1262nd
13th1373rd
14th1473rd
15th1583rd
16th1683rd
17th1794th
18th1894th
19th19104th
20th20104th
\n
\n
\n

Systems Hijack

\n

Also at 3rd level, when the target of your Critical Analysis is a droid or construct, or wearing or holding a techcasting focus, that creature is a viable target for any tech powers with you cast with a range of touch.

\n

Additionally, when the target of your Critical Analysis casts a tech power, you can use your reaction to identify the tech power being cast, and at what level.

\n

Additional Maneuvers

\n

Lastly at 3rd level, you gain access to new maneuvers which reflect your understanding of tech casting. Whenever you learn a new maneuver, you can choose from any of the following as well. The maneuvers are listed in alphabetical order.

\n

Automatic Startup Sequence

\n

When a creature makes a saving throw against a tech power you cast, you may expend a superiority die, subtracting the number rolled from their total. You can use this maneuver before or after the creature makes saving throw, but before the GM determines whether or not the creature fails.

\n

Fast Access Programs

\n

When you cast a tech power of 1st-level or higher that has a casting time of 1 action, you can expend a superiority die to change the casting time to 1 bonus action for this casting.

\n

Firewall

\n

When you or an ally you can see within 60 feet make a saving throw against a tech power, you can use your reaction to expend a superiority die, adding the number rolled to the result of that saving throw.

\n

Hacked Communications

\n

As an action, you may expend a superiority die, and choose any number of creatures that you can see within 60 feet of you that have commlinks, headcomms, or other such communications devices. Each creature must succeed on a Constitution saving throw or take sonic damage equal to the number rolled on the dice + your Intelligence modifier (minimum of one). Additionally, on a failed save, their communication devices are disabled until rebooted.

\n

Overcapacity Powers

\n

When you cast a tech power of 1st-level or higher, you may expend a superiority die to cast the power at a higher level, provided is does not exceed your Maximum Power Level. Roll the superiority die, and add it to the level at which you are casting the power. You can choose to cast it at this new power level or lower.

\n

Runtime Extension

\n

When a tech power you cast with a duration of 1 minute or longer reaches the end of its duration, you may expend a superiority die to extend the duration of the power a number of rounds equal to the number rolled on your superiority die.

\n

Subtle Execution

\n

When you cast a tech power, you may expend a superiority die to cast the power without any visual or auditory cues. Creatures have disadvantage on any Intelligence (Investigation) or Wisdom (Perception) checks made to determine if you were the caster.

\n

Potent Programming

\n

Beginning at 6th level, when a creature succeeds on a saving throw against an at-will tech power you cast that deals damage, the creature takes half the power's damage, but suffers no additional effects of the power.

\n

Redirect Error

\n

Starting at 9th level, when the target of your Critical Analysis feature casts a tech power that affects an area, you can use your reaction to cause that power to instead affect an area in a 10-foot-radius sphere centered on the caster.

\n

Once you've used this feature, you must complete a long rest before you can use it again.

\n

System Override

\n

Once you've reached 17th level, you know how to quickly activate anti-tech subroutines you have encoded into your wristpad. You can cast the @Compendium[sw5e.techpowers.g0WJVphRgr0iSG1x]{Diminish Tech} and @Compendium[sw5e.techpowers.9Vg5TEwWdVh3NVym]{Tech Override} powers at 3rd level without expending tech points. If the target is the target of your Critical Analysis, you have advantage on the techcasting ability check for these powers.

\n

You can use this feature a number of time equal to half your Intelligence modifier (rounded down, a minimum of once). You regain all expended uses when you finish a long rest.

\n

Discoveries (Slicer)

\n

When you select this pursuit, you gain access to new discoveries which reflect your understanding of tech casting. Whenever you learn a new discovery, you can choose from any of the following as well. The discoveries are listed in alphabetical order.

\n

Administrator's Log

\n

If you spend at least 10 minutes working on a computer or terminal, you can get a full list of users who have accessed the machine within the past 24 hours. Over the course of a long rest, you may then form a facsimile of identification that would allow you to pass yourself off as that person when accessing machines.

\n

Backdoor Egress

\n

When you cast a tech power that affects an area and requires a saving throw, and you are inside that power's area, you can use your reaction to move up to half your speed without provoking opportunity attacks. If you end this movement outside the area affected by the tech power, you do not have to make a saving throw to avoid its effects.

\n

Intelligence Core Override

\n

Prerequisite: 9th level

\n

You can cast the @Compendium[sw5e.techpowers.NagD6z90jRyd7zOk]{Override Interface} tech power at 5th level without spending tech points.

\n

Once you've used this feature, you must complete a long rest before you can use it again.

\n

Resource Appropriation

\n

Prerequisite: 11th level

\n

If you reduce the target of your Critical Analysis feature to 0 hit points, and it has tech point remaining, you may choose to gain any tech points it had remaining. Your current tech points cannot exceed your tech point maximum.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Skillful Casting

\n

When you hit a creature with an at-will tech power that requires an attack roll, you may treat that attack roll as a weapon attack for the purpose of using maneuvers.

\n

Sleeper Program

\n

Whenever you cast a tech power with a casting time of 1 action, you can choose to delay the power's activation up to a minute. When you do so, you cast the power as normal, but holds its energy for the duration of the delay. Holding onto the power's effect requires concentration. If your concentration is broken before the delay ends, the power dissipates without taking effect. You can use your reaction to activate the power at any time.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you finish a long rest.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Slicer%20Pursuit.webp","effects":[]} +{"_id":"owhXRBD1NnGWXdr6","name":"Performance Practice","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Operative","description":{"value":"

Performance Practice

\n

Some operatives choose to master finesse and timing through performance art. Those operatives who choose the Performance Practice become skilled performers who prove especially deadly in close combat, able to find the rhythm of an attacker's strikes as easily as any song.

\n

Artful Dancer

\n

When you choose this practice at 3rd level, your training with music and dancing grants you certain benefits. You gain proficiency in the Performance skill and one musical instrument of your choice.

\n

Additionally, while you are you are not wearing armor or wielding a medium or heavy shield, you can add half your Charisma modifier (rounded up) to your AC as long as it doesn't already include that modifier.

\n

Dazzling Steps

\n

Also at 3rd level, you learn to conduct impressive displays of grace and speed in combat. While you aren't wearing medium or heavy armor or wielding a medium or heavy shield, and you take the Attack action on your turn and attack with a weapon with either the light or finesse properties, your walking speed increases by 10 feet until the end of the turn, and if you deal Sneak Attack damage, you may choose to forgo two of your Sneak Attack dice to make the attack a dazzling step.

\n

Some of your dazzling steps require your target to make a saving throw to resist the dazzling step's effects. The saving throw DC is calculated as follows:

\n

Dazzling Step save DC = 8 + your proficiency bonus + your Charisma modifier

\n

Defensive Step

\n

You defend yourself from further attack. Roll two Sneak Attack dice. You gain temporary hit points that last until the start of your next turn equal to the amount rolled.

\n

Mobile Step

\n

You twist and twirl around the target. The target must make a Strength saving throw. A Huge or larger creature automatically succeeds. On a failed save, it is pushed back 5 feet, and you can immediately move into the space it just vacated without provoking opportunity attacks.

\n

Offensive Step

\n

Choose another creature that you can see within your reach. The creature must make a Dexterity saving throw. On a failed save, roll two Sneak Attack dice. The creature takes damage equal to the amount rolled. This damage is of the same as your weapon's damage.

\n

Flexible Body

\n

Beginning at 9th level, you are able to use your acrobatic talent to gain the upper hand in combat. You can use the bonus action granted by your Cunning Action to shove a creature. When you do so, you can make a Dexterity (Acrobatics) check instead of a Strength (Athletics) check.

\n

Additionally, you now ignore difficult terrain, you can move through space occupied by hostile creatures, and you can squeeze through smaller spaces without expending extra movement.

\n

Dance of Death

\n

Starting at 13th level, you can use your action to make a weapon attack against any number of creatures within 5 feet of you, with a separate attack roll for each target. You can choose to deal Sneak Attack damage to each creature you hit, but you can only roll half your number of Sneak Attack dice (rounded up) per creature.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Master of Dance

\n

At 17th level, your confidence when putting on a show has extended into combat. You add your Charisma modifier to initiative checks. Additionally, any creature who fails a saving throw against your Dazzling Step save DC has disadvantage on the first attack roll they make against you each turn until the end of your next turn.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Performance%20Practice.webp","effects":[]} {"_id":"pSIVnxwvRlyNoFM4","name":"Warchief Approach","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Berserker","description":{"value":"

Warchief Approach

\n

For some berserkers, it is their duty or birthright to lead their tribe and kin to battle and victory. The Warchief Approach is one forged from alliances, bonds, and strategy. In combat, your rages are less mindless, and more focused. Ignoring the distractions of unimportant events, your attention hones in on the battlefield and how best to direct and control it. You guide your allies’ strikes, and your presence is enough to wash away their fatigue.

\n

Savage Diplomat

\n

Your path necessitates that you build relationships with others, for the betterment of your tribe or yourself.

\n

When you choose this approach at 3rd level, you gain proficiency in one of the following skills of your choice: Persuasion or Intimidation. You can choose to learn one language in place of the skill proficiency.

\n

Commanding Rage

\n

Also at 3rd level, when in your rage, you become more aware of your allies, and their intent when fighting at your side. While you are raging, when an ally within 10 feet of you makes an attack roll against an enemy, you can use your reaction to grant advantage to that attack and add your rage damage bonus to the damage roll, if the attack hits.

\n

Inspiring Presence

\n

At 6th level your mere presence on the battlefield rallies your allies. When you rage, choose up to 3 allies that you can see within 30 feet of you. Each creature gains temporary hit points equal to half your berserker level (rounded down) + your Charisma modifier (minimum of one).

\n

Raid Planning

\n

Starting at 10th level, you learn to flare up your allies’ drive for combat, urging them to follow you into the fray. During a long rest, you tell sagas, sing battle songs, and give inspiring speeches. At the end of the long rest choose up to 5 creatures that can hear and understand you (which can include yourself) to add your Charisma modifier (minimum of one) to their next initiative roll, and a 10 foot bonus to their speed on their first turn of combat.

\n

War Chant

\n

By 14th level you have memorized the litanies, songs, and chants of your people and their dedication to war. When you enter a rage you can take a commanding stance. If you do so, for the duration of your rage you have a special reaction you can take on a number of allies’ turns equal to your Charisma modifier (minimum of one). You can only use this special reaction to use your Commanding Rage feature.

\n

Additionally, during this rage, when an enemy within 10 feet of you makes an attack roll against an ally, you can use your reaction to reduce that roll by an amount equal to your Charisma modifier.

\n

Once you’ve used this feature, you must complete a long rest before you can use it again.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Warchief%20Approach.webp","effects":[]} -{"_id":"pnWaHtbho4xgFpIU","name":"Path of Etherealness","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Sentinel","description":{"value":"

Path of Etherealness

\n

In the distant reaches of the galaxy obscure knowledge and forgotten secrets of the Force can sometimes be found. While other Force-sensitives may find themselves touched by this secret knowledge of the Force, those sentinels who follow the Path of Etherealness instead find themselves grabbed. Held onto by mysterious aspects of the Force that refuse to let go, these sentinels find themselves able to manipulate the universe around them.

\n

Aberrant Resilience

\n

Starting when you choose this calling at 3rd level, you learn the @Compendium[sw5e.forcepowers.fcs6lsi5hMfPOgRb]{Resistance} force power, which does not count against your total powers known. Additionally, you can use your Kinetic Combat feature when you cast it as your action. Finally, this power no longer requires concentration for you when you target yourself with it, and the power's d4 increases to d6 at 5th level, d8 at 11th level, and d10 at 17th level.

\n

Force-Empowered Kinesis

\n

Also at 3rd level, your connection to the Force allows you to briefly become incorporeal. When you use a Force-Empowered Self feature, until the end of your turn, you can move through other creatures and objects as if they are difficult terrain. If you end this movement inside a solid object or creature, you are immediately shunted to the nearest unoccupied space that you can occupy and take force damage equal to twice the number of feet you are moved. This damage can't be reduced or negated in any way.

\n

Out of Touch

\n

At 7th level, as an action, you can step out of sync with the rest of the universe for 1 minute. At the start of each of your turns, roll a d20. If you roll 11 or higher, you and everything your are wearing or carrying are completely invisible to all beings, except for those with truesight. On a roll of 10 or lower, you instead appear as an indistinguishably blurred form roughly your normal height and weight, though a being with truesight sees you normally. Regardless of your appearance, for the duration, your speed doubles, you gain a flying speed equal to your walking speed, and you can move through creatures and objects willingly though you can not affect them and they can not affect you. You can end this feature early on your turn (no action required). When this effect ends, if you are inside a solid object or creature, you are immediately shunted to the nearest unoccupied space that you can occupy and take force damage equal to twice the number of feet you are moved.

\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Event Cascade

\n

By 13th level, you have advantage on attack rolls you make against creatures if you haven't dealt damage to them or affected them with a force power since the start of your previous turn.

\n

Aberrant Self

\n

At 18th level, you no longer suffer the frailty of old age, and you can't be aged abnormally. You can still die of old age, however. In addition, you no longer need food or water, and you no longer need to sleep. Lastly, the first time you take damage on each of your turns, you can roll your Kinetic Combat die and reduce the damage by that amount.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Path%20of%20Etherealness.webp","effects":[]} -{"_id":"pr7Xe82MOaof0IXj","name":"Form X: Jar'Kai","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Guardian","description":{"value":"

Form X: Jar'Kai

\n

Form X, also known as Domination Form, utilizes two weapons to overwhelm their foes. Those guardians who focus on Jar'Kai Form know that two weapons offer greater versatility than one, and capitalize on the twin angles from which they attack to subdue their enemies.

\n

Form Basics

\n

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the @Compendium[sw5e.lightsaberform.OmPlZtMXi2b3Vo64]{Jar'Kai Lightsaber Form}, detailed in Chapter 6 of the Player’s Handbook. If you already know this form, you can instead choose another lightsaber form. You can’t take a lightsaber form option more than once, even if you later get to choose again.

\n

The Way of the Acklay

\n

Also at 3rd level, as a bonus action, you can enter a destructive stance for one minute. While in this stance, you can add half your Strength or Dexterity modifier (your choice, minimum of one) to any melee weapon damage roll you make that doesn't already include that modifier. Additionally, when you hit a creature with a melee weapon attack, you can move up to 5 feet without provoking opportunity attacks.

\n

This effect ends early if you are incapacitated or die. Once you use this feature, you can't use it again until you finish a long rest.

\n

Channel the Force

\n

Lastly at 3rd level, you gain the following Channel the Force option.

\n

Twin Strike

\n

Once per turn, when you miss with a melee weapon attack, you can expend a use of your Channel the Force to immediately make another melee weapon attack against the same target (no action required).

\n

Eye of the Storm

\n

Beginning at 7th level, when you score a critical hit with a melee weapon attack, you regain a use of your Channel the Force, to a maximum of your Wisdom or Charisma modifier (your choice, minimum of one).

\n

Rising Whirlwind

\n

Starting at 15th level, as an action, you can rush forward up to 30 feet to an unoccupied space you can see without provoking opportunity attacks. Each creature within 5 feet of your path must make a Dexterity saving throw. A creature takes normal weapon damage on a failed save, or half as much on a successful one. If you are wielding two light- or vibro-weapons, or a weapon with the double property, a creature makes this save with disadvantage, and takes additional damage equal to your Strength or Dexterity modifier (your choice, minimum of one) on a failed save if it doesn't already include that modifier.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Master of Domination

\n

At 20th level, you are a whirlwind of strikes, eviscerating all who step within your reach. Your Strength and Dexterity scores increase by 2. Your maximum for these scores increases by 2. Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to kinetic and energy damage from unenhanced weapons.
  • \n
  • When you hit a creature with a melee weapon attack, you have advantage on the next melee weapon attack roll you make against that creature, and that creature provokes an opportunity attack from you even if they take the Disengage action before leaving your reach until the end of your next turn.
  • \n
  • Creatures provoke an opportunity attack from you when they enter your reach.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you use this feature, you can't use it again until you finish a long rest.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Jar%27Kai%20Form.webp","effects":[]} -{"_id":"q208WP2Lacp7dG6v","name":"Way of Manipulation","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Consular","description":{"value":"

Way of Manipulation

\n

The power of the Force is both vast and diverse, with uses varying drastically based on their wielder. Those consulars who follow the Way of Manipulation learn to control their weapons with the Force, maneuvering them across the battlefield.

\n

Saber Storm

\n

When you choose this tradition at 3rd level, you learn to deftly control your weapons utilizing the Force. As an action, you can initiate your Saber Storm. When you do so, select a melee weapon you wield, or one melee weapon within 5 feet that is not worn or carried by a conscious creature, and use the Force to cause it to levitate, acting as an extension of your will for 1 minute. When you activate this feature, you can cause the weapon to move up to 10 feet and make a melee force attack against a creature within 5 feet of it. On a hit, the target takes 1d8 + your forcecasting ability modifier damage. The type is of the normal damage dealt by the weapon. The weapon then returns to your side.

\n

Your weapon moves with you, and while Saber Storm is active and you have a weapon animated, on each of your turns you can use an action to move a weapon up to 10 feet and repeat the attack against a creature within 5 feet of it. The weapon then returns to your side. Your Saber Storm ends early if you are incapacitated. At any time, you can end this feature and return the animated weapon to your hand.

\n

Additionally, while your Saber Storm is active, and at least one animated weapon is within 5 feet of you, you gain the following benefits:

\n
    \n
  • You gain a bonus to your AC equal to your Wisdom or Charisma modifier (your choice, minimum of +1) if it doesn't already include that modifier.
  • \n
  • You gain a bonus to any Constitution saving throw you make to maintain your concentration on a power. The bonus equals your Wisdom or Charisma modifier (your choice, minimum of +l).
  • \n
\n

This feature can animate more than one weapon when you reach higher levels: two weapons at 5th level, three weapons at 11th level, and four weapons at 17th level. When you use your action to attack with your weapons, you can direct them at the same target or at different ones. Make a separate attack roll for each weapon.

\n

At 5th level, the distance your weapon can travel increases to 20 feet. This distance increases to 30 feet at 11th level, and 40 feet at 17th level.

\n

You can use this feature twice. You regain all expended uses of it when you finish a short or long rest.

\n

Deceptive Strike

\n

At 6th level, when you cast a force power with a range of touch while Saber Storm is active, your animated weapon can move up to its range and deliver the power as if it had cast it.

\n

Guarding Weapon

\n

Beginning at 10th level, you can direct your animated weapons to absorb damage while your Saber Storm is activate. When you take damage, you can use your reaction to expend one force slot to have your animated weapon intercept it, and reduce that damage to you by an amount equal to five times the force slot's level.

\n

Isolate

\n

At 14th level, when you deal damage to a creature while Saber Storm is active, and that creature fails a Constitution saving throw to maintain concentration on a force power, you can steal and redirect the power. Until the end of your next turn, either you or the creature who failed the Constitution saving throw gain the effects of the power (your choice).

\n

Sapping Storm

\n

Starting at 18th level, when you reduce a hostile creature to 0 hit points while Saber Storm is active, you gain temporary force points equal to your Wisdom or Charisma modifier (your choice, minimum of one). These temporary force points can not exceed your Wisdom or Charisma modifier (your choice), and when you would spend a force point while you have temporary force points, the temporary force points are spent first. When Saber Storm ends, you lose any remaining temporary force points.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Way%20of%20Manipulation.webp","effects":[]} +{"_id":"pnWaHtbho4xgFpIU","name":"Path of Etherealness","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Sentinel","description":{"value":"

Path of Etherealness

\n

In the distant reaches of the galaxy obscure knowledge and forgotten secrets of the Force can sometimes be found. While other Force-sensitives may find themselves touched by this secret knowledge of the Force, those sentinels who follow the Path of Etherealness instead find themselves grabbed. Held onto by mysterious aspects of the Force that refuse to let go, these sentinels find themselves able to manipulate the universe around them.

\n

Aberrant Resilience

\n

Starting when you choose this calling at 3rd level, you learn the @Compendium[sw5e.forcepowers.fcs6lsi5hMfPOgRb]{Resistance} force power, which does not count against your total powers known. Additionally, you can use your Kinetic Combat feature when you cast it as your action. Finally, this power no longer requires concentration for you when you target yourself with it, and the power's d4 increases to d6 at 5th level, d8 at 11th level, and d10 at 17th level.

\n

Force-Empowered Kinesis

\n

Also at 3rd level, your connection to the Force allows you to briefly become incorporeal. When you use a Force-Empowered Self feature, until the end of your turn, you can move through other creatures and objects as if they are difficult terrain. If you end this movement inside a solid object or creature, you are immediately shunted to the nearest unoccupied space that you can occupy and take force damage equal to twice the number of feet you are moved. This damage can't be reduced or negated in any way.

\n

Out of Touch

\n

At 7th level, as an action, you can step out of sync with the rest of the universe for 1 minute. At the start of each of your turns, roll a d20. If you roll 11 or higher, you and everything your are wearing or carrying are completely invisible to all beings, except for those with truesight. On a roll of 10 or lower, you instead appear as an indistinguishably blurred form roughly your normal height and weight, though a being with truesight sees you normally. Regardless of your appearance, for the duration, your speed doubles, you gain a flying speed equal to your walking speed, and you can move through creatures and objects willingly though you can not affect them and they can not affect you. You can end this feature early on your turn (no action required). When this effect ends, if you are inside a solid object or creature, you are immediately shunted to the nearest unoccupied space that you can occupy and take force damage equal to twice the number of feet you are moved.

\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Event Cascade

\n

By 13th level, you have advantage on attack rolls you make against creatures if you haven't dealt damage to them or affected them with a force power since the start of your previous turn.

\n

Aberrant Self

\n

At 18th level, you no longer suffer the frailty of old age, and you can't be aged abnormally. You can still die of old age, however. In addition, you no longer need food or water, and you no longer need to sleep. Lastly, the first time you take damage on each of your turns, you can roll your Kinetic Combat die and reduce the damage by that amount.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Path%20of%20Etherealness.webp","effects":[]} +{"_id":"pr7Xe82MOaof0IXj","name":"Form X: Jar'Kai","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Guardian","description":{"value":"

Form X: Jar'Kai

\n

Form X, also known as Domination Form, utilizes two weapons to overwhelm their foes. Those guardians who focus on Jar'Kai Form know that two weapons offer greater versatility than one, and capitalize on the twin angles from which they attack to subdue their enemies.

\n

Form Basics

\n

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the @Compendium[sw5e.lightsaberform.OmPlZtMXi2b3Vo64]{Jar'Kai Lightsaber Form}, detailed in Chapter 6 of the Player’s Handbook. If you already know this form, you can instead choose another lightsaber form. You can’t take a lightsaber form option more than once, even if you later get to choose again.

\n

The Way of the Acklay

\n

Also at 3rd level, as a bonus action, you can enter a destructive stance for one minute. While in this stance, you can add half your Strength or Dexterity modifier (your choice, minimum of one) to any melee weapon damage roll you make that doesn't already include that modifier. Additionally, when you hit a creature with a melee weapon attack, you can move up to 5 feet without provoking opportunity attacks.

\n

This effect ends early if you are incapacitated or die. Once you use this feature, you can't use it again until you finish a long rest.

\n

Channel the Force

\n

Lastly at 3rd level, you gain the following Channel the Force option.

\n

Twin Strike

\n

Once per turn, when you miss with a melee weapon attack, you can expend a use of your Channel the Force to immediately make another melee weapon attack against the same target (no action required).

\n

Eye of the Storm

\n

Beginning at 7th level, when you score a critical hit with a melee weapon attack, you regain a use of your Channel the Force, to a maximum of your Wisdom or Charisma modifier (your choice, minimum of one).

\n

Rising Whirlwind

\n

Starting at 15th level, as an action, you can rush forward up to 30 feet to an unoccupied space you can see without provoking opportunity attacks. Each creature within 5 feet of your path must make a Dexterity saving throw. A creature takes normal weapon damage on a failed save, or half as much on a successful one. If you are wielding two light- or vibro-weapons, or a weapon with the double property, a creature makes this save with disadvantage, and takes additional damage equal to your Strength or Dexterity modifier (your choice, minimum of one) on a failed save if it doesn't already include that modifier.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Master of Domination

\n

At 20th level, you are a whirlwind of strikes, eviscerating all who step within your reach. Your Strength and Dexterity scores increase by 2. Your maximum for these scores increases by 2. Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to kinetic and energy damage from unenhanced weapons.
  • \n
  • When you hit a creature with a melee weapon attack, you have advantage on the next melee weapon attack roll you make against that creature, and that creature provokes an opportunity attack from you even if they take the Disengage action before leaving your reach until the end of your next turn.
  • \n
  • Creatures provoke an opportunity attack from you when they enter your reach.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you use this feature, you can't use it again until you finish a long rest.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Jar%27Kai%20Form.webp","effects":[]} +{"_id":"q208WP2Lacp7dG6v","name":"Way of Manipulation","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Consular","description":{"value":"

Way of Manipulation

\n

The power of the Force is both vast and diverse, with uses varying drastically based on their wielder. Those consulars who follow the Way of Manipulation learn to control their weapons with the Force, maneuvering them across the battlefield.

\n

Saber Storm

\n

When you choose this tradition at 3rd level, you learn to deftly control your weapons utilizing the Force. As an action, you can initiate your Saber Storm. When you do so, select a melee weapon you wield, or one melee weapon within 5 feet that is not worn or carried by a conscious creature, and use the Force to cause it to levitate, acting as an extension of your will for 1 minute. When you activate this feature, you can cause the weapon to move up to 10 feet and make a melee force attack against a creature within 5 feet of it. On a hit, the target takes 1d8 + your forcecasting ability modifier damage. The type is of the normal damage dealt by the weapon. The weapon then returns to your side.

\n

Your weapon moves with you, and while Saber Storm is active and you have a weapon animated, on each of your turns you can use an action to move a weapon up to 10 feet and repeat the attack against a creature within 5 feet of it. The weapon then returns to your side. Your Saber Storm ends early if you are incapacitated. At any time, you can end this feature and return the animated weapon to your hand.

\n

Additionally, while your Saber Storm is active, and at least one animated weapon is within 5 feet of you, you gain the following benefits:

\n
    \n
  • You gain a bonus to your AC equal to your Wisdom or Charisma modifier (your choice, minimum of +1) if it doesn't already include that modifier.
  • \n
  • You gain a bonus to any Constitution saving throw you make to maintain your concentration on a power. The bonus equals your Wisdom or Charisma modifier (your choice, minimum of +l).
  • \n
\n

This feature can animate more than one weapon when you reach higher levels: two weapons at 5th level, three weapons at 11th level, and four weapons at 17th level. When you use your action to attack with your weapons, you can direct them at the same target or at different ones. Make a separate attack roll for each weapon.

\n

At 5th level, the distance your weapon can travel increases to 20 feet. This distance increases to 30 feet at 11th level, and 40 feet at 17th level.

\n

You can use this feature twice. You regain all expended uses of it when you finish a short or long rest.

\n

Deceptive Strike

\n

At 6th level, when you cast a force power with a range of touch while Saber Storm is active, your animated weapon can move up to its range and deliver the power as if it had cast it.

\n

Guarding Weapon

\n

Beginning at 10th level, you can direct your animated weapons to absorb damage while your Saber Storm is activate. When you take damage, you can use your reaction to expend one force slot to have your animated weapon intercept it, and reduce that damage to you by an amount equal to five times the force slot's level.

\n

Isolate

\n

At 14th level, when you deal damage to a creature while Saber Storm is active, and that creature fails a Constitution saving throw to maintain concentration on a force power, you can steal and redirect the power. Until the end of your next turn, either you or the creature who failed the Constitution saving throw gain the effects of the power (your choice).

\n

Sapping Storm

\n

Starting at 18th level, when you reduce a hostile creature to 0 hit points while Saber Storm is active, you gain temporary force points equal to your Wisdom or Charisma modifier (your choice, minimum of one). These temporary force points can not exceed your Wisdom or Charisma modifier (your choice), and when you would spend a force point while you have temporary force points, the temporary force points are spent first. When Saber Storm ends, you lose any remaining temporary force points.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Way%20of%20Manipulation.webp","effects":[]} {"_id":"q4cqalPyT4rkroVr","name":"Precision Approach","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Berserker","description":{"value":"

Precision Approach

\n

Some berserkers have learned to channel their rage into a method of increasing their focus and precision to supernatural levels. Those berserkers who choose the Precision Approach hone their rage to a fine point, becoming agile warriors who ruthlessly dispatch their foes.

\n

Careful Steps

\n

When you choose this approach at 3rd level, you gain skills that represent your precise movement. You gain proficiency your choice of Acrobatics or Stealth. While raging, you have advantage on checks you make with the chosen skill.

\n

Focused Rage

\n

Also at 3rd level, you hone your rage to a razor sharp focus. When you make a melee weapon attack using Dexterity, you add your rage damage to the damage roll. Additionally, you can use your Reckless Attack feature to give you advantage on melee weapon attacks using Dexterity during your turn.

\n

Battle Anticipation

\n

At 6th level, while raging, your critical hit range with melee weapon attacks using Dexterity increases by 1.

\n

Improved Danger Sense

\n

Starting at 10th level, while raging, when you are subjected to an effect that allows you to make a Dexterity saving throw to take only half damage against effects that you can see, such as traps and powers, you are treated as proficient in the save, and you instead take no damage if you succeed on a saving throw, and only half damage if you fail.

\n

Calm Within the Storm

\n

At 14th level, the precision with which you act during your rage causes you to become a storm of reactive lethality. When you use your Reckless Attack feature, you can make a number of opportunity attacks equal to your proficiency bonus without using your reaction, and when a creature within 5 feet of you misses you with an attack, you can use your reaction to make a melee weapon attack using Dexterity against that creature. You can only take one reaction per turn.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Precision%20Approach.webp","effects":[]} -{"_id":"qlg4myujDRxt6FXB","name":"Path of Communion","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Sentinel","description":{"value":"

Path of Communion

\n

Those who master the Force can transcend death, persisting beyond their natural experation. Those sentinels who follow the Path of Communion bond with a Force ghost, developing a symbiotic relationship which alters the way they perceive their surroundings.

\n

Mystical Connection

\n

Starting when you choose this calling at 3rd level, you learn the @Compendium[sw5e.forcepowers.Pf4e5uRdTd4VuUjU]{Feedback} force power, which does not count against your total powers known. Additionally, you can use Wisdom or Charisma as your forcecasting ability for it, and you can use your Kinetic Combat feature when you cast it as your action. Finally, when you deal psychic damage with the feedback force power, you deal additional psychic damage equal to your Wisdom or Charisma modifier (your choice, minimum of one) if it doesn't already include that modifier.

\n

Symbiote Spirit

\n

Also at 3rd level, you attract the attention of the spirit of a Force ghost. Over the course of one hour, you can attune to the spirit, forging a lasting connection. While attuned to a spirit, you gain the following benefits:

\n
    \n
  • Your spirit is always audible and visible to you. Your spirit can choose to make itself audible and visible or inaudible and invisible to other creatures (no action required), but it is always visible to beings with truesight.
  • \n
  • Your spirit can not interact with the corporeal world, but it is also not impeded by unenhanced walls or barriers.
  • \n
  • Your spirit acts independently of you, and it only obeys your commands if it chooses to. In combat, it rolls its own initiative and acts on its own turn. Your spirit can't attack, but it can take other actions as normal.
  • \n
  • While your spirit is within 100 feet of you, you can telepathically communicate with it. Additionally, as an action, you can see through your spirit's vision and hear what it hears until the start of your next turn. During this time, you are deaf and blind with regard to your own senses.
  • \n
  • When you cast a force power with a range of touch, your spirit can deliver the power as if it had cast it. Your spirit must be within 100 feet of you, and it must use its reaction to deliver the power when you cast it. If the power requires an attack roll, you use your attack modifier for the roll.
  • \n
\n

You can only attune to one spirit at a time. If you attempt to attune to another spirit, you immediately break the bond with your current spirit.

\n
\n

Generating Your Spirit

\n

Your spirit might be the ghost of a benevolent Jedi, discovered in the ruins of a Jedi temple, or a powerful Sith spirit lingering in an ancient artifact. It might be the spirit of a Nightsister sorceress, or a paragon of a long-forgotten monastic order. Work with your GM to determine the nature of your spirit.

\n
\n

Additionally, your spirit can briefly interact with the physical world. When you would make a melee attack, your spirit can deliver the attack as if it had made it. Your spirit must be within 100 feet of you, and it must use its reaction to deliver the attack. It uses your modifiers for the attack and damage rolls. You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Invasive Presence

\n

At 7th level, your spirit can invade another creature's being. As an action, your spirit can touch a creature within 5 feet of it, forcing it to make a Wisdom saving throw against your universal force save DC. If you or creatures that are friendly to you are fighting it, it has advantage on the saving throw.

\n

On a failed save, your spirit moves into that creatures space, inhabiting its body, for 1 minute. The affected creature has disadvantage on the first attack roll, ability check, or saving throw it makes each turn. At the end of each its turns, the creature repeats this save. On a success, it repels the spirit from its body, and it becomes immune to this feature for 24 hours.

\n

Once you've used this feature, you must complete a long rest before you can use it again.

\n

Ethereal Vision

\n

By 13th level, you and your guiding spirit both gain truesight out to 60 feet as long as your spirit is within 100 feet of you.

\n

Additionally, when you use your action to see through your spirit's senses, you are no longer deaf and blind with regard to your own senses, able to comprehend what happens in both perspectives simultaneously.

\n

Assuming Direct Control

\n

At 18th level, when a creature fails its saving throw against your Invasive Presence feature, the target becomes charmed by you for as long as Invasive Presence is active.

\n

While the target is charmed, you and your spirit have a telepathic link with it as long as you are within 100 feet of it. You and your spirit can use this telepathic link to issue commands to the creature while you are conscious (no action required), which it does its best to obey. You can specify a simple and general course of action, such as \"Attack that creature,\" \"Run over there,\" or \"Fetch that object.\" If the creature completes the order and doesn't receive further direction from you, it defends and preserves itself to the best of its ability.

\n

You can use your action to take total and precise control of the target. Until the end of your next turn, the creature takes only the actions you choose, and doesn't do anything that you don't allow it to do. During this time you can also cause the creature to use a reaction, but this requires you to use your own reaction as well.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Path%20of%20Communion.webp","effects":[]} -{"_id":"r7BKY5yWig2vhW5i","name":"Way of Telekinetics","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Consular","description":{"value":"

Way of Telekinetics

\n

The consular knows how to manipulate the essence of the surrounding elements with the power of the Force. Those consulars who follow the Way of Telekinetics create torrential gusts of telekinetic energy, forming a potent combination that can pummel even the toughest adversaries into submission.

\n

Staggering Stratagem

\n

When you choose this tradition at 3rd level, your potency with the telekinetic power of the Force heightens. You can manipulate creatures of Large size or smaller with your force powers and Way of Telekinetics features. Additionally, once per turn, when you deal force or kinetic damage to a Large or smaller creature with a force power or class feature, you can choose to either push it up to 10 feet away from you or pull it up to 10 feet closer to you.

\n

Mighty Blast

\n

At 6th level, your force powers batter and blast your enemies with the strength of a hurricane. When you cast a force power of 1st level or higher that deals force or kinetic damage, one creature of your choice damaged by that power must make a Strength saving throw against your universal force save DC or be knocked prone.

\n

This feature can affect additional creatures when you reach higher levels: two creatures at 11th level and three creatures at 17th level.

\n

Size Matters Not

\n

Beginning at 10th level, you can manipulate creatures of Huge size or smaller with your force powers and Way of Telekinetics features.

\n

Additionally, when you use your action to cast a force power, you can use a bonus action to fly up to 10 feet without provoking opportunity attacks.

\n

Repulsing Wave

\n

At 14th level, when you are dealt damage by a creature within 5 feet of you, you can use your reaction to deal force damage to the creature equal to your consular level + your Wisdom or Charisma modifier (your choice, minimum of +1). If the attacker is Huge or smaller, it must also make a Strength saving throw against your universal force save DC. On a failed save, the attacker is pushed in a straight line up to 20 feet away from you.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a short or long rest.

\n

My Ally is the Force

\n

Starting at 18th level, you can manipulate creatures of Gargantuan size or smaller with your force powers and Way of Telekinetics features.

\n

Additionally, whenever a force power you cast pushes or pulls a creature, you can increase the distance of that push or pull by an additional 20 feet.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Way%20of%20Telekinetics.webp","effects":[]} +{"_id":"qlg4myujDRxt6FXB","name":"Path of Communion","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Sentinel","description":{"value":"

Path of Communion

\n

Those who master the Force can transcend death, persisting beyond their natural experation. Those sentinels who follow the Path of Communion bond with a Force ghost, developing a symbiotic relationship which alters the way they perceive their surroundings.

\n

Mystical Connection

\n

Starting when you choose this calling at 3rd level, you learn the @Compendium[sw5e.forcepowers.Pf4e5uRdTd4VuUjU]{Feedback} force power, which does not count against your total powers known. Additionally, you can use Wisdom or Charisma as your forcecasting ability for it, and you can use your Kinetic Combat feature when you cast it as your action. Finally, when you deal psychic damage with the feedback force power, you deal additional psychic damage equal to your Wisdom or Charisma modifier (your choice, minimum of one) if it doesn't already include that modifier.

\n

Symbiote Spirit

\n

Also at 3rd level, you attract the attention of the spirit of a Force ghost. Over the course of one hour, you can attune to the spirit, forging a lasting connection. While attuned to a spirit, you gain the following benefits:

\n
    \n
  • Your spirit is always audible and visible to you. Your spirit can choose to make itself audible and visible or inaudible and invisible to other creatures (no action required), but it is always visible to beings with truesight.
  • \n
  • Your spirit can not interact with the corporeal world, but it is also not impeded by unenhanced walls or barriers.
  • \n
  • Your spirit acts independently of you, and it only obeys your commands if it chooses to. In combat, it rolls its own initiative and acts on its own turn. Your spirit can't attack, but it can take other actions as normal.
  • \n
  • While your spirit is within 100 feet of you, you can telepathically communicate with it. Additionally, as an action, you can see through your spirit's vision and hear what it hears until the start of your next turn. During this time, you are deaf and blind with regard to your own senses.
  • \n
  • When you cast a force power with a range of touch, your spirit can deliver the power as if it had cast it. Your spirit must be within 100 feet of you, and it must use its reaction to deliver the power when you cast it. If the power requires an attack roll, you use your attack modifier for the roll.
  • \n
\n

You can only attune to one spirit at a time. If you attempt to attune to another spirit, you immediately break the bond with your current spirit.

\n
\n

Generating Your Spirit

\n

Your spirit might be the ghost of a benevolent Jedi, discovered in the ruins of a Jedi temple, or a powerful Sith spirit lingering in an ancient artifact. It might be the spirit of a Nightsister sorceress, or a paragon of a long-forgotten monastic order. Work with your GM to determine the nature of your spirit.

\n
\n

Additionally, your spirit can briefly interact with the physical world. When you would make a melee attack, your spirit can deliver the attack as if it had made it. Your spirit must be within 100 feet of you, and it must use its reaction to deliver the attack. It uses your modifiers for the attack and damage rolls. You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Invasive Presence

\n

At 7th level, your spirit can invade another creature's being. As an action, your spirit can touch a creature within 5 feet of it, forcing it to make a Wisdom saving throw against your universal force save DC. If you or creatures that are friendly to you are fighting it, it has advantage on the saving throw.

\n

On a failed save, your spirit moves into that creatures space, inhabiting its body, for 1 minute. The affected creature has disadvantage on the first attack roll, ability check, or saving throw it makes each turn. At the end of each its turns, the creature repeats this save. On a success, it repels the spirit from its body, and it becomes immune to this feature for 24 hours.

\n

Once you've used this feature, you must complete a long rest before you can use it again.

\n

Ethereal Vision

\n

By 13th level, you and your guiding spirit both gain truesight out to 60 feet as long as your spirit is within 100 feet of you.

\n

Additionally, when you use your action to see through your spirit's senses, you are no longer deaf and blind with regard to your own senses, able to comprehend what happens in both perspectives simultaneously.

\n

Assuming Direct Control

\n

At 18th level, when a creature fails its saving throw against your Invasive Presence feature, the target becomes charmed by you for as long as Invasive Presence is active.

\n

While the target is charmed, you and your spirit have a telepathic link with it as long as you are within 100 feet of it. You and your spirit can use this telepathic link to issue commands to the creature while you are conscious (no action required), which it does its best to obey. You can specify a simple and general course of action, such as \"Attack that creature,\" \"Run over there,\" or \"Fetch that object.\" If the creature completes the order and doesn't receive further direction from you, it defends and preserves itself to the best of its ability.

\n

You can use your action to take total and precise control of the target. Until the end of your next turn, the creature takes only the actions you choose, and doesn't do anything that you don't allow it to do. During this time you can also cause the creature to use a reaction, but this requires you to use your own reaction as well.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Path%20of%20Communion.webp","effects":[]} +{"_id":"r7BKY5yWig2vhW5i","name":"Way of Telekinetics","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Consular","description":{"value":"

Way of Telekinetics

\n

The consular knows how to manipulate the essence of the surrounding elements with the power of the Force. Those consulars who follow the Way of Telekinetics create torrential gusts of telekinetic energy, forming a potent combination that can pummel even the toughest adversaries into submission.

\n

Staggering Stratagem

\n

When you choose this tradition at 3rd level, your potency with the telekinetic power of the Force heightens. You can manipulate creatures of Large size or smaller with your force powers and Way of Telekinetics features. Additionally, once per turn, when you deal force or kinetic damage to a Large or smaller creature with a force power or class feature, you can choose to either push it up to 10 feet away from you or pull it up to 10 feet closer to you.

\n

Mighty Blast

\n

At 6th level, your force powers batter and blast your enemies with the strength of a hurricane. When you cast a force power of 1st level or higher that deals force or kinetic damage, one creature of your choice damaged by that power must make a Strength saving throw against your universal force save DC or be knocked prone.

\n

This feature can affect additional creatures when you reach higher levels: two creatures at 11th level and three creatures at 17th level.

\n

Size Matters Not

\n

Beginning at 10th level, you can manipulate creatures of Huge size or smaller with your force powers and Way of Telekinetics features.

\n

Additionally, when you use your action to cast a force power, you can use a bonus action to fly up to 10 feet without provoking opportunity attacks.

\n

Repulsing Wave

\n

At 14th level, when you are dealt damage by a creature within 5 feet of you, you can use your reaction to deal force damage to the creature equal to your consular level + your Wisdom or Charisma modifier (your choice, minimum of +1). If the attacker is Huge or smaller, it must also make a Strength saving throw against your universal force save DC. On a failed save, the attacker is pushed in a straight line up to 20 feet away from you.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a short or long rest.

\n

My Ally is the Force

\n

Starting at 18th level, you can manipulate creatures of Gargantuan size or smaller with your force powers and Way of Telekinetics features.

\n

Additionally, whenever a force power you cast pushes or pulls a creature, you can increase the distance of that push or pull by an additional 20 feet.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Way%20of%20Telekinetics.webp","effects":[]} {"_id":"rW7zqxiNXePBLnui","name":"Form II: Makashi","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Guardian","description":{"value":"

Form II: Makashi

\n

Form II, also known as Contention Form, encourages precision and efficiency over power, using jabs, parries and light cuts over slashes, blocks and chops. Those guardians who focus on Makashi Form utilize calculated blade manipulation, intense focus, and expert timing to confuse and trap their opponents.

\n

Form Basics

\n

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the @Compendium[sw5e.lightsaberform.GBccAWbpxgNPTz0D]{Makashi Lightsaber Form}, detailed in Chapter 6. If you already know this form, you can instead choose another lightsaber form. You can’t take a lightsaber form option more than once, even if you later get to choose again.

\n

The Way of the Ysalamiri

\n

Also at 3rd level, as a bonus action, you can enter an offensive stance for one minute. While in this stance, you add your Wisdom or Charisma modifier (your choice) to the first melee weapon attack and damage rolls you make each turn.

\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you can't use it again until you finish a long rest.

\n

Channel the Force

\n

Lastly at 3rd level, you gain the following Channel the Force option.

\n

Makashi Riposte

\n

When another creature damages you with a melee attack, you can expend a use of your Channel the Force and use your reaction to attempt to deflect the attack. When you do so, the damage you take from the attack is reduced by 1d10 + your Dexterity modifier + your guardian level.

\n

If you reduce the damage to 0, you can immediately make a single melee weapon attack against that creature as a part of the reaction.

\n

Shatterpoint

\n

Starting at 7th level, if you spend at least 1 minute observing or interacting with another creature outside combat, you can use your connection to the Force to sense their strengths and weak-nesses, and learn certain informat-ion about its capabilities compared to your own. The GM tells you if the creature is your equal, superior, or inferior in regard to two of the following characteristics of your choice:

\n
    \n
  • Strength score
  • \n
  • Dexterity score
  • \n
  • Wisdom score
  • \n
  • Charisma score
  • \n
  • Armor Class
  • \n
  • Current hit points
  • \n
  • Total class levels (if any)
  • \n
  • Total Forcecaster levels (if any)
  • \n
\n

Glancing Blow

\n

Starting at 15th level, when an attacker that you can see hits you with an attack, you can use your reaction to halve the attack's damage against you.

\n

Master of Contention

\n

At 20th level, you are a duelist of the highest caliber. Your Dexterity and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for those scores increases by 2. Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to kinetic and energy damage, and you ignore resistance to kinetic and energy damage.
  • \n
  • All melee attacks have disadvantage against you.
  • \n
  • Your melee weapon attacks inflict an additional damage die.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you can't use it again until you finish a long rest.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Makashi%20Form.webp","effects":[]} -{"_id":"rhte8G7Duf9dtKLV","name":"Explorer Pursuit","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scholar","description":{"value":"

Explorer Pursuit

\n

The explorer strives to navigate past the known to discover new planets, forgotten ruins, or forbidden locations. Those scholars who choose the Explorer Pursuit spend their time studying maps, landmarks, architecture blue prints, or even history books, using them to effectively lead the way for their companions.

\n

Focused Navigator

\n

Beginning at 3rd level when you select this pursuit, you gain proficiency in two of the Perception, Piloting, Survival, and Acrobatics skills.

\n

Surveyed Area

\n

At 3rd level, you can now use your Critical Analysis feature on a 15-foot cube area within 60 feet of you that you can see. You can treat any creatures inside this cube as if they are the target of your Critical Analysis feature, and when a creature ends your Critical Analysis feature on themself, it does not end this effect for other creatures in your Surveyed Area.

\n

Additional Maneuvers

\n

When you select this pursuit, you gain access to new maneuvers which reflect your studies in maps and hidden routes. Whenever you learn a new maneuver, you can choose from any of the following as well. The maneuvers are listed in alphabetical order.

\n

Effective Flanking

\n

Whenever you use your Critical Analysis ability, you can expend a superiority die to make all creatures of your choice affected by Critical Analysis to make a Wisdom saving throw. If at least one creature fails the save, roll a superiority die.

\n

On a failed save, the number rolled is added to both the attack and damage roll for the first attack against the creature before the start of your next turn.

\n

Encouraging Pace

\n

You can use a bonus action to expend a superiority die. When you do so, a number of friendly creatures equal to your Intelligence modifier can immediately use their reaction to move a number of feet equal to 5 times the number rolled on the superiority die.

\n

No Escape

\n

Whenever you or a creature you can see makes an opportunity attack, you can expend a superiority die. If the attack hits, roll the superiority die and add the result to the damage roll. Additionally, the affected creature's movement speed becomes 0 until the start of its next turn.

\n

Precise Movements

\n

When you or a friendly creature you can see that can see or hear you moves, you can expend a superiority die to give them verbal guidance and encouragement. Roll a superiority die. The creature's speed increases by 5 times the number rolled, and they can move through the space of hostile creatures as if it were difficult terrain.

\n

Snare Traps

\n

You can use an action and expend a superiority die to trigger painful snare traps. When you do, one creature within 60 feet of you or all creatures that are targeted by your Critical Analysis has to make a Dexterity (Acrobatics) check against your maneuver save DC.

\n

On a failure, they take damage equal to the roll and their movement speed becomes 0 until the end of your next turn.

\n

Superior Counterattack

\n

Whenever an opportunity attack targets a friendly creature other than you that is in an area targeted by your Critical Analysis feature, you can expend a superiority die. The creature can use its reaction to make a single weapon attack, adding the superiority die roll to the attack roll.

\n

Wrestle and Drag

\n

When you or a creature that is the target of your Critical Analysis makes an Strength (Athletics) check to grapple or shove a creature, you can expend a superiority die and add it to the roll. Until the end of your turn, you can drag the grappled creature with you without your speed being halved. Additionally, if you move at least 5 feet, the creature takes damage for each foot moved up to an amount equal to half your Scholar level + your Intelligence modifier.

\n

Field Advantage

\n

At 6th level, you learn to quickly convey spatial information in the midst of combat about the area you analyzed, giving them an edge at maneuvering in the area. While moving through your Surveyed Area, you and friendly creatures of your choice ignore unenhanced difficult terrain, and opportunity attacks against them are made with disadvantage.

\n

Unstoppable Adventurer

\n

At 9th level, you learn to swim and scale vertical surfaces with ease. You gain swimming and climbing speed equal to your walking speed.

\n

Additionally, your Sage Advice feature can be used to give friendly creatures knowledge on how to swim or climb, following the same rules of that feature as if it is a skill or tool. However, the friendly creatures have swimming speed or climbing speed for the entire duration instead.

\n

Survey Master

\n

Beginning at 17th level, when you use the Surveyed Area feature, the area affected is a 30-foot cube instead of a 15-foot cube.

\n

Discoveries (Explorer)

\n

When you select this pursuit, you gain access to new discoveries which reflect your studies in maps and hidden routes. Whenever you learn a new discovery, you can choose from any of the following as well. The discoveries are listed in alphabetical order.

\n

Cover Adept

\n

Prerequisite: 12th level

\n

You treat half cover as three-quarters cover, and three-quarters cover as full cover. Additionally, while you are in cover, Dexterity (Stealth) checks you make gain a bonus equal to your Intelligence modifier (minimum of +1).

\n

Dungeon Explorer

\n

You have advantage on Wisdom (Perception) checks and Intelligence (Investigation) checks to locate any secret doors or traps, and you have resistance to damage dealt by traps.

\n

In addition, you can use your Sage Advice feature to teach friendly creatures about various types of traps, following the same rules of that feature. When you do so, the chosen creatures have resistance to damage dealt by traps.

\n

Galactic Explorer

\n

Prerequisite: 9th level

\n

When you make a Piloting (Intelligence) skill check and may add your proficiency bonus to the check, treat any roll of 9 or lower as if you had rolled a 10.

\n

Grappling Hunter

\n

Prerequisite: 5th level

\n

Attack rolls that you make against creatures that you are grappling have advantage.

\n

High Ground

\n

Prerequisite: 5th level

\n

Once per turn, when you or a friendly creature hits a creature that is a target of your Critical Analysis feature, it takes additional damage equal to your half Intelligence modifier (minimum of +1).

\n

No Stone Left Unturned

\n

When you make a Wisdom (Perception) or Investigation (Intelligence) check to find a hidden creature that is inside the area that is targeted by your Critical Analysis feature, you do so with advantage.

\n

Versatile Explorer

\n

You can hold your breath twice as long as you are normally able to, and take half as much damage from fall damage.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Explorer%20Pursuit.webp","effects":[]} -{"_id":"sgoAH5OjfxsXf2fp","name":"Artillerist Technique","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scout","description":{"value":"

Artillerist Technique

\n

While some scouts choose to foray alone, others like to have support. Follower of the Artillerist Technique master control of militant constructs, laying waste to the battlefield with their expertise

\n

Bonus Proficiencies

\n

You gain proficiency in artillerist's kits.

\n

Turret Companion

\n

When you choose this technique at 3rd level, you learn to apply your knowledge of artillery to construct your own portable turret.

\n

You start with a Small turret, which is detailed at the end of this technique. Over the course of 8 hours, which can be done during a long rest, you can expend 500 cr worth of materials to finish your turret.

\n

If your turret is irreparably destroyed, you can spend an additional 500 cr worth of material and 8 hours to create a new turret. You may only have one turret companion at a time.

\n

Your turret has the following benefits:

\n
    \n
  • Your turret has a remote control, which you can use to direct it on your turn while within 120 feet of it. Your turret takes no actions unless you tell it to or an upgrade says otherwise.
  • \n
  • Your turret's level equals your scout level, and for each scout level you gain after 3rd, your turret companion gains an additional Hit Die and increases its hit points accordingly.
  • \n
  • Your turret has the proficiency bonus of a player character of the same level.
  • \n
  • Whenever you gain the Ability Score Improvement feature in this class, your turret's abilities also improve. Your turret can increase one ability score of your choice by 2, or it can increase two ability scores of your choice by 1. As normal, your turret can't increase an ability score above 20 using this feature unless its description specifies otherwise.
  • \n
  • Your turret is a valid target of the tracker droid interface tech power.
  • \n
  • When you would make a weapon attack, you can let your turret attack instead.
  • \n
\n

Your turret has two modes: deployed and undeployed. Your turret can take no actions while undeployed. You can deploy or undeploy your turret at any time on your turn (no action required), but the effect doesn't occur until the start of your next turn.

\n

Mark of the Artillerist

\n

Also at 3rd level, once per round, when your turret deals damage to the target of your Ranger's Quarry, you can roll your Ranger's Quarry die and add it to the damage roll.

\n

Battlefront

\n

Beginning at 7th level, when you take the Attack action or cast a tech power of 1st-level or higher, you can use your bonus action to have your turret make one weapon attack.

\n

At 14th level, when you use your Combat Tech feature, both you and your turret can each make one weapon attack as part of the same bonus action.

\n

Crisis Management

\n

Starting at 11th level, while you can see your turret, it can add half its proficiency bonus (rounded up) to any saving throws it makes.

\n

Double Up

\n

At 15th level, when you deal damage to a creature with a weapon or tech power, your turret has advantage on the next attack roll it makes against the creature or it has disadvantage on the first saving throw it makes against an effect your turret controls before the start of your next turn. When your turret deals damage to a creature, you have advantage on your next attack roll against the creature or it has disadvantage on the first saving throw it makes against an effect you control before the start of your next turn.

\n

Generating Your Turret

\n

Your turret is a portable companion that you can upgrade over time.

\n

Your turret uses your Intelligence, Wisdom, and Charisma scores. You assign your turret's Strength, Dexterity, and Constitution scores using a limited standard array (16, 14, 12) as you see fit.

\n

Turret Features

\n

All turrets share the following traits.

\n

Hit Points

\n
    \n
  • Hit Dice: 1d6 per turret companion level
  • \n
  • Hit Points at 1st Level: 6 + your turret's Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d6 (or 4) + your turret's Constitution modifier per turret level after 1st
  • \n
\n

Resistances and Vulnerabilities

\n
    \n
  • Turret Resistances: Your turret is resistant to necrotic, poison, and psychic damage, and immune to poison and disease.
  • \n
  • Turret Vulnerabilities: Your turret is vulnerable to ion damage. Additionally, your turret has disadvantage on saving throws against effects that would deal ion or lightning damage.
  • \n
\n

Features

\n
    \n
  • Armor Class: Your turret uses its Intelligence score for its Armor Class.
  • \n
  • Integrated Weaponry: Your turret has an integrated vibroweapon and blaster with which it can make weapon attacks. Neither weapon can be removed while your turret is not disabled. Your turret's vibroweapon deals 1d8 kinetic damage on a hit. Your turret's blaster has the ammunition (range 100/400) and reload 20 properties, and it deals 1d6 kinetic or energy damage on it a hit, depending on its loaded ammunition. It can use both slug cartridges and power cells for ammunition. Your turret can't reload itself. You can choose which weapon your turret uses each time it attacks (no action required).
  • \n
  • Turret Upgrades: Your turret companion has four turret upgrades of your choice. It gains an additional upgrade at 5th level (5), 8th level (6), 11th level (7), 14th level (8), and 17th level (9). Whenever you gain a level in this class, you can exchange one upgrade for another one.
  • \n
  • Size: Small
  • \n
  • Speed: Your turret has two modes: undeployed and deployed. While undeployed, your turret's speed equals your own and it can take no actions. While deployed, your turret has a speed of 25 feet and can take actions.
  • \n
  • Type: Construct
  • \n
\n

Turret Upgrades

\n

If an upgrade has prerequisites, you must meet them to install it. You can install the upgrade at the same time that you meet its prerequisites.

\n

Augmenting Barrier

\n

Prerequisite: 5th level

\n

As an action, you can reduce your turret's speed and have it create a barrier that surrounds in a radius depending on its size. A Small turret's speed is reduced to 10 feet and has a 5-foot radius, a Medium turret's speed is reduced to 5 feet and has a 10-foot radius, and a Large turret's speed is to reduce to 0 and has a 15-foot radius. While active, when damage is dealt by a tech power originating from inside the barrier against a target outside the barrier, that tech power gains a bonus to damage equal to half your Intelligence modifier (rounded up).

\n

This barrier lasts for 1 minute. You can end it early as a bonus action on your turn. Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Autoreload

\n

You can preload your turret's blaster with additional ammunition. You can preload two additional power cells, or you can replace each power cell with 20 slug cartridges. Once on each of your turns, you can reload your turret without using an action. Once you've expended the preloaded ammunition, you can't reload your turret's blaster in this way again until you reload it with an action.

\n

Climbing Turret

\n

Your turret gains a climbing speed equal to its deployed walking speed.

\n

Cloaking Barrier

\n

Prerequisite: 5th level

\n

As an action, you can reduce your turret's speed and have it create a barrier that surrounds in a radius depending on its size. A Small turret's speed is reduced to 10 feet and has a 5-foot radius, a Medium turret's speed is reduced to 5 feet and has a 10-foot radius, and a Large turret's speed is to reduce to 0 and has a 15-foot radius. While active, this barrier creates an area that is lightly obscured. Wisdom (Perception) checks that originate outside the barrier take a -10 penalty when attempting to detect anything inside the barrier.

\n

This barrier lasts for 1 minute. You can end it early as a bonus action on your turn. Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Deployment Accelerator

\n

Your turret now deploys and undeploys instantly, but you can only do so once on each of your turns.

\n

Disguised Turret

\n

Your turret can collapse into an innocuous looking container while undeployed. You have advantage on Charisma (Deception) checks to hide the nature of your turret while it is undeployed.

\n

Hovering Turret

\n

Your turret can hover 5 feet over the ground while deployed. It ignores difficult terrain while hovering in this way.

\n

Integrated Grenade Launcher

\n

You integrate a grenade launcher into your turret.

\n

You can choose this upgrade multiple times. Each time you do so, the weapon's reload number increases by 1.

\n

Integrated Projector

\n

You integrate a vapor projector into your turret.

\n

You can choose this upgrade multiple times. Each time you do so, the weapon's reload number increases by 1.

\n

Integrated Rocket Launcher

\n

You integrate a rocket launcher into your turret.

\n

You can choose this upgrade multiple times. Each time you do so, the weapon's reload number increases by 1.

\n

Longbow

\n

Your turret's blaster's range increases by 50/200. Additionally, when you cast a tech power with a range of 5 feet or greater, and your turret is the target of your tracker droid interface tech power, you can cast it as if you were in your turret's space, and the range increases to 150 feet.

\n

Phalanx Barrier

\n

Prerequisite: 5th level

\n

As an action, you can reduce your turret's speed and have it create a barrier that surrounds in a radius depending on its size. A Small turret's speed is reduced to 10 feet and has a 5-foot radius, a Medium turret's speed is reduced to 5 feet and has a 10-foot radius, and a Large turret's speed is to reduce to 0 and has a 15-foot radius. While active, ranged weapon attacks originating from outside the barrier that pass through it have disadvantage. Ranged weapon attacks originating from inside the barrier are unaffected.

\n

This barrier lasts for 1 minute. You can end it early as a bonus action on your turn. Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Ram Attachment

\n

You integrate a battering ram into your turret. When your turret makes a Strength check to break down physical doors, it gains a bonus to the check, depending on its size. A Small turret gains a +1 bonus, a Medium turret gains a +2 bonus, and a Large turret gains a +5 bonus. You can help your turret, giving it advantage on the check.

\n

Recurring Action

\n

Prerequisite: 9th level

\n

Your turret gains the ability to repeat attacks without direction. At the start of each of your turns, if your turret made an attack since the start of your previous turn, you can have it repeat its most recent attack (no action required). This attack targets the same space as the most recent attack made by your turret, regardless of whether or not a creature occupies that space.

\n

Rejuvenating Barrier

\n

Prerequisite: 5th level

\n

As an action, you can reduce your turret's speed and have it create a barrier that surrounds in a radius depending on its size. A Small turret's speed is reduced to 10 feet and has a 5-foot radius, a Medium turret's speed is reduced to 5 feet and has a 10-foot radius, and a Large turret's speed is to reduce to 0 and has a 15-foot radius. While active, friendly creatures that enter this barrier for the first time or start their turn there regain hit points equal to your Intelligence modifier, and gain temporary hit points equal to your Intelligence modifier. This feature can restore a creature to no more than half of its hit point maximum.

\n

This barrier lasts for 1 minute. You can end it early as a bonus action on your turn. Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Sentry

\n

You add an overwatch suite to your turret companion. When you cast the alarm tech power, you can choose to have your turret notified when the alarm is triggered. If you do so, when the alarm is triggered, your turret immediately makes a number of weapon attacks against the triggering creature up to your turret's proficiency bonus. If multiple creatures trigger the alarm simultaneously, your turret targets each creature randomly.

\n

Size: Large

\n

Prerequisite: Size: Medium

\n

Your turret's size is Large. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d10, its vibroweapon and blaster damages increase to 1d12 and 1d10, respectively, and its deployed walking speed decreases to 15 feet.

\n

Size: Medium

\n

Your turret's size is Medium. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d8, its vibroweapon and blaster damages increase to 1d10 and 1d8, respectively, and its deployed walking speed decreases to 20 feet.

\n

Suppressing Fire

\n

Prerequisite: 11th level

\n

When a creature within 30 feet of you moves at least 5 feet, you can use your reaction to have your turret make a ranged weapon attack with its blaster against the creature. If the attack hits, the creature's speed is reduce by half until the start of your next turn.

\n

Turret Coverage

\n

As an action, you can have your turret anchor itself to the ground or recover itself. While anchored, its speed is reduce to 0, it has resistance to energy and kinetic damage, and it provides cover to creatures within 5 feet of it, depending on its size. A Small turret provides one-quarter cover, a Medium turret provides half cover, and a Large turret provides three-quarters cover. If an attack would miss a creature by an amount less than or equal to the bonus to AC granted by your turret's cover, your turret instead takes the damage.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.weaponProf.custom","value":"artillerist's kit","mode":"+","targetSpecific":false,"id":1,"itemId":"sgoAH5OjfxsXf2fp","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Archetypes/Artillerist%20Technique.webp","effects":[]} -{"_id":"t5LS6epj3270S38n","name":"Form VIII: Sokan","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Guardian","description":{"value":"

Form VIII: Sokan

\n

Form VIII, also known as Persistence Form, uses determined movements followed by swift strokes to keep their opponents' footing unsteady. Those guardians who focus on Persistence Form make use of the terrain, trying to maneuver their opponents into vulnerable areas before dispatching them.

\n

Bonus Proficiencies

\n

You gain proficiency in heavy armor.

\n

Form Basics

\n

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the @Compendium[sw5e.lightsaberform.Xg7qB6sQLw3V6V4p]{Sokan Lightsaber Form}, detailed in Chapter 6 of the Player’s Handbook. If you already know this form, you can instead choose another lightsaber form. You can’t take a lightsaber form option more than once, even if you later get to choose again.

\n

The Way of the Varactyl

\n

Also at 3rd level, as a bonus action, you can enter an unyielding stance for one minute. While in this stance, you have advantage on ability checks and saving throws to shove or to avoid being moved, and you ignore difficult terrain. Additionally, once per turn, when you hit with a melee weapon attack, you can attempt to shove the target up to 10 feet away from you (no action required).

\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you can't use it again until you complete a long rest.

\n

Channel the Force

\n

Lastly at 3rd level, you gain the following Channel the Force option.

\n

High Ground Defense

\n

When an opponent within 5 feet of you makes a melee attack against you, you can use your reaction and expend a use of your Channel the Force to move to another space within 5 feet of that opponent without provoking opportunity attacks, imposing disadvantage on the roll. If the attack misses, you can attempt to shove the creature up to 10 feet away from you as a part of that same reaction.

\n

Unwavering Self

\n

Beginning at 7th level, if you fail a Strength, Dexterity, or Constitution saving throw, you can reroll the die. You must use the new roll.

\n

Once you've used this feature, you must complete a long rest before you can use it again. At 15th level you can use this feature twice between long rests.

\n

Unhindered Charge

\n

Starting at 15th level, when you move at least 10 feet before making a melee weapon attack, you deal additional damage equal to your Strength modifier.

\n

Master of Persistence

\n

At 20th level, you are an unrelenting force on the field of battle. Your Strength and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for these scores increases by 2. Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to kinetic and energy damage from unenhanced weapons.
  • \n
  • You ignore effects that would reduce your speed.
  • \n
  • Once per turn, when you push a creature, you can move up to 10 feet as a part of this push without provoking opportunity attacks. If you end this movement within 5 feet of that creature, you can make one melee weapon attack (no action required).
  • \n
\n

This effect ends early if you are incap-acitated or die. Once you've used this feature, you can't use it again until you complete a long rest.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Sokan%20Form.webp","effects":[]} -{"_id":"tND6Q1akd5unb3jf","name":"Path of Synthesis","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Sentinel","description":{"value":"

Path of Synthesis

\n

There is power in diversification unknown to those of narrow mind. Those sentinels who follow the Path of Synthesis blend their intricate mastery of the Force with their understanding of technology, creating unique effects to overcome their obstacles.

\n

Techcasting Secrets

\n

Starting when you choose this calling at 3rd level, you have learned to intersperse your training with an aptitude for technology. Choose two tech powers of 1st-level or lower. The chosen powers count as universal force powers for you, but are not included in the number in the Powers Known column of the sentinel class table. You still require the aid of a wristpad for these powers.

\n

At 7th-level, you learn two tech powers of 2nd-level or lower. At 13th level, you learn two tech powers of 3rd-level or lower. At 17th level, you learn two tech powers of 4th-level or lower. Whenever you gain a level in this class, you can choose one of the tech powers you know and replace it with another tech power.

\n

Synthetic Understanding

\n

Also at 3rd level, you've applied your newfound knowledge to broader pursuits. You gain proficiency in Technology or one tool of your choice.

\n

Additionally, when you make an Intelligence (Technology) check, or a check with a tool, you may use your Wisdom or Charisma modifier (your choice) instead of your Intelligence modifier.

\n

Finally, when you deal damage with a tech power or Kinetic Combat attack, you can choose to substitute the damage dealt as ion.

\n

Force-Empowered Tech

\n

At 7th level, you learn to fully blend your technological aptitude with your use of the Force. You have three such effects: Disruption Pulse, Force Override, and Techcasting Insight. When you use your Force-Empowered Tech, you choose which effect to create.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a short or long rest.

\n

Disruption Pulse

\n

As an action, you can send out a 30 foot cone of electromagnetically-charged energy to overload enemy weapons. Each creature within the cone that is wearing or carrying a weapon with electric components must make an Intelligence saving throw. If the weapon is being worn, this save is made with disadvantage. On a failed save, the first attack they attempt to make with that weapon has disadvantage. A creature with multiple weapons must make a separate save for each weapon.

\n

Forced Override

\n

When you cast a tech power that requires a saving throw, you can impose disadvantage on the save (no action required).

\n

Techcasting Insight

\n

As an action, you can attempt to determine another creature's experience with techcasting. When you do so, you make an Intelligence (Technology) check contested by the target's Intelligence (Technology) check. If you succeed, you immediately learn the target's techcasting Max Power Level, as well as any tech powers currently affecting the target.

\n

Improved Force-Empowered Tech

\n

By 13th level, you've gained access to two additional Force-Empowered Tech effects: Harmonic Synthesis and Conservation of Energy.

\n

Harmonic Synthesis

\n

When you use your action to cast a force power, you can use your bonus action to gain resistance to damage dealt by tech powers until the start of your next turn. If you use your action to cast a tech power, you can instead gain resistance to damage dealt by force powers.

\n

Conservation of Energy

\n

When you reduce a hostile creature to 0 hit points with a tech power, you can reduce the force point cost of the tech power to 0 (no action required).

\n

Reflective Shield

\n

At 18th level, when you use your Force-Empowered Tech features, a barrier for energy shimmers into existence, surrounding you until the end of your next turn. When you take damage, you can mitigate the incoming energy and potentially reflect it back at your attacker. You use your reaction to have resistance against the triggering damage, and if the source of the damage is within 5 feet of you, they take half of the total damage dealt as ion.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster, Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Path%20of%20Synthesis.webp","effects":[]} -{"_id":"taNiZralaSUdH6a2","name":"Matukai Order","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Monk","description":{"value":"

Matukai Order

\n

Monks of the Matukai Order center their philosophy around a balance and harmony between the spiritual Force and the physical body, using exercise as a form of meditation. They channel the Force through their bodies, turning themselves into exceptional warriors.

\n

Force-Enhanced Strikes

\n

Beginning when you choose this order at 3rd level, you learn to channel the Force into your unarmed strikes and monk weapons, further enhancing your melee strikes. When you hit a creature with an unarmed strike or monk weapon, you can spend 1 focus point to deal it an additional 1d6 force damage.

\n

The force damage increases to 2d6 when you reach 11th level in this class.

\n

Instinctive Leap

\n

At 6th level, when a hostile creatures moves to within 5 feet of you, you can use your reaction to disengage and leap up to half your speed. If you end this movement in the air, you immediately fall to the ground.

\n

Absorb Damage

\n

Starting at 11th level, you learn to channel the Force into your skin and bones, greatly enhancing your durability. You can use a bonus action to channel the Force throughout your body. Until the start of your next turn, you have resistance to kinetic and energy damage.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

\n

Control the Field

\n

At 17th level, whenever you use your Instinctive Leap feature, you can leap your entire movement speed instead of only half. Additionally, when you land, you can make an unarmed strike with advantage against a creature within 5 feet of you as part of the same reaction. On a hit, this attack deals an additional 2d6 force damage.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Matukai%20Order.webp","effects":[]} -{"_id":"uKs4nEUZxYJ6iAd7","name":"Acquisitions Practice","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Operative","description":{"value":"

Acquisitions Practice

\n

Many operatives are hired for the procurement of valuable artifacts, but only the true masters of the art can slip through the tightest security and make off with untold riches, whether they do it for a profit, or for sport. Those operatives who choose the Acquisitions Practice apply a mixture of stealth and impressive acrobatics to surpass any kind of defenses they are met with.

\n

Fast and Agile

\n

When you use choose this practice at 3rd level, you can use the bonus action granted by your Cunning Action to make a Dexterity (Sleight of Hand) check, use your demolitions kit or security kit to disarm a trap or open a lock, or take the Use an Object action.

\n

Additionally, climbing no longer costs you extra movement, and you gain the ability to move in flying leaps with incredible speed, precision, and power. When you move, instead of using your walking speed, you may take two short movements by flying. Each movement is at half your speed, and you must end each one on a solid object, a surface, or on the ground. If you do not, you fall and your movement ends. If you Dash, your bonus movement is applied to your normal speed, not this movement.

\n

Deft Hands

\n

Also at 3rd level, you learn a number of techniques to distract and confuse your opponents. When you deal Sneak Attack damage, you may choose to forgo two of your Sneak Attack dice to perform a deft hand maneuver.

\n

Some of your aerial maneuvers require your target to make a saving throw to resist the deft hand maneuver's effects. The saving throw DC is as follows:

\n

Deft Hands save DC = 8 + your proficiency bonus + your Dexterity modifier

\n

Hinder

\n

You attempt to distract your target in order to hinder their movement. The target must make a Constitution saving throw. On a failed save, its movement speed is reduced by half and it makes the first Dexterity saving throw before the end of its next turn with disadvantage.

\n

Pilfer

\n

You attempt to pick your target's pockets. The target must make a Wisdom saving throw. On a failed save, you have advantage on the first Dexterity (Sleight of Hand) check you make against the target before the end of your next turn.

\n

Tumble

\n

You attempt to nimbly roll away. You immediately move 10 feet in a direction of your choice, and the target must make a Dexterity saving throw. On a failed save, this movement does not provoke opportunity attacks from the creature.

\n

Supreme Sneak

\n

Starting at 9th level, you have advantage on a Dexterity (Stealth) check if you move no more than half your speed on the same turn. Additionally, as long as you aren't incapacitated, you no longer take damage from falling less than 100 feet, and have resistance to falling damage.

\n

Improved Aerial Agility

\n

Starting at 13th level, your Aerial Agility feature improves and you gain the following benefits:

\n
    \n
  • When you move, you can instead take 3 short movements by flying.
  • \n
  • Whenever you end your flying movement and you are within 5 feet of a climbable surface, you can grab onto that surface as though you were climbing upon it.
  • \n
\n

Thief's Reflexes

\n

When you reach 17th level, you can take two turns during the first round of any combat. You take your first turn at your normal initiative and your second turn at your initiative minus 10. You can't use this feature when you are surprised.

\n

Additionally, you learn to utilize the momentum of your fall to make deadly vertical strikes. Whenever you fall at least 50 feet and land within 5 feet of an enemy creature you can use your reaction to make one weapon attack against that creature. If the attack is a Sneak Attack, you can deal three additional weapon dice worth of damage and the creature must make a Dexterity saving throw or be knocked prone.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Acquisitions%20Practice.webp","effects":[]} -{"_id":"uV3tG38Fo7JAXF0W","name":"Mounted Specialist","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Fighter","description":{"value":"

Mounted Specialist

\n

Those fighters who choose to become Mounted Specialists excel at mounted combat. Mounted Specialists are most dangerous from the seat of a speeder or saddle of a varactyl, though they can hold their own from the ground. Their versatility often has them leading the charge or protecting the team.

\n

Bonus Proficiencies

\n

When you choose this specialty at 3rd level, you gain proficiency in Animal Handling or Piloting.

\n

Born to the Saddle

\n

Also at 3rd level, your mastery as a rider becomes apparent. You have advantage on saving throws made to avoid falling off your mount. If you fall off your mount and descend no more than 10 feet, you can land on your feet if you're not incapacitated.

\n

Finally, mounting or dismounting a creature or vehicle costs you only 5 feet of movement, rather than half your speed.

\n

Unwavering Mark

\n

Lastly at 3rd level, you can menace your foes, foiling their attacks and punishing them for harming others. When you hit a creature with a melee weapon attack, you can mark the creature until the end of your next turn. This effect ends early if you are incapacitated or you die, or if someone else marks the creature. While it is within 5 feet of you, a creature marked by you has disadvantage on any attack roll that doesn't target you.

\n

In addition, if a creature marked by you deals damage to anyone other than you, you can make a special melee weapon attack against the marked creature as a bonus action on your next turn. You have advantage on the attack roll, and if it hits, the attacks weapon deals extra damage to the target equal to half your fighter level.

\n

Regardless of the number of creatures you mark, you can make this special attack a number of times equal to your Strength modifier (minimum of once), and you regain all expended uses when you finish a long rest.

\n

Warding Maneuver

\n

Beginning at 7th level, you learn to fend off strikes directed at you, your mount, or other creatures nearby. If you or a creature you can see within 5 feet of you is hit by an attack, you can roll ld8 as a reaction if you're wielding a melee weapon or a shield. Roll the die, and add the number rolled to the target's AC against that attack. If the attack still hits, the target has resistance against the attack's damage.

\n

You can use this feature a number of times equal to your Constitution modifier (a minimum of once), and you regain all expended uses of it when you finish a long rest.

\n

Hold the Line

\n

At 10th level, you become a master of locking down your enemies. Creatures provoke an opportunity attack from you when they move 5 feet or more while within your reach, and if you hit a creature with an opportunity attack, the target's speed is reduced to 0 until the end of the current turn.

\n

Ferocious Charger

\n

Starting at 15th level, you can run down your foes, whether you're mounted or not. If you move at least 10 feet in a straight line right before attacking a creature and you hit it with the attack, that target must succeed on a Strength saving throw (DC = 8 + your proficiency bonus + your Strength modifier) or be knocked prone. You can use this feature only once on each of your turns.

\n

Vigilant Defender

\n

At 18th level, you respond to danger with extraordinary vigilance. In combat, you get a special reaction that you can take once on every creature's turn, except your turn. You can use this special reaction only to make an opportunity attack, and you can't use it on the same turn that you take your normal reaction.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Mounted%20Specialist.webp","effects":[]} -{"_id":"ucmQpCjxdEN6tpxD","name":"Form IX: Tràkata","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Guardian","description":{"value":"

Form IX: Tràkata

\n

Form IX, also known as Deception Form, capitalizes on a lightweapon's ability to quickly be toggled on and off. Those guardians who focus on Tràkata Form perform dazzling tricks with their lightweapon, confusing their opponents before dispatching them.

\n

Form Basics

\n

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the @Compendium[sw5e.lightsaberform.hGM2crUL5i4fZX9G]{Tràkata Lightsaber Form}, detailed in Chapter 6 of the Player’s Handbook. If you already know this form, you can instead choose another lightsaber form. You can’t take a lightsaber form option more than once, even if you later get to choose again.

\n

The Way of the Monkey-Lizard

\n

Also at 3rd level, as a bonus action, you can enter a confusing stance for one minute. As a part of this bonus action, and as a bonus action on each of your turns, when you take the Dodge action, you can make one melee weapon attack against a creature within range. Additionally, when you make this melee weapon attack, you can flourish your weapon to attempt to distract your target. Make a Dexterity (Sleight of Hand) check contested by a Wisdom (Perception) check of the target of your attack. On a success, you make this attack roll with advantage.

\n

This effect ends early if you are incapacitated or die. Once you use this feature, you can't use it again until you finish a long rest.

\n

Channel the Force

\n

Lastly at 3rd level, you gain the following Channel the Force option.

\n

Unbalancing Block

\n

When you are hit with a melee weapon attack, and you are wielding a lightweapon with which you are proficient, you can use your reaction and expend a use of your Channel the Force to add your Wisdom or Charisma modifier (your choice, minimum of +1) to your AC for that attack, potentially causing the attack to miss you.

\n

Duplicitous Force

\n

Beginning at 7th level, when you make a Dexterity (Sleight of Hand) check, you gain a bonus to that check equal to your Wisdom or Charisma modifier (your choice, minimum of one).

\n

Pass the Blade

\n

Starting at 15th level, when a creature misses you with an attack, you gain temporary hit points equal to your Wisdom or Charisma modifier (your choice, minimum of one), and you add your Wisdom or Charisma modifier (your choice, minimum of one) to the first melee weapon attack and damage rolls you make against that creature before the end of your next turn.

\n

Master of Deception

\n

At 20th level, your skill with a lightweapon is both mesmerizing and confounding. Your Dexterity and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for these scores increases by 2. Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to kinetic and energy damage from unenhanced weapons.
  • \n
  • Your attack rolls can't suffer from disadvantage.
  • \n
  • Whenever a creature misses you with a melee attack, it takes 5 energy damage.
  • \n
  • Whenever a creature hits you with a melee attack, it takes damage equal to half of the damage you take from the attack.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you use this feature, you can't use it again until you finish a long rest.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Trakata%20Form.webp","effects":[]} -{"_id":"uqpzyWm3JoIJlHrb","name":"Biochem Engineering","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Engineer","description":{"value":"

Biochem Engineering

\n

Those engineers who choose the Biochem Engineering discipline focus on utilizing their vast knowledge of medicine and chemistry to supply allies with potent healing and enemies with debilitating poisons and acids.

\n

Bonus Proficiencies

\n

When you choose this discipline at 3rd level you gain proficiency in the Medicine skill, biochemist's kits, and poisoner's kits. additionally, when you engage in crafting with biochemist's kits and poisoner's kits, the rate at which you craft doubles.

\n

Modified Biochemist's Pack

\n

Also at 3rd level, you learn to modify and combine your biochemist's kit and poisoner's kit, creating a mobile laboratory using your chemistry expertise. Over the course of a long rest, you can expend 500 cr worth of materials to create your modified biochemist's pack. You must have a biochemist's kit, a poisoner's kit, and materials in order to perform this modification.

\n

Your biochemist's pack is enhanced, requires attunement, can only be used by you, and counts as a tech focus for your tech powers while you are attuned to it. Your modified biochemist's pack has 4 modification slots, and it gains more at higher levels, as shown in the Modification Slots column of the engineer class table. For each modification installed, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

Your modified biochemist's pack comes equipped with a chemical distribution system, complete with three chemical mixtures: corrosive, invigorating, and noxious. As an action, you can activate your distributor and target a creature within 30 feet, with an effect determined by the mixture.

\n

Corrosive Mixture

\n

Your distributor emits a burst of acid. The target must make a Dexterity saving throw. On a failed save, a creature takes 1d6 + your Intelligence modifier acid damage. This mixture's damage increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).

\n

Invigorating Mixture

\n

Your distributor emits a bolt of kolto. The target gains 1d6 + your Intelligence modifier temporary hit points, which last until the end of your next turn. The temporary hit points granted by this mixture increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).

\n

Noxious Mixture

\n

Your distributor emits a cloud of poison. The target must make a Constitution saving throw. On a failed save, a creature takes 1d6 + your Intelligence modifier poison damage. This mixture's damage increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).

\n

Biochemist's Touch

\n

Lastly at 3rd level, whenever you grant temporary hit points, or deal acid or poison damage using a tech power or class feature, you may expend one use of your Potent Aptitude to increase the potency. When you do so, the amount of temporary hit points you grant or damage you deal is increased by the amount rolled on the die. The damage is the same type as the original damage.

\n

Potent Mixtures

\n

Beginning at 6th level, when you cast a tech power of 1st-level or higher that grants temporary hit points, or deals acid or poison damage, you add your Intelligence modifier (a minimum of +1) to the roll.

\n

Epicenter

\n

At 14th level, as a reaction when you take damage from a creature within 15 feet of you that you can see, you can use one of your mixtures. The effects of the mixture release in a 15-foot-radius sphere centered on you, and if the mixture requires a saving throw, you automatically succeed on it. Additionally, the affected area is difficult terrain to creatures other than you until the end of your next turn.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Masterful Mixtures

\n

Starting at 18th level, when you deal acid or poison damage using a tech power or class feature, you ignore resistance and treat immunity as resistance.

\n

Biochem Modifications

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n

Biochemist's Amplifer

\n

Prerequisite: 5th level
You gain a +1 bonus to tech attack rolls. This bonus increases to +2 at 11th level and +3 at 17th level.

\n

Biochemist's Inhibitor

\n

Prerequisite: 5th level
You gain a +1 bonus to your tech save DC. This bonus increases to +2 at 11th level and +3 at 17th level.

\n

Chemical Counteragents

\n

You may choose one type of damage that benefits from your Biochemist's Touch and Potent Mixtures features. While wearing your modified biochemist's pack you have resistance to that type of damage.

\n

You can select this modification multiple times. Each time you do so, you must choose a different damage type.

\n

Countertoxin

\n

When you or an ally within 30 feet of you is suffering from the poisoned condition, you may use your reaction on your turn to end the poisoned condition on that creature. The creature also gains immunity to the poisoned condition for one minute.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Detachable Distribution System

\n

You upgrade your distributor with a secondary, detachable distributor. As a bonus action, you can throw your detachable distributor at a point within range. Your detachable distributor has a range equal to 30 feet + your Strength modifier x 5. Your detachable distributor works for 1 minute before coming inert. Once it does so, you can't use it again until you recover it as an action.

\n

Additionally, while your detachable distributor is within 100 feet of you, when you use your action to activate your distributor, you can choose to affect each creature within 5 feet of your detachable distributor. You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Drone Distribution System

\n

You upgrade your distributor, interfacing it with the target of your @Compendium[sw5e.techpowers.PopHJSVZq9t1FFf5]{Tracker Droid Interface} power. When you use your action to activate your distributor, while your tracker droid is within 100 feet of you, you can choose to have your tracker droid deliver the mixture. Your tracker droid must use its reaction to deliver the mixture.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Expanded Chemicals: Combustibles

\n

Prerequisite: 5th level
You add additional chemicals to your modified biochemist's pack. When you deal fire damage with a tech power or class feature, you can use your Biochemist's Touch and Potent Mixture features.

\n

Additionally, when a creature fails their Dexterity saving throw against your Corrosive Mixtures feature, you can choose to instead deal fire damage. If you do so, each creature within 5 feet of the target takes fire damage equal to your Intelligence modifier. You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Expanded Chemicals: Cryogenics

\n

Prerequisite: 5th level
You add additional chemicals to your modified biochemist's pack. When you deal cold damage with a tech power or class feature, you can use your Biochemist's Touch and Potent Mixture features.

\n

Additionally, when a creature fails their Constitution saving throw against your Noxious Mixtures feature, you can choose to instead deal cold damage. If you do so, its speed is reduced by 10 feet until the start of your next turn. You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Expanded Chemicals: Restorative

\n

Prerequisite: 5th level
You add additional chemicals to your modified biochemist's pack. When you restore hit points with a tech power or class feature, you can use your Biochemist's Touch and Potent Mixture features.

\n

Additionally, when you use your Invigorating Mixture to grant temporary hit points to a creature, you can choose to restore that many hit points to the same creature. You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Expanded Mixtures: Adhesive

\n

You've created a new mixture from your chemicals that you can use when you activate your distributor. When you do so, the target creature must make a Strength saving throw. If the creature is Large or larger, it has advantage on the saving throw. On a failed save, a creature's speed is reduced to 0 until the start of your next turn. As an action on their turn, an affected creature can repeat this saving throw, ending the effect on a success.

\n

Expanded Mixtures: Blinding

\n

You've created a new mixture from your chemicals that you can use when you activate your distributor. When you do so, the target creature must make a Constitution saving throw. On a failed save, a creature is blinded until the start of your next turn.

\n

Expanded Mixtures: Hallucinogenic

\n

You've created a new mixture from your chemicals that you can use when you activate your distributor. When you do so, the target creature must make an Intelligence saving throw. On a failed save, the target loses the ability to distinguish friend from foe, regarding all creatures it can see as enemies until the end of your next turn. Each time the target takes damage, it can repeat the saving throw, ending the effect on itself on a success.

\n

Whenever the affected creature chooses another creature as a target, it must choose the target at random from among the creatures it can see within range of the attack, power, or other ability it's using. If an enemy provokes an opportunity attack from the affected creature, the creature must make that attack if it is able to.

\n

This feature has no effect on droids or constructs.

\n

Explosive Distribution System

\n

You upgrade your distributor, granting it the ability to create a volley. When you use your action to activate your distributor, you can choose to affect each creature in a 10-foot-radius sphere centered on a point you can see within 30 feet.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Injection Apparatus

\n

You install a wrist mounted injection apparatus into your modified biochemist's pack. It is a simple vibroweapon with the finesse and light properties, and deals 1d4 kinetic damage on a hit. Your injection apparatus does not fill the hand slot, but you can't use it while the hand is full.

\n

When you hit with the weapon, you can activate your distributor to deploy one of your mixtures. If you do so, the target has disadvantage on the saving throw against your mixture.

\n

Inoculation

\n

You gain immunity to the poisoned and diseased conditions.

\n

Integrated EVA Functionality

\n

You make several additions to your modified biochemist's pack, you are protected from hazardous conditions, as if wearing an EVA suit, for as long as you are wearing your modified biochemist's pack.

\n

Kolto Aerosol

\n

Prerequisite: 9th level
You add a special dispersal system to your modified biochemist's pack. This system slowly disperses small amounts of kolto in the air. If creatures spend the entirety of a long rest within 30 feet of you, they regain all expended Hit Dice, instead of only half. Additionally, they are cured of any poisons or diseases that are suffering from.

\n

Long-Range Distribution System

\n

You upgrade your distributor, improving the range. When you use your action to activate your distributor, you can choose to increase the range to 60 feet.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Luminous Gel

\n

You've added a light-emitting gel to your modified biochemist's pack. As an action, you can coat an item, object, or location up to 5-foot-square with this gel. When you do so, the gel sheds bright light in a 10-foot radius and dim light for an additional 10 feet. The gel lasts for 1 hour before losing its potency. You can end this effect as a bonus action.

\n

Oil Spill

\n

As an action, you can cast the oil slick tech power without expending tech points. Casting the power in this way does not require concentration, and the oil will remain in place for the full duration of the power.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Persistent Chemicals

\n

Prerequisite: 7th level
Whenever you use your Biochemist's Touch feature, you may select one creature that was damaged. At the start of each of that creature's turns, it must make a Constitution saving throw. On a failed save, it takes damage of the triggering type equal to your Intelligence modifier and has disadvantage on attack rolls until the start of its next turn. On a success, this feature ends, and the creature becomes immune to it for one day.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Piercing Gel

\n

Prerequisite: 11th level
Prerequisite: Luminous Gel
Your luminous gel now automatically dispels illusions and can detect invisibility, as with truesight.

\n

Self-Injection Module

\n

You install a special kolto injector into your modified biochemist's pack that can inject you with kolto in response to pain. When you take damage, you can use your reaction and expend a Hit Die to regain health as long as the damage would not reduce your hit points to 0.

\n

Smart Dispersal System

\n

When you activate your distributor, you can choose a number of creature equal to your Intelligence modifier. Those creature automatically succeed on their saving throws against your mixtures.

\n

Spray Distribution System

\n

You upgrade your distributor, granting it the ability to spray in a cone. When you use your action to activate your distributor, you can choose to affect each creature in a 15-foot cone.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Biochem%20Engineering.webp","effects":[]} +{"_id":"rhte8G7Duf9dtKLV","name":"Explorer Pursuit","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scholar","description":{"value":"

Explorer Pursuit

\n

The explorer strives to navigate past the known to discover new planets, forgotten ruins, or forbidden locations. Those scholars who choose the Explorer Pursuit spend their time studying maps, landmarks, architecture blue prints, or even history books, using them to effectively lead the way for their companions.

\n

Focused Navigator

\n

Beginning at 3rd level when you select this pursuit, you gain proficiency in two of the Perception, Piloting, Survival, and Acrobatics skills.

\n

Surveyed Area

\n

At 3rd level, you can now use your Critical Analysis feature on a 15-foot cube area within 60 feet of you that you can see. You can treat any creatures inside this cube as if they are the target of your Critical Analysis feature, and when a creature ends your Critical Analysis feature on themself, it does not end this effect for other creatures in your Surveyed Area.

\n

Additional Maneuvers

\n

When you select this pursuit, you gain access to new maneuvers which reflect your studies in maps and hidden routes. Whenever you learn a new maneuver, you can choose from any of the following as well. The maneuvers are listed in alphabetical order.

\n

Effective Flanking

\n

Whenever you use your Critical Analysis ability, you can expend a superiority die to make all creatures of your choice affected by Critical Analysis to make a Wisdom saving throw. If at least one creature fails the save, roll a superiority die.

\n

On a failed save, the number rolled is added to both the attack and damage roll for the first attack against the creature before the start of your next turn.

\n

Encouraging Pace

\n

You can use a bonus action to expend a superiority die. When you do so, a number of friendly creatures equal to your Intelligence modifier can immediately use their reaction to move a number of feet equal to 5 times the number rolled on the superiority die.

\n

No Escape

\n

Whenever you or a creature you can see makes an opportunity attack, you can expend a superiority die. If the attack hits, roll the superiority die and add the result to the damage roll. Additionally, the affected creature's movement speed becomes 0 until the start of its next turn.

\n

Precise Movements

\n

When you or a friendly creature you can see that can see or hear you moves, you can expend a superiority die to give them verbal guidance and encouragement. Roll a superiority die. The creature's speed increases by 5 times the number rolled, and they can move through the space of hostile creatures as if it were difficult terrain.

\n

Snare Traps

\n

You can use an action and expend a superiority die to trigger painful snare traps. When you do, one creature within 60 feet of you or all creatures that are targeted by your Critical Analysis has to make a Dexterity (Acrobatics) check against your maneuver save DC.

\n

On a failure, they take damage equal to the roll and their movement speed becomes 0 until the end of your next turn.

\n

Superior Counterattack

\n

Whenever an opportunity attack targets a friendly creature other than you that is in an area targeted by your Critical Analysis feature, you can expend a superiority die. The creature can use its reaction to make a single weapon attack, adding the superiority die roll to the attack roll.

\n

Wrestle and Drag

\n

When you or a creature that is the target of your Critical Analysis makes an Strength (Athletics) check to grapple or shove a creature, you can expend a superiority die and add it to the roll. Until the end of your turn, you can drag the grappled creature with you without your speed being halved. Additionally, if you move at least 5 feet, the creature takes damage for each foot moved up to an amount equal to half your Scholar level + your Intelligence modifier.

\n

Field Advantage

\n

At 6th level, you learn to quickly convey spatial information in the midst of combat about the area you analyzed, giving them an edge at maneuvering in the area. While moving through your Surveyed Area, you and friendly creatures of your choice ignore unenhanced difficult terrain, and opportunity attacks against them are made with disadvantage.

\n

Unstoppable Adventurer

\n

At 9th level, you learn to swim and scale vertical surfaces with ease. You gain swimming and climbing speed equal to your walking speed.

\n

Additionally, your Sage Advice feature can be used to give friendly creatures knowledge on how to swim or climb, following the same rules of that feature as if it is a skill or tool. However, the friendly creatures have swimming speed or climbing speed for the entire duration instead.

\n

Survey Master

\n

Beginning at 17th level, when you use the Surveyed Area feature, the area affected is a 30-foot cube instead of a 15-foot cube.

\n

Discoveries (Explorer)

\n

When you select this pursuit, you gain access to new discoveries which reflect your studies in maps and hidden routes. Whenever you learn a new discovery, you can choose from any of the following as well. The discoveries are listed in alphabetical order.

\n

Cover Adept

\n

Prerequisite: 12th level

\n

You treat half cover as three-quarters cover, and three-quarters cover as full cover. Additionally, while you are in cover, Dexterity (Stealth) checks you make gain a bonus equal to your Intelligence modifier (minimum of +1).

\n

Dungeon Explorer

\n

You have advantage on Wisdom (Perception) checks and Intelligence (Investigation) checks to locate any secret doors or traps, and you have resistance to damage dealt by traps.

\n

In addition, you can use your Sage Advice feature to teach friendly creatures about various types of traps, following the same rules of that feature. When you do so, the chosen creatures have resistance to damage dealt by traps.

\n

Galactic Explorer

\n

Prerequisite: 9th level

\n

When you make a Piloting (Intelligence) skill check and may add your proficiency bonus to the check, treat any roll of 9 or lower as if you had rolled a 10.

\n

Grappling Hunter

\n

Prerequisite: 5th level

\n

Attack rolls that you make against creatures that you are grappling have advantage.

\n

High Ground

\n

Prerequisite: 5th level

\n

Once per turn, when you or a friendly creature hits a creature that is a target of your Critical Analysis feature, it takes additional damage equal to your half Intelligence modifier (minimum of +1).

\n

No Stone Left Unturned

\n

When you make a Wisdom (Perception) or Investigation (Intelligence) check to find a hidden creature that is inside the area that is targeted by your Critical Analysis feature, you do so with advantage.

\n

Versatile Explorer

\n

You can hold your breath twice as long as you are normally able to, and take half as much damage from fall damage.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Explorer%20Pursuit.webp","effects":[]} +{"_id":"sgoAH5OjfxsXf2fp","name":"Artillerist Technique","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scout","description":{"value":"

Artillerist Technique

\n

While some scouts choose to foray alone, others like to have support. Follower of the Artillerist Technique master control of militant constructs, laying waste to the battlefield with their expertise

\n

Bonus Proficiencies

\n

You gain proficiency in artillerist's kits.

\n

Turret Companion

\n

When you choose this technique at 3rd level, you learn to apply your knowledge of artillery to construct your own portable turret.

\n

You start with a Small turret, which is detailed at the end of this technique. Over the course of 8 hours, which can be done during a long rest, you can expend 500 cr worth of materials to finish your turret.

\n

If your turret is irreparably destroyed, you can spend an additional 500 cr worth of material and 8 hours to create a new turret. You may only have one turret companion at a time.

\n

Your turret has the following benefits:

\n
    \n
  • Your turret has a remote control, which you can use to direct it on your turn while within 120 feet of it. Your turret takes no actions unless you tell it to or an upgrade says otherwise.
  • \n
  • Your turret's level equals your scout level, and for each scout level you gain after 3rd, your turret companion gains an additional Hit Die and increases its hit points accordingly.
  • \n
  • Your turret has the proficiency bonus of a player character of the same level.
  • \n
  • Whenever you gain the Ability Score Improvement feature in this class, your turret's abilities also improve. Your turret can increase one ability score of your choice by 2, or it can increase two ability scores of your choice by 1. As normal, your turret can't increase an ability score above 20 using this feature unless its description specifies otherwise.
  • \n
  • Your turret is a valid target of the tracker droid interface tech power.
  • \n
  • When you would make a weapon attack, you can let your turret attack instead.
  • \n
\n

Your turret has two modes: deployed and undeployed. Your turret can take no actions while undeployed. You can deploy or undeploy your turret at any time on your turn (no action required), but the effect doesn't occur until the start of your next turn.

\n

Mark of the Artillerist

\n

Also at 3rd level, once per round, when your turret deals damage to the target of your Ranger's Quarry, you can roll your Ranger's Quarry die and add it to the damage roll.

\n

Battlefront

\n

Beginning at 7th level, when you take the Attack action or cast a tech power of 1st-level or higher, you can use your bonus action to have your turret make one weapon attack.

\n

At 14th level, when you use your Combat Tech feature, both you and your turret can each make one weapon attack as part of the same bonus action.

\n

Crisis Management

\n

Starting at 11th level, while you can see your turret, it can add half its proficiency bonus (rounded up) to any saving throws it makes.

\n

Double Up

\n

At 15th level, when you deal damage to a creature with a weapon or tech power, your turret has advantage on the next attack roll it makes against the creature or it has disadvantage on the first saving throw it makes against an effect your turret controls before the start of your next turn. When your turret deals damage to a creature, you have advantage on your next attack roll against the creature or it has disadvantage on the first saving throw it makes against an effect you control before the start of your next turn.

\n

Generating Your Turret

\n

Your turret is a portable companion that you can upgrade over time.

\n

Your turret uses your Intelligence, Wisdom, and Charisma scores. You assign your turret's Strength, Dexterity, and Constitution scores using a limited standard array (16, 14, 12) as you see fit.

\n

Turret Features

\n

All turrets share the following traits.

\n

Hit Points

\n
    \n
  • Hit Dice: 1d6 per turret companion level
  • \n
  • Hit Points at 1st Level: 6 + your turret's Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d6 (or 4) + your turret's Constitution modifier per turret level after 1st
  • \n
\n

Resistances and Vulnerabilities

\n
    \n
  • Turret Resistances: Your turret is resistant to necrotic, poison, and psychic damage, and immune to poison and disease.
  • \n
  • Turret Vulnerabilities: Your turret is vulnerable to ion damage. Additionally, your turret has disadvantage on saving throws against effects that would deal ion or lightning damage.
  • \n
\n

Features

\n
    \n
  • Armor Class: Your turret uses its Intelligence score for its Armor Class.
  • \n
  • Integrated Weaponry: Your turret has an integrated vibroweapon and blaster with which it can make weapon attacks. Neither weapon can be removed while your turret is not disabled. Your turret's vibroweapon deals 1d8 kinetic damage on a hit. Your turret's blaster has the ammunition (range 100/400) and reload 20 properties, and it deals 1d6 kinetic or energy damage on it a hit, depending on its loaded ammunition. It can use both slug cartridges and power cells for ammunition. Your turret can't reload itself. You can choose which weapon your turret uses each time it attacks (no action required).
  • \n
  • Turret Upgrades: Your turret companion has four turret upgrades of your choice. It gains an additional upgrade at 5th level (5), 8th level (6), 11th level (7), 14th level (8), and 17th level (9). Whenever you gain a level in this class, you can exchange one upgrade for another one.
  • \n
  • Size: Small
  • \n
  • Speed: Your turret has two modes: undeployed and deployed. While undeployed, your turret's speed equals your own and it can take no actions. While deployed, your turret has a speed of 25 feet and can take actions.
  • \n
  • Type: Construct
  • \n
\n

Turret Upgrades

\n

If an upgrade has prerequisites, you must meet them to install it. You can install the upgrade at the same time that you meet its prerequisites.

\n

Augmenting Barrier

\n

Prerequisite: 5th level

\n

As an action, you can reduce your turret's speed and have it create a barrier that surrounds in a radius depending on its size. A Small turret's speed is reduced to 10 feet and has a 5-foot radius, a Medium turret's speed is reduced to 5 feet and has a 10-foot radius, and a Large turret's speed is to reduce to 0 and has a 15-foot radius. While active, when damage is dealt by a tech power originating from inside the barrier against a target outside the barrier, that tech power gains a bonus to damage equal to half your Intelligence modifier (rounded up).

\n

This barrier lasts for 1 minute. You can end it early as a bonus action on your turn. Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Autoreload

\n

You can preload your turret's blaster with additional ammunition. You can preload two additional power cells, or you can replace each power cell with 20 slug cartridges. Once on each of your turns, you can reload your turret without using an action. Once you've expended the preloaded ammunition, you can't reload your turret's blaster in this way again until you reload it with an action.

\n

Climbing Turret

\n

Your turret gains a climbing speed equal to its deployed walking speed.

\n

Cloaking Barrier

\n

Prerequisite: 5th level

\n

As an action, you can reduce your turret's speed and have it create a barrier that surrounds in a radius depending on its size. A Small turret's speed is reduced to 10 feet and has a 5-foot radius, a Medium turret's speed is reduced to 5 feet and has a 10-foot radius, and a Large turret's speed is to reduce to 0 and has a 15-foot radius. While active, this barrier creates an area that is lightly obscured. Wisdom (Perception) checks that originate outside the barrier take a -10 penalty when attempting to detect anything inside the barrier.

\n

This barrier lasts for 1 minute. You can end it early as a bonus action on your turn. Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Deployment Accelerator

\n

Your turret now deploys and undeploys instantly, but you can only do so once on each of your turns.

\n

Disguised Turret

\n

Your turret can collapse into an innocuous looking container while undeployed. You have advantage on Charisma (Deception) checks to hide the nature of your turret while it is undeployed.

\n

Hovering Turret

\n

Your turret can hover 5 feet over the ground while deployed. It ignores difficult terrain while hovering in this way.

\n

Integrated Grenade Launcher

\n

You integrate a grenade launcher into your turret.

\n

You can choose this upgrade multiple times. Each time you do so, the weapon's reload number increases by 1.

\n

Integrated Projector

\n

You integrate a vapor projector into your turret.

\n

You can choose this upgrade multiple times. Each time you do so, the weapon's reload number increases by 1.

\n

Integrated Rocket Launcher

\n

You integrate a rocket launcher into your turret.

\n

You can choose this upgrade multiple times. Each time you do so, the weapon's reload number increases by 1.

\n

Longbow

\n

Your turret's blaster's range increases by 50/200. Additionally, when you cast a tech power with a range of 5 feet or greater, and your turret is the target of your tracker droid interface tech power, you can cast it as if you were in your turret's space, and the range increases to 150 feet.

\n

Phalanx Barrier

\n

Prerequisite: 5th level

\n

As an action, you can reduce your turret's speed and have it create a barrier that surrounds in a radius depending on its size. A Small turret's speed is reduced to 10 feet and has a 5-foot radius, a Medium turret's speed is reduced to 5 feet and has a 10-foot radius, and a Large turret's speed is to reduce to 0 and has a 15-foot radius. While active, ranged weapon attacks originating from outside the barrier that pass through it have disadvantage. Ranged weapon attacks originating from inside the barrier are unaffected.

\n

This barrier lasts for 1 minute. You can end it early as a bonus action on your turn. Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Ram Attachment

\n

You integrate a battering ram into your turret. When your turret makes a Strength check to break down physical doors, it gains a bonus to the check, depending on its size. A Small turret gains a +1 bonus, a Medium turret gains a +2 bonus, and a Large turret gains a +5 bonus. You can help your turret, giving it advantage on the check.

\n

Recurring Action

\n

Prerequisite: 9th level

\n

Your turret gains the ability to repeat attacks without direction. At the start of each of your turns, if your turret made an attack since the start of your previous turn, you can have it repeat its most recent attack (no action required). This attack targets the same space as the most recent attack made by your turret, regardless of whether or not a creature occupies that space.

\n

Rejuvenating Barrier

\n

Prerequisite: 5th level

\n

As an action, you can reduce your turret's speed and have it create a barrier that surrounds in a radius depending on its size. A Small turret's speed is reduced to 10 feet and has a 5-foot radius, a Medium turret's speed is reduced to 5 feet and has a 10-foot radius, and a Large turret's speed is to reduce to 0 and has a 15-foot radius. While active, friendly creatures that enter this barrier for the first time or start their turn there regain hit points equal to your Intelligence modifier, and gain temporary hit points equal to your Intelligence modifier. This feature can restore a creature to no more than half of its hit point maximum.

\n

This barrier lasts for 1 minute. You can end it early as a bonus action on your turn. Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Sentry

\n

You add an overwatch suite to your turret companion. When you cast the alarm tech power, you can choose to have your turret notified when the alarm is triggered. If you do so, when the alarm is triggered, your turret immediately makes a number of weapon attacks against the triggering creature up to your turret's proficiency bonus. If multiple creatures trigger the alarm simultaneously, your turret targets each creature randomly.

\n

Size: Large

\n

Prerequisite: Size: Medium

\n

Your turret's size is Large. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d10, its vibroweapon and blaster damages increase to 1d12 and 1d10, respectively, and its deployed walking speed decreases to 15 feet.

\n

Size: Medium

\n

Your turret's size is Medium. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d8, its vibroweapon and blaster damages increase to 1d10 and 1d8, respectively, and its deployed walking speed decreases to 20 feet.

\n

Suppressing Fire

\n

Prerequisite: 11th level

\n

When a creature within 30 feet of you moves at least 5 feet, you can use your reaction to have your turret make a ranged weapon attack with its blaster against the creature. If the attack hits, the creature's speed is reduce by half until the start of your next turn.

\n

Turret Coverage

\n

As an action, you can have your turret anchor itself to the ground or recover itself. While anchored, its speed is reduce to 0, it has resistance to energy and kinetic damage, and it provides cover to creatures within 5 feet of it, depending on its size. A Small turret provides one-quarter cover, a Medium turret provides half cover, and a Large turret provides three-quarters cover. If an attack would miss a creature by an amount less than or equal to the bonus to AC granted by your turret's cover, your turret instead takes the damage.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.weaponProf.custom","value":"artillerist's kit","mode":"+","targetSpecific":false,"id":1,"itemId":"sgoAH5OjfxsXf2fp","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Archetypes/Artillerist%20Technique.webp","effects":[]} +{"_id":"t5LS6epj3270S38n","name":"Form VIII: Sokan","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Guardian","description":{"value":"

Form VIII: Sokan

\n

Form VIII, also known as Persistence Form, uses determined movements followed by swift strokes to keep their opponents' footing unsteady. Those guardians who focus on Persistence Form make use of the terrain, trying to maneuver their opponents into vulnerable areas before dispatching them.

\n

Bonus Proficiencies

\n

You gain proficiency in heavy armor.

\n

Form Basics

\n

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the @Compendium[sw5e.lightsaberform.Xg7qB6sQLw3V6V4p]{Sokan Lightsaber Form}, detailed in Chapter 6 of the Player’s Handbook. If you already know this form, you can instead choose another lightsaber form. You can’t take a lightsaber form option more than once, even if you later get to choose again.

\n

The Way of the Varactyl

\n

Also at 3rd level, as a bonus action, you can enter an unyielding stance for one minute. While in this stance, you have advantage on ability checks and saving throws to shove or to avoid being moved, and you ignore difficult terrain. Additionally, once per turn, when you hit with a melee weapon attack, you can attempt to shove the target up to 10 feet away from you (no action required).

\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you can't use it again until you complete a long rest.

\n

Channel the Force

\n

Lastly at 3rd level, you gain the following Channel the Force option.

\n

High Ground Defense

\n

When an opponent within 5 feet of you makes a melee attack against you, you can use your reaction and expend a use of your Channel the Force to move to another space within 5 feet of that opponent without provoking opportunity attacks, imposing disadvantage on the roll. If the attack misses, you can attempt to shove the creature up to 10 feet away from you as a part of that same reaction.

\n

Unwavering Self

\n

Beginning at 7th level, if you fail a Strength, Dexterity, or Constitution saving throw, you can reroll the die. You must use the new roll.

\n

Once you've used this feature, you must complete a long rest before you can use it again. At 15th level you can use this feature twice between long rests.

\n

Unhindered Charge

\n

Starting at 15th level, when you move at least 10 feet before making a melee weapon attack, you deal additional damage equal to your Strength modifier.

\n

Master of Persistence

\n

At 20th level, you are an unrelenting force on the field of battle. Your Strength and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for these scores increases by 2. Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to kinetic and energy damage from unenhanced weapons.
  • \n
  • You ignore effects that would reduce your speed.
  • \n
  • Once per turn, when you push a creature, you can move up to 10 feet as a part of this push without provoking opportunity attacks. If you end this movement within 5 feet of that creature, you can make one melee weapon attack (no action required).
  • \n
\n

This effect ends early if you are incap-acitated or die. Once you've used this feature, you can't use it again until you complete a long rest.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Sokan%20Form.webp","effects":[]} +{"_id":"tND6Q1akd5unb3jf","name":"Path of Synthesis","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Sentinel","description":{"value":"

Path of Synthesis

\n

There is power in diversification unknown to those of narrow mind. Those sentinels who follow the Path of Synthesis blend their intricate mastery of the Force with their understanding of technology, creating unique effects to overcome their obstacles.

\n

Techcasting Secrets

\n

Starting when you choose this calling at 3rd level, you have learned to intersperse your training with an aptitude for technology. Choose two tech powers of 1st-level or lower. The chosen powers count as universal force powers for you, but are not included in the number in the Powers Known column of the sentinel class table. You still require the aid of a wristpad for these powers.

\n

At 7th-level, you learn two tech powers of 2nd-level or lower. At 13th level, you learn two tech powers of 3rd-level or lower. At 17th level, you learn two tech powers of 4th-level or lower. Whenever you gain a level in this class, you can choose one of the tech powers you know and replace it with another tech power.

\n

Synthetic Understanding

\n

Also at 3rd level, you've applied your newfound knowledge to broader pursuits. You gain proficiency in Technology or one tool of your choice.

\n

Additionally, when you make an Intelligence (Technology) check, or a check with a tool, you may use your Wisdom or Charisma modifier (your choice) instead of your Intelligence modifier.

\n

Finally, when you deal damage with a tech power or Kinetic Combat attack, you can choose to substitute the damage dealt as ion.

\n

Force-Empowered Tech

\n

At 7th level, you learn to fully blend your technological aptitude with your use of the Force. You have three such effects: Disruption Pulse, Force Override, and Techcasting Insight. When you use your Force-Empowered Tech, you choose which effect to create.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a short or long rest.

\n

Disruption Pulse

\n

As an action, you can send out a 30 foot cone of electromagnetically-charged energy to overload enemy weapons. Each creature within the cone that is wearing or carrying a weapon with electric components must make an Intelligence saving throw. If the weapon is being worn, this save is made with disadvantage. On a failed save, the first attack they attempt to make with that weapon has disadvantage. A creature with multiple weapons must make a separate save for each weapon.

\n

Forced Override

\n

When you cast a tech power that requires a saving throw, you can impose disadvantage on the save (no action required).

\n

Techcasting Insight

\n

As an action, you can attempt to determine another creature's experience with techcasting. When you do so, you make an Intelligence (Technology) check contested by the target's Intelligence (Technology) check. If you succeed, you immediately learn the target's techcasting Max Power Level, as well as any tech powers currently affecting the target.

\n

Improved Force-Empowered Tech

\n

By 13th level, you've gained access to two additional Force-Empowered Tech effects: Harmonic Synthesis and Conservation of Energy.

\n

Harmonic Synthesis

\n

When you use your action to cast a force power, you can use your bonus action to gain resistance to damage dealt by tech powers until the start of your next turn. If you use your action to cast a tech power, you can instead gain resistance to damage dealt by force powers.

\n

Conservation of Energy

\n

When you reduce a hostile creature to 0 hit points with a tech power, you can reduce the force point cost of the tech power to 0 (no action required).

\n

Reflective Shield

\n

At 18th level, when you use your Force-Empowered Tech features, a barrier for energy shimmers into existence, surrounding you until the end of your next turn. When you take damage, you can mitigate the incoming energy and potentially reflect it back at your attacker. You use your reaction to have resistance against the triggering damage, and if the source of the damage is within 5 feet of you, they take half of the total damage dealt as ion.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster, Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Path%20of%20Synthesis.webp","effects":[]} +{"_id":"taNiZralaSUdH6a2","name":"Matukai Order","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Monk","description":{"value":"

Matukai Order

\n

Monks of the Matukai Order center their philosophy around a balance and harmony between the spiritual Force and the physical body, using exercise as a form of meditation. They channel the Force through their bodies, turning themselves into exceptional warriors.

\n

Force-Enhanced Strikes

\n

Beginning when you choose this order at 3rd level, you learn to channel the Force into your unarmed strikes and monk weapons, further enhancing your melee strikes. When you hit a creature with an unarmed strike or monk weapon, you can spend 1 focus point to deal it an additional 1d6 force damage.

\n

The force damage increases to 2d6 when you reach 11th level in this class.

\n

Instinctive Leap

\n

At 6th level, when a hostile creatures moves to within 5 feet of you, you can use your reaction to disengage and leap up to half your speed. If you end this movement in the air, you immediately fall to the ground.

\n

Absorb Damage

\n

Starting at 11th level, you learn to channel the Force into your skin and bones, greatly enhancing your durability. You can use a bonus action to channel the Force throughout your body. Until the start of your next turn, you have resistance to kinetic and energy damage.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

\n

Control the Field

\n

At 17th level, whenever you use your Instinctive Leap feature, you can leap your entire movement speed instead of only half. Additionally, when you land, you can make an unarmed strike with advantage against a creature within 5 feet of you as part of the same reaction. On a hit, this attack deals an additional 2d6 force damage.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Matukai%20Order.webp","effects":[]} +{"_id":"uKs4nEUZxYJ6iAd7","name":"Acquisitions Practice","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Operative","description":{"value":"

Acquisitions Practice

\n

Many operatives are hired for the procurement of valuable artifacts, but only the true masters of the art can slip through the tightest security and make off with untold riches, whether they do it for a profit, or for sport. Those operatives who choose the Acquisitions Practice apply a mixture of stealth and impressive acrobatics to surpass any kind of defenses they are met with.

\n

Fast and Agile

\n

When you use choose this practice at 3rd level, you can use the bonus action granted by your Cunning Action to make a Dexterity (Sleight of Hand) check, use your demolitions kit or security kit to disarm a trap or open a lock, or take the Use an Object action.

\n

Additionally, climbing no longer costs you extra movement, and you gain the ability to move in flying leaps with incredible speed, precision, and power. When you move, instead of using your walking speed, you may take two short movements by flying. Each movement is at half your speed, and you must end each one on a solid object, a surface, or on the ground. If you do not, you fall and your movement ends. If you Dash, your bonus movement is applied to your normal speed, not this movement.

\n

Deft Hands

\n

Also at 3rd level, you learn a number of techniques to distract and confuse your opponents. When you deal Sneak Attack damage, you may choose to forgo two of your Sneak Attack dice to perform a deft hand maneuver.

\n

Some of your aerial maneuvers require your target to make a saving throw to resist the deft hand maneuver's effects. The saving throw DC is as follows:

\n

Deft Hands save DC = 8 + your proficiency bonus + your Dexterity modifier

\n

Hinder

\n

You attempt to distract your target in order to hinder their movement. The target must make a Constitution saving throw. On a failed save, its movement speed is reduced by half and it makes the first Dexterity saving throw before the end of its next turn with disadvantage.

\n

Pilfer

\n

You attempt to pick your target's pockets. The target must make a Wisdom saving throw. On a failed save, you have advantage on the first Dexterity (Sleight of Hand) check you make against the target before the end of your next turn.

\n

Tumble

\n

You attempt to nimbly roll away. You immediately move 10 feet in a direction of your choice, and the target must make a Dexterity saving throw. On a failed save, this movement does not provoke opportunity attacks from the creature.

\n

Supreme Sneak

\n

Starting at 9th level, you have advantage on a Dexterity (Stealth) check if you move no more than half your speed on the same turn. Additionally, as long as you aren't incapacitated, you no longer take damage from falling less than 100 feet, and have resistance to falling damage.

\n

Improved Aerial Agility

\n

Starting at 13th level, your Aerial Agility feature improves and you gain the following benefits:

\n
    \n
  • When you move, you can instead take 3 short movements by flying.
  • \n
  • Whenever you end your flying movement and you are within 5 feet of a climbable surface, you can grab onto that surface as though you were climbing upon it.
  • \n
\n

Thief's Reflexes

\n

When you reach 17th level, you can take two turns during the first round of any combat. You take your first turn at your normal initiative and your second turn at your initiative minus 10. You can't use this feature when you are surprised.

\n

Additionally, you learn to utilize the momentum of your fall to make deadly vertical strikes. Whenever you fall at least 50 feet and land within 5 feet of an enemy creature you can use your reaction to make one weapon attack against that creature. If the attack is a Sneak Attack, you can deal three additional weapon dice worth of damage and the creature must make a Dexterity saving throw or be knocked prone.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Acquisitions%20Practice.webp","effects":[]} +{"_id":"uV3tG38Fo7JAXF0W","name":"Mounted Specialist","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Fighter","description":{"value":"

Mounted Specialist

\n

Those fighters who choose to become Mounted Specialists excel at mounted combat. Mounted Specialists are most dangerous from the seat of a speeder or saddle of a varactyl, though they can hold their own from the ground. Their versatility often has them leading the charge or protecting the team.

\n

Bonus Proficiencies

\n

When you choose this specialty at 3rd level, you gain proficiency in Animal Handling or Piloting.

\n

Born to the Saddle

\n

Also at 3rd level, your mastery as a rider becomes apparent. You have advantage on saving throws made to avoid falling off your mount. If you fall off your mount and descend no more than 10 feet, you can land on your feet if you're not incapacitated.

\n

Finally, mounting or dismounting a creature or vehicle costs you only 5 feet of movement, rather than half your speed.

\n

Unwavering Mark

\n

Lastly at 3rd level, you can menace your foes, foiling their attacks and punishing them for harming others. When you hit a creature with a melee weapon attack, you can mark the creature until the end of your next turn. This effect ends early if you are incapacitated or you die, or if someone else marks the creature. While it is within 5 feet of you, a creature marked by you has disadvantage on any attack roll that doesn't target you.

\n

In addition, if a creature marked by you deals damage to anyone other than you, you can make a special melee weapon attack against the marked creature as a bonus action on your next turn. You have advantage on the attack roll, and if it hits, the attacks weapon deals extra damage to the target equal to half your fighter level.

\n

Regardless of the number of creatures you mark, you can make this special attack a number of times equal to your Strength modifier (minimum of once), and you regain all expended uses when you finish a long rest.

\n

Warding Maneuver

\n

Beginning at 7th level, you learn to fend off strikes directed at you, your mount, or other creatures nearby. If you or a creature you can see within 5 feet of you is hit by an attack, you can roll ld8 as a reaction if you're wielding a melee weapon or a shield. Roll the die, and add the number rolled to the target's AC against that attack. If the attack still hits, the target has resistance against the attack's damage.

\n

You can use this feature a number of times equal to your Constitution modifier (a minimum of once), and you regain all expended uses of it when you finish a long rest.

\n

Hold the Line

\n

At 10th level, you become a master of locking down your enemies. Creatures provoke an opportunity attack from you when they move 5 feet or more while within your reach, and if you hit a creature with an opportunity attack, the target's speed is reduced to 0 until the end of the current turn.

\n

Ferocious Charger

\n

Starting at 15th level, you can run down your foes, whether you're mounted or not. If you move at least 10 feet in a straight line right before attacking a creature and you hit it with the attack, that target must succeed on a Strength saving throw (DC = 8 + your proficiency bonus + your Strength modifier) or be knocked prone. You can use this feature only once on each of your turns.

\n

Vigilant Defender

\n

At 18th level, you respond to danger with extraordinary vigilance. In combat, you get a special reaction that you can take once on every creature's turn, except your turn. You can use this special reaction only to make an opportunity attack, and you can't use it on the same turn that you take your normal reaction.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Mounted%20Specialist.webp","effects":[]} +{"_id":"ucmQpCjxdEN6tpxD","name":"Form IX: Tràkata","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Guardian","description":{"value":"

Form IX: Tràkata

\n

Form IX, also known as Deception Form, capitalizes on a lightweapon's ability to quickly be toggled on and off. Those guardians who focus on Tràkata Form perform dazzling tricks with their lightweapon, confusing their opponents before dispatching them.

\n

Form Basics

\n

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the @Compendium[sw5e.lightsaberform.hGM2crUL5i4fZX9G]{Tràkata Lightsaber Form}, detailed in Chapter 6 of the Player’s Handbook. If you already know this form, you can instead choose another lightsaber form. You can’t take a lightsaber form option more than once, even if you later get to choose again.

\n

The Way of the Monkey-Lizard

\n

Also at 3rd level, as a bonus action, you can enter a confusing stance for one minute. As a part of this bonus action, and as a bonus action on each of your turns, when you take the Dodge action, you can make one melee weapon attack against a creature within range. Additionally, when you make this melee weapon attack, you can flourish your weapon to attempt to distract your target. Make a Dexterity (Sleight of Hand) check contested by a Wisdom (Perception) check of the target of your attack. On a success, you make this attack roll with advantage.

\n

This effect ends early if you are incapacitated or die. Once you use this feature, you can't use it again until you finish a long rest.

\n

Channel the Force

\n

Lastly at 3rd level, you gain the following Channel the Force option.

\n

Unbalancing Block

\n

When you are hit with a melee weapon attack, and you are wielding a lightweapon with which you are proficient, you can use your reaction and expend a use of your Channel the Force to add your Wisdom or Charisma modifier (your choice, minimum of +1) to your AC for that attack, potentially causing the attack to miss you.

\n

Duplicitous Force

\n

Beginning at 7th level, when you make a Dexterity (Sleight of Hand) check, you gain a bonus to that check equal to your Wisdom or Charisma modifier (your choice, minimum of one).

\n

Pass the Blade

\n

Starting at 15th level, when a creature misses you with an attack, you gain temporary hit points equal to your Wisdom or Charisma modifier (your choice, minimum of one), and you add your Wisdom or Charisma modifier (your choice, minimum of one) to the first melee weapon attack and damage rolls you make against that creature before the end of your next turn.

\n

Master of Deception

\n

At 20th level, your skill with a lightweapon is both mesmerizing and confounding. Your Dexterity and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for these scores increases by 2. Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to kinetic and energy damage from unenhanced weapons.
  • \n
  • Your attack rolls can't suffer from disadvantage.
  • \n
  • Whenever a creature misses you with a melee attack, it takes 5 energy damage.
  • \n
  • Whenever a creature hits you with a melee attack, it takes damage equal to half of the damage you take from the attack.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you use this feature, you can't use it again until you finish a long rest.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Trakata%20Form.webp","effects":[]} +{"_id":"uqpzyWm3JoIJlHrb","name":"Biochem Engineering","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Engineer","description":{"value":"

Biochem Engineering

\n

Those engineers who choose the Biochem Engineering discipline focus on utilizing their vast knowledge of medicine and chemistry to supply allies with potent healing and enemies with debilitating poisons and acids.

\n

Bonus Proficiencies

\n

When you choose this discipline at 3rd level you gain proficiency in the Medicine skill, biochemist's kits, and poisoner's kits. additionally, when you engage in crafting with biochemist's kits and poisoner's kits, the rate at which you craft doubles.

\n

Modified Biochemist's Pack

\n

Also at 3rd level, you learn to modify and combine your biochemist's kit and poisoner's kit, creating a mobile laboratory using your chemistry expertise. Over the course of a long rest, you can expend 500 cr worth of materials to create your modified biochemist's pack. You must have a biochemist's kit, a poisoner's kit, and materials in order to perform this modification.

\n

Your biochemist's pack is enhanced, requires attunement, can only be used by you, and counts as a tech focus for your tech powers while you are attuned to it. Your modified biochemist's pack has 4 modification slots, and it gains more at higher levels, as shown in the Modification Slots column of the engineer class table. For each modification installed, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

Your modified biochemist's pack comes equipped with a chemical distribution system, complete with three chemical mixtures: corrosive, invigorating, and noxious. As an action, you can activate your distributor and target a creature within 30 feet, with an effect determined by the mixture.

\n

Corrosive Mixture

\n

Your distributor emits a burst of acid. The target must make a Dexterity saving throw. On a failed save, a creature takes 1d6 + your Intelligence modifier acid damage. This mixture's damage increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).

\n

Invigorating Mixture

\n

Your distributor emits a bolt of kolto. The target gains 1d6 + your Intelligence modifier temporary hit points, which last until the end of your next turn. The temporary hit points granted by this mixture increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).

\n

Noxious Mixture

\n

Your distributor emits a cloud of poison. The target must make a Constitution saving throw. On a failed save, a creature takes 1d6 + your Intelligence modifier poison damage. This mixture's damage increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).

\n

Biochemist's Touch

\n

Lastly at 3rd level, whenever you grant temporary hit points, or deal acid or poison damage using a tech power or class feature, you may expend one use of your Potent Aptitude to increase the potency. When you do so, the amount of temporary hit points you grant or damage you deal is increased by the amount rolled on the die. The damage is the same type as the original damage.

\n

Potent Mixtures

\n

Beginning at 6th level, when you cast a tech power of 1st-level or higher that grants temporary hit points, or deals acid or poison damage, you add your Intelligence modifier (a minimum of +1) to the roll.

\n

Epicenter

\n

At 14th level, as a reaction when you take damage from a creature within 15 feet of you that you can see, you can use one of your mixtures. The effects of the mixture release in a 15-foot-radius sphere centered on you, and if the mixture requires a saving throw, you automatically succeed on it. Additionally, the affected area is difficult terrain to creatures other than you until the end of your next turn.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Masterful Mixtures

\n

Starting at 18th level, when you deal acid or poison damage using a tech power or class feature, you ignore resistance and treat immunity as resistance.

\n

Biochem Modifications

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n

Biochemist's Amplifer

\n

Prerequisite: 5th level
You gain a +1 bonus to tech attack rolls. This bonus increases to +2 at 11th level and +3 at 17th level.

\n

Biochemist's Inhibitor

\n

Prerequisite: 5th level
You gain a +1 bonus to your tech save DC. This bonus increases to +2 at 11th level and +3 at 17th level.

\n

Chemical Counteragents

\n

You may choose one type of damage that benefits from your Biochemist's Touch and Potent Mixtures features. While wearing your modified biochemist's pack you have resistance to that type of damage.

\n

You can select this modification multiple times. Each time you do so, you must choose a different damage type.

\n

Countertoxin

\n

When you or an ally within 30 feet of you is suffering from the poisoned condition, you may use your reaction on your turn to end the poisoned condition on that creature. The creature also gains immunity to the poisoned condition for one minute.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Detachable Distribution System

\n

You upgrade your distributor with a secondary, detachable distributor. As a bonus action, you can throw your detachable distributor at a point within range. Your detachable distributor has a range equal to 30 feet + your Strength modifier x 5. Your detachable distributor works for 1 minute before coming inert. Once it does so, you can't use it again until you recover it as an action.

\n

Additionally, while your detachable distributor is within 100 feet of you, when you use your action to activate your distributor, you can choose to affect each creature within 5 feet of your detachable distributor. You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Drone Distribution System

\n

You upgrade your distributor, interfacing it with the target of your @Compendium[sw5e.techpowers.PopHJSVZq9t1FFf5]{Tracker Droid Interface} power. When you use your action to activate your distributor, while your tracker droid is within 100 feet of you, you can choose to have your tracker droid deliver the mixture. Your tracker droid must use its reaction to deliver the mixture.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Expanded Chemicals: Combustibles

\n

Prerequisite: 5th level
You add additional chemicals to your modified biochemist's pack. When you deal fire damage with a tech power or class feature, you can use your Biochemist's Touch and Potent Mixture features.

\n

Additionally, when a creature fails their Dexterity saving throw against your Corrosive Mixtures feature, you can choose to instead deal fire damage. If you do so, each creature within 5 feet of the target takes fire damage equal to your Intelligence modifier. You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Expanded Chemicals: Cryogenics

\n

Prerequisite: 5th level
You add additional chemicals to your modified biochemist's pack. When you deal cold damage with a tech power or class feature, you can use your Biochemist's Touch and Potent Mixture features.

\n

Additionally, when a creature fails their Constitution saving throw against your Noxious Mixtures feature, you can choose to instead deal cold damage. If you do so, its speed is reduced by 10 feet until the start of your next turn. You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Expanded Chemicals: Restorative

\n

Prerequisite: 5th level
You add additional chemicals to your modified biochemist's pack. When you restore hit points with a tech power or class feature, you can use your Biochemist's Touch and Potent Mixture features.

\n

Additionally, when you use your Invigorating Mixture to grant temporary hit points to a creature, you can choose to restore that many hit points to the same creature. You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Expanded Mixtures: Adhesive

\n

You've created a new mixture from your chemicals that you can use when you activate your distributor. When you do so, the target creature must make a Strength saving throw. If the creature is Large or larger, it has advantage on the saving throw. On a failed save, a creature's speed is reduced to 0 until the start of your next turn. As an action on their turn, an affected creature can repeat this saving throw, ending the effect on a success.

\n

Expanded Mixtures: Blinding

\n

You've created a new mixture from your chemicals that you can use when you activate your distributor. When you do so, the target creature must make a Constitution saving throw. On a failed save, a creature is blinded until the start of your next turn.

\n

Expanded Mixtures: Hallucinogenic

\n

You've created a new mixture from your chemicals that you can use when you activate your distributor. When you do so, the target creature must make an Intelligence saving throw. On a failed save, the target loses the ability to distinguish friend from foe, regarding all creatures it can see as enemies until the end of your next turn. Each time the target takes damage, it can repeat the saving throw, ending the effect on itself on a success.

\n

Whenever the affected creature chooses another creature as a target, it must choose the target at random from among the creatures it can see within range of the attack, power, or other ability it's using. If an enemy provokes an opportunity attack from the affected creature, the creature must make that attack if it is able to.

\n

This feature has no effect on droids or constructs.

\n

Explosive Distribution System

\n

You upgrade your distributor, granting it the ability to create a volley. When you use your action to activate your distributor, you can choose to affect each creature in a 10-foot-radius sphere centered on a point you can see within 30 feet.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Injection Apparatus

\n

You install a wrist mounted injection apparatus into your modified biochemist's pack. It is a simple vibroweapon with the finesse and light properties, and deals 1d4 kinetic damage on a hit. Your injection apparatus does not fill the hand slot, but you can't use it while the hand is full.

\n

When you hit with the weapon, you can activate your distributor to deploy one of your mixtures. If you do so, the target has disadvantage on the saving throw against your mixture.

\n

Inoculation

\n

You gain immunity to the poisoned and diseased conditions.

\n

Integrated EVA Functionality

\n

You make several additions to your modified biochemist's pack, you are protected from hazardous conditions, as if wearing an EVA suit, for as long as you are wearing your modified biochemist's pack.

\n

Kolto Aerosol

\n

Prerequisite: 9th level
You add a special dispersal system to your modified biochemist's pack. This system slowly disperses small amounts of kolto in the air. If creatures spend the entirety of a long rest within 30 feet of you, they regain all expended Hit Dice, instead of only half. Additionally, they are cured of any poisons or diseases that are suffering from.

\n

Long-Range Distribution System

\n

You upgrade your distributor, improving the range. When you use your action to activate your distributor, you can choose to increase the range to 60 feet.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

Luminous Gel

\n

You've added a light-emitting gel to your modified biochemist's pack. As an action, you can coat an item, object, or location up to 5-foot-square with this gel. When you do so, the gel sheds bright light in a 10-foot radius and dim light for an additional 10 feet. The gel lasts for 1 hour before losing its potency. You can end this effect as a bonus action.

\n

Oil Spill

\n

As an action, you can cast the oil slick tech power without expending tech points. Casting the power in this way does not require concentration, and the oil will remain in place for the full duration of the power.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Persistent Chemicals

\n

Prerequisite: 7th level
Whenever you use your Biochemist's Touch feature, you may select one creature that was damaged. At the start of each of that creature's turns, it must make a Constitution saving throw. On a failed save, it takes damage of the triggering type equal to your Intelligence modifier and has disadvantage on attack rolls until the start of its next turn. On a success, this feature ends, and the creature becomes immune to it for one day.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Piercing Gel

\n

Prerequisite: 11th level
Prerequisite: Luminous Gel
Your luminous gel now automatically dispels illusions and can detect invisibility, as with truesight.

\n

Self-Injection Module

\n

You install a special kolto injector into your modified biochemist's pack that can inject you with kolto in response to pain. When you take damage, you can use your reaction and expend a Hit Die to regain health as long as the damage would not reduce your hit points to 0.

\n

Smart Dispersal System

\n

When you activate your distributor, you can choose a number of creature equal to your Intelligence modifier. Those creature automatically succeed on their saving throws against your mixtures.

\n

Spray Distribution System

\n

You upgrade your distributor, granting it the ability to spray in a cone. When you use your action to activate your distributor, you can choose to affect each creature in a 15-foot cone.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Biochem%20Engineering.webp","effects":[]} {"_id":"vWCA4gae11g8s1xq","name":"Assault Specialist","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Fighter","description":{"value":"

Assault Specialist

\n

Those fighters who choose to become Assault Specialists focus on the development of raw physical power honed to deadly perfection. Assault Specialists combine rigorous training with physical excellence to deal devastating blows.

\n

Brute Force

\n

When you choose this specialty at 3rd level, once per turn, when you deal damage with a weapon, you can deal an additional 1d4 damage of the same type as the weapon’s damage. If this damage would affect multiple creatures, you can only apply this damage bonus to one of them.

\n

This damage increases to 1d6 at 5th level, 1d8 at 9th level, 1d10 and 13th level, and 1d12 at 17th level.

\n

Remarkable Athlete

\n

Also at 3rd level, you can add half your proficiency bonus (rounded up) to any Strength, Dexterity, or Constitution check you make that doesn’t already use your proficiency bonus.

\n

Brutish Durability

\n

Beginning at 7th level, once per round, roll 1d6 and add the die to your saving throw total. If applying this bonus to a death saving throw increases the total to 20 or higher, you gain the benefits of rolling a 20 on the d20. You can choose to use this feature before or after you make a saving throw, but you must decide before the GM says whether the save succeeds or fails.

\n

Additional Fighting Style

\n

At 10th level, you can choose a second Fighting Style option.

\n

Devastating Critical

\n

Starting at 15th level, when you score a critical hit with a weapon attack, you gain a bonus to that weapon's damage roll equal to your fighter level.

\n

Survivor

\n

At 18th level, you attain the pinnacle of resilience in battle. At the start of each of your turns, you regain hit points equal to 5 + your Constitution modifier if you have no more than half of your hit points left. You don't gain this benefit if you have 0 hit points.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Assault%20Specialist.webp","effects":[]} {"_id":"w1XQ5LzJNpk6PT0F","name":"Form VI: Niman","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Guardian","description":{"value":"

Form VI: Niman

\n

Form VI, also known as Moderation Form, strikes a balance between bladework and force powers. Those guardians who focus on Niman Form weave Force manipulation with their melee weapon strikes, pushing their opponents off-balance to create an opening.

\n

Form Basics

\n

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the @Compendium[sw5e.lightsaberform.CJQwWFwTc98U4BpX]{Niman Lightsaber Form}, detailed in Chapter 6. If you already know this form, you can instead choose another lightsaber form. You can’t take a lightsaber form option more than once, even if you later get to choose again.

\n

The Way of the Rancor

\n

Also at 3rd level, as a bonus action, you can enter a balanced stance for one minute. As a part of this bonus action, and as a bonus action on each of your turns, when you use your action to cast a force power, you can make one melee weapon attack.

\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you can't use it again until you finish a long rest.

\n

Channel the Force

\n

Lastly at 3rd level, you gain the following Channel the Force option.

\n

Telekinetic Slash

\n

When you deal damage with an at-will force power, you can expend a use of your Channel the Force and expend force points to deal additional damage to the target. The extra damage is 2d8 for a 1st-level force slot, plus 1d8 for each slot level higher than 1st, to a maximum of 5d8. The damage is the same type as the power's damage.

\n

Enlightenment

\n

Starting at 7th level, you can add half your Wisdom or Charisma modifier (your choice, rounded down, minimum of one) to any saving throw you make that doesn't already include that modifier.

\n

Redirect

\n

Starting at 15th level, when you would be affected by a force power that requires a Dexterity saving throw or attack roll and would effect only you, you may redirect that power to another target within 30 feet. If the power required an attack roll, make an appropriate attack roll against the new target. If it required a Dexterity saving throw, the new target must make a Dexterity saving throw against your force save DC.

\n

Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Master of Moderation

\n

At 20th level, the Force flows in perfect concert with your weapon attacks. Your Dexterity and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for these scores increases by 2. Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to kinetic and energy damage from unenhanced weapons.
  • \n
  • You have advantage on saving throws against force powers. Additionally, you have resistance against the damage of force powers.
  • \n
  • When you use your action to cast an at-will force power that targets only one creature, you can target an additional creature within 5 feet of the original target and within the power's range.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you've used this feature, you can't use it again until you finish a long rest.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Niman%20Form.webp","effects":[]} -{"_id":"xAObT0H9SNxYOQh2","name":"Predator Technique","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scout","description":{"value":"

Predator Technique

\n

Some scouts work in solitude, while others prefer the strength of a group. Followers of the Predator Technique find power lies with the pack; they distract their prey, while their allies go for the kill.

\n

Bonus Proficiencies

\n

You gain proficiency in heavy armor.

\n

Hunting Party

\n

When you choose this technique at 3rd level, when you take the Attack action on your turn, you can use a bonus action to direct one of your companions to strike. When you do so, choose a friendly creature who can see or hear you. That creature can immediately use its reaction to make one weapon attack.

\n

You can use this feature a number of times equal to your Intelligence modifier (minimum of once). You regain all expended uses of it when you finish a long rest.

\n

Mark of the Predator

\n

Also at 3rd level, if the target of your Ranger's Quarry feature can see you, a number of friendly creatures you choose up to your Intelligence modifier have advantage on Dexterity (Stealth) checks made to hide from it.

\n

Predator's Resolve

\n

Beginning at 7th level, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have advantage on Constitution saving throws.
  • \n
  • At the start of each of your turns, you gain temporary hit points equal to your Constitution modifier (minimum of one).
  • \n
  • When you use your Hunting Party feature and the target of the attack is your Ranger's Quarry, your ally gains a bonus to damage on the attack equal to your Ranger's Quarry Damage Die.
  • \n
\n

Once you've used this feature, you can't use it again until you finish a short or long rest.

\n

Prey on the Weak

\n

Starting at 11th level, when you hit a creature with a weapon attack, and the creature is below its hit point maximum, the next attack roll made against that creature before the end of your next turn by someone other than you has advantage.

\n

On the Hunt

\n

At 15th level, when you use your Predator's Resolve feature, a number of friendly creatures you choose up to your Intelligence modifier that you can see within 30 feet of you also gain the benefits of the feature.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Predator%20Technique.webp","effects":[]} +{"_id":"xAObT0H9SNxYOQh2","name":"Predator Technique","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Scout","description":{"value":"

Predator Technique

\n

Some scouts work in solitude, while others prefer the strength of a group. Followers of the Predator Technique find power lies with the pack; they distract their prey, while their allies go for the kill.

\n

Bonus Proficiencies

\n

You gain proficiency in heavy armor.

\n

Hunting Party

\n

When you choose this technique at 3rd level, when you take the Attack action on your turn, you can use a bonus action to direct one of your companions to strike. When you do so, choose a friendly creature who can see or hear you. That creature can immediately use its reaction to make one weapon attack.

\n

You can use this feature a number of times equal to your Intelligence modifier (minimum of once). You regain all expended uses of it when you finish a long rest.

\n

Mark of the Predator

\n

Also at 3rd level, if the target of your Ranger's Quarry feature can see you, a number of friendly creatures you choose up to your Intelligence modifier have advantage on Dexterity (Stealth) checks made to hide from it.

\n

Predator's Resolve

\n

Beginning at 7th level, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have advantage on Constitution saving throws.
  • \n
  • At the start of each of your turns, you gain temporary hit points equal to your Constitution modifier (minimum of one).
  • \n
  • When you use your Hunting Party feature and the target of the attack is your Ranger's Quarry, your ally gains a bonus to damage on the attack equal to your Ranger's Quarry Damage Die.
  • \n
\n

Once you've used this feature, you can't use it again until you finish a short or long rest.

\n

Prey on the Weak

\n

Starting at 11th level, when you hit a creature with a weapon attack, and the creature is below its hit point maximum, the next attack roll made against that creature before the end of your next turn by someone other than you has advantage.

\n

On the Hunt

\n

At 15th level, when you use your Predator's Resolve feature, a number of friendly creatures you choose up to your Intelligence modifier that you can see within 30 feet of you also gain the benefits of the feature.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Techcaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Predator%20Technique.webp","effects":[]} {"_id":"xIgy4jaHPhmry1Ub","name":"Path of Focus","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Sentinel","description":{"value":"

Path of Focus

\n

The ways of the Force can reveal themselves to a sentinel through intense concentration and, most importantly, focus. Those sentinels who follow the Path of Focus use debilitating bursts of lightsaber strikes and force powers to exhaust their foes, crushing any hopes they had of mounting an effective defense.

\n

Focused Burst

\n

Starting when you choose this calling at 3rd level, you learn the @Compendium[sw5e.forcepowers.vmzC47AY66cx1LwU]{Burst} force power, which does not count against your total powers known. Additionally, you can use your Kinetic Combat feature when you cast it as your action. Finally, you add your Wisdom or Charisma modifier (your choice, a minimum of +1) to damage rolls with it, and creatures that succeed on their saving throw take half damage, instead of none.

\n

Blade Dance

\n

Also at 3rd level, when you deal damage to a creature within 5 feet of you, you can move up to 10 feet without provoking opportunity attacks.

\n

Blade Storm

\n

At 7th level, your bursts become even more overwhelming. Once on your turn, when a creature takes damage from you twice, you can immediately make one additional attack against that creature (no action required). This attack uses your Kinetic Combat die instead of the weapon's damage die

\n

Focused Flow

\n

By 13th level, whenever you use a Force-Empowered Self feature, you may instead expend no force points and roll a d4 in place of your Kinetic Combat die.

\n

Master Strike

\n

At 18th level, your bursts can overpower even the fiercest of foes. Once on your turn, when a creature takes damage from you three times, you can force it to make a Constitution saving throw against your universal force save DC. On a failed save, it becomes stunned until the end of its next turn.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Path%20of%20Focus.webp","effects":[]} {"_id":"xUUk8lINd1wpQrIh","name":"Beguiler Practice","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Operative","description":{"value":"

Beguiler Practice

\n

Those operatives who choose the Beguiler Practice augment their natural wiles and charm with subtle utilization of the Force. They tap into these powers to cloud the minds of their foes, distracting and diverting before abruptly dispatching them.

\n

Forcecasting

\n

When you choose this practice at 3rd level, you have derived powers from your emotional connection to the Force. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

Force Powers Known

\n

You learn 4 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the Beguiler Practice Forcecasting table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

Force Points

\n

You have a number of force points equal to your operative level, as shown in the Force Points column of the Beguiler Practice Forcecasting table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

Max Power Level

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Beguiler Practice Forcecasting table.

\n

You may only cast force powers at 4th-level once. You regain the ability to do so after a long rest.

\n

Forcecasting Ability

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use your Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. In addition, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n

Force save DC = 8 + your proficiency bonus +your forcecasting ability modifier

\n

Force attack modifier = your proficiency bonus +your forcecasting ability modifier

\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Beguiler Practice Forcecasting
LevelForce Powers KnownForce PointsMax Power Level
3rd431st
4th641st
5th751st
6th861st
7th1072nd
8th1182nd
9th1292nd
10th13102nd
11th14112nd
12th15122nd
13th17133rd
14th18143rd
15th19153rd
16th20163rd
17th22174th
18th23184th
19th24194th
20th25204th
\n
\n
\n

Fascinating Display

\n

Also at 3rd level, you can spend 1 minute attemping to distract and enthrall those around you. Choose a number of humanoids within 60 feet of you who watched your display for the duration, up to a number equal to your Charisma modifier (minimum of one). Each target must succeed on a Wisdom saving throw (DC = 8 + your proficiency bonus + your Charisma modifier) or be charmed by you. While charmed in this way, the target idolizes you, speaking glowingly of you to anyone who talks to it. Additionally, it hinders anyone who opposes you, although it avoids violence unless it was already inclined to fight on your behalf. This effect ends on a target after 1 hour, if it takes any damage, if you attack it, or if it witnesses you attacking or damaging any of its allies.

\n

If a target succeeds on this saving throw, the target has no hint you tried to charm it.

\n

Once you've used this feature, you must complete a long rest before you can use it again.

\n

Mesmerizing Presence

\n

Beginning at 9th level, you have advantage on attack rolls against creatures charmed by you.

\n

Enthralling Vigor

\n

Starting at 13th level, whenever a creature fails a Wisdom or Charisma saving throw against a force power or class feature you use, you can gain temporary hit points equal to half your operative level (rounded down) + your Charisma modifier (minimum of one).

\n

You can use this feature a number of times equal to your Charisma modifier (a minimum of once). You regain all expended uses when you finish a short or long rest.

\n

Distracting Countenance

\n

At 17th level, as a bonus action, you can mask yourself with the Force for 1 minute or until you are incapacitated. For the duration, whenever any creature tries to attack you for the first time on a turn, the attacker must make a Charisma saving throw (DC = 8 + your proficiency bonus + your Charisma modifier). On a failed save, it can't attack you on this turn, and it must choose a new target for its attack or the attack is wasted. On a successful save, it can attack you on this turn, but it has disadvantage on any saving throw it makes against your powers on your next turn.

\n

Once you've used this feature, you must com-plete a short or long rest before you can use it again.

"},"source":"PHB","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":"Forcecaster"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Beguiler%20Practice.webp","effects":[]} -{"_id":"zxnST2OeLGmt8buI","name":"Praetorian Specialist","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Fighter","description":{"value":"

Praetorian Specialist

\n

Those fighters who choose to become Praetorian Specialists seek perfection of both body and mind. These warriors master the art of warfare, and are often sought as bodyguards for the galaxy's elite. They are engines of destruction and resilience, able to fight on to their last breath.

\n

Bonus Proficiency

\n

When you choose this archetype at 3rd level, you gain proficiency in one of the following skills of your choice: Insight, Lore, Performance, or Persuasion. Alternatively, you learn one language of your choice.

\n

Fighting Spirit

\n

Starting at 3rd level, your intensity in battle can shield you and help you strike true. As a bonus action on your turn, you can give yourself advantage on all weapon attack rolls until the end of the current turn. When you do so, you also gain 5 temporary hit points. The number of hit points increases when you reach certain levels in this class, increasing to 10 at 10th level and 15 at 15th level.

\n

You can use this feature three times. You regain all expended uses when you finish a long rest.

\n

Resilient Retainer

\n

Starting at 7th level, your discipline and attention to detail allow you to excel in social situations. Whenever you make a Charisma (Persuasion) check, you gain a bonus to the check equal to your Wisdom modifier.

\n

Your self-control also causes you to gain proficiency in Wisdom saving throws. If you already have this proficiency, you instead gain proficiency in Intelligence or Charisma saving throws (your choice).

\n

Tireless Spirit

\n

Starting at 10th level, when you roll initiative and have no uses of Fighting Spirit remaining, you regain one use.

\n

Rapid Strike

\n

Starting at 15th level, you learn to trade accuracy for swift strikes. If you take the Attack action on your turn and have advantage on an attack roll against one of the targets, you can forgo the advantage for that roll to make an additional weapon attack against that target, as part of the same action. You can do so no more than once per turn.

\n

Strength Before Death

\n

Starting at 18th level, your fighting spirit can delay the grasp of death. If you take damage that reduces you to 0 hit points, you can use your reaction to delay falling unconscious, and you can immediately take an extra turn. While you have 0 hit points during that extra turn, taking damage causes death saving throw failures as normal, and three death saving throw failures can still kill you. When the extra turn ends, you fall unconscious if you still have 0 hit points.

\n

Once you've used this feature, you can't use it again until you finish a long rest.

"},"source":"Expanded Content","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Praetorian%20Specialist.webp","effects":[]} +{"_id":"zxnST2OeLGmt8buI","name":"Praetorian Specialist","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"archetype","data":{"className":"Fighter","description":{"value":"

Praetorian Specialist

\n

Those fighters who choose to become Praetorian Specialists seek perfection of both body and mind. These warriors master the art of warfare, and are often sought as bodyguards for the galaxy's elite. They are engines of destruction and resilience, able to fight on to their last breath.

\n

Bonus Proficiency

\n

When you choose this archetype at 3rd level, you gain proficiency in one of the following skills of your choice: Insight, Lore, Performance, or Persuasion. Alternatively, you learn one language of your choice.

\n

Fighting Spirit

\n

Starting at 3rd level, your intensity in battle can shield you and help you strike true. As a bonus action on your turn, you can give yourself advantage on all weapon attack rolls until the end of the current turn. When you do so, you also gain 5 temporary hit points. The number of hit points increases when you reach certain levels in this class, increasing to 10 at 10th level and 15 at 15th level.

\n

You can use this feature three times. You regain all expended uses when you finish a long rest.

\n

Resilient Retainer

\n

Starting at 7th level, your discipline and attention to detail allow you to excel in social situations. Whenever you make a Charisma (Persuasion) check, you gain a bonus to the check equal to your Wisdom modifier.

\n

Your self-control also causes you to gain proficiency in Wisdom saving throws. If you already have this proficiency, you instead gain proficiency in Intelligence or Charisma saving throws (your choice).

\n

Tireless Spirit

\n

Starting at 10th level, when you roll initiative and have no uses of Fighting Spirit remaining, you regain one use.

\n

Rapid Strike

\n

Starting at 15th level, you learn to trade accuracy for swift strikes. If you take the Attack action on your turn and have advantage on an attack roll against one of the targets, you can forgo the advantage for that roll to make an additional weapon attack against that target, as part of the same action. You can do so no more than once per turn.

\n

Strength Before Death

\n

Starting at 18th level, your fighting spirit can delay the grasp of death. If you take damage that reduces you to 0 hit points, you can use your reaction to delay falling unconscious, and you can immediately take an extra turn. While you have 0 hit points during that extra turn, taking damage causes death saving throw failures as normal, and three death saving throw failures can still kill you. When the extra turn ends, you fall unconscious if you still have 0 hit points.

\n

Once you've used this feature, you can't use it again until you finish a long rest.

"},"source":"EC","activation":{"cost":null,"type":""},"actionType":"","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classCasterType":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Archetypes/Praetorian%20Specialist.webp","effects":[]} diff --git a/packs/packs/backgrounds.db b/packs/packs/backgrounds.db index 87701f4a..bd1e3af6 100644 --- a/packs/packs/backgrounds.db +++ b/packs/packs/backgrounds.db @@ -1,47 +1,47 @@ -{"_id":"1auJD75qZvgEEUdq","name":"Mercenary","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

As a sell-sword who fought battles for coin, you're well acquainted with risking life and limb for a chance at a share of treasure. Now, you look forward to fighting foes and reaping even greater rewards as an adventurer. Your experience makes you familiar with the ins and outs of mercenary life, and you likely have harrowing stories of events on the battlefield. You might have served with a large outfit or a smaller band of sell-swords, maybe even more than one.

\n

Now you're looking for something else, perhaps greater reward for the risks you take, or the freedom to choose your own activities. For whatever reason, you're leaving behind the life of a soldier for hire, but your skills are undeniably suited for battle, so now you fight on in a different way.

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Athletics, Investigation, Persuasion, and Piloting"},"toolProficiencies":{"value":"One type of gaming set"},"languages":{"value":"One of your choice"},"equipment":{"value":"

A uniform of your company (traveler's clothes in quality), an insignia of your rank, a gaming set (one of your choice), and a pouch containing the remainder of your last wages (100 cr)

"},"suggestedCharacteristics":{"value":"Mercenaries are shaped by their lively nature, for the better and the worse. They tend to be driven by either their commitment to money or something more valuable."},"featureName":{"value":"Mercenary Life"},"featureText":{"value":"You know the mercenary life as only someone who has experienced it can. You are able to identify mercenary companies by their emblems, and you know a little about any such company, including the names and reputations of its commanders and leaders, and who has hired them recently. You can find the cantinas and feasthalls where mercenaries abide in any area, as long as you speak the language, and if you spend at least an hour in such a location you can come across one of the following bits of information: a job offer, significant rumor, referal to a skilled merchant, blacksmith, etc., or a hint towards the pursuit of your current quest. Additionally, you can find mercenary work between adventures sufficient to maintain a comfortable lifestyle (see \"Practicing a Profession\" under \"Downtime Activities\" in chapter 8 of the Player's Handbook)."},"featOptions":{"value":"
d8Feat
1Brawny
2Investigator
3Charmer
4Ace Pilot
5Entertainer
6Linguist
7Weapon Expert
8Durable
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I do not fear death, but accept it as part of life.
2I have a crude sense of humor.
3I face problems head-on. A simple, direct solution is the best path to success.
4I find it good luck to have a flask of ale on me even when the most of my other belongings are gone.
5I ask a lot of questions.
6I never pass up a friendly wager.
7I am always polite and respectful when speaking to those above my station.
8I like a job well done, especially if I'm not the one doing it.
"},"idealOptions":{"value":"
d6Ideal
1Greed. I'm only doing it for the money. (Dark)
2Fairness. We all did the work. it is only right that everyone gets a share of the reward. (Lawful)
3Live and Let Live. You may not have a family left, but your enemy may. A little compassion goes a long way. (Light)
4Measure of Last Resort. Sometimes we have to do things that we REALLY don't want to do, but we must remember that we only do them because we have to. (Chaotic)
5Debts. I never leave a favor left undone and nor will I leave those whom owe me favors on the hook. (Neutral)
6Aspiration. I have heard a tale of a legendary person of my class. I strive to be more like them. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I am always looking for the bigger pay.
2I can't tell a lie for the life of me.
3I judge too easily by special appearance and pride.
4I am almost always carrying some ale in with my gear.
5I believe that I am the only skilled person of the group and am even open about it.
6I will never let a comrade stand alone, even if it gets me killed.
"},"bondOptions":{"value":"
d6Bond
1I have a personal debt that must be paid.
2I am with friends whom I trust with my life as they should trust me with theirs.
3I come from a family that dislikes weaknesses, so I push myself to know my weaknesses.
4My life is my honor. I shall, until death, shape my life to what I want it to be.
5Without a purpose in the world, I find myself to be broken which I do not like.
6I secretly pursue a love interest that is forbidden by a family whether it is my own or my love's family.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"3BEjWZHyQZjvfP9h","name":"Racer","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You have a need for speed. You live off of the adrenaline rush of piloting your craft or steering your beast through the dangers of a race. You love the thrill of a photo-finish and relish the sweet taste of victory."},"flavorName":{"value":"Racing Specialty"},"flavorDescription":{"value":"

There are many places to race and many things to race with. Maybe you dabble in all things fast. Even still, all professional racers have a type of racing they prefer above all else; a race in which they are masters. Choose your vehicular or beastly specialty, or roll on the table below.

"},"flavorOptions":{"value":"
d8Racing Specialty
1Air Speeders
2Boonta Speeders
3Pod Racers
4Speeder Bikes
5Starships
6Swoop Bikes
7Fathiers
8Varactyls
"},"skillProficiencies":{"value":"Choose two from Animal Handling, Nature, Piloting, and Technology"},"toolProficiencies":{"value":"One type of gaming set or mechanic's kit"},"languages":{"value":"One of your choice"},"equipment":{"value":"A set of common clothes, a trophy or ribbon from your first-ever win, a gaming set (one of your choice), and a belt pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Racers are usually competitive and often fearless. They can lead a whirlwind of a life, and sometimes the adrenaline of the race is no longer enough for them. "},"featureName":{"value":"Terrain Mastery"},"featureText":{"value":"You have a preternatural instinct for understanding the terrain, interpreting maps, and planning routes. You and your party can move at three-fourths your speed over difficult terrain during long-distance travel. Because of these skills, if you know your destination and the intervening terrain--either by reputation, by sight, or by maps you have seen--you are able to identify an effective short-cut, trimming your travel time by up to half. Your GM may rule that your short-cut entails significant danger or may be temporarily impassable.\r\n"},"featOptions":{"value":"
d8Feat
1Animal Handler
2Naturalist
3Ace Pilot
4Techie
5Entertainer
6Specialist
7Linguist
8Observant
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1Win or lose.There is no try.
2Giving up is never an option for me.
3I spit and laugh in the face of danger.
4Why do something if there is not the possibility of death?
5I am always calm, no matter what the situation. I never raise my voice or let my emotions control me.
6I don't pay attention to the risks in a situation. Never tell me the odds.
7The best way to get me to do something is to tell me I can't do it.
8I blow up at the slightest insult.
"},"idealOptions":{"value":"
d6Ideal
1Victory. It's not a victory if you don't follow the rules. (Lawful)
2Win. A win is a win, no matter how it's done. (Chaotic)
3Charity. I share my winnings with the less fortunate. (Light)
4Pride. I will do whatever it takes to be recognized as the best. (Dark)
5Excitement. Life is a race worth entering, because you never know how the ships will fly. (Neutral)
6Victory. Nothing worth doing is ever a sure thing. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I think most people in life are content with a participation trophy. They disgust me.
2I classify everyone I meet as a winner or a loser.There's only ever one winner.
3There is not a drug I won't try.
4Once I start drinking, it's hard for me to stop.
5Once someone questions my courage, I never back down no matter how dangerous the situation.
6Waiting around makes me antsy. I'd rather do something stupid than do nothing at all.
"},"bondOptions":{"value":"
d6Bond
1There is nothing more important to me than my vehicle.
2I will win the Coruscant Invitational one day.
3I'm trying to pay off the debt on my vehicle.
4I owe a lot of money to the wrong kind of people.
5I do what feels good.Let's see the authorities catch me.
6Someone I loved died because they were too slow.That will never happen to me.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"3cJ5EuzWzzYj53Tw","name":"Jensaarai","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

You are a Jensaarai, a Force user who has come to understand the failings of both Jedi inactivity and Sith malevolence. While they wield lightsabers, a true mark of skill among the Jensaarai is the crafting of their armor. Each suit is perfectly unique to the wearer, and is frequently (but not always) adorned and shaped to represent an animal that the Jensaarai finds kinship with, up to and potentially including additional mounted weapons or sensors to further emulate that creature.

\n

While the Jensaarai train in, and will use dark side powers when necessary, they seek to avoid true corruption. They are not evil, nor are they wholly good either. They are anti-heroes, and well-practiced in this craft. In addition, the Jensaarai train in more than the lightsaber, employing whatever tools are at hand to best fit the job.

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Insight, Intimidation, Lore, and Perception"},"toolProficiencies":{"value":"Armormech's Tools"},"languages":{"value":"One of your choice"},"equipment":{"value":"A set of common clothes including a robe, a sturdy knife, and a belt pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Jensaarai are shaped by the unique capacity of their upbringing. Their study of the duality of the Force manifests in their mannerisms and ideals. Their bond might be their family or their armor. Their flaws might be some a hatred of the Jedi or Sith or a desire to become one or the other."},"featureName":{"value":"Depths of Duality"},"featureText":{"value":"Due to the corruption of the Jedi training done to the pre-Jensaarai, you have a unique insight into both the Light and Dark side of the Force, as well as its history, applications, and techniques in a scholarly manner.\r\n\r\nYou fully understand concepts, and can recall key information, However, if the research was hidden from the public and you have not had experience working with it, you can only partially understand it. You also recognize well-known Jedi Masters and Sith Lords by their works and marks.\r\n"},"featOptions":{"value":"
d8Feat
1Empathic
2Threatening
3Loremaster
4Perceptive
5Crafter
6Linguist
7Alert
8Observant
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I ignore the rhetoric a person spouts when meeting them, preferring to judge them by action.
2I'm the first to swing a punch, but the last to draw a weapon.
3Danger is my middle name.
4Goodwill is in short supply in the galaxy, and I always try to foster a little more wherever I go.
5Both the Republic and the Empire have tried to crush us under their bootheels. I refuse to yield.
6Defiant to the last isn't good enough. Upon death I will become a force spirit and continue to defy my killer.
7Well-behaved people rarely make history.
8What gave you the idea that I was going to give you a fair fight?
"},"idealOptions":{"value":"
d6Ideal
1Respect. Respect will be shown to everyone, disrespect will be shown to those who earn it. (Lawful)
2Freedom. People should be free to make their own way without interference. (Chaotic)
3Growth. Self-improvement is an unending chore, but one that must be done. (Any)
4Escalation. I will immediately end a hostile situation with all means at my disposal. (Neutral)
5Power. Given our luck with both Jedi and Sith, I need all I can get. (Dark)
6Redemption. There's a spark of good in everyone. (Light)
"},"flawOptions":{"value":"
d6Flaw
1I might be a little too enamored with force choking my enemies.
2I am my own worst critic, in everything I do.
3My armor is precision crafted and has served me faithfully. I never give up a chance to prove how well.
4I have a collection of lightsabers from fallen foes, and I love adding to it.
5The Jedi and Sith worship the Force as a religion. I do everything I can to remind them they're just worshipping a hammer.
6The minute you tell me that someone should not be crossed, I'm already crossing them.
"},"bondOptions":{"value":"
d6Bond
1The Jensaarai took me in when nobody else would. I back the order 100%.
2I was once a Jedi, but grew disillusioned by their inactivity.
3I fight for those who cannot fight for themselves.
4I lost my mentor in battle. I will honor their sacrifice by destroying their killer.
5I was able to slough off Dark Side corruption, but I couldn't avoid making amends.
6The powerful use their strength to raise people up, not keep them down.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"6jOIxwB8TYnShEJJ","name":"Soldier","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

War has been your life for as long as you care to remember. You trained as a youth, studied the use of weapons and armor, learned basic survival techniques, including how to stay alive on the battlefield. You might have been part of a standing national army, a mercenary company, or perhaps a member of a local militia who rose to prominence during a recent war.

When you choose this background, work with your GM to determine which military organization you were a part of, how far through its ranks you progressed, and what kind of experiences you had during your military career. Was it a standing army, a town guard, a village militia, or perhaps a private company.

"},"flavorName":{"value":"Specialty"},"flavorDescription":{"value":"

During your time as a soldier, you had a specific role to play in your unit or army. Roll a d8 or choose from the options in the table below to determine your role:

"},"flavorOptions":{"value":"
d8Specialty
1Officer
2Scout
3Infantry
4Medic
5Quartermaster
6Pilot
7Artisan
8Support Staff
"},"skillProficiencies":{"value":"Choose two from Athletics, Intimidation, Persuasion, and Piloting"},"toolProficiencies":{"value":"One type of gaming set"},"languages":{"value":"One of your choice"},"equipment":{"value":"An insignia of rank, a trophy taken from a fallen enemy, a gaming set (one of your choice), a set of common clothes, and a belt pouch containing 100 cr"},"suggestedCharacteristics":{"value":"The horrors of war combined with the rigid discipline of military service leave their mark on all soldiers, shaping their ideals, creating strong bonds, and often leaving them scarred and mentally vulnerable."},"featureName":{"value":"Military Rank"},"featureText":{"value":"You have a military rank from your career as a soldier. Soldiers loyal to your former military organization still recognize your authority and influence, and they defer to you if they are of a lower rank. You can invoke your rank to exert influence over other soldiers and requisition simple equipment for temporary use. You can also usually gain access to friendly military encampments where your rank is recognized."},"featOptions":{"value":"
d8Feat
1Brawny
2Threatening
3Charmer
4Ace Pilot
5Entertainer
6Linguist
7Weapon Expert
8Healer
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I'm always polite and respectful.
2I'm haunted by memories of war. I can't get the images of violence out of my mind.
3I've lost too many friends, and I'm slow to make new ones.
4I'm full of inspiring and cautionary tales from my military experience relevant to almost every combat situation.
5I can stare down a hell hound without flinching.
6I enjoy being strong and like breaking things.
7I have a crude sense of humor.
8I face problems head-on. A simple, direct solution is the best path to success.
"},"idealOptions":{"value":"
d6Ideal
1Greater Good. Our lot is to lay down our lives in defense of others. (Light)
2Responsibility. I do what I must and obey just authority. (Lawful)
3Independence. When people follow orders blindly, they embrace a kind of tyranny. (Chaotic)
4Might. In life as in war, the stronger force wins. (Dark)
5Live and Let Live. Ideals aren't worth killing over or going to war for. (Neutral)
6Nation. My city, nation, or people are all that matter. (Any)
"},"flawOptions":{"value":"
d6Flaw
1The monstrous enemy we faced in battle still leaves me quivering with fear.
2I have little respect for anyone who is not a proven warrior.
3I made a terrible mistake in battle that cost many lives, and I would do anything to keep that mistake secret.
4My hatred of my enemies is blind and unreasoning.
5I obey the law, even if the law causes misery.
6I'd rather eat my armor than admit when I'm wrong.
"},"bondOptions":{"value":"
d6Bond
1I would still lay down my life for the people I served with.
2Someone saved my life on the battlefield. To this day, I will never leave a friend behind.
3My honor is my life.
4I'll never forget the crushing defeat my company suffered or the enemies who dealt it.
5Those who fight beside me are those worth dying for.
6I fight for those who cannot fight for themselves.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"8WMQJLQ6JqRcTZUc","name":"Jedi","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

You are a devout follower of the Jedi Order: an ancient, monastic peacekeeping organization united in its observance of the light side of the Force. A noble order of protectors noted for their ability to tap into the power of the Force, the Jedi serve as guardians of peace and justice in the Galactic Republic. You follow the Jedi Code:

\"There is no emotion, there is peace.
There is no ignorance, there is knowledge.
There is no passion, there is serenity.
There is no chaos, there is harmony.
There is no death, there is the Force.\"

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Insight, Investigation, Lore, and Persuasion"},"toolProficiencies":{"value":"Artificer's tools"},"languages":{"value":"One of your choice"},"equipment":{"value":"A copy of the Jedi code, a set of common clothes including a robe, and a belt pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Jedi are shaped by their experience in their temple. Their study of the history and tenets of the Jedi Order and their relationships to temples, shrines, or hierarchies affect their mannerisms and ideals. Their flaws might be some hidden hypocrisy or heretical idea, or an ideal or bond taken to an extreme."},"featureName":{"value":"Shelter of the Faithful"},"featureText":{"value":"

As a Jedi, you command the respect of those who are loyal to the Jedi Order. You and your adventuring companions can expect to receive free healing and care at any Jedi temple, and those who support your religion will support you (but only you) at a modest lifestyle.

You might also have ties to a specific Jedi temple and have a residence there. This could be the temple where you trained, or a temple where you have found a new home. While near your temple, you can call upon the Jedi for assistance, provided the assistance you ask for is not hazardous and you remain in good standing with your temple.

"},"featOptions":{"value":"
d8Feat
1Empathic
2Investigator
3Loremaster
4Charmer
5Linguist
6Crafter
7Healer
8Force-Sensitive
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I idolize a particular Jedi, and constantly refer to that person's deeds and example.
2I can find common ground between the fiercest enemies, empathizing with them and always working towards peace.
3I see omens in every event and action. The Force tries to speak to us, we just need to listen
4Nothing can shake my optimistic attitude.
5I quote (or misquote) sacred Jedi texts and proverbs in almost every situation.
6I am tolerant (or intolerant) of those who don't support the Jedi.
7I've enjoyed fine food, drink, and high society. Rough living grates on me.
8I've spent so long in the Jedi temple that I have little practical experience dealing with people in theworld.
"},"idealOptions":{"value":"
d6Ideal
1Tradition. The ancient traditions of worship and sacrifice must be preserved and upheld. (Lawful)
2Charity. I always try to help those in need, no matter what the personal cost. (Light)
3Change. We must help bring about the changes the Force is constantly working in the world. (Chaotic)
4Power. I hope to one day rise to the rank of Jedi Master. (Lawful)
5Faith. I trust that the Force will guide my actions; I have faith that if I work hard, things will go well. (Lawful)
6Aspiration. I seek to prove myself worthy of the Force by matching my actions against the Jedi teachings. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I judge others harshly, and myself even more severely.
2I put too much trust in those who wield power within my temple's hierarchy.
3My piety sometimes leads me to blindly trust those that profess faith in the Force.
4I am inflexible in my thinking.
5I am suspicious of strangers and expect the worst of them.
6Once I pick a goal, I become obsessed with it to the detriment of everything else in my life.
"},"bondOptions":{"value":"
d6Bond
1I would die to recover an ancient Jedi relic that was lost long ago.
2I will someday get revenge on those who razed my temple.
3I owe my life to the Jedi who took me in when my parents died.
4Everything I do is for the common people.
5I will do anything to protect the temple where I served.
6I seek to preserve a sacred text that my enemies seek to destroy.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"8vC5RRXZBYGlE38K","name":"Office Worker","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You are an experienced office worker, having been employed by one or more local, planetary, or galactic governments, or one or more private enterprises or syndicates. You have spent plenty of time around the water cooler and still have contacts in the governmental and corporate worlds. Love them or hate them, you know your way around rules and regulations and you function well in structured environments."},"flavorName":{"value":"Office Specialty"},"flavorDescription":{"value":"

There are many kinds of office workers, and within a government or private enterprise, individual members have particular specialties. Choose your role or the department you worked for in your office life or roll on the table below.

"},"flavorOptions":{"value":"
d8Office Specialty
1Accounting
2Droid Management
3Executive Assistant
4Facilities
5Information Technology
6Procurement
7Public Relations
8Sentient Resources
"},"skillProficiencies":{"value":"Choose two from Insight, Investigation, Lore, and Perception"},"toolProficiencies":{"value":"One type of gaming set"},"languages":{"value":"One of your choice"},"equipment":{"value":"A set of common clothes, an expired data cylinder, a gaming set (one of your choice), and a belt pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Office workers run the gamut from loyal and effective team member to lazy and incompetent employee. "},"featureName":{"value":"Clerical Augur"},"featureText":{"value":"You have an intuitive understanding of how offices work and can readily fit in to an office environment as if you were meant to be there, as long as no one looks too carefully. Additionally, you know where the true power lies in the office: you know who is likely to know the local gossip and you know who to sweet talk into getting things done for you.\r\n"},"featOptions":{"value":"
d8Feat
1Empathic
2Investigator
3Loremaster
4Perceptive
5Entertainer
6Linguist
7Feigned Confidence
8Snappy Interjection
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I can find common ground between the fiercest enemies, empathizing with them and always working towards peace.
2I am always calm, no matter what the situation. I never raise my voice or let me emotions control me.
3I have little practical experience dealing with people in the world and prefer to work alone.
4I would rather make a new friend than a new enemy.
5I am always figuring out how to implement better procedures to prevent mistakes.
6There is no \"I\" in \"team.\"
7I work to live.
8I live to work.
"},"idealOptions":{"value":"
d6Ideal
1Prestige. I hope to one day rise to the top of my field and command the respect of those who work for me. (Lawful)
2Superiority. Rules are meant to control the sheep.I'm no sheep. (Chaotic)
3Community. It is the duty of all people to strengthen the bonds of community and thereby improve civilization. (Light)
4Greed. I will do whatever it takes to climb to the top. (Dark)
5People. I'm loyal to my friends, not to any ideals, and everyone else can take a walk for all I care. (Neutral)
6Faith. I trust that my leader will guide my actions, I have faith that if I work hard, things will go well. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I put too much trust in those who wield power within my employer's hierarchy.
2I am inflexible in my thinking.
3I like to talk at length about my office job.
4I do anything I can to avoid real work.
5I am not an independent thinker.I need detailed instructions and close supervision.
6I gossip about others to hide my inadequacies.
"},"bondOptions":{"value":"
d6Bond
1I will someday get revenge on the corrupt boss who fired me.
2Everything I do is for the common people.
3I will do anything to protect my employer.
4No one must ever learn that I once stole from my employer.
5I'm guilty of a terrible crime. I hope I can redeem myself for it.
6I am committed to my group's goals over my own.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"9dLzqfXyoY0BWpZt","name":"Pirate","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You are an experienced pirate. Banditry and raiding are common in the Outer Rim, and little negative stigma is given to pirates. Those that prey on the Empire are sometimes even held in high regard as bold warriors. However, you still have contacts within the criminal underworld and you're far closer than most people to the world of murder, theft, and violence that pervades the underbelly of civilization, and you have survived up to this point by flouting the rules and regulations of finer society."},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Athletics, Deception, Intimidation, and Piloting"},"toolProficiencies":{"value":"One type of gaming set, your choice of demolitions kit, security kit, or slicer's kit"},"languages":{"value":null},"equipment":{"value":"One set of traveler's clothes, a gaming set you are proficient with, poorly wrought maps of Outer Rim worlds in your territory, a small piece of jewelry worth 100 cr from some exotic planet, and a pouch containing 50 cr"},"suggestedCharacteristics":{"value":"Despite the cutthroat nature of the business, pirates come in all shapes and personalities. Some are bloodthirsty brigands who leave no survivors, others are free spirits who believe in strength over weakness. The hardened warriors of deep space can be implacable foes who often form unshakable bonds with their crewmates. The same circumstances that give them their edge can also grind them down, leaving them vulnerable to greed, shame, and the scars of fear and horror left by battle."},"featureName":{"value":"Galactic Scourge"},"featureText":{"value":"You've been from one end of the galaxy to the other. You know the most lucrative trade routes. You have expert knowledge of the various hyperlanes. In addition to this, you know a large number of the models and designs of common space ships that are found in the galaxy. Further, the bonds you formed with your crew are strong, and you can call on their aid even if you've been away from their side for some time. You can expect your former comrades to offer you passage aboard ship, reasonable aid, or shelter when you are in need. Keep in mind that this bond goes both ways, and they may come to you expecting the same."},"featOptions":{"value":"
d8Feat
1Brawny
2Silver-Tongued
3Threatening
4Ace Pilot
5Entertainer
6Specialist
7Feigned Confidence
8Force of Personality
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I respect my captain and trust my crew. It may be all that saves my life one day.
2Whether the credits comes from the split of the spoils or from a side wager, I'll get my hands on it.
3When my blood gets up, my swearing could boil the icy tundra of Hoth.
4I enjoy spreading the tales of my exploits, no matter who hears.
5I never let witnesses escape from a raid.
6I take what I need, but I don't kill without reason.
7I always have an exit planned.
8I assume everyone else wants to take what I have.
"},"idealOptions":{"value":"
d6Ideal
1Equal Shares. All hands who spend sweat and blood earn their share of the credits. (Lawful)
2Adventure. I'm far from home, and everything is strange and wonderful! (Chaotic)
3Greater Good. I raid to weaken the Empire that threatens my people, but I don't steal from civilians.(Light)
4Strength. The weak exist to feed the strong, and I am strong. (Dark)
5Crew. A ship is nothing without her crew. Protect your mates. (Neutral)
6Ambition. One day I will be so much more than a captain. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I never back down from a fight.
2When faced with a choice between money and my friends, I usually choose the money.
3I was drunk on watch when my ship was lost to an ambush. I can't set the shame aside.
4I feel I'm entitled to a greater share of the spoils, no matter the circumstances.
5I won't let myself be captured. If a raid goes sour, I'm the first to run for cover.
6I get lost in the thrill of the raid and can't focus on the details of a plan.
"},"bondOptions":{"value":"
d6Bond
1My band and I will be known across the world, and we'll never be forgotten.
2My ill-gotten gains go to support my family.
3Everything I do is for the good of my people.
4My ship and many of her crew were lost to treachery, and I won't rest until I discover who was behind it.
5My ship comes first, and all other loyalties simply pale in comparison.
6A crew member of a ship we raided saved my life, and I don't know how to resolve that debt.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"DJISH32Jb0bF4zDN","name":"Dathomir Witch","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

You are a part of one of the many Force-sensitive clans on Dathomir. You and your sisters, under the guidance of the Clan Mother, form powerful connections with one another and the untamed wilds of the planet. Your people are a matriarchal society of warriors who train in the art of war and the usage of both muscle and the Force in combat. While all clans have their own set of rules regarding Force usage, all the clans held one rule above all others: \"Never Concede to Evil.\"

"},"flavorName":{"value":"Witch Clans"},"flavorDescription":{"value":"Dathomir culture is built on the backbone of various clans. The clan you are a part of has it's own history, allegiances, and feuds which shape your persepctive. Choose an option or roll on the table below to determine your clan."},"flavorOptions":{"value":"
d8Witch Clans
1Singing Mountain
2Misty Falls
3Red Hills
4Dreaming River
5Frenzied River
6Great Canyon
7Nightsisters
8Nightbrothers
"},"skillProficiencies":{"value":"Choose two from Acrobatics, Animal Handling, Lore, or Nature"},"toolProficiencies":{"value":"Bioanalysis kit"},"languages":{"value":"One of your choice"},"equipment":{"value":"A copy of your clan's book of laws, a set of traveler's clothes, and a pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Dathomir Witches are shaped by their training. They study their book of laws and use it to uphold order and prevent one's turn to the dark side. Their clan and the people around them affects their mannerisms and ideals. Their flaws might be some hidden hypocrisy or heretical idea, or an ideal or bond taken to an extreme."},"featureName":{"value":"Matriarchal Society"},"featureText":{"value":"Other Dathomir Witches know, and will look out for you. If you're ever in need of a place to stay, or a meal to eat, other Dathomir Witches will help you as long as your clans aren't feuding. This could be in the form of shelters, meals, even healing. If the Dathomir Witches are of your clan or a clan friendly to you, they may be willing to help you even at cost to themselves. \r\n"},"featOptions":{"value":"
d8Feat
1Acrobat
2Animal Handler
3Loremaster
4Naturalist
5Specialist
6Linguist
7Force-Sensitive
8Force of Personality
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I try and bring my culture to outsiders.
2I always put my clan first.
3I follow my clan's book of law to the letter.
4I once ran twenty-five miles without stopping to warn my clan of an approaching rival clan. I'd do it again if I had to.
5I place no stock in wealthy or well-mannered folk. Credits and manners won't save you from a hungry rancor.
6I have a lesson for every situation, drawn from observing nature.
7I feel far more comfortable around wildlife than I do society.
8I'm always picking things up, absently fiddling with them, and sometimes accidentally breaking them.
"},"idealOptions":{"value":"
d6Ideal
1Change. Life is like the seasons, in constant change, and we must change with it. (Chaotic)
2Greater Good. It is each person's responsibility to make the most happiness for the whole clan. (Light)
3Honor. If I dishonor myself, I dishonor my whole clan. (Lawful)
4Might. The strongest are meant to rule. (Dark)
5Nature. The natural world is more important than all the constructs of civilization. (Neutral)
6Glory. I must earn glory in battle, for myself and my clan. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I stick to my traditions no matter what, even at the cost of others.
2There's no room for caution in a life lived to the fullest.
3I remember every insult I've received and nurse a silent resentment toward anyone who's ever wronged me.
4I am slow to trust members of other species, clans, and societies.
5Violence is my answer to almost any challenge.
6Don't expect me to save those who can't save themselves. It is nature's way that the strong thrive and the weak perish.
"},"bondOptions":{"value":"
d6Bond
1My family and clan is the most important thing in my life, even when they are far from me.
2An injury to the unspoiled wilderness of my home is an injury to me.
3I am the last of my clan, and it is up to me to keep the traditions of my ancestors alive.
4It is my duty to provide children to sustain my clan.
5I suffer awful visions of a coming disaster and will do anything to prevent it.
6I will bring terrible wrath down on those who disrespect my clan.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"DrZWIq159o2Bt0Mz","name":"Clone Trooper","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You are one of millions: genetically engineered, identical specimens designed to be the perfect soldier. Created from a template provided by the legendary bounty hunter Jango Fett, you represent the latest and greatest evolution in galactic warfare."},"flavorName":{"value":"Clone Specialization"},"flavorDescription":{"value":"While most clones serve as simple soldiers, there are many specialized units. Roll a d8 or choose from the options in the table below to determine your specialization:"},"flavorOptions":{"value":"
d8Clone Specialization
1Trooper
2Commando
3Jet Trooper
4Medic
5Spec Ops
6Ordnance
7Officer
8Scout
"},"skillProficiencies":{"value":"Choose two from Athletics, Medicine, Perception, and Piloting"},"toolProficiencies":{"value":"Your choice of demolitions kit, security kit, or slicer's kit"},"languages":{"value":"One of your choice"},"equipment":{"value":"Badge or emblem of your rank, your chosen tools, a set of common clothes, and a pouch containing 100 cr"},"suggestedCharacteristics":{"value":"Clones are trained from birth to be the perfect soldier; over time, they also develop their own personalities. They are universally loyal to the Republic. While clones share genetic coding, no two are completely identical."},"featureName":{"value":"Republic Rank"},"featureText":{"value":"You are a soldier of the Republic. Those loyal to the Republic will respect your status and defer to you if they don't outrank you. You can invoke your position to exert influence over other soldiers, requisition simple equipment, and gain access to military compounds affiliated with the Republic."},"featOptions":{"value":"
d8Feat
1Brawny
2Medic
3Perceptive
4Ace Pilot
5Specialist
6Alert
7Athlete
8Forceful Vigor
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I always respect my commander.
2I can stare down a krayt dragon without flinching.
3I face problems head-on. A simple, direct solution is the best path to success.
4I have a sense of humor. This is rare among my brothers.
5I judge people by their actions, not their words.
6I've lost too many friends, and I'm slow to make new ones.
7I ask a lot of questions.
8I'll settle for nothing less than perfection.
"},"idealOptions":{"value":"
d6Ideal
1Responsibility. I do what I must and obey just authority. (Lawful)
2Might. Strength, not compassion, wins battles. (Dark)
3Republic. My brothers, the Republic, or people are all that matter. (Any)
4Greater Light. We fight not for ourselves, but for countless of others that can't fight for themselves. (Light)
5Freedom. Tyrants must not be allowed to oppress the people. (Chaotic)
6Live and Let Live. Ideals aren't worth killing or going to war over. (Neutral)
"},"flawOptions":{"value":"
d6Flaw
1I have little respect for anyone who is of a lesser rank.
2I obey the orders without, even if the orders cause misery.
3I'd rather eat my armor than admit when I'm wrong.
4I judge others harshly, and myself even more severely.
5I am inflexible in my thinking.
6I can't tell a lie for the life of me.
"},"bondOptions":{"value":"
d6Bond
1My honor is my life.
2Someone saved my life on the battlefield. To this day, I will never leave a friend behind.
3Those who fight beside me are those worth dying for.
4I fight for those who cannot fight for themselves.
5I would still lay down my life for the people I serve with.
6A proud commander once gave me a horrible beating, and I will take my revenge on any bully I encounter.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"F0ayvU0fcSsxct6U","name":"Companion","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You are experienced in the arts of companionship, and you provide these services for people who can afford to pay it. This may mean adult favors of the sensual variety, but it just as frequently means conversation, comfort, and company."},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Acrobatics, Deception, Insight, and Performance"},"toolProficiencies":{"value":"One instrument of your choice or a disguise kit"},"languages":{"value":"One of your choice"},"equipment":{"value":"A set of common clothes, an instrument or disguise kit, and a belt pouch containing 50 cr"},"suggestedCharacteristics":{"value":"You enjoy people and you enjoy your work and you enjoy the money it brings. There is no shame in your profession and it is often highly regulated and regimented by factions or the local government. It requires outgoing and adventurous personalities to be a success, and often these traits lead them to adventures of a different sort."},"featureName":{"value":"Sordid Knowledge"},"featureText":{"value":"You have or can gain compromising information about people of importance. You may be able to leverage this information in order to acquire lodging, information, or even money. You may also become a target for having this information. Your GM may rule that any particular individual is either above reproach or is too careful in covering their tracks to provide such leverage."},"featOptions":{"value":"
d8Feat
1Acrobat
2Silver-Tongued
3Empathic
4Performer
5Entertainer
6Specialist
7Linguist
8Force of Personality
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1People are often hurt and damaged. I try to heal them and leave them stronger than when I meet them.
2I enjoy being in control and manipulating people. It's important that they like me so they do what I say.
3I'm not a laser-brain, although I don't open my mouth to prove people wrong. I let them discover the truth after I have what I want.
4I'm better than those who are more prim and proper, and I'm having more fun.
5I don't really care what happens, it's an easy way to get money for my habit.
6There are so many different kinds of people, and I want to meet them all.
7I never thought this was the life for me, perhaps some brave person will rescue me.
8I like what I do and I resent those who want to rescue me.
"},"idealOptions":{"value":"
d6Ideal
1Sacred. My body is a temple I am duty-bound to share. (Lawful)
2Hedonism. I fill my urges when and where I wish. (Chaotic)
3Loving. Everyone needs attention and love. (Light)
4Exploitation. I take pleasure in toying with people, and taking advantage of them. (Dark)
5Consent. I respect other's desires and wishes. (Neutral)
6Freedom. I want to have the independence to enjoy life. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I have an incurable disease I acquired from a client.
2I am addicted to recreational drugs that dull the pain I feel.
3I no longer practice my old profession, and I fear anyone discovering it.
4I am suspicious of anyone who tries to be nice to me. They only want me to sleep with them.
5Most people are naive children.
6I pretend to be tough, but am broken inside.
"},"bondOptions":{"value":"
d6Bond
1I seek a relationship with the most powerful people in the land, desiring to be the power behind the throne.
2If I can only collect enough credits, I'll be able to pay off my debts and be free.
3I have a sick parent to whom I send all my money.
4My independence is the most important thing in my world.
5I bring happiness to the world one person at a time.
6I have a young child who is my world.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"IgvB3RMSetUpL1l0","name":"Gambler","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You are a skilled gambler who spends most of your time in casinos, bar rooms, and gambling dens. Are your activities legal, or do you break the law? Have you ever cheated in a game, or do you play by the rules? No matter what, your life has been one of excitement, chance, and danger."},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Deception, Insight, Intimidation, and Sleight of Hand"},"toolProficiencies":{"value":"Two types of gaming sets"},"languages":{"value":null},"equipment":{"value":"A set of common clothes, a set of dice, a deck of playing cards, a lucky charm, and a belt pouch containing 100 cr."},"suggestedCharacteristics":{"value":"Gambling is your passion, for better or for worse. Most gamblers see their vices as virtues, and overlook things in their pursuit of the rush."},"featureName":{"value":"Let's Make It Interesting"},"featureText":{"value":"You can convince nearly anyone to put up something they aren't normally willing to part with (property or information) in a game of chance. Your GM might rule that they will only agree to a game of their choosing, and they may only agree if they feel the odds are in their favor."},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Empathic
3Threatening
4Quick-Fingered
5Entertainer
6Keen Mind
7Observant
8Practiced
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I like to impress everyone I meet with a simple trick or a quick joke.
2I constantly make side bets on everything that happens around me.
3No matter how high the stakes, I always appear calm.
4I try to be unpredictable, so no one will know when I'm bluffing.
5I never back down from a challenge.
6I can't get satisfaction out of something if the stakes are too low.
7I tend to make friends out of enemies, and enemies out of friends.
8I prefer one game above all others.
"},"idealOptions":{"value":"
d6Ideal
1Risk. Nothing worth doing is ever a sure thing. (Chaotic)
2Victory. Never make a bet unless you're sure you can win. (Lawful)
3Greed. Anything that isn't mine soon will be. (Dark)
4Charity. I share my winnings with the less fortunate. (Light)
5Surprise. Life is a game worth playing, because you never know how the dice will land. (Any)
6Laziness. Working is for chumps. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I can't step away from the table when I'm losing.
2I spend money faster than I can make it.
3Everyone has a price. Mine happens to be pretty low.
4I assume everyone is hiding something from me.
5I tend to value money more than people.
6I like to think I could drink anyone under the table, but I'm really a lightweight.
"},"bondOptions":{"value":"
d6Bond
1I owe a lot of money to the wrong kind of people.
2I still keep the first coin I ever won. It's my good luck charm.
3Most of my winnings go to my home.
4Someday I will own my own casino.
5I lost a large sum of money to a con artist; I seek to get it back.
6I hide my gambling behind a normal life. My friends have no idea who I really am.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"Iqomt07OVDAv4k05","name":"Spacer","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"Aboard a star ship in the cold vacuum of space is where you feel most at home. You've spent the majority of your life travelling the stars. Life aboard ships has given you a good understanding of their inner workings. You might be especially skilled as a ship mechanic, a pilot, or support staff."},"flavorName":{"value":"Specialty"},"flavorDescription":{"value":"During your time as a spacer, you had a specific role to play aboard the ship. Roll a d8 or choose from the options in the table below to determine your role:"},"flavorOptions":{"value":"
d8Specialty
1Pilot
2Mechanic
3Support Staff
4Guard
5Ship Medic
6Captain
7Communications Officer
8Ship Cook
"},"skillProficiencies":{"value":"Choose two from Insight, Investigation, Piloting, and Technology"},"toolProficiencies":{"value":"Your choice of chef's kit, mechanic's kit, or one type of gaming set"},"languages":{"value":"One of your choice"},"equipment":{"value":"A set of tools or a gaming set (one of your choice), a set of common clothes, a small souvenir from your travels, and a belt pouch containing 100 cr"},"suggestedCharacteristics":{"value":"Spacers come from all walks of life, and the responsibilities of life aboard a ship make them generally reliable as well. Spending so much time on their ship shapes their outlook and forms their most important attachments."},"featureName":{"value":"Well-Traveled"},"featureText":{"value":"As a spacer, you've been from one end of the galaxy to the other. You've traveled along many of the trade routes, and know the safest routes. You have expert knowledge of the various hyperlanes. In addition to this, you know a large number of the models and designs of common space ships that are found in the galaxy."},"featOptions":{"value":"
d8Feat
1Empathic
2Investigator
3Ace Pilot
4Techie
5Specialist
6Entertainer
7Galvanizing Presence
8Inspiring Leader
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1My crewmates know they can rely on me, no matter what.
2I work hard so that I can play hard when the work is done.
3I enjoy traveling into new systems and making new friends over a drink.
4I stretch the truth for the sake of a good story.
5To me, a bar brawl is a nice way to get to know a new city.
6I never pass up a friendly wager.
7The best way to get me to do something is to tell me I can't do it.
8I like a job well done, especially if I can convince someone else to do it.
"},"idealOptions":{"value":"
d6Ideal
1Respect. The thing that keeps a ship together is mutual respect between captain and crew. (Light)
2Fairness. We all do the work, so we all share in the rewards. (Lawful)
3Freedom. Space is freedom—the freedom to go anywhere and do anything. (Chaotic)
4Mastery. I'm a predator, and the other ships we come across are my prey. (Dark)
5People. I'm committed to my crewmates, not to ideals. (Neutral)
6Aspiration. Someday, I'll own my own ship and chart my own destiny. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I follow orders, even if I think they're wrong.
2I'll say anything to avoid having to do extra work.
3Once someone questions my courage, I never back down no matter how dangerous the situation.
4Once I start drinking, it's hard for me to stop.
5I can't help but pocket loose coins and other trinkets I come across.
6My pride will probably lead to my destruction.
"},"bondOptions":{"value":"
d6Bond
1I'm loyal to my captain first, everything else second.
2The ship is most important—crewmates and captains come and go.
3I'll always remember my first ship.
4I will become the greatest captain that ever lived.
5I was cheated out of my fair share of the profits, and I want to get my due.
6Ruthless space pirates murdered my captain and crewmates, stole all we owned, and left me lo die. Vengeance will be mine.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"IyBWo0tH6xDx0axs","name":"Faction Adventurer","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"Adventuring is nothing new to you. Due to the circumstances of how you were raised, you have been involved with wandering heroes for most of your life. Maybe you were part of an adventuring band previously, but split with them after a disagreement or tragedy. Or, perhaps you worked around heroes in a lesser role for most of your young life, and you are now ready to graduate to the front lines."},"flavorName":{"value":"Adventuring Origin"},"flavorDescription":{"value":"You have either been adventuring or assisting other in adventuring since a very young age. Perhaps your parents were famous adventurers, or a group of adventurers found and raised you as their own. Perhaps you were trained to be a professional monster hunter, or maybe another faction member saved your life so you swore loyalty to them. Work with your GM to determine the nature of your adventuring."},"flavorOptions":null,"skillProficiencies":{"value":"Choose two from Athletics, Investigation, Nature, and Survival"},"toolProficiencies":{"value":"Your choice demolitions kit, security kit, or slicer's kit"},"languages":{"value":"One of your choice"},"equipment":{"value":"50 feet of rope, a small knife, a trophy, a set of traveler's clothes, and a belt pouch containing 100 cr."},"suggestedCharacteristics":{"value":"Adventurers are well adjusted to life on the road. They are often comfortable doing dangerous things like dungeoneering and fighting and can stay level-headed in the face of danger, but they may not be so well adapted to other parts of life."},"featureName":{"value":"Faction Membership"},"featureText":{"value":"

You are an established and respected member of an adventurer's faction, allowing you to rely on certain benefits that membership provides. If you are in a town with a headquarters for your adventurer's faction and you are in good standing with the faction, you will be allowed to look at the job postings and find adventuring work to earn money.

Factions often wield tremendous political power. If you are accused of a crime, your faction will support you if a good case can be made for your innocence or the crime is justifiable. You can also gain access to powerful political figures through the faction, if you are a member in good standing. You must pay dues of 50 cr per month to the faction. Your dues must be current to remain in the faction's good graces.

"},"featOptions":{"value":"
d8Feat
1Brawny
2Investigator
3Naturalist
4Survivalist
5Specialist
6Linguist
7Alert
8Athlete
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I can't bring myself to ignore a cry for help.
2I hold onto every mildly interesting item I find, in case it comes in handy someday.
3After all the weirdness I've seen on my travels, nothing can surprise me.
4I spit and laugh in the face of danger.
5Giving up is never an option for me.
6I feel more at home in monster-infested dungeons than in civilized society.
7I fill silence with wacky stories about my past misadventures, which may or may not be exaggerated.
8My sense of humor is as dark and grim as the dungeons I explore.
"},"idealOptions":{"value":"
d6Ideal
1Adventure. All I want is to travel the world and see amazing things. (Any)
2Heroism. I am dedicated to helping people in need. (Light)
3Order. I use my power to save the world from the forces of destruction and chaos. (Lawful)
4Excitement. An ordinary life is boring, I'd rather travel around and find trouble. (Chaotic)
5Power. The more powerful enemies I defeat, the stronger I become. (Neutral)
6Aspiration. I want to go down in history as a brave, powerful hero. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I default to solving problems with violence even when it's unwise or immoral.
2I expect to be lavished with praise whenever I do my job, and I get mad when no one acknowledges me.
3All members of \"Dark\" species must be Dark, so I will never trust them.
4Waiting around makes me antsy. I'd rather do something stupid than do nothing at all.
5My habit of looting dungeons makes me swipe things I shouldn't.
6A monstrous enemy I faced in the past still leaves me quivering with fear.
"},"bondOptions":{"value":"
d6Bond
1I carry with me a strange artifact that I found in a dungeon, but I don't know what it's for.
2My adventuring party means the world to me.
3I have sworn to hunt down the monster or villain who killed my former adventuring party.
4I adventure in order to bring honor (or money) to my family.
5There is a faraway place I've always wanted to visit, and I won't stop until I make it there.
6All I want is to make the ones who trained me in the way of adventuring proud.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"K9zrvYKnb3y0qxvh","name":"Outlaw","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You are a notorious free adventurer who, due to unfortunate circumstances, has lost favor with the law. However, being of the common people, they protect you due to your just nature. A protector of the people, a thorn in the side of authorities."},"flavorName":{"value":"Defining Event"},"flavorDescription":{"value":"Though you were once just a commoner, a specific event caused you to drastically change your lifestyle and take off for a life of dangerous wandering, or perhaps revenge. Choose or randomly determine a defining event that marked you as an outlaw."},"flavorOptions":{"value":"
d10Defining Event
1I stood up to a tyrant's agents.
2I stole from a corrupt Lord to help the poor.
3I broke into a tyrant's castle and stole weapons to arm the people.
4I failed to assassinate a tyrant.
5I loved a noble, and was caught in bed with them.
6I robbed a bank with unfair interest rates.
7I murdered a pedophilic priest to save local children.
8I received a heroic calling from a mysterious creature.
9I was framed for a crime I didn't commit.
10Outlaw by choice.
"},"skillProficiencies":{"value":"Choose two from Acrobatics, Athletics, Insight, and Survival"},"toolProficiencies":{"value":"Disguise kit"},"languages":{"value":"One of your choice"},"equipment":{"value":"A hunting trap, an iron pot, a set of traveler's clothes, and a pouch containing 150 cr"},"suggestedCharacteristics":{"value":"An outlaw is a hero for the common people who takes pride in his humble origins and revels in disrupting authority to help those he's close to."},"featureName":{"value":"Notorious"},"featureText":{"value":"Since you come from the ranks of the common folk, you fit among them with ease. You can find a place to hide, rest, or recuperate among other commoners, unless you've shown yourself to be a danger to them. They will shield you from the law or anyone else searching for you, though they will not risk their lives for you."},"featOptions":{"value":"
d8Feat
1Acrobat
2Brawny
3Empathic
4Survivalist
5Specialist
6Linguist
7Alert
8Observant
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I judge people by their actions, not their words.
2If someone is in trouble, I'm always ready to lend help.
3When I set my mind to something, I follow through no matter what gets in my way.
4I have a strong sense of fair play and always try to find the most equitable solution to arguments.
5I'm confident in my own abilities and do what I can to instill confidence in others.
6Thinking is for other people. I prefer action.
7I misuse long words in an attempt to sound smarter.
8I get bored easily. When am I going to get on with my destiny?
"},"idealOptions":{"value":"
d6Ideal
1Respect. People deserve to be treated with dignity and respect. (Light)
2Fairness. No one should get preferential treatment before the law, and no one is above the law. (Lawful)
3Freedom. Tyrants must not be allowed to oppress the people. (Chaotic)
4Might. If I become strong, I can take what I want—what I deserve. (Dark)
5Sincerity. There's no good in pretending to be something I'm not. (Neutral)
6Destiny. Nothing and no one can steer me away from my higher calling. (Any)
"},"flawOptions":{"value":"
d6Flaw
1The tyrant who rules my land will stop at nothing to see me killed.
2I'm convinced of the significance of my destiny, and blind to my shortcomings and the risk of failure.
3The people who knew me when I was young know my shameful secret, so I can never go home again.
4I have a weakness for the vices of the city, especially hard drink.
5Secretly, I believe that things would be better if I were a tyrant lording over the land.
6I have trouble trusting in my allies.
"},"bondOptions":{"value":"
d6Bond
1I have a family, but I have no idea where they are. One day, I hope to see them again.
2I worked the land, I love the land, and I will protect the land.
3A proud noble once gave me a horrible beating, and I will take my revenge on any bully I encounter.
4My tools are symbols of my past life, and I carry them so that I will never forget my roots.
5I protect those who cannot protect themselves.
6I wish my childhood sweetheart had come with me to pursue my destiny.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"KCBqF3X1EiI2DAhA","name":"Student","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

As a child, you were inquisitive when your playmates were possessive or raucous. In your formative years, you found your way to one of the galaxy's great institutes of learning, where you were apprenticed and taught that knowledge is a more valuable treasure than gold or gems. Now you are ready to leave your home—not to abandon it, but to quest for new lore to add to its storehouse of knowledge.

The most well-known of the galaxy's fonts of knowledge is the Library of the Republic. The great library is always in need of workers and attendants, some of whom rise through the ranks to assume roles of greater responsibility and prominence. You might be one of Coruscant's own, dedicated to the curatorship of what is likely the most complete body of lore and history in all the world.

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Insight, Lore, Investigation, and Nature"},"toolProficiencies":{"value":null},"languages":{"value":"Two of your choice"},"equipment":{"value":"A set of common clothes, a datapad and 10 data cards, a book on the subject of your current study, and a pouch containing 100 cr"},"suggestedCharacteristics":{"value":"Cloistered scholars are defined by their extensive studies, and their characteristics reflect this life of study. Devoted to scholarly pursuits, they value knowledge highly—as a worthy goal in itself, or as a means to a desirable end."},"featureName":{"value":"Library Access"},"featureText":{"value":"

Though others must often endure extensive interviews and significant fees to gain access to even the most common archives in your library, you have free and easy access to the majority of the library, though it might also have repositories of lore that are too valuable, powerful, or secret to permit anyone immediate access.

You have a working knowledge of your cloister's personnel and bureaucracy, and you know how to navigate those connections with some ease.

Additionally, you are likely to gain preferential treatment at other libraries across the galaxy, as professional courtesy shown to a fellow scholar.

"},"featOptions":{"value":"
d8Feat
1Empathic
1Loremaster
2Investigator
4Naturalist
5Linguist
6Keen Mind
7Observant
8Healer
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I use polysyllabic words that convey the impression of great erudition.
2I've read every book in the world's greatest libraries—or I like to boast that I have.
3I'm used to helping out those who aren't as smart as I am, and I patiently explain anything and everything to others.
4There's nothing I like more than a good mystery.
5I'm willing to listen to every side of an argument before I make my own judgment.
6I... speak... slowly... when talking... to idiots,... which... almost... everyone... is... compared... to me.
7I am horribly, horribly awkward in social situations.
8I'm convinced that people are always trying to steal my secrets.
"},"idealOptions":{"value":"
d6Ideal
1Knowledge. The path to power and self-improvement is through knowledge. (Neutral)
2Beauty. What is beautiful points us beyond itself toward what is true. (Light)
3Logic. Emotions must not cloud our logical thinking. (Lawful)
4No Limits. Nothing should fetter the infinite possibility inherent in all existence. (Chaotic)
5Power. Knowledge is the path to power and domination. (Dark)
6Self-Improvement. The goal of a life of study is the betterment of oneself. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I am easily distracted by the promise of information.
2Most people scream and run when they see a monster. I stop and take notes on its anatomy.
3Unlocking an ancient mystery is worth the price of a civilization.
4I overlook obvious solutions in favor of complicated ones.
5I speak without really thinking through my words, invariably insulting others.
6I can't keep a secret to save my life, or anyone else's.
"},"bondOptions":{"value":"
d6Bond
1It is my duty to protect my students.
2I have an ancient text that holds terrible secrets that must not fall into the wrong hands.
3I work to preserve a library, university, scriptorium, or monastery.
4My life's work is a series of tomes related to a specific field of lore.
5I've been searching my whole life for the answer to a certain question.
6I sold my soul for knowledge. I hope to do great deeds and win it back.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"KoaeGKRbjWB0cOyu","name":"Courtier","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

In your earlier days, you were a personage of some significance in a noble court or a bureaucratic organization. You might or might not come from an upper-class family; your talents, rather than the circumstances of your birth, could have secured you this position.

You might have been one of the many functionaries, attendants, and other hangers-on in Coruscant's upper echelons, or perhaps you traveled in Nar Shaddaa's baroque and sometimes cutthroat conglomeration of factions, nobles, adventurers, and secret societies. You might have been one of the behind-the-scenes law-keepers or functionaries on Dromund Kaas, or you might have grown up on some other affluent planet.

Even if you are no longer a full-fledged member of the group that gave you your start in life, your relationships with your former fellows can be an advantage for you and your adventuring comrades. You might undertake missions with your new companions that further the interest of the organization that gave you your start in life. In any event, the abilities that you honed while serving as a courtier will stand you in good stead as an adventurer.

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Deception, Insight, Performance, and Survival"},"toolProficiencies":{"value":null},"languages":{"value":"Two of your choice"},"equipment":{"value":"A set of fine clothes and a pouch containing 150 cr"},"suggestedCharacteristics":{"value":"The noble court or bureaucratic organization where you got your start is directly or indirectly associated with your bond (which could pertain to certain individuals in the group, such as your sponsor or mentor). Your ideal might be concerned with the prevailing philosophy of your court or organization."},"featureName":{"value":"Court Functionality"},"featureText":{"value":"Your knowledge of how bureaucracies function lets you gain access to the records and inner workings of any noble court or government you encounter. You know who the movers and shakers are, whom to go to for the favors you seek, and what the current intrigues of interest in the group are."},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Empathic
3Performer
4Survivalist
5Linguist
6Actor
7Practiced
8Force of Personality
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I believe that anything worth doing is worth doing right. I can't help it—I'm a perfectionist.
2I'm a snob who looks down on those who can't appreciate fine art.
3I always want to know how things work and what makes people tick.
4I'm full of witty aphorisms and have a proverb for every occasion.
5I'm rude to people who lack my commitment to hard work and fair play.
6I like to talk at length about my profession.
7I don't part with my money easily and will haggle tirelessly to get the best deal possible.
8I'm well known for my work, so I'm always taken aback when people haven't heard of me.
"},"idealOptions":{"value":"
d6Ideal
1Community. It is the duty of all civilized people to strengthen the bonds of community and the security of civilization. (Lawful)
2Generosity. My talents were given to me so that I could use them to benefit the world. (Light)
3Freedom. Everyone should be free to pursue his or her own livelihood. (Chaotic)
4Greed. I'm only in it for the money. (Dark)
5People. I'm committed to the people I care about, not to ideals. (Neutral)
6Aspiration. I work hard to be the best there is at my craft. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I'll do anything to get my hands on something rare or priceless.
2I'm quick to assume that someone is trying to cheat me.
3No one must ever learn that I once stole money from faction coffers.
4I'm never satisfied with what I have—I always want more.
5I would kill to acquire a noble title.
6I'm horribly jealous of anyone who can outshine my handiwork. Everywhere I go, I'm surrounded by rivals.
"},"bondOptions":{"value":"
d6Bond
1The location where I learned my trade is the most important place in the world to me.
2I created a great work for someone unworthy to receive it. I'm still looking for someone worthy.
3I owe someone a great debt for forging me into the person I am today.
4I pursue wealth to secure someone's love.
5One day I will return to my faction and prove that I am the greatest artisan of them all.
6I will get revenge on the Dark forces that destroyed my place of business and ruined my livelihood.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"M31h8d6HyQrhVozm","name":"Crime Lord","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"Few societies manage to eradicate crime altogether. In the underworld, someone always rises to the top, either through vision, organisation, or sheer intimidation. The life of a crime lord isn't for the timid. After conquering an unseen empire, the crime lord wages a daily struggle not only to stay on top, but also to stay alive."},"flavorName":{"value":"Criminal Motivation"},"flavorDescription":{"value":"Not every crime lord is bent on corrupting society and making a profit. Some use their criminal connections to wage guerilla wars against tyrants and despots. Indeed, some historical heroes began as smugglers or pirates, rising through the ranks of their organization to provide a more noble direction for their group's activities. Although some did so to remove an obstacle to making more money, others recognized that ridding the galaxy of evil is a more important long-term goal. Choose the motivation behind your criminal enterprise, or roll on the table below."},"flavorOptions":{"value":"
d8Criminal Motivation
1Desperation
2Freedom
3Infamy
4Love
5Malice
6Profit
7Respect
8Revenge
"},"skillProficiencies":{"value":"Choose two from Deception, Insight, Intimidation, and Persuasion"},"toolProficiencies":{"value":"One type of gaming set"},"languages":{"value":"One of your choice"},"equipment":{"value":"A fine set of clothes, a gaming set (one of your choice), and a purse containing 250 cr"},"suggestedCharacteristics":{"value":"Crime lords might seem like villains on the surface, and many of them are villainous to the core. But some have an abundance of endearing, if not redeeming, characteristics. Unlike common thieves, some crime lords even have some respect for law and authority, with whom they play a cat-and-mouse type game."},"featureName":{"value":"Criminal Network"},"featureText":{"value":"You have access to an extensive network of organised crime. You know how to get messages to and from local contacts, even over great distances; you know the local messengers, corrupt caravan masters, and seedy sailors who can deliver messages for you."},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Empathic
3Threatening
4Charmer
5Entertainer
6Linguist
7Inspiring Leader
8Observant
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I always have a plan for what to do when things go wrong.
2I am always calm, no matter what the situation. I never raise my voice or let me emotions control me.
3My eloquent flattery makes everyone I talk to feel like the most wonderful and important person in the world.
4I would rather make a new friend than a new enemy.
5I don't like to get my hands dirty, and I won't be caught dead in unsuitable accommodations.
6My favor, once lost, is lost forever.
7If you do me an injury, I will crush you, ruin your name, and salt your fields.
8I blow up at the slightest insult.
"},"idealOptions":{"value":"
d6Ideal
1Honor. I don't steal from others in the trade. (Lawful)
2Freedom. Chains are meant to be broken, as are those who would forge them. (Chaotic)
3Charity. I steal from the wealthy so that I can help people in need. (Light)
4Greed. I will do whatever it takes to become wealthy. (Dark)
5People. I'm loyal to my friends, not to any ideals, and everyone else can take a walk for all I care. (Neutral)
6Redemption. There's a spark of good in everyone. (Light)
"},"flawOptions":{"value":"
d6Flaw
1I secretly believe that everyone is beneath me.
2When faced with a choice between money and my friends, I usually choose the money.
3I too often hear veiled insults and threats in every word addressed to me, and I'm quick to anger.
4I have a \"tell\" that reveals when I'm lying.
5I turn tail and run when things look bad.
6An innocent person is in prison for a crime that I committed. I'm okay with that.
"},"bondOptions":{"value":"
d6Bond
1I'm trying to pay off an old debt I owe to a generous benefactor.
2My ill-gotten gains go to support my family.
3Something important was taken from me, and I aim to steal it back.
4The common folk must see me as a hero of the people.
5I'm guilty of a terrible crime. I hope I can redeem myself for it.
6Someone I loved died because of a mistake I made. That will never happen again.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"OrjmyVOK2feWrUMm","name":"Barbarian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

Though you might have only recently arrived in civilized lands, you are no stranger to the values of cooperation and group effort when striving for supremacy. You learned these principles, and much more, as a member of your tribe.

\n

Your people have always tried to hold to the old ways. Tradition and taboo have kept your tribe strong while the kingdoms of others have collapsed into chaos and ruin. But for the last few generations, some bands among the tribes were tempted to settle, make peace, trade, and even to build towns. Perhaps this is why your tribe chose to raise up the totems among the people as living embodiments of his power. Perhaps they needed a reminder of who they were and from whence they came. The Chosen of your tribe led bands back to the old ways, and most of your people abandoned the soft ways of civilization.

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Animal Handling, Athletics, Nature, and Survival"},"toolProficiencies":{"value":"One type of musical instrument or artisan's implements"},"languages":{"value":"One of your choice"},"equipment":{"value":"A hunting trap, a totemic token or set of tattoos marking your loyalty to your tribe, a set of traveler's clothes, and a pouch containing 100 cr"},"suggestedCharacteristics":{"value":"Often considered rude and uncouth among civilized folk, barbarians have little respect for the niceties of life in the cities. The ties of tribe, clan, family, and the natural world of which they are a part are the most important bonds to most outlanders."},"featureName":{"value":"Barbarian Heritage"},"featureText":{"value":"

You have an excellent knowledge of not only your tribe's territory, but also the terrain and natural resources of the rest of the worlds. You are familiar enough with any wilderness area that you find twice as much food and water as you normally would when you forage there.

Additionally, you can call upon the hospitality of other tribes in times of need.

"},"featOptions":{"value":"
d8Feat
1Animal Handler
2Brawny
3Naturalist
4Survivalist
5Entertainer
6Crafter
7Athlete
8Weapon Expert
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I'm driven by a wanderlust that led me away from home.
2I watch over my friends as if they were a litter of newborn pups.
3I once ran twenty-five miles without stopping to warn my clan of an approaching horde. I'd do it again if I had to.
4I have a lesson for every situation, drawn from observing nature.
5I place no stock in wealthy or well-mannered folk. Money and manners won't save you from a hungry rancor.
6I'm always picking things up, absently fiddling with them, and sometimes accidentally breaking them.
7I feel far more comfortable around animals than people.
8I was, in fact, raised by wampas.
"},"idealOptions":{"value":"
d6Ideal
1Change. Life is like the seasons, in constant change, and we must change with it. (Chaotic)
2Greater Good. It is each person's responsibility to make the most happiness for the whole tribe. (Light)
3Honor. If I dishonor myself, I dishonor my whole clan. (Lawful)
4Might. The strongest are meant to rule. (Dark)
5Nature. The natural world is more important than all the constructs of civilization. (Neutral)
6Glory. I must earn glory in battle, for myself and my clan. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I am too enamored of ale, wine, and other intoxicants.
2There's no room for caution in a life lived to the fullest.
3I remember every insult I've received and nurse a silent resentment toward anyone who's ever wronged me.
4I am slow to trust members of other species, tribes, and societies.
5Violence is my answer to almost any challenge.
6Don't expect me to save those who can't save themselves. It is nature's way that the strong thrive and the weak perish.
"},"bondOptions":{"value":"
d6Bond
1My family, clan, or tribe is the most important thing in my life, even when they are far from me.
2An injury to the unspoiled wilderness of my home is an injury to me.
3I will bring terrible wrath down on the Darkdoers who destroyed my homeland.
4I am the last of my tribe, and it is up to me to ensure their names enter legend.
5I suffer awful visions of a coming disaster and will do anything to prevent it.
6It is my duty to provide children to sustain my tribe.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"PF4u78LQPychQdVA","name":"Smuggler","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You have spent your life hiding in the darkness, making shady deals behind closed doors. What led you to engage in a life of crime? Do you crave the thrill of lawbreaking, or did you enter the profession to pay off a debt, risking your hide on behalf of a less than honorable noble? A smuggler is an individual trained in the art of acquisition, a professional thug who can deliver anything... for a price. Smugglers tend to be more bolder criminals than most, preferring bribery or distraction over subterfuge and stealth."},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Deception, Piloting, Sleight of Hand, and Stealth"},"toolProficiencies":{"value":"One type of gaming set and your choice of demolitions kit, security kit, or slicer's kit"},"languages":{"value":null},"equipment":{"value":"A fusion cutter, a set of dark common clothes including a hood, and a belt pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Smugglers might seem like villains on the surface, and many of them are nefarious to the core. But some have an abundance of endearing, if not redeeming, characteristics. There might be honor among thieves, but spies rarely show any respect for law or authority. "},"featureName":{"value":"Careful Selection"},"featureText":{"value":"Some close brushes with the law have taught you that not every city guard can be bribed, and some people are simply too keen to miss minute discrepancies. This feature allows you to study a person and gain insight into whether or not they would accept a bribe, or to pick up on whether they are exceptionally more perceptive than you. It does not reveal how expensive a bribe may be for a given situation, however."},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Ace Pilot
3Quick-Fingered
4Stealthy
5Entertainer
6Specialist
7Feigned Confidence
8Force of Personality
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I am extremely sociable, especially over a mug of ale.
2I always keep my wares close to me, you never know who might stumble across them otherwise.
3The best way to hide is out in the open.
4I'm a terrible gossip.
5Being seen with any unsavory figures is a sure way to undermine my work, which is why I work out of sight.
6Deflecting questions has become second nature to me, so I rarely answer straight.
7I have dozens of identities and live in constant fear of answering to the wrong name.
8I act irrationally confident in the face of danger, nobody suspects anything when you seem like you're in charge.
"},"idealOptions":{"value":"
d6Ideal
1Morals. I only smuggle things to improve the lives of the common folk. (Light)
2Ruthless. I will rise to the top of the heap by any means necessary. (Dark)
3Friendship. My associates are dear to me, and I want them to rise with me when I hit it big. (Lawful)
4Dauntless. No border crossing or bribe is too difficult- that's just the coward's way of saying exciting! (Chaotic)
5Greater. Good I work for a greater cause, and ply my trade only in service to it. (Any)
6Unperturbed. I only want to make a living for myself, and smuggling is just an edge I can use to do so. (Neutral)
"},"flawOptions":{"value":"
d6Flaw
1\"Trust nobody, not even yourself.\" I am plagued by paranoia.
2I'm so charismatic that sometimes I woo myself. Who am I, Narcissus?
3Money is my greatest motivator. I'll do almost anything given enough of it, even if I'll regret it later.
4I would betray anyone to save my own skin.
5I detach myself from the results of my actions in order to sleep better at night.
6Someone who knows me well might call me \"two-faced\" but those who don't have no idea what hit 'em.
"},"bondOptions":{"value":"
d6Bond
1A corrupt official shut me down back in my honest days. I aim to show him a thing or two about recovery.
2I never wanted to be a criminal, but it pays the bills.
3A bloodthirsty pirate stole a shipment from me and killed a dear friend of mine. I will have my vengeance.
4Someone I cared about discovered my profession and has publicly denounced me, and I am caught between protecting my reputation and restoring our relationship.
5My love interest is someone who once stole from right under my nose- but they have no idea who I am or how much I admire them for their accomplishment.
6My business partners are closer to me than my family.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"PKE8YQyBQFmHJaYA","name":"Lawyer","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

Your duty is to uphold the law. Before becoming an adventurer you resided over a court or tribunal, managing proceedings and sentencing criminals to punishments fit for their crimes. Your job required a deep understanding of the law which you used to resolve conflicts both clear-cut and morally grey.

The legal system on the planet where you worked has a large effect on how you view the law. Was it a court system with a jury making the final verdict, or did you have absolute authority over determining guilt and sentencing? Was it a fair legal system with plenty of integrity, or was it rife with abuse and corruption? Did you work on criminal cases, civil law, or something even more specific? Perhaps instead of working for a government you were a judge in an internal tribunal for a temple or military organization.

Consider what compelled you to leave your old occupation behind and begin adventuring. Perhaps you seek to bring someone beyond the scope of law to justice, or maybe you have lost faith in the legal system altogether and have turned to a vigilante approach.

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Insight, Investigation, Performance, and Persuasion"},"toolProficiencies":{"value":null},"languages":{"value":"Two of your choice"},"equipment":{"value":"Documentation of your station, a book of law, a formal uniform you wear to court, a set of common clothes, and a belt pouch containing 100 cr."},"suggestedCharacteristics":{"value":"A lawyer's career is centered on issues of right, wrong, and punishment, so they will approach adventuring through a similar lens. They are used to being respected and in control, leading many of them to struggle with wild, Any situations."},"featureName":{"value":"Legal Authority"},"featureText":{"value":"

You are familiar with the letter of the law and workings of courts, at least on the planet that you were a judge in. If you are in a foreign place where you are not familiar with their exact laws, you often will be able to track down the resources you need to learn them.

If you or your party gets into legal trouble, your experience may help you get out of it. If you can prove your credentials, you might be able to represent your party in a court of law without admonishment. You may know of legal loopholes that will help your case. If you are in the region where you originally worked, you might have past connections with many legal professionals there.

"},"featOptions":{"value":"
d8Feat
1Empathic
2Investigator
3Performer
4Charmer
5Linguist
6Actor
7Observant
8Keen Mind
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I quote the law like a religious fanatic quotes scripture.
2I bang my weapon like a gavel whenever I want a rowdy group's attention.
3I remain impartial when making decisions, even when I should have biases and loyalties.
4Evidence is necessary to back up any claim.
5I insist on settling all party disagreements through fake court proceedings.
6I have to hear all sides of a story, but I secretly hate listening to people whine about how unfairly they're treated.
7I am happy to make sacrifices for the sake of fairness.
8I will not attack a person unless someone can prove they are doing something wrong.
"},"idealOptions":{"value":"
d6Ideal
1Law. I will follow the letter of the law always, no matter what I believe. (Lawful)
2Justice. My duty is to fight for the disenfranchised underdog. (Light)
3Reform. Laws can be corrupt, and I strive to free people from the bad ones. (Chaotic)
4Punishment. I will punish all those who have committed great Darks. (Lawful)
5Control. I enforce the law only where it benefits myself. (Dark)
6Stability. The purpose of the law is to keep civilization from collapsing. That spirit of that goal is more important than the letter of the law. (Neutral)
"},"flawOptions":{"value":"
d6Flaw
1Mercy is a foreign concept to me.
2I am unwilling to admit when I am wrong.
3I become unreasonably enraged at even the slightest injustice.
4I expect others to adhere to the law, but I act like i am above it.
5If there isn't a law in the books to handle a moral dilemma, I can't make a decision.
6The punishments I deal are cruel and unusual.
"},"bondOptions":{"value":"
d6Bond
1A dangerous criminal is on the loose, and I plan to hunt them down.
2All those who strive to uphold the law are my allies.
3I have sentenced an innocent man to a horrible punishment, and the guilt still haunts me.
4There is an ethical cause that I would give my life for.
5I dream of memorizing the laws of every civilization.
6I am enamored with the legal system of my own culture, and want to spread its tenets everywhere.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"QrA974qwaJkrpkPY","name":"Criminal","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You are an experienced criminal with a history of breaking the law. You have spent a lot of time among other criminals and still have contacts within the criminal underworld. You're far closer than most people to the world of murder, theft, and violence that pervades the underbelly of civilization, and you have survived up to this point by flouting the rules and regulations of society."},"flavorName":{"value":"Criminal Specialty"},"flavorDescription":{"value":"Individual criminals often have particular specialties, whether a part of an organization or a solo endeavor. Choose the role you played in your criminal life, or roll on the table below."},"flavorOptions":{"value":"
d8Criminal Specialty
1Blackmailer
2Burglar
3Enforcer
4Fence
5Highway robber
6Hired killer
7Pickpocket
8Thug
"},"skillProficiencies":{"value":"Choose two from Deception, Intimidation, Sleight of Hand, and Stealth"},"toolProficiencies":{"value":"One type of gaming set, your choice of demolitions kit, security kit, or slicer's kit"},"languages":{"value":null},"equipment":{"value":"A set of common clothes with a hood, a gaming set (one of your choice), and a belt pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Criminals might seem like villains on the surface, and many of them are villainous to the core. But some have an abundance of endearing, if not redeeming, characteristics. There might be honor among thieves, but criminals rarely show any respect for law or authority. "},"featureName":{"value":"Criminal Contact"},"featureText":{"value":"You have a reliable and trustworthy contact who acts as your liaison to a network of other criminals. You know how to get messages to and from your contact, even over great distances; specifically, you know the local messengers, corrupt caravan masters, and seedy sailors who can deliver messages for you.\r\n"},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Threatening
3Quick-Fingered
4Stealthy
5Entertainer
6Specialist
7Feigned Confidence
8Observant
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I always have a plan for what to do when things go wrong.
2I am always calm, no matter what the situation. I never raise my voice or let me emotions control me.
3The first thing I do in a new place is note the locations of everything valuable—or where such things could be hidden.
4I would rather make a new friend than a new enemy.
5I am incredibly slow to trust. Those who seem the fairest often have the most to hide.
6I don't pay attention to the risks in a situation. Never tell me the odds.
7The best way to get me to do something is to tell me I can't do it.
8I blow up at the slightest insult.
"},"idealOptions":{"value":"
d6Ideal
1Honor. I don't steal from others in the trade. (Lawful)
2Freedom. Chains are meant to be broken, as are those who would forge them. (Chaotic)
3Charity. I steal from the wealthy so that I can help people in need. (Light)
4Greed. I will do whatever it takes to become wealthy. (Dark)
5People. I'm loyal to my friends, not to any ideals, and everyone else can take a trip down the Styx for all I care. (Neutral)
6Redemption. There's a spark of good in everyone. (Light)
"},"flawOptions":{"value":"
d6Flaw
1When I see something valuable, I can't think about anything but how to steal it.
2When faced with a choice between money and my friends, I usually choose the money.
3If there's a plan, I'll forget it. If I don't forget it, I'll ignore it.
4I have a \"tell\" that reveals when I'm lying.
5I turn tail and run when things look bad.
6An innocent person is in prison for a crime that I committed. I'm okay with that.
"},"bondOptions":{"value":"
d6Bond
1I'm trying to pay off an old debt I owe to a generous benefactor.
2My ill-gotten gains go to support my family.
3Something important was taken from me, and I aim to steal it back.
4I will become the greatest thief that ever lived.
5I'm guilty of a terrible crime. I hope I can redeem myself for it.
6Someone I loved died because of a mistake I made. That will never happen again.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"RR65bY8zATqg7i1o","name":"Hermit","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You lived in seclusion—either in a community or alone—for a formative part of your life. In your time apart from society, you found quiet, solitude, and perhaps some of the answers you were looking for."},"flavorName":{"value":"Life of Seclusion"},"flavorDescription":{"value":"

What was the reason for your isolation, and what changed to allow you to end your solitude? You can work with your GM to determine the exact nature of your seclusion, or you can choose or roll on the table below to determine the reason behind your seclusion.

"},"flavorOptions":{"value":"
d6Life of Seclusion
1I was partaking of communal living in accordance with the dictates of a religious order.
2I retreated from society after a life-altering event.
3I needed a quiet place to work on my art, literature, music, or manifesto.
4I needed to commune with nature, far from civilization.
5I was the caretaker of an ancient ruin or relic.
6I was in search of a place of spiritual significance.
"},"skillProficiencies":{"value":"Choose two from Animal Handling, Lore, Medicine, and Nature"},"toolProficiencies":{"value":"Bioanalysis kit"},"languages":{"value":"One of your choice"},"equipment":{"value":"A diary of your experiences, a winter blanket, a set of common clothes, a bioanalysis kit, and 50 cr"},"suggestedCharacteristics":{"value":"Some hermits are well suited to a life of seclusion, whereas others chafe against it and long for company. Whether they embrace solitude or long to escape it, the solitary life shapes their attitudes and ideals. Some few are driven slightly mad by their isolation."},"featureName":{"value":"Discovery"},"featureText":{"value":"The seclusion of your hermitage gave you access to a unique and powerful discovery. The nature of this revelation depends on the nature of your seclusion. You might have discovered a great truth about the cosmos or the Force, a fact that has long been forgotten, a relic of the past that could rewrite history, or a place unseen for ages. It might be information that would be damaging to the people who consigned you to exile, and hence the reason for your return to society. Work with your GM to determine the details of your discovery and its impact on the campaign.\r\n"},"featOptions":{"value":"
d8Feat
1Animal Handler
2Loremaster
3Medic
4Naturalist
5Specialist
6Alert
7Dungeon Delver
8Healer
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I've been isolated for so long that I rarely speak, preferring gestures and the occasional grunt.
2I am utterly serene, even in the face of disaster.
3The leader of my community had something wise to say on every topic, and I am eager to share that wisdom.
4I feel tremendous empathy for all who suffer.
5I'm oblivious to etiquette and social expectations.
6I connect everything that happens to me to a grand, cosmic plan.
7I often get lost in my own thoughts and contemplation, becoming oblivious to my surroundings.
8I am working on a grand philosophical theory and love sharing my ideas.
"},"idealOptions":{"value":"
d6Ideal
1Greater Good. My gifts are meant to be shared with all, not used for my own benefit. (Light)
2Logic. Emotions must not cloud our sense of what is right and true, or our logical thinking. (Lawful)
3Free Thinking. Inquiry and curiosity are the pillars of progress. (Chaotic)
4Power. Solitude and contemplation are paths toward mystical power. (Dark)
5Live and Let Live. Meddling in the affairs of others only causes trouble. (Neutral)
6Self-Knowledge. If you know yourself, there's nothing left to know. (Any)
"},"flawOptions":{"value":"
d6Flaw
1Now that I've returned to the world, I enjoy its delights a little too much.
2I harbor dark, bloodthirsty thoughts that my isolation and meditation failed to quell.
3I am dogmatic in my thoughts and philosophy.
4I let my need to win arguments overshadow friendships and harmony.
5I'd risk too much to uncover a lost bit of knowledge.
6I like keeping secrets and won't share them with anyone.
"},"bondOptions":{"value":"
d6Bond
1Nothing is more important than the other members of my hermitage, order, or association.
2I entered seclusion to hide from the ones who might still be hunting me. I must someday confront them.
3I'm still seeking the enlightenment I pursued in my seclusion, and it still eludes me.
4I entered seclusion because I loved someone I could not have.
5Should my discovery come to light, it could bring ruin to the world.
6My isolation gave me great insight into a great Dark that only I can destroy.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"THNb8EKftqwZA1Un","name":"Laborer","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You are an experienced laborer and come from a humble social rank. You work with your hands, and anything worth doing is worth doing well. Your life is full of hard work and too little respect for your efforts, but you share a deep camaraderie with your fellow workers."},"flavorName":{"value":"Labor Specialty"},"flavorDescription":{"value":"

There are many kinds of manual laborors, skilled and unskilled. Choose your field or specialty or roll on the table below.

"},"flavorOptions":{"value":"
d8Labor Specialty
1Construction
2Droid Repair
3Electrician
4Facilities Maintenance
5Logistics/Shipping
6Manufacturing
7Mechanic
8Plumbing/HVAC
"},"skillProficiencies":{"value":"Choose two from Animal Handling, Athletics, Survival, and Technology"},"toolProficiencies":{"value":"One type of gaming set and one set of artisan's implements"},"languages":{"value":null},"equipment":{"value":"A set of common clothes, a sturdy knife, a gaming set (one of your choice), and a belt pouch containing 100 cr"},"suggestedCharacteristics":{"value":"Laborers run the gamut from independent operator and owners to lazy and incompetent employees. "},"featureName":{"value":"Working Class"},"featureText":{"value":"You have a contact that acts as your liaison to a union or faction. You know how to reach your contact at all times. Your contact can provide you with the means to requisition equipment used in manufacturing or shipping.\r\n"},"featOptions":{"value":"
d8Feat
1Animal Handler
2Brawny
3Survivalist
4Techie
5Entertainer
6Crafter
7Athlete
8Durable
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I am quiet and reserved. I rarely raise my voice or object.
2I take pride in what my hands create or fix.
3I have little respect for people who call others to fix their problems.
4I am fiercely independent.
5I look down on book learning and take pride in my street-smarts.
6I may be quite calm and polite around those of higher power than I; but I'm harsh towards all my underlings, flexing the little power I have.
7I work to live.
8I live to work.
"},"idealOptions":{"value":"
d6Ideal
1Prestige. I hope to one day rise to the top of my field and command the respect of those who work for me. (Lawful)
2Superiority. Rules are meant to control the sheep.I'm no sheep. (Chaotic)
3Community. It is the duty of all people to strengthen the bonds of community and thereby improve civilization. (Light)
4Greed. I will do whatever it takes to climb to the top. (Dark)
5People. I'm loyal to my friends, not to any ideals, and everyone else can take a walk for all I care. (Neutral)
6Faith. I trust that my leader will guide my actions, I have faith that if I work hard, things will go well. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I put too much trust in those who wield power within my employer's hierarchy.
2I am inflexible in my thinking.
3I like things more than people.
4I do anything I can to avoid real work.
5I am not an independent thinker.I need detailed instructions and close supervision.
6I gossip about others to hide my inadequacies.
"},"bondOptions":{"value":"
d6Bond
1I will someday get revenge on the corrupt boss who fired me.
2Everything I do is for the common people.
3I will do anything to protect my co-workers.
4No one must ever learn that I once stole from my employer.
5I'm guilty of a terrible crime. I hope I can redeem myself for it.
6I am committed to my group's goals over my own.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"U4u51Iql70Mny6nx","name":"Nomad","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You grew up in the wilds, far from civilization and the comforts of town and technology. You've witnessed the migration of herds larger than forests, survived weather more extreme than any city-dweller could comprehend, and enjoyed the solitude of being the only thinking creature for miles in any direction. The wilds are in your blood, whether you were a nomad, an explorer, a recluse, a hunter-gatherer, or even a marauder. Even in places where you don't know the specific features of the terrain, you know the ways of the wild."},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Animal Handling, Athletics, Medicine, and Survival"},"toolProficiencies":{"value":"One type of musical instrument"},"languages":{"value":"One of your choice"},"equipment":{"value":"A walking stick, a hunting trap, a trophy from an animal you killed, a set of traveler's clothes, and a belt pouch containing 100 cr"},"suggestedCharacteristics":{"value":"Often considered rude and uncouth among civilized folk, nomads have little respect for the niceties of life in the cities. The ties of tribe, clan, family, and the natural world are the most important bonds to nomads."},"featureName":{"value":"Wanderer"},"featureText":{"value":"You have an excellent memory for maps and geography, and you can always recall the general layout of terrain, settlements, and other features around you. In addition, you can find food and fresh water for yourself and up to five other people each day, provided that the land offers berries, small game, water, and so forth."},"featOptions":{"value":"
d8Feat
1Animal Handler
2Brawny
3Medic
4Survivalist
5Entertainer
6Linguist
7Dungeon Delver
8Observant
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I'm driven by a wanderlust that led me away from home.
2I watch over my friends as if they were a litter of newborn pups.
3I once ran twenty-five miles without stopping to warn my clan of an approaching horde. I'd do it again if I had to.
4I have a lesson for every situation, drawn from observing nature.
5I place no stock in wealthy or well-mannered folk. Money and manners won't save you from a hungry rancor.
6I'm always picking things up, absently fiddling with them, and sometimes accidentally breaking them.
7I feel far more comfortable around animals than people.
8I was, in fact, raised by wampas.
"},"idealOptions":{"value":"
d6Ideal
1Change. Life is like the seasons, in constant change, and we must change with it. (Chaotic)
2Greater Good. It is each person's responsibility to make the most happiness for the whole tribe. (Light)
3Honor. If I dishonor myself, I dishonor my whole clan. (Lawful)
4Might. The strongest are meant to rule. (Dark)
5Nature. The natural world is more important than all the constructs of civilization. (Neutral)
6Glory. I must earn glory in battle, for myself and my clan. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I am too enamored of ale, wine, and other intoxicants.
2There's no room for caution in a life lived to the fullest.
3I remember every insult I've received and nurse a silent resentment toward anyone who's ever wronged me.
4I am slow to trust members of other species, tribes, and societies.
5Violence is my answer to almost any challenge.
6Don't expect me to save those who can't save themselves. It is nature's way that the strong thrive and the weak perish.
"},"bondOptions":{"value":"
d6Bond
1My family, clan, or tribe is the most important thing in my life, even when they are far from me.
2An injury to the unspoiled wilderness of my home is an injury to me.
3I will bring terrible wrath down on the Darkdoers who destroyed my homeland.
4I am the last of my tribe, and it is up to me to ensure their names enter legend.
5I suffer awful visions of a coming disaster and will do anything to prevent it.
6It is my duty to provide children to sustain my tribe.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"VJY4aiKObzMTVcq9","name":"Mandalorian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You are a child of Mandalore. As a member of the most renowned warrior culture in history, your people are known for being strong and hardy. Mandalorian culture is built around the honor and glory that come from victory in battle."},"flavorName":{"value":"Mandalorian Clan"},"flavorDescription":{"value":"Mandalorian culture is built on the backbone of various clans. The clan you are a part of has it's own history, allegiances, and fueds which shape your persepctive. Choose an option or roll on the table below to determine your clan."},"flavorOptions":{"value":"
d8Mandalorian Clan
1Vizsla
2Fett
3Kryze
4Ordo
5Wren
6Lok
7Cadera
8Clanless
"},"skillProficiencies":{"value":"Choose two from Athletics, Intimidation, Piloting, and Survival"},"toolProficiencies":{"value":"One set of artisan's implements"},"languages":{"value":"Mando'a"},"equipment":{"value":"A set of traveler's clothes, a trophy from a previous victory, and a pouch containing 200 cr"},"suggestedCharacteristics":{"value":"Mandalorians are a meritocracy where birthplace, rank, status, and citizenship mean nothing. You are what you do. Mandalorians live by the Resol'nare (the \"Six Actions\"). As a true Mandalorian you should strive to live by this code as much as possible by remaining honorable. Your flaw(s) might consist of any dishonor you've committed, or even being too honorable."},"featureName":{"value":"Child of Mandalore"},"featureText":{"value":"Other Mandalorians know, and will look out for you. If you're ever in need of a place to stay, or a meal to eat, other Mandalorians will help you as long as your clans aren't feuding. This could be in the form of shelters, meals, even healing. If the Mandalorians are of your clan or a clan friendly to you, they may be willing to help you even at cost to themselves."},"featOptions":{"value":"
d8Feat
1Brawny
2Threatening
3Ace Pilot
4Survivalist
5Crafter
6Durable
7Weapon Expert
8Athlete
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I try and bring my culture to outsiders.
2I always put my clan first.
3I follow the Resol'nare to the letter.
4I love a good spar.
5I enjoy traveling the galaxy.
6I keep a small trophy on me to remind me of a past victory.
7I view the force as dishonorable in combat.
8I've seen the horrors of battle and try to prevent it.
"},"idealOptions":{"value":"
d6Ideal
1Tradition. I live by my clan's ways, and will continue to do so. (Lawful)
2Power. I strive to be the best warrior, no matter who stands in my way. (Dark)
3Respect. I have earned the respect of many, and I intend to keep it. (Light)
4Freedom. I enjoy having the ability to do whatever I want. (Chaotic)
5Comradery. I'll put everything on the line for those dear to me. (Any)
6Aspiration. I'll succeed in my goals, it just takes time and effort. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I look down on outsiders.
2I have no respect for anyone who flees. Cowardice is unacceptable.
3I don't see much use in talking, a blaster is all I need to make my point.
4I stick to my traditions no matter what, even at the cost of others.
5I retreated once, and I've regretted it ever since.
6I value a victory regardless of the ethics behind the victory.
"},"bondOptions":{"value":"
d6Bond
1I lost someone dear to me in battle, I will always honor them.
2Honor is everything to me.
3I will lay down my life for those beside me.
4I must keep the traditions of my ancestors alive.
5No matter where I go, Mandalore is my home.
6In death, I will find glory.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"XIh1KZdQbMJoPrF9","name":"Force Adept","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You are keenly attuned to the flow of the mysterious energy field known as the Force. With proper training, you could learn to consciously sense and manipulate that energy further. As it is, you may appear to have heightened senses, extremely quick reflexes, an intuitive understanding of others, or an uncanny ability to persuade people to your way of thinking. Your powers may have lain dormant for a long time, perhaps you felt something inside of you but never knew what it was. Perhaps your abilities were awoken by a strong encounter with another force-sensitive with the powers of the Force, or an object associated with the Force, such as a lightsaber."},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Deception, Insight, Perception, and Persuasion"},"toolProficiencies":{"value":"Two of your choice of artisan's implements, gaming sets, or musical instruments"},"languages":{"value":null},"equipment":{"value":"A set of common clothes, a sturdy knife, and a belt pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Force adepts can come from all walks of life and have varied life experiences. Often, though, there is an underlying influence that the Force has on the personalities of Force Adepts, especially once they begin to be conscious of their connection to the Force. "},"featureName":{"value":"Guided by the Force"},"featureText":{"value":"When you attempt to learn a piece of knowledge, you often instinctively know where or from whom you can obtain it. Usually, this information comes from a seemingly random person, book, or data file. Your GM might rule that the knowledge you seek is secreted away in an almost inaccessible place, or that it simply cannot be found."},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Empathic
3Perceptive
4Charmer
5Crafter
6Entertainer
7Force of Personality
8Force-Sensitive
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I see omens in every event and action. The Force tries to speak to us, we just need to listen.
2I am always calm, no matter what the situation. I never raise my voice or let me emotions control me.
3The Force has chosen me for a greater purpose.I am destined for greatness.
4I would rather make a new friend than a new enemy. We are all connected to each other.
5I've always been good at everything and things come to me naturally, but I am proud of my accomplishments.
6I don't pay attention to the risks in a situation. The odds are always in my favor.
7The best way to get me to do something is to tell me I can't do it.
8My emotions sometimes get the most of me, but they help me succeed.
"},"idealOptions":{"value":"
d6Ideal
1Dilligence. I seek to prove myself worthy of the Force by matching my actions against the Jedi teachings. (Lawful)
2Change. We must help bring about the changes the Force is constantly working in the world. (Chaotic)
3Redemption. There's a spark of good in everyone. (Light)
4Power. I will do whatever it takes to have power. (Dark)
5Faith. I trust that the Force will guide my actions; I have faith that if I work hard, things will go well. (Neutral)
6Growth. Self-improvement is an unending chore, but one that must be done. (Any)
"},"flawOptions":{"value":"
d6Flaw
1My faith in the Force sometimes leads me to blindly trust others that profess that same faith.
2The Jedi and Sith worship the Force as a religion. I think they are idiots for worshipping a hammer.
3I'm convinced of the significance of my destiny, and blind to my shortcomings and the risk of failure.
4I have trouble trusting in my allies that don't share my connection to the Force.
5I remember every insult I've received and nurse a silent resentment toward anyone who's ever wronged me.
6Once I pick a goal, I become obsessed with it to the detriment of everything else in my life.
"},"bondOptions":{"value":"
d6Bond
1I'm searching for instruction in the ways of the Force.
2I am fully dedicated to the will of the Force.It leads and I follow.
3I must return a relic to the temple it was taken from.
4I will become the greatest user of the Force that ever lived.
5I'm guilty of a terrible crime. I hope I can redeem myself for it.
6Someone I loved died because of a mistake I made. That will never happen again.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"aiBPuaLODR08hveu","name":"Noble","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You understand wealth, power, and privilege. You carry a noble title, and your family owns land, collects taxes, and wields significant political influence. You might be a pampered aristocrat unfamiliar with manual labor, a former merchant just elevated to the nobility, or an honest, hard-working landowner who cares deeply about the people who live and work on your land.

Work with your GM to come up with an appropriate title and determine how much authority that title carries, as well as your family and their influence on you. Is your family old and established, or was your title only recently bestowed? How much influence do they wield, how do people regard them?

What's your position in the family? Are you the heir to the head of the family or the head itself? Are you far down the line of succession? How does the head of your family feel about your adventuring career? Are you in your family's good graces?

Does your family have a coat of arms you might wear, a signet ring, or particular colors?

These details help establish your family and your title as features of the world of the campaign.

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Deception, Insight, Lore, and Persuasion"},"toolProficiencies":{"value":"One type of gaming set"},"languages":{"value":"One of your choice"},"equipment":{"value":"A set of fine clothes, a signet ring, a letter of pedigree, and a purse containing 250 cr"},"suggestedCharacteristics":{"value":"Nobles are born and raised to a very different lifestyle than most people ever experience, and their personalities reflect that upbringing. A noble title comes with a plethora of bonds—responsibilities to family, to other nobles (including the sovereign), to the people entrusted to the family's care, or even to the title itself. But this responsibility is often a good way to undermine a noble."},"featureName":{"value":"Position of Privilege"},"featureText":{"value":"Thanks to your noble birth, people are inclined to think the best of you. You are welcome in high society, and people assume you have the right to be wherever you are. The common folk make every effort to accommodate you and avoid your displeasure, and other people of high birth treat you as a member of the same social sphere. You can secure an audience with a local noble if you need to.\r\n"},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Empathic
3Loremaster
4Charmer
5Entertainer
6Linguist
7Inspiring Leader
8Observant
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1My eloquent flattery makes everyone I talk to feel like the most wonderful and important person in the world.
2The common folk love me for my kindness and generosity.
3No one could doubt by looking at my regal bearing that I am a cut above the unwashed masses.
4I take great pains to always look my best and follow the latest fashions.
5I don't like to get my hands dirty, and I won't be caught dead in unsuitable accommodations.
6Despite my noble birth, I do not place myself above other folk. We all have the same blood.
7My favor, once lost, is lost forever.
8If you do me an injury, I will crush you, ruin your name, and salt your fields.
"},"idealOptions":{"value":"
d6Ideal
1Respect. Respect is due to me because of my position, but all people regardless of station deserve to be treated with dignity. (Light)
2Responsibility. It is my duty to respect the authority of those above me, just as those below me must respect mine. (Lawful)
3Independence. I must prove that I can handle myself without the coddling of my family. (Chaotic)
4Power. If I can attain more power, no one will tell me what to do. (Dark)
5Family. Blood runs thicker than water. (Any)
6Noble Obligation. It is my duty to protect and care for the people beneath me. (Light)
"},"flawOptions":{"value":"
d6Flaw
1I secretly believe that everyone is beneath me.
2I hide a truly scandalous secret that could ruin my family forever.
3I too often hear veiled insults and threats in every word addressed to me, and I'm quick to anger.
4I have an insatiable desire for carnal pleasures.
5In fact, the world does revolve around me.
6By my words and actions, I often bring shame to my family.
"},"bondOptions":{"value":"
d6Bond
1I will face any challenge to win the approval of my family.
2My house's alliance with another noble family must be sustained at all costs.
3Nothing is more important than the other members of my family.
4I am in love with the heir of a family that my family despises.
5My loyalty to my sovereign is unwavering.
6The common folk must see me as a hero of the people.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"bYURF6K7SKWH4SUH","name":"Faction Merchant","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"Instead of an artisans' faction, you might belong to a faction of traders, caravan masters, or shopkeepers. You don't craft items yourself but earn a living by buying and selling the works of others. Your faction might be a large merchant consortium (or family) with interests across the galaxy. Perhaps you transported goods from one place to another, by ship, wagon, or caravan, or bought them from traveling traders and sold them in your own little shop. In some ways, the traveling merchant's life lends itself to adventure far more than the life of an artisan."},"flavorName":{"value":"Faction Business"},"flavorDescription":{"value":"Factions are generally found in cities large enough to support several artisans practicing the same trade. However, your faction might instead be a loose network of artisans who each work in a different village within a larger realm. Work with your GM to determine the nature of your faction."},"flavorOptions":null,"skillProficiencies":{"value":"Choose two from Deception, Insight, Performance, and Persuasion"},"toolProficiencies":{"value":null},"languages":{"value":"Two of your choice"},"equipment":{"value":"A letter of introduction from your faction, a set of traveler's clothes, and a belt pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Faction merchants are among the most ordinary people in the world—until they abscond to take up an adventuring career. They understand the value of hard work and the importance of community, but they're vulnerable to sins of greed and covetousness."},"featureName":{"value":"Faction Membership"},"featureText":{"value":"

As an established and respected member of a faction, you can rely on certain benefits that membership provides. Your fellow faction members will provide you with lodging and food if necessary, and pay for your funeral if needed. In some cities and towns, a factionhall offers a central place to meet other members of your profession, which can be a good place to meet potential patrons, allies, or hirelings.

Factions often wield tremendous political power. If you are accused of a crime, your faction will support you if a good case can be made for your innocence or the crime is justifiable. You can also gain access to powerful political figures through the faction, if you are a member in good standing. You must pay dues of 50 cr per month to the faction. Your dues must be current to remain in the faction's good graces.

"},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Empathic
3Performer
4Charmer
5Linguist
6Haggler
7Inspiring Leader
8Practiced
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I believe that anything worth doing is worth doing right. I can't help it—I'm a perfectionist.
2I'm a snob who looks down on those who can't appreciate fine art.
3I always want to know how things work and what makes people tick.
4I'm full of witty aphorisms and have a proverb for every occasion.
5I'm rude to people who lack my commitment to hard work and fair play.
6I like to talk at length about my profession.
7I don't part with my money easily and will haggle tirelessly to get the best deal possible.
8I believe I'm well known for my work, and I'm always taken aback when people haven't heard of me.
"},"idealOptions":{"value":"
d6Ideal
1Community. It is the duty of all civilized people to strengthen the bonds of community and the security of civilization. (Lawful)
2Generosity. My talents were given to me so that I could use them to benefit the world. (Light)
3Freedom. Everyone should be free to pursue his or her own livelihood. (Chaotic)
4Greed. I'm only in it for the money. (Dark)
5People. I'm committed to the people I care about, not to ideals. (Neutral)
6Aspiration. I work hard to be the best there is at my craft. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I'll do anything to get my hands on something rare or priceless.
2I'm quick to assume that someone is trying to cheat me.
3No one must ever learn that I once stole money from faction coffers.
4I'm never satisfied with what I have—I always want more.
5I would kill to acquire a noble title.
6I'm horribly jealous of anyone who can outshine my handiwork. Everywhere I go, I'm surrounded by rivals.
"},"bondOptions":{"value":"
d6Bond
1The workshop where I learned my trade is the most important place in the world to me.
2I commissioned a great work for someone unworthy of it; I now search for someone worthy.
3I owe my faction a great debt for forging me into the person I am today.
4I pursue wealth to secure someone's love.
5One day I will return to my faction and prove that I am the greatest artisan of them all.
6I will get revenge on the Dark forces that destroyed my place of business and ruined my livelihood.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"dcqVW5Z60JmbE3Vj","name":"Faction Artisan","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You are a member of an artisan's faction, skilled in a particular field and closely associated with other artisans. You are a well-established part of the mercantile world, freed by talent and wealth from the constraints of a feudal social order. You learned your skills as an apprentice to a master artisan, under the sponsorship of your faction, until you became a master in your own right."},"flavorName":{"value":"Faction Business"},"flavorDescription":{"value":"Factions are generally found in cities large enough to support several artisans practicing the same trade. However, your faction might instead be a loose network of artisans who each work in a different village within a larger realm. Work with your GM to determine the nature of your faction.\r\n"},"flavorOptions":null,"skillProficiencies":{"value":"Choose two from Athletics, Insight, Persuasion, and Technology"},"toolProficiencies":{"value":"One type of artisan's implements, biochemist's kit, or chef's kit"},"languages":{"value":"One of your choice"},"equipment":{"value":"A set of tools (one of your choice), a letter of introduction from your faction, a set of traveler's clothes, and a belt pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Faction artisans are among the most ordinary people in the world—until they set down their tools and take up an adventuring career. They understand the value of hard work and the importance of community, but they're vulnerable to sins of greed and covetousness."},"featureName":{"value":"Faction Membership"},"featureText":{"value":"

As an established and respected member of a faction, you can rely on certain benefits that membership provides. Your fellow faction members will provide you with lodging and food if necessary, and pay for your funeral if needed. In some cities and towns, a factionhall offers a central place to meet other members of your profession, which can be a good place to meet potential patrons, allies, or hirelings.

Factions often wield tremendous political power. If you are accused of a crime, your faction will support you if a good case can be made for your innocence or the crime is justifiable. You can also gain access to powerful political figures through the faction, if you are a member in good standing. You must pay dues of 50 cr per month to the faction. Your dues must be current to remain in the faction's good graces.

"},"featOptions":{"value":"
d8Feat
1Brawny
2Empathic
3Charmer
4Techie
5Crafter
6Specialist
7Linguist
8Haggler
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I believe that anything worth doing is worth doing right. I can't help it—I'm a perfectionist.
2I'm a snob who looks down on those who can't appreciate fine art.
3I always want to know how things work and what makes people tick.
4I'm full of witty aphorisms and have a proverb for every occasion.
5I'm rude to people who lack my commitment to hard work and fair play.
6I like to talk at length about my profession.
7I don't part with my money easily and will haggle tirelessly to get the best deal possible.
8I believe I'm well known for my work, and I'm always taken aback when people haven't heard of me.
"},"idealOptions":{"value":"
d6Ideal
1Community. It is the duty of all civilized people to strengthen the bonds of community and the security of civilization. (Lawful)
2Generosity. My talents were given to me so that I could use them to benefit the world. (Light)
3Freedom. Everyone should be free to pursue his or her own livelihood. (Chaotic)
4Greed. I'm only in it for the money. (Dark)
5People. I'm committed to the people I care about, not to ideals. (Neutral)
6Aspiration. I work hard to be the best there is at my craft. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I'll do anything to get my hands on something rare or priceless.
2I'm quick to assume that someone is trying to cheat me.
3No one must ever learn that I once stole money from faction coffers.
4I'm never satisfied with what I have—I always want more.
5I would kill to acquire a noble title.
6I'm horribly jealous of anyone who can outshine my handiwork. Everywhere I go, I'm surrounded by rivals.
"},"bondOptions":{"value":"
d6Bond
1The workshop where I learned my trade is the most important place in the world to me.
2I created a great work for someone, and then found them unworthy of it; I now search for someone worthy.
3I owe my faction a great debt for forging me into the person I am today.
4I pursue wealth to secure someone's love.
5One day I will return to my faction and prove that I am the greatest artisan of them all.
6I will get revenge on the Dark forces that destroyed my place of business and ruined my livelihood.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"eOpE0XX7z0jx8lwI","name":"Sith","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

You are an acolyte of the Sith Order: an ancient order of Force-wielders devoted to the dark side of the Force. Emerging as a divergent faction to the Jedi Order, the Sith are mortal enemies of the Jedi and fight against them. Driven by emotions such as hate, anger, and greed, the Sith are deceptive and ultimately obsessed with amassing power no matter the cost. You follow the Sith Code:

\"Peace is a lie. There is only passion.
Through passion I gain strength.
Through strength I gain power.
Through power I gain victory.
Through victory my chains are broken.
The Force shall free me.\"

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Deception, Insight, Intimidation, and Lore"},"toolProficiencies":{"value":"Artificer's tools"},"languages":{"value":"One of your choice"},"equipment":{"value":"A copy of the Sith code, a set of common clothes including a robe, and a belt pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Sith are shaped by their training. They study the Sith code and use it to oppress the weak and quell resistance. Their study of the Sith code affects their mannerisms and ideals. Their flaws might be some hidden hypocrisy or heretical idea, or an ideal or bond taken to an extreme."},"featureName":{"value":"Asylum by the Fearful"},"featureText":{"value":"

As a Sith, you instill fear in those who are aware of your standing. You and your adventuring companions can expect to receive free healing and care at any Sith temple, and those who are aware of your nature will support you (but only you) at a modest lifestyle.

You might also have ties to a specific Sith temple and have a residence there. This could be the temple where you trained, or a temple where you have found a new home. While near your temple, you can call upon the Sith for assistance, provided the assistance you ask for benefits them and you remain in good standing with your temple.

"},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Empathic
3Threatening
4Loremaster
5Linguist
6Crafter
7Force of Personality
8Force-Sensitive
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I idolize a particular Sith, and constantly refer to that person's deeds and example.
2I can find common ground between the fiercest enemies, empathizing with them and always working towards peace.
3I see omens in every event and action. The Force tries to speak to us, we just need to listen
4Nothing can shake my optimistic attitude.
5I quote (or misquote) sacred Sith texts and proverbs in almost every situation.
6I am tolerant (or intolerant) of those who don't support the Sith.
7I've enjoyed fine food, drink, and high society. Rough living grates on me.
8I've spent so long in the Sith temple that I have little practical experience dealing with people in theworld.
"},"idealOptions":{"value":"
d6Ideal
1Tradition. The ancient traditions of worship and sacrifice must be preserved and upheld. (Any)
2Disdain. I never try to help those in need, regardless of how simple it would be. (Dark)
3Change. We must help bring about the changes the Force is constantly working in the world. (Any)
4Power. I hope to one day rise to the rank of Dark Lord of the Sith. (Any)
5Faith. I trust that the Force will guide my actions; I have faith that if I work hard, things will go well. (Any)
6Aspiration. I seek to prove myself worthy of the Force by matching my actions against the Sith teachings. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I judge others harshly, and myself even more severely.
2I put too much trust in those who wield power within my temple's hierarchy.
3My piety sometimes leads me to blindly trust those that profess faith in the Force.
4I am inflexible in my thinking.
5I am suspicious of strangers and expect the worst of them.
6Once I pick a goal, I become obsessed with it to the detriment of everything else in my life.
"},"bondOptions":{"value":"
d6Bond
1I would die to recover an ancient Sith relic that was lost long ago.
2I will someday get revenge on those who razed my temple.
3I owe my life to the Sith who took me in when my parents died.
4Everything I do is for the common people.
5I will do anything to protect the temple where I served.
6I seek to preserve a sacred text that my enemies seek to destroy.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"epdUhaALxnzAGHkt","name":"Farmer","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You are an experienced farmer, cultivating and harvesting nature for the provision of others. You have spent a lot of time surviving outside population centers, but know how to sell your product either directly or to merchants, legal or otherwise. Because you deal with commodities, either as input or as produce, you know how to get things done and how to live on razor-thin margins. You have survived up to this point by working long, hard, and smart."},"flavorName":{"value":"Farming Specialty"},"flavorDescription":{"value":"There are as many kinds of farmers as there are things to harvest. Even farmers who provide for all their own needs have deep experience in one type of farming over others. Choose your harvest, or roll on the table below.\r\n\r\n|d8|Harvest|\r\n|:---:|:----------:|\r\n|1|Cereal Crops|\r\n|2|Drug Compounds|\r\n|3|Fibrous Plants|\r\n|4|Herbs & Spices|\r\n\r\n|d8|Harvest|\r\n|:---:|:----------:|\r\n|5|Insect Products|\r\n|6|Livestock|\r\n|7|Moisture|\r\n|8|Vegetables|\r\n"},"flavorOptions":{"value":"
d8Farming Specialty
1Cereal Crops
2Drug Compounds
3Fibrous Plants
4Herbs & Spices
5Insect Products
6Livestock
7Moisture
8Vegetables
"},"skillProficiencies":{"value":"Choose two from Animal Handling, Nature, Persuasion, and Technology"},"toolProficiencies":{"value":"One instrument and one type of artisan's implements or bioanalysis kit"},"languages":{"value":null},"equipment":{"value":"A rough instrument you are proficient with, a set of tools (one of your choice), a sturdy knife, a set of common clothes, and a belt pouch containing 50 cr"},"suggestedCharacteristics":{"value":"A farmer is one of the common people and unusually tied to their home and the land. Most farmers look on their humble origins as a virtue, not a shortcoming, and they are quick to defend their home communities and their values, even if they always longed to leave their rural lives and move to the city."},"featureName":{"value":"Rustic Hospitality"},"featureText":{"value":"Since you are of the common folk, you fit in among them with ease. You can find a place to hide, rest, or recuperate among other commoners, unless you have shown yourself to be a danger to them. They will shield you from the law or anyone else searching for you, though they will not risk their lives for you.\r\n"},"featOptions":{"value":"
d8Feat
1Animal Handler
2Naturalist
3Charmer
4Techie
5Entertainer
6Crafter
7Specialist
8Haggler
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I judge people by their actions, not their words.
2If someone is in trouble, I'm always ready to lend help.
3When I set my mind to something, I follow through no matter what gets in my way.
4I have a strong sense of fair play and always try to find the most equitable solution to arguments.
5Thinking is for other people. I prefer action.
6I misuse long words in an attempt to sound smarter.
7I watch over my friends as if they were a litter of newborn pups.
8I have a lesson for every situation, drawn from observing nature.
"},"idealOptions":{"value":"
d6Ideal
1Respect. People deserve to be treated with dignity and respect. (Light)
2Honor. My word is my bond. (Lawful)
3Freedom. Tyrants must not be allowed to oppress the people. (Light)
4Greed. I will do whatever it takes to become wealthy. (Dark)
5Live and Let Live. Meddling in the affairs of others only causes trouble. (Neutral)
6People. I'm loyal to my friends, not to any ideals, and everyone else can take a walk for all I care. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I am too enamored of ale, wine, and other intoxicants.
2I remember every insult I've received and nurse a silent resentment toward anyone who's ever wronged me.
3I am slow to trust members of other species, planets, and societies.
4The tyrant who rules my land will stop at nothing to see me killed.
5I turn tail and run when things look bad.
6I have a weakness for the vices of the city, especially gambling.
"},"bondOptions":{"value":"
d6Bond
1I'm trying to pay off an old debt I owe to a generous benefactor.
2I worked the land, I love the land, and I will protect the land.
3A proud noble once gave me a horrible beating, and I will take my revenge on any bully I encounter.
4I wish my childhood sweetheart had come with me to pursue my destiny.
5My family, community, or planet is the most important thing in my life, even when they are far from me.
6Someone I loved died because of a mistake I made. That will never happen again.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"fJpl3xotJ0xibw62","name":"Servant","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

You have lived much of your life in the service of a lord, noble, merchant, or someone else with much wealth or power. You fetched their coats, drove their chariots, pressed their clothes; and generally did what they asked you to do.

\n

Were you a highly respected butler? A simple scullery maid? Were you born into service, or did you join later? Were you close to your master or masters, or were they distant and cold? Did they treat you well, or beat you at the drop of a hat?

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Insight, Lore, Performance, and Persuasion"},"toolProficiencies":{"value":"One of your choice"},"languages":{"value":"One of your choice"},"equipment":{"value":"A noble symbol representing your employer, a set of artisan's implements (one of your choice), a set of nice clothes, a set of common clothes, and a belt pouch containing 100 cr"},"suggestedCharacteristics":{"value":"A servant, for better or worse, will have their personality affected by their years of servitude. "},"featureName":{"value":"Decorum"},"featureText":{"value":"You know how to carry yourself around the elite and their servants. When in the presence of someone of power, or the servants of such a person, you can easily act as if you belong and, barring any extremely outlandish behavior, you can pass off your companions as belonging, too. \r\n"},"featOptions":{"value":"
d8Feat
1Empathic
2Loremaster
3Performer
4Charmer
5Crafter
6Entertainer
7Specialist
8Linguist
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I am compulsively neat, and clean; I feel uncomfortable if my companions and I are ever dirty orunpresentable.
2I am a bit of a snob, and look down on the common rabble.
3I am extremely subservient; I rarely raise my voice or object.
4I may be quite calm and polite around those of higher power than I; but I'm harsh towards all my underlings, flexing the little power I have.
5I dote over my companions like a concerned mother bird, fixing their clothing and making sure they look nice.
6I hated my time as a servant, and go out of my way to enjoy myself and let loose, rarely holding my tongue.
7I rarely show any emotions, remaining calm and stoic even in the worst of situations.
8I can-or think I can-diffuse the most tense and stressful of situations with the right word or phrase.
"},"idealOptions":{"value":"
d6Ideal
1Service. Your wish is my desire. (Lawful)
2Helpful. I just enjoy making myself useful. (Light)
3Free. Noone should be bound in servitude. (Chaotic)
4Infiltrate. From the position of a servant, I can worm my way into places of power! (Dark)
5Payment. I don't care what my masters do; as long as I get paid. (Neutral)
6Live. I only wish to serve in peace. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I become incredibly nervous around people of power and importance.
2Saying that I'm a little bossy is a bit of an understatement.
3I can be a sycophant, constantly fawning and flattering others; which can come off as shallow.
4I've lived a relatively pampered life; the world of commoners is dull and painful to me.
5I never speak for myself, letting others walk all over me.
6I often can seem stiff, old fashioned and generally a stick in the mud.
"},"bondOptions":{"value":"
d6Bond
1I am still loyal to my old master.
2The Lord I worked for is after my head, and will do anything to capture me.
3My family still live as servants; I hope to earn a better life for them.
4An older servant taught me the ropes and looked out for me; and I owe them a great debt.
5I will exact revenge on the bastards who ruined (or ended) my Master's life.
6I have plenty of friends in high places; and they've come in useful from time to time.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"fYxeCCgj3zHCtLVo","name":"Urchin","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

You grew up on the streets alone, orphaned, and poor. You had no one to watch over you or to provide for you, so you learned to provide for yourself. You fought fiercely over food and kept a constant watch out for other desperate souls who might steal from you. You slept on rooftops and in alleyways, exposed to the elements, and endured sickness without the advantage of medicine or a place to recuperate. You've survived despite all odds, and did so through cunning, strength, speed, or some combination of each.

\n

You begin your adventuring career with enough money to live modestly but securely for at least ten days. How did you come by that money? What allowed you to break free of your desperate circumstances and embark on a better life?

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Deception, Insight, Sleight of Hand, and Stealth"},"toolProficiencies":{"value":"Disguise kit, security kit"},"languages":{"value":null},"equipment":{"value":"A small knife, a map of the city you grew up in, a pet mouse, a token to remember your parents by, a set of common clothes, and a belt pouch containing 100 cr"},"suggestedCharacteristics":{"value":"Urchins are shaped by lives of desperate poverty, for good and for ill. They tend to be driven either by a commitment to the people with whom they shared life on the street or by a burning desire to find a better life—and maybe get some payback on all the rich people who treated them badly."},"featureName":{"value":"City of Secrets"},"featureText":{"value":"You know the secret patterns and flows to cities and can find passages through the urban sprawl that others would miss. When you are not in combat, you (and companions you lead) can travel between any two locations in the city twice as fast as your speed would normally allow.\r\n"},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Empathic
3Quick-Fingered
4Stealthy
5Specialist
6Alert
7Athlete
8Observant
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I hide scraps of food and trinkets away in my pockets.
2I ask a lot of questions.
3I like to squeeze into small places where no one else can get to me.
4I sleep with my back to a wall or tree, with everything I own wrapped in a bundle in my arms.
5I eat like a pig and have bad manners.
6I think anyone who's nice to me is hiding Dark intent.
7I don't like to bathe.
8I bluntly say what other people are hinting at or hiding.
"},"idealOptions":{"value":"
d6Ideal
1Respect. All people, rich or poor, deserve respect. (Light)
2Community. We have to take care of each other, because no one else is going to do it. (Lawful)
3Change. The low are lifted up, and the high and mighty are brought down. Change is the nature of things. (Chaotic)
4Retribution. The rich need to be shown what life and death are like in the gutters. (Dark)
5People. I help the people who help me—that's what keeps us alive. (Neutral)
6Aspiration. I'm going to prove that I'm worthy of a better life. (Any)
"},"flawOptions":{"value":"
d6Flaw
1If I'm outnumbered, I will run away from a fight.
2Gold seems like a lot of money to me, and I'll do just about anything for more of it.
3I will never fully trust anyone other than myself.
4I'd rather kill someone in their sleep then fight fair.
5It's not stealing if I need it more than someone else.
6People who can't take care of themselves get what they deserve.
"},"bondOptions":{"value":"
d6Bond
1My town or city is my home, and I'll fight to defend it.
2I sponsor an orphanage to keep others from enduring what I was forced to endure.
3I owe my survival to another urchin who taught me to live on the streets.
4I owe a debt I can never repay to the person who took pity on me.
5I escaped my life of poverty by robbing an important person, and I'm wanted for it.
6No one else should have to endure the hardships I've been through.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"g7IlB75ZTeTEun0k","name":"Holonet Technician","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You worked to keep the holonet up and running, whether being employed directly by an institution or indirectly by people across the galaxy. Your work has allowed you to uncover secrets most would never know existed."},"flavorName":{"value":"Employment Type"},"flavorDescription":{"value":"

There are many people who service parts of the holonet, and many more who want to control the flow of information. Choose which best suits your character or roll on the table below.

"},"flavorOptions":{"value":"
d8Employment Type
1Inter-world Government
2Inter-world Corporation
3World Government
4Crime Syndicate
5Independent Contractor
6Broadcasting Service
7Small Corporation
8Darknet Broadcasting
"},"skillProficiencies":{"value":"Choose two from Insight, Investigation, Stealth, and Technology"},"toolProficiencies":{"value":"Choose two from Mechanic's Kit, Security Kit, and Slicer's Kit"},"languages":{"value":null},"equipment":{"value":"A set of common clothes, an old transceiver antennae, two tools of your choice, and a belt pouch containing 50 cr"},"suggestedCharacteristics":{"value":"Holonets technicians vary from boring officer worker to criminal information broker. "},"featureName":{"value":"Holonet Access"},"featureText":{"value":"You have the codes to a distributor station which gives you access to all information sent through it. This information comes in the form of useful (and sometimes sensitive) information on a topic you choose each day to tune into; this information isn't always reliable or interesting. Regardless of the quality of the information, it's relevance most likely pertains to your locale.\r\n"},"featOptions":{"value":"
d8Feat
1Empathic
2Investigator
3Stealthy
4Techie
5Specialist
6Keen Mind
7Practiced
8Tech Dabbler
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I watch and record people secretly then review it later.
2I talk like I'm on a game show or am a holonet broadcaster at all times.
3I prefer to be left to my own devices.
4I like to record people dying and upload it to the holonet.
5There's no such thing as 'real news'.
6Information is a weapon that I've mastered.
7I am always interested in learning new things.
8I prefer interacting indirectly.
"},"idealOptions":{"value":"
d6Ideal
1Duty. It is my duty to keep all people in contact so that everything will continue working as intended. (Lawful)
2Autonomy. Information is meant to confuse and overwhelm. I choose to control my own mind by controlling what information I have access to. (Chaotic)
3Happiness. The more hope and joy I spread, the more laughs I bring; that is why I do what I do. (Light)
4Popularity. I want to become the most renown being in all the galaxy, and I'll destroy the competition. (Dark)
5Knowledge. I don't care who's ideology is right, I care who's ideology will let me learn and document information. (Neutral)
6Self-Fulfillment. I'm just here for the fun of it, no matter what happens it'll make a great story one day. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I tend to think any broadcaster is a fraud immediately unless they prove otherwise.
2I tend to repeat the same mistake unless it is pointed out to me.
3I will ramble endlessly about a random holonet broadcast that I saw which I think was the best ever.
4I think everyone who works a normal job is a drone without the ability to think freely.
5I describe everything using references to obscure holonet recordings.
6I've become completely desensitized to violence and graphic imagery, to the point where I laugh in an off putting way whenever I see it.
"},"bondOptions":{"value":"
d6Bond
1I will do anything to free people from censorship.
2I can't let anyone know I work for a crime lord.
3I see truth in an ideology, and I must spread that ideal to all.
4I got a man killed by giving him a platform to speak, I can't let that happen again.
5I'm on the run from a government organization that I spread propaganda against and who's propaganda I destroy.
6I have a famous person's private logs, and I don't know what to do with them.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"gw6SQ4LcHb0zL1H2","name":"Gladiator","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"A gladiator is as much an entertainer as any minstrel or circus performer, trained to make the arts of combat into a spectacle the crowd can enjoy. This kind of flashy combat is your entertainer routine, though you might also have some skills as a tumbler or actor. Using your A Champion Well Known feature, you can find a place to perform in any place that features combat for entertainment—perhaps a gladiatorial arena or secret pit fighting club."},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Acrobatics, Athletics, Intimidation, and Performance"},"toolProficiencies":{"value":"One type of musical instrument"},"languages":{"value":"One of your choice"},"equipment":{"value":"A trophy earned via some sort of competition, clothing suitable to your profession, and a belt pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Successful entertainers have to be able to capture and hold an audience's attention, so they tend to have flamboyant or forceful personalities. They're inclined toward the romantic and often cling to high-minded ideals about the practice of art and the appreciation of beauty."},"featureName":{"value":"A Champion Well Known"},"featureText":{"value":"You can always find a place to perform, usually in an inn or tavern but possibly with a circus, at a theater, or even in a noble's court. At such a place, you receive free lodging and food of a modest or comfortable standard (depending on the quality of the establishment), as long as you perform each night. In addition, your performance makes you something of a local figure. When strangers recognize you in a town where you have performed, they typically take a liking to you.\r\n"},"featOptions":{"value":"
d8Feat
1Acrobat
2Brawny
3Threatening
4Performer
5Entertainer
6Linguist
7Athlete
8Durable
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I know a story relevant to almost every situation.
2Whenever I come to a new place, I collect local rumors and spread gossip.
3I'm a hopeless romantic, always searching for that \"special someone.\"
4Nobody stays angry at me or around me for long, since I can defuse any amount of tension.
5I love a good insult, even one directed at me.
6I get bitter if I'm not the center of attention.
7I'll settle for nothing less than perfection.
8I change my mood or my mind as quickly as I change key in a song.
"},"idealOptions":{"value":"
d6Ideal
1Beauty. When I perform, I make the world better than it was. (Light)
2Tradition. The stories, legends, and songs of the past must never be forgotten, for they teach us who we are. (Lawful)
3Creativity. The world is in need of new ideas and bold action. (Chaotic)
4Greed. I'm only in it for the money and fame. (Dark)
5People. I like seeing the smiles on people's faces when I perform. That's all that matters. (Neutral)
6Honesty. Art should reflect the soul; it should come from within and reveal who we really are. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I'll do anything to win fame and renown.
2I'm a sucker for a pretty face.
3A scandal prevents me from ever going home again. That kind of trouble seems to follow me around.
4I once satirized a noble who still wants my head. It was a mistake that I will likely repeat.
5I have trouble keeping my true feelings hidden. My sharp tongue lands me in trouble.
6Despite my best efforts, I am unreliable to my friends.
"},"bondOptions":{"value":"
d6Bond
1My instrument is my most treasured possession, and it reminds me of someone I love.
2Someone stole my precious trophy, and someday I'll get it back.
3I want to be famous, whatever it takes.
4I idolize a hero of the old tales and measure my deeds against that person's.
5I will do anything to prove myself superior to my hated rival.
6I would do anything for the other members of my old troupe.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"k7uBTmfWbIRhsKfM","name":"Entertainer","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You thrive in front of an audience, knowing how to entrance them, entertain them, and even inspire them. Your poetics can stir the hearts of those who hear you, awakening grief or joy, laughter or anger. Your music raises their spirits or captures their sorrow. Your dance steps captivate, your humor cuts to the quick. Whatever techniques you use, your art is your life."},"flavorName":{"value":"Entertainer Routines"},"flavorDescription":{"value":"A good entertainer is versatile, spicing up every performance with a variety of different routines. Choose one to three routines or roll on the table below to define your expertise as an entertainer."},"flavorOptions":{"value":"
d10Entertainer Routines
1Actor
2Dancer
3Fire-eater
4Jester
5Juggler
6Instrumentalist
7Poet
8Singer
9Storyteller
10Tumbler
"},"skillProficiencies":{"value":"Choose two from Acrobatics, Insight, Performance, and Sleight of Hand"},"toolProficiencies":{"value":"Disguise kit, one type of musical instrument"},"languages":{"value":null},"equipment":{"value":"A musical instrument (one of your choice), the favor of an admirer (love letter, lock of hair, or trinket), a costume, and a belt pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Successful entertainers have to be able to capture and hold an audience's attention, so they tend to have flamboyant or forceful personalities. They're inclined toward the romantic and often cling to high-minded ideals about the practice of art and the appreciation of beauty."},"featureName":{"value":"By Popular Demand"},"featureText":{"value":"You can always find a place to perform, usually in an inn or cantina but possibly with a circus, at a theater, or even in a noble's court. At such a place, you receive free lodging and food of a modest or comfortable standard (depending on the quality of the establishment), as long as you perform each night. In addition, your performance makes you something of a local figure. When strangers recognize you in a town where you have performed, they typically take a liking to you."},"featOptions":{"value":"
d8Feat
1Acrobat
2Empathic
3Performer
4Quick-Fingered
5Specialist
6Entertainer
7Practiced
8Actor
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I know a story relevant to almost every situation.
2Whenever I come to a new place, I collect local rumors and spread gossip.
3I'm a hopeless romantic, always searching for that \"special someone.\"
4Nobody stays angry at me or around me for long, since I can defuse any amount of tension.
5I love a good insult, even one directed at me.
6I get bitter if I'm not the center of attention.
7I'll settle for nothing less than perfection.
8I change my mood or my mind as quickly as I change key in a song.
"},"idealOptions":{"value":"
d6Ideal
1Beauty. When I perform, I make the world better than it was. (Light)
2Tradition. The stories, legends, and songs of the past must never be forgotten, for they teach us who we are. (Lawful)
3Creativity. The world is in need of new ideas and bold action. (Chaotic)
4Greed. I'm only in it for the money and fame. (Dark)
5People. I like seeing the smiles on people's faces when I perform. That's all that matters. (Neutral)
6Honesty. Art should reflect the soul; it should come from within and reveal who we really are. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I'll do anything to win fame and renown.
2I'm a sucker for a pretty face.
3A scandal prevents me from ever going home again. That kind of trouble seems to follow me around.
4I once satirized a noble who still wants my head. It was a mistake that I will likely repeat.
5I have trouble keeping my true feelings hidden. My sharp tongue lands me in trouble.
6Despite my best efforts, I am unreliable to my friends.
"},"bondOptions":{"value":"
d6Bond
1My instrument is my most treasured possession, and it reminds me of someone I love.
2Someone stole my precious instrument, and someday I'll get it back.
3I want to be famous, whatever it takes.
4I idolize a hero of the old tales and measure my deeds against that person's.
5I will do anything to prove myself superior to my hated rival.
6I would do anything for the other members of my old troupe.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"l0ySykjLdLIv7Rn2","name":"Scoundrel","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You have always had a way with people. You can tease out their heart's desires after a few minutes of conversation, and with a few leading questions you can read them like they were children's books. It's a useful talent, and one that you're perfectly willing to use for your advantage. You know what people want and you promise to deliver, coaxing people into otherwise foolish decisions. You make the improbable sound plausible, and come ahead on every deal."},"flavorName":{"value":"Favorite Schemes"},"flavorDescription":{"value":"Every scoundrel has an angle they use in preference to other schemes. Choose a favorite scam or roll on the table below."},"flavorOptions":{"value":"
d6Favorite Schemes
1I cheat at games involving chance.
2I shave creds or forge documents.
3I insinuate myself into people's lives to prey on their weakness and secure their fortunes.
4I put on new identities like clothes.
5I run sleight-of-hand cons on street corners.
6I convince people that worthless junk is worth their hard-earned money.
"},"skillProficiencies":{"value":"Choose two from Deception, Insight, Performance, and Sleight of Hand"},"toolProficiencies":{"value":"Disguise Kit, Forgery Kit"},"languages":{"value":null},"equipment":{"value":"A set of fine clothes, a disguise kit, a memento of a former con, and a belt pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Scoundrels are colorful characters who conceal their true selves behind the masks they construct. They reflect what people want to see, what they want to believe, and how they see the world. But their true selves are sometimes plagued by an uneasy conscience, an old enemy, or deep-seated trust issues."},"featureName":{"value":"False Identity"},"featureText":{"value":"

You have created a second identity that includes documentation, established acquaintances, and disguises that allow you to assume that persona.

Additionally, you can forge documents including official papers and personal letters, as long as you have seen an example of the kind of document or the handwriting you are trying to copy.

"},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Empathic
3Performer
4Quick-Fingered
5Specialist
6Force of Personality
7Snappy Interjection
8Actor
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I fall in and out of love easily, and am always pursuing someone.
2I have a joke for every occasion, especially occasions where humor is inappropriate.
3Flattery is my preferred trick for getting what I want.
4I'm a born gambler who can't resist taking a risk for a potential payoff.
5I lie about almost everything, even when there's no good reason to.
6Sarcasm and insults are my weapons of choice.
7I keep multiple symbols on me and invoke whatever power might come in useful at any given moment.
8I pocket anything I see that might have some value.
"},"idealOptions":{"value":"
d6Ideal
1Independence. I am a free spirit—no one tells me what to do. (Chaotic)
2Fairness. I never target people who can't afford to lose a few creds. (Lawful)
3Charity. I distribute the money I acquire to the people who really need it. (Light)
4Creativity. I never run the same con twice. (Any)
5Friendship. Material goods come and go. Bonds of friendship last forever. (Light)
6Aspiration. I'm determined to make something of myself. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I can't resist a pretty face.
2I'm always in debt. I spend my ill-gotten gains on decadent luxuries faster than I bring them in.
3I'm convinced that no one could ever fool me the way I fool others.
4I'm too greedy for my own good. I can't resist taking a risk if there's money involved.
5I can't resist swindling people who are more powerful than me.
6I hate to admit it and will hate myself for it, but I'll run and preserve my own hide if the going gets tough.
"},"bondOptions":{"value":"
d6Bond
1I fleeced the wrong person and must work to ensure that this individual never crosses paths with me or those I care about.
2I owe everything to my mentor—a horrible person who's probably rotting in jail somewhere.
3Somewhere out there, I have a child who doesn't know me. I'm making the world better for him or her.
4I come from a noble family, and one day I'll reclaim my lands and title from those who stole them from me.
5A powerful person killed someone I love. Some day soon, I'll have my revenge.
6I swindled and ruined a person who didn't deserve it, and I seek to atone for my misdeeds.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"mQyEbcARznf4Qp2D","name":"Far Traveler","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

Almost all of the common people and other folk that one might encounter throughout the galaxy have one thing in common: they live their lives without traveling more than a few miles from where they were born.

\n

You aren't one of those folk.

You are from a distant place that few of the common folk realize that it exists; chances are good that even if some people have heard of your homeland, they know merely the name and maybe a few outrageous stories.

Although you find some of this land's ways to be strange and discomfiting, you can also be sure that some things its people take for granted will be, to you, new wonders that you've never laid eyes on before. By the same token, you're a person of interest, for good or ill, to those around you almost anywhere you go.

"},"flavorName":{"value":"Why Are You Here?"},"flavorDescription":{"value":"

To determine why you are so far from home, roll on the table below or choose from the options provided.

"},"flavorOptions":{"value":"
d6Why Are You Here?
1Emissary
2Exile
3Fugitive
4Pilgrim
5Sightseer
6Wanderer
"},"skillProficiencies":{"value":"Choose two from Insight, Investigation, Perception, and Persuasion"},"toolProficiencies":{"value":"Any one musical instrument or gaming set of your choice, likely something native to your homeland"},"languages":{"value":"One of your choice"},"equipment":{"value":"One set of traveler's clothes, any one musical instrument or gaming set you are proficient with, poorly wrought maps from your homeland, a small piece of jewelry worth 100 cr in the style of your homeland's craftsmanship, and a pouch containing 50 cr"},"suggestedCharacteristics":{"value":"The distance you've traveled manifests itself in the way you speak and carry yourself."},"featureName":{"value":"All Eyes On You"},"featureText":{"value":"Your foreign nature attracts attention, yielding access to people and places you might not otherwise have, for you and your traveling companions. Noble lords, scholars, and merchant princes, to name a few, might be interested in hearing about your distant homeland and people.\r\n"},"featOptions":{"value":"
d8Feat
1Empathic
2Investigator
3Perceptive
4Charmer
5Entertainer
6Linguist
7Athlete
8Practiced
"},"personalityTraitOptions":{"value":"
d6Personality Trait
1I have different assumptions from those around me concerning personal space, invading others' space in innocence, or reacting to invasion of my own.
2I have my own ideas about food, and I find the eating habits of others fascinating, confusing, or revolting.
3I have a strong code of honor or sense of propriety that others don't comprehend.
4I express affection or contempt in ways that are unfamiliar to others.
5I honor my deities through practices that are foreign to this land.
6I begin or end my day with small traditional rituals that are unfamiliar to those around me.
"},"idealOptions":{"value":"
d6Ideal
1Open. I have much to learn from the kindly folk I meet along my way. (Light)
2Reserved. As someone new to these strange lands, I am cautious and respectful in my dealings. (Lawful)
3Adventure. I'm far from home, and everything is strange and wonderful! (Chaotic)
4Cunning. Though I may not know their ways, neither do they know mine, which can be to my advantage. (Dark)
5Inquisitive. Everything is new, but I have a thirst to learn. (Neutral)
6Suspicious. I must be careful, for I have no way of telling friend from foe here. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I am secretly (or not so secretly) convinced of the superiority of my own culture over that of this foreign land.
2I pretend not to understand the local language in order to avoid interactions I would rather not have.
3I have a weakness for the new intoxicants and other pleasures of this land.
4I don't take kindly to some of the actions and motivations of folk different from me.
5I consider the adherents of other gods to be deluded innocents at best, or ignorant fools at worst.
6I have a weakness for the exotic beauty of the people of these lands.
"},"bondOptions":{"value":"
d6Bond
1So long as I have this token from my homeland, I can face any adversity in this strange land.
2The gods of my people are a comfort to me so far from home.
3I hold no greater cause than my service to my people.
4My freedom is my most precious possession. I'll never let anyone take it from me again.
5I'm fascinated by the beauty and wonder of this new land.
6Though I had no choice, I lament having to leave my loved one(s) behind. I ho pe to see them again one day.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"pNLuzbyalNtrNX9w","name":"Teacher","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You are an experienced teacher who knows how to best instruct others in an array of disciplines. Although you have a vast amount of knowledge yourself, pedagogy is the most important tool in your toolbox because it allows the rest of your knowledge to spread most efficiently."},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Lore, Nature, Performance, and Technology"},"toolProficiencies":{"value":"One instrument or set of artisan's implements of your choice"},"languages":{"value":"One of your choice"},"equipment":{"value":"A set of common clothes, an instrument or set of tools with which you are proficient, a token from a former student, and a belt pouch containing 50 cr"},"suggestedCharacteristics":{"value":"As a teacher you are devoted to educating others, as well as learning new information for yourself. It is up to you whether you are preachy or wise, a bookworm or more kinesthetic, a note taker or visual learner. In any case, you are most likely underappreciated."},"featureName":{"value":"Knowledge"},"featureText":{"value":"If you need information on something, you know if there is a book containing that information and where to find it. Further, when you hear a creature speaking or when you see language written down, you can identify exactly what language is being used even if you are not proficient in the language. Finally, when you hear music, you know which instruments are being used in the performance, even if you are not proficient in their use. \r\n"},"featOptions":{"value":"
d8Feat
1Loremaster
2Naturalist
3Performer
4Techie
5Entertainer
6Crafter
7Linguist
8Feigned Confidence
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1Books are my everything.
2Knowledge is the most important thing in the world.
3I have quotes for every occasion.
4My vocabulary is vast enough I sometimes use words that are larger than necessary.
5I love working with kids.
6Because I understand why people can make mistakes, I am also patient with them.
7Sometimes I start explaining things at a level much to basic for the audience.
8I reward hard work and good manners.
"},"idealOptions":{"value":"
d6Ideal
1Teach. I must spread what I have learned. (Lawful)
2Insatiable. When I find something new I must learn everything about it, no matter the cost. (Chaotic)
3Discovery. Every single piece of information is waiting to be discovered. (Light)
4Greed. Every piece of knowledge will be mine. (Dark)
5People. I will teach anybody anything. (Neutral)
6Power. Knowledge is power. (Any)
"},"flawOptions":{"value":"
d6Flaw
1Someone showing bad manners does not exist to me. I will never talk to or acknowledge that person.
2I overemphasize the importance of discipline.
3I invest so much time into planning that I can't bring myself to deviate from the plan, even when it is needed.
4I look down on uneducated adults.
5I'd give up my companions for a piece of secret information.
6I can't stand not reading at least one page of a book a day.
"},"bondOptions":{"value":"
d6Bond
1I was picked on while growing up for being a bookworm.
2The world is such an open place, I feel like there is still so much to learn. I want to compile knowledge from different places.
3I like reading books and writing, but I'm no poet yet. It is just a hobby I want to share with others, looking for exotic inspirations.
4I will become the power behind the throne by controlling the information the throne receives.
5Children are our future, and I will mold them.
6I can't teach what I don't know. I will teach everything.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"pOYGCzwifCIIBw7e","name":"City Watch","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

You have served the community where you grew up, standing as its first line of defense against crime and wildlife. You aren't a soldier, directing your gaze outward at possible enemies. Instead, your service to your hometown was to help police its populace, protecting the citizenry from lawbreakers and malefactors of every stripe.

\n

Even if you're not city-born or city-bred, this background can describe your early years as a member of law enforcement. Most settlements of any size have their own law enforcement forces.

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Athletics, Insight, Investigation, and Perception"},"toolProficiencies":{"value":null},"languages":{"value":"Two of your choice"},"equipment":{"value":"A uniform in the style of your unit and indicative of your rank, a horn with which to summon help, a set of binders, and a pouch containing 100 cr"},"suggestedCharacteristics":{"value":"Years of service in the City Watch have led to the rigid discipline most often seen in military service. Working with your comrades has created a strong family bond and pride in your community."},"featureName":{"value":"Watcher's Eye"},"featureText":{"value":"Your experience in enforcing the law, and dealing with lawbreakers, gives you a feel for local laws and criminals. You can easily find the local outpost of the watch or a similar organization, and just as easily pick out the dens of criminal activity in a community, although you're more likely to be welcome in the former locations rather than the latter."},"featOptions":{"value":"
d8Feat
1Brawny
2Empathic
3Investigator
4Perceptive
5Linguist
6Alert
7Athlete
8Durable
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I'm always polite and respectful.
2I'm haunted by memories of war. I can't get the images of violence out of my mind.
3I've lost too many friends, and I'm slow to make new ones.
4I'm full of inspiring and cautionary tales from my guard service relevant to almost every combat situation.
5I can stare down a hell hound without flinching.
6I enjoy being strong and like breaking things.
7I have a crude sense of humor.
8I face problems head-on. A simple, direct solution is the best path to success.
"},"idealOptions":{"value":"
d6Ideal
1Greater Good. Our lot is to lay down our lives in defense of others. (Light)
2Responsibility. I do what I must and obey just authority. (Lawful)
3Independence. When people follow orders blindly, they embrace a kind of tyranny. (Chaotic)
4Might. In life as in war, the stronger force wins. (Dark)
5Live and Let Live. Ideals aren't worth killing over or going to war for. (Neutral)
6Nation. My city, nation, or people are all that matter. (Any)
"},"flawOptions":{"value":"
d6Flaw
1The monstrous enemy we faced in battle still leaves me quivering with fear.
2I have little respect for anyone who is not a proven warrior.
3I made a terrible mistake in battle that cost many lives, and I would do anything to keep that mistake secret.
4My hatred of my enemies is blind and unreasoning.
5I obey the law, even if the law causes misery.
6I'd rather eat my armor than admit when I'm wrong.
"},"bondOptions":{"value":"
d6Bond
1I would still lay down my life for the people I served with.
2Someone saved my life on the battlefield. To this day, I will never leave a friend behind.
3My honor is my life.
4I'll never forget the crushing defeat my company suffered or the enemies who dealt it.
5Those who fight beside me are those worth dying for.
6I fight for those who cannot fight for themselves.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"qGDTUgaLefZXVhGP","name":"(Un)Retired Adventurer","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

\"I'm getting too old for this stuff.\"

You spent your life as an adventurer, learning the use of many skills and basic survival techniques, including how to stay alive in a hostile area. You might have been part of a famous adventuring party or a less renowned one.

When you choose this background, work with your GM to determine the details of your previous adventuring party, and what kind of experiences you had in your adventuring career. How famous was your previous adventuring party and how well known are you? What did you learn? What was your group's specialty?

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Athletics, Insight, Lore, and Survival"},"toolProficiencies":{"value":"One type of artisan's implements"},"languages":{"value":"One of your choice"},"equipment":{"value":"A grappling hook, one tool with which you are proficient, a memento of an unsuccessful expedition (map to a never found treasure, lock of hair from a fallen companion, or another trinket), and a pouch containing your last 50 cr"},"suggestedCharacteristics":{"value":"The trials and triumphs of retired adventurers have left an impact, shaping their ideals, creating strong bonds, and often leaving them scarred and vulnerable to fear, shame, and hatred."},"featureName":{"value":"Bridges Not Yet Burned"},"featureText":{"value":"Throughout your adventures you have established a multitude of contacts from all walks of life, but the intervening years have seen those relationships strained. You may use any feature of any other background, but once a particular feature is used, that feature can't be used again until one year has passed."},"featOptions":{"value":"
d8Feat
1Brawny
2Empathic
3Loremaster
4Survivalist
5Crafter
6Linguist
7Athlete
8Observant
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I'm always polite and respectful.
2I'm haunted by memories of war. I can't get the images of violence out of my mind.
3I've lost too many friends, and I'm slow to make new ones.
4I'm full of inspiring and cautionary tales from my adventuring experience relevant to almost every combat situation.
5I can stare down a rancor without flinching.
6I enjoy being strong and like breaking things.
7I have a crude sense of humor.
8I face problems head-on. A simple, direct solution is the best path to success.
"},"idealOptions":{"value":"
d6Ideal
1Greater Good. Our lot is to lay down our lives in defense of others. (Light)
2Responsibility. I do what I must and obey just authority. (Lawful)
3Independence. When people follow orders blindly, they embrace a kind of tyranny. (Chaotic)
4Might. In life as in war, the stronger force wins. (Dark)
5Live and Let Live. Ideals aren't worth killing over or going to war for. (Neutral)
6Nation. My city, nation, or people are all that matter. (Any)
"},"flawOptions":{"value":"
d6Flaw
1The monstrous enemy we faced in battle still leaves me quivering with fear.
2I have little respect for anyone who is not a proven adventurer.
3I made a terrible mistake in battle that cost many lives, and I would do anything to keep that mistake secret.
4My hatred of my enemies is blind and unreasoning.
5I obey the law, even if the law causes misery.
6I'd rather eat my armor than admit when I'm wrong.
"},"bondOptions":{"value":"
d6Bond
1I would still lay down my life for the people I adventured with.
2Someone saved my life when they could have left me. To this day, I will never leave a friend behind.
3My honor is my life.
4I'll never forget the crushing defeat my party suffered or the enemies who dealt it.
5Those who fight beside me are those worth dying for.
6I fight for those who cannot fight for themselves.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Agent","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"Many organizations active in the galaxy aren't bound by strictures of geography. These factions pursue their agendas without regard for political boundaries, and their members operate anywhere the organization deems necessary. These groups employ listeners, rumormongers, smugglers, mercenaries, cache-holders (people who guard caches of wealth or items for use by the faction's operatives), haven keepers, and message drop minders, to name a few. At the core of every faction are those who don't merely fulfill a small function for that organization, but who serve as its hands, head, and heart. As a prelude to your adventuring career (and in preparation for it), you served as an agent of a particular faction. You might have operated openly or secretly, depending on the faction and its goals, as well as how those goals mesh with your own. Becoming an adventurer doesn't necessarily require you to relinquish membership in your faction (though you can choose to do so), and it might enhance your status in the faction."},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Deception, Investigation, Lore, and Persuasion"},"toolProficiencies":{"value":null},"languages":{"value":"Two of your choice"},"equipment":{"value":"Badge or emblem of your faction, a copy of a seminal faction text (or a code-book for a covert faction), a set of common clothes, and a pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Agents are shaped by their experience in their faction's communities. Their study of the history and tenets of their faction and their relationships to it affect their mannerisms and ideals. Their flaws might be some hidden hypocrisy or heretical idea, or an ideal or bond taken to an extreme."},"featureName":{"value":"Safe Haven"},"featureText":{"value":"As a faction agent, you have access to a secret network of supporters and operatives who can provide assistance on your adventures. You know a set of secret signs and passwords you can use to identify such operatives, who can provide you with access to a hidden safe house, free room and board, or assistance in finding information. These agents never risk their lives for you or risk revealing their true identities."},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Investigator
3Loremaster
4Charmer
5Linguist
6Alert
7Observant
8Practiced
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I idolize a particular hero of my faction, and constantly refer to that person's deeds and example.
2I can find common ground between the fiercest enemies, empathizing with them and always working towards peace.
3I see omens in every event and action.
4Nothing can shake my optimistic attitude.
5I quote (or misquote) sacred texts and proverbs in almost every situation.
6I am tolerant (or intolerant) of other factions and respect (or condemn) them.
7I've enjoyed fine food, drink, and high society among my faction's elite. Rough living grates on me.
8I have little practical experience dealing with people in the world.
"},"idealOptions":{"value":"
d6Ideal
1Tradition. The ancient traditions of worship and sacrifice must be preserved and upheld. (Lawful)
2Charity. I always try to help those in need, no matter what the personal cost. (Light)
3Change. We must help bring about the changes the gods are constantly working in the world. (Chaotic)
4Power. I hope to one day rise to the top of my faith's religious hierarchy. (Lawful)
5Faith. I trust that my leader will guide my actions, I have faith that if I work hard, things will go well. (Lawful)
6Aspiration. I seek to prove myself worthy of my leader's favor by matching my actions against his or her teachings. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I judge others harshly, and myself even more severely.
2I put too much trust in those who wield power within my faction's hierarchy.
3My piety sometimes leads me to blindly trust those that profess faith in my faction.
4I am inflexible in my thinking.
5I am suspicious of strangers and expect the worst of them.
6Once I pick a goal, I become obsessed with it to the detriment of everything else in my life.
"},"bondOptions":{"value":"
d6Bond
1I would die to recover an artifact of my faction that was lost long ago.
2I will someday get revenge on the corrupt faction hierarchy who branded me a heretic.
3I owe my life to the faction member who took me in when my parents died.
4Everything I do is for the common people.
5I will do anything to protect the faction where I served.
6I seek to preserve a sacred text that my enemies consider heretical and seek to destroy.
"},"source":"PHB"},"flags":{},"effects":[],"_id":"uIAswoyitMSQjwU6"} -{"_id":"wjFDb34eLfyjff1k","name":"Bounty Hunter","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

Before you became an adventurer, your life was already full of conflict and excitement, because you made a living tracking down people for pay. Unlike some people who collect bounties, though, you aren't a savage who follows quarry into or through the wilderness. You're involved in a lucrative trade, in the place where you live, that routinely tests your skills and survival instincts. What's more, you aren't alone, as a bounty hunter in the wild would be: you routinely interact with both the criminal subculture and other bounty hunters, maintaining contacts in both areas to help you succeed.

\n

You might be a cunning thief-catcher, prowling the rooftops to catch one of the myriad burglars of the city. Perhaps you are someone who has your ear to the street, aware of the doings of street gangs. You might be a \"velvet mask\" bounty hunter, one who blends in with high society and noble circles in order to catch the criminals that prey on the rich, whether pickpockets or con artists. As a member of an adventuring party, you might find it more difficult to pursue a personal agenda that doesn't fit with the group's objectives - but on the other hand, you can take down much more formidable targets with the help of your companions.

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Deception, Insight, Persuasion, and Stealth"},"toolProficiencies":{"value":"Your choice of demolitions kit, security kit, or slicer's kit"},"languages":{"value":"One of your choice"},"equipment":{"value":"A set of clothes appropriate to your duties, a set of binders, and a pouch containing 200 cr"},"suggestedCharacteristics":{"value":"Your bond might involve other bounty hunters or the organizations or individuals that employ you. Your ideal could be associated with your determination always to catch your quarry or your desire to maintain your reputation for being dependable."},"featureName":{"value":"Ear to the Ground"},"featureText":{"value":"You are in frequent contact with people in the segment of society that your chosen quarries move through. These people might be associated with the criminal underworld, the rough-and-tumble folk of the streets, or members of high society. This connection comes in the form of a contact in any city you visit, a person who provides information about the people and places of the local area."},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Empathic
3Charmer
4Stealthy
5Specialist
6Linguist
7Alert
8Athlete
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I always have a plan for what to do when things go wrong.
2I am always calm, no matter what the situation. I never raise my voice or let my emotions control me.
3The first thing I do in a new place is note the locations of everything valuable—or where such things could be hidden.
4I would rather make a new friend than a new enemy.
5I am incredibly slow to trust. Those who seem the fairest often have the most to hide.
6I don't pay attention to the risks in a situation. Never tell me the odds.
7The best way to get me to do something is to tell me I can't do it.
8I blow up at the slightest insult.
"},"idealOptions":{"value":"
d6Ideal
1Honor. I don't steal from others in the trade. (Lawful)
2Freedom. Chains are meant to be broken, as are those who would forge them. (Chaotic)
3Charity. I steal from the wealthy so that I can help people in need. (Light)
4Greed. I will do whatever it takes to become wealthy. (Dark)
5People. I'm loyal to my friends, not to any ideals, and everyone else can take a trip down the Styx for all I care. (Neutral)
6Redemption. There's a spark of good in everyone. (Light)
"},"flawOptions":{"value":"
d6Flaw
1When I see something valuable, I can't think about anything but how to steal it.
2When faced with a choice between money and my friends, I usually choose the money.
3If there's a plan, I'll forget it. If I don't forget it, I'll ignore it.
4I have a \"tell\" that reveals when I'm lying.
5I turn tail and run when things look bad.
6An innocent person is in prison for a crime that I committed. I'm okay with that.
"},"bondOptions":{"value":"
d6Bond
1I'm trying to pay off an old debt I owe to a generous benefactor.
2My ill-gotten gains go to support my family.
3Something important was taken from me, and I aim to steal it back.
4I will become the greatest thief that ever lived.
5I'm guilty of a terrible crime. I hope I can redeem myself for it.
6Someone I loved died because of a mistake I made. That will never happen again.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"wl4irvsbGwm1hLSR","name":"Investigator","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"Rarer than watch or patrol members are a community's investigators, who are responsible for solving crimes after the fact. Though such folk are seldom found in rural areas, nearly every settlement of decent size has at least one or two watch members who have the skill to investigate crime scenes and track down criminals."},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Insight, Investigation, Perception, and Survival"},"toolProficiencies":{"value":null},"languages":{"value":"Two of your choice"},"equipment":{"value":"A uniform in the style of your unit and indicative of your rank, a horn with which to summon help, a set of binders, and a pouch containing 100 cr"},"suggestedCharacteristics":{"value":"Years of service in the City Watch have led to the rigid discipline most often seen in military service. Working with your comrades has created a strong family bond and pride in your community."},"featureName":{"value":"Watcher's Eye"},"featureText":{"value":"Your experience in enforcing the law, and dealing with lawbreakers, gives you a feel for local laws and criminals. You can easily find the local outpost of the watch or a similar organization, and just as easily pick out the dens of criminal activity in a community, although you're more likely to be welcome in the former locations rather than the latter.\r\n"},"featOptions":{"value":"
d8Feat
1Empathic
2Investigator
3Perceptive
4Survivalist
5Linguist
6Alert
7Observant
8Keen Mind
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I'm always polite and respectful.
2I'm haunted by memories of war. I can't get the images of violence out of my mind.
3I've lost too many friends, and I'm slow to make new ones.
4I'm full of inspiring and cautionary tales from my guard service relevant to almost every combat situation.
5I can stare down a hell hound without flinching.
6I enjoy being strong and like breaking things.
7I have a crude sense of humor.
8I face problems head-on. A simple, direct solution is the best path to success.
"},"idealOptions":{"value":"
d6Ideal
1Greater Good. Our lot is to lay down our lives in defense of others. (Light)
2Responsibility. I do what I must and obey just authority. (Lawful)
3Independence. When people follow orders blindly, they embrace a kind of tyranny. (Chaotic)
4Might. In life as in war, the stronger force wins. (Dark)
5Live and Let Live. Ideals aren't worth killing over or going to war for. (Neutral)
6Nation. My city, nation, or people are all that matter. (Any)
"},"flawOptions":{"value":"
d6Flaw
1The monstrous enemy we faced in battle still leaves me quivering with fear.
2I have little respect for anyone who is not a proven warrior.
3I made a terrible mistake in battle that cost many lives, and I would do anything to keep that mistake secret.
4My hatred of my enemies is blind and unreasoning.
5I obey the law, even if the law causes misery.
6I'd rather eat my armor than admit when I'm wrong.
"},"bondOptions":{"value":"
d6Bond
1I would still lay down my life for the people I served with.
2Someone saved my life on the battlefield. To this day, I will never leave a friend behind.
3My honor is my life.
4I'll never forget the crushing defeat my company suffered or the enemies who dealt it.
5Those who fight beside me are those worth dying for.
6I fight for those who cannot fight for themselves.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"x5HPMb5qPK3eiQo8","name":"Addict","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You hammer down your fifth bottle of the night, do your last bit of snuff, and bid farewell to the seedy cantina barman. You stagger onto the streets and find a nearby alley in which you empty the night's contents. To many, the next morning's hangovers would be hell. To you, they're a ritual."},"flavorName":{"value":"Pick Your Poison"},"flavorDescription":{"value":"While most addicts are willing to try everything once, they typically have a drug of choice. You can determine what the source of your addiction or determine it randomly below."},"flavorOptions":{"value":"
d16Pick Your Poison
1Deuterium-pyro
2Mummergy
3Novanian grog
4Raava
5Spicebrew
6Tihaar
7Tsiraki
8Vayerbok
9Andris
10Cilona
11Giggledust
12Glitterstim
13Karrak
14Muon gold
15Yaladai
16Yarrock
"},"skillProficiencies":{"value":"Choose two from Deception, Performance, Persuasion, Sleight of Hand"},"toolProficiencies":{"value":"Your choice of any gaming set, brewer's kit, or spicer's kit"},"languages":{"value":"One of your choice"},"equipment":{"value":"A chance cube set, a sabaac deck, 2 days field rations, a flask or belt pouch containing your addiction, a set of common clothes, a bedroll, and a belt pouch containing 25 cr"},"suggestedCharacteristics":{"value":"Addicts can be rude and uncouth, wearing their addiction visibly, or they might hide that addiction and appear to function normally. Importantly, and varying with every addict, why are you addicted? To forget the past? To drown your sorrows? Or are you simply chasing the dragon?"},"featureName":{"value":"Addicted"},"featureText":{"value":"You've been abusing substances for a long time. You always know who to talk to and where to find substances, and you can often identify them in their raw form."},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Performer
3Charmer
4Quick-Fingered
5Entertainer
6Specialist
7Linguist
8Durable
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I am guaranteed to fight someone if I'm drunk/high enough.
2Life is pain. All I want is to drink/smoke myself into nothingness.
3I have a simple rule; life's a party, so grab the deathsticks!
4The only thing keeping me from burning down this village is the fact that you make some damn good spice.
5I'm quite reserved until the moment I fulfill my addictive needs.
6This stuff is a bit weak, do you have anything higher than 60% in the back?
7I take pride in my addiction and am often snobbish when talking about it.
8I blow up at the slightest insult.
"},"idealOptions":{"value":"
d6Ideal
1Hope. I hope to one day be free of my addiction. (Light)
2Carelessness. I don't care what I have to do, just let me feed my addiction. (Dark)
3Isolation. Just let me deal with my demons in peace. (Neutral)
4Caution. I will never let my addiction harm others. (Lawful)
5Independence. Addiction frees me. (Chaotic)
6Comradery. Hey, some of my favorite people are addicts! (Any)
"},"flawOptions":{"value":"
d6Flaw
1This could be rough, let's take something before we go.
2Hopefully this will be the one to end it.
3The mission can wait, we should find some dealers first.
4What? I don't have a problem. You're the one with the problem!
5It looks like my drug, so it should be safe to take right?
6I'm never myself when I'm on it.
"},"bondOptions":{"value":"
d6Bond
1I use my addiction as a tool to wash away my past sins.
2My family never wanted to be forgotten. I take drugs in the hopes they will be.
3I hope to start a drug business myself and give people the same happiness I've found.
4Everything I do is in the hopes of getting my hands on my drug.
5I traded my former self to my addiction. Now I need to find a way to get him back.
6To be addicted is to be truly alive.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"zPYxqWMnTPI4TlMw","name":"Folk Hero","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You come from a humble social rank, but you are destined for so much more. Already the people of your home village regard you as their champion, and your destiny calls you to stand against the tyrants and monsters that threaten the common folk everywhere."},"flavorName":{"value":"Defining Event"},"flavorDescription":{"value":"

You previously pursued a simple profession among the peasantry, perhaps as a farmer or miner, servant or shepherd. But something happened that set you on a different path and marked you for greater things. Choose or randomly determine a defining event that marked you as a hero of the people.

"},"flavorOptions":{"value":"
d8Defining Event
1I stood up to a tyrant's agents.
2I saved people during a natural disaster.
3I stood alone against a terrible monster.
4I stole from a corrupt merchant to help the poor.
5I led a militia to fight off an invading army.
6I broke into a tyrant's castle and stole weapons to arm the people.
7I trained the peasantry to use farm implements as weapons against a tyrant's soldiers.
8A lord rescinded an unpopular decree after I led a symbolic act of protect against it.
"},"skillProficiencies":{"value":"Choose two from Animal Handling, Athletics, Nature, and Performance"},"toolProficiencies":{"value":"One type of artisan's implements, biochemist's kit, or chef's kit"},"languages":{"value":"One of your choice"},"equipment":{"value":"A set of tools (one of your choice), a set of common clothes, and a belt pouch containing 100 cr"},"suggestedCharacteristics":{"value":"A folk hero is one of the common people, for better or for worse. Most folk heroes look on their humble origins as a virtue, not a shortcoming, and their home communities remain very important to them."},"featureName":{"value":"Rustic Hospitality"},"featureText":{"value":"Since you are of the common folk, you fit in among them with ease. You can find a place to hide, rest, or recuperate among other commoners, unless you have shown yourself to be a danger to them. They will shield you from the law or anyone else searching for you, though they will not risk their lives for you.\r\n"},"featOptions":{"value":"
d8Feat
1Animal Handler
2Brawny
3Naturalist
4Performer
5Crafter
6Specialist
7Linguist
8Healer
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I judge people by their actions, not their words.
2If someone is in trouble, I'm always ready to lend help.
3When I set my mind to something, I follow through no matter what gets in my way.
4I have a strong sense of fair play and always try to find the most equitable solution to arguments.
5I'm confident in my own abilities and do what I can to instill confidence in others.
6Thinking is for other people. I prefer action.
7I misuse long words in an attempt to sound smarter.
8I get bored easily. When am I going to get on with my destiny?
"},"idealOptions":{"value":"
d6Ideal
1Respect. People deserve to be treated with dignity and respect. (Light)
2Fairness. No one should get preferential treatment before the law, and no one is above the law. (Lawful)
3Freedom. Tyrants must not be allowed to oppress the people. (Chaotic)
4Might. If I become strong, I can take what I want—what I deserve. (Dark)
5Sincerity. There's no good in pretending to be something I'm not. (Neutral)
6Destiny. Nothing and no one can steer me away from my higher calling. (Any)
"},"flawOptions":{"value":"
d6Flaw
1The tyrant who rules my land will stop at nothing to see me killed.
2I'm convinced of the significance of my destiny, and blind to my shortcomings and the risk of failure.
3The people who knew me when I was young know my shameful secret, so I can never go home again.
4I have a weakness for the vices of the city, especially hard drink.
5Secretly, I believe that things would be better if I were a tyrant lording over the land.
6I have trouble trusting in my allies.
"},"bondOptions":{"value":"
d6Bond
1I have a family, but I have no idea where they are. One day, I hope to see them again.
2I worked the land, I love the land, and I will protect the land.
3A proud noble once gave me a horrible beating, and I will take my revenge on any bully I encounter.
4My tools are symbols of my past life, and I carry them so that I will never forget my roots.
5I protect those who cannot protect themselves.
6I wish my childhood sweetheart had come with me to pursue my destiny.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"zjfwlWucPUtTTuQo","name":"Scientist","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

Nothing excites you more than pushing the boundaries of scientific knowledge. Most of your time is spent in a lab performing experiments to further your interests. Few people understand the work you do. You can solve complex problems most people can't begin to wrap their heads around, and can solve simple problems in unexpected ways that surprise most people.

\n

What is your scientific field of interest? Is it your insatiable curiousity, or a personal goal that drives you? Did you leave your lab voluntarily, or were you kicked out? One thing is for sure - there are too many interesting research ideas, and too little time.

"},"flavorName":{"value":"Field of Research"},"flavorDescription":{"value":"While scientists are widely knowledgeable, they also choose a focus for their studies. Choose an option or roll on the table below to define your field of research."},"flavorOptions":{"value":"
d8Field of Research
1Biology
2Artificial Intelligence
3Chemistry
4Geology
5Physics
6The Force
7Astrogation
8Medicine
"},"skillProficiencies":{"value":"Choose two from Lore, Medicine, Nature, and Technology"},"toolProficiencies":{"value":"One of your choice"},"languages":{"value":"One of your choice"},"equipment":{"value":"A set of common clothes, a datapad, a book on your field of research, a pouch containing 100 cr"},"suggestedCharacteristics":{"value":"Scientist are interested in things most don't care about. Their research is their life, and drives their personality traits. Their flaws, ideals, and bond are a result of their hours spent researching."},"featureName":{"value":"Scientific Method"},"featureText":{"value":"You are well acquainted with your field of research from having read numerous journals or having attended scientific conferences. Concepts that are complicated, involving technical jargon that usually goes over most people's heads, are simple to you. You fully understand concepts, can recall key information, and know how to use equipment related to your field, unless the research was hidden from the public, in which case you may only partially understand it. You also recognize well-known figures in your field."},"featOptions":{"value":"
d8Feat
1Loremaster
2Medic
3Naturalist
4Techie
5Crafter
6Linguist
7Tech Dabbler
8Keen Mind
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I look up to a renowned scientist in my field, and often talk about their work.
2I constantly compare my current situation to my past experiments, many of which went terrifyingly wrong.
3I believe scientific results always comes first.
4I only speak in short incomplete and concise sentences, as they are optimized for efficient communication.
5I often get lost in my own thoughts and contemplation, becoming oblivious to my surroundings.
6I am unable to think logically under great stress, and begin to shout random scientific words.
7I do not believe in etiquette and disregard social expectations.
8I was, in fact, grown and raised in a laboratory.
"},"idealOptions":{"value":"
d6Ideal
1Transparency. All discoveries should be open to everyone. (Light)
2Logic. Emotions must not cloud our sense of what is right and true, or our logical thinking. (Lawful)
3Greed. I'm only in it for the money and fame. (Dark)
4Free Thinking. Inquiry and curiosity are the pillars of progress. (Chaotic)
5Live and Let Live. Meddling in the affairs of others only causes trouble. (Balanced)
6Aspiration. I work hard to be the best there is at my craft. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I believe only other scientists deserve my respect.
2I fail to understand why people don't understand my technical jargon.
3I experiment on myself without thinking about the long term consequences.
4I am paranoid that people are out to steal my research.
5I believe I work better when under the influence of intoxicants.
6I work on my research to the point where I ignore my own bodily needs.
"},"bondOptions":{"value":"
d6Bond
1My research is also my best companion.
2I will get revenge on the criminals that stole my research.
3The school I studied at is the most important place in the world to me.
4One day I will return to my home planet and prove that I am the greatest scientist of them all.
5I believe my research will be the key to saving the life of a loved one.
6I owe my instructor a great debt for forging me into the person I am today.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Mercenary","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

As a sell-sword who fought battles for coin, you're well acquainted with risking life and limb for a chance at a share of treasure. Now, you look forward to fighting foes and reaping even greater rewards as an adventurer. Your experience makes you familiar with the ins and outs of mercenary life, and you likely have harrowing stories of events on the battlefield. You might have served with a large outfit or a smaller band of sell-swords, maybe even more than one.

\n

Now you're looking for something else, perhaps greater reward for the risks you take, or the freedom to choose your own activities. For whatever reason, you're leaving behind the life of a soldier for hire, but your skills are undeniably suited for battle, so now you fight on in a different way.

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Athletics, Investigation, Persuasion, and Piloting"},"toolProficiencies":{"value":"One type of gaming set"},"languages":{"value":"One of your choice"},"equipment":{"value":"

A uniform of your company (traveler's clothes in quality), an insignia of your rank, a gaming set (one of your choice), and a pouch containing the remainder of your last wages (100 cr)

"},"suggestedCharacteristics":{"value":"Mercenaries are shaped by their lively nature, for the better and the worse. They tend to be driven by either their commitment to money or something more valuable."},"featureName":{"value":"Mercenary Life"},"featureText":{"value":"You know the mercenary life as only someone who has experienced it can. You are able to identify mercenary companies by their emblems, and you know a little about any such company, including the names and reputations of its commanders and leaders, and who has hired them recently. You can find the cantinas and feasthalls where mercenaries abide in any area, as long as you speak the language, and if you spend at least an hour in such a location you can come across one of the following bits of information: a job offer, significant rumor, referal to a skilled merchant, blacksmith, etc., or a hint towards the pursuit of your current quest. Additionally, you can find mercenary work between adventures sufficient to maintain a comfortable lifestyle (see \"Practicing a Profession\" under \"Downtime Activities\" in chapter 8 of the Player's Handbook)."},"featOptions":{"value":"
d8Feat
1Brawny
2Investigator
3Charmer
4Ace Pilot
5Entertainer
6Linguist
7Weapon Expert
8Durable
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I do not fear death, but accept it as part of life.
2I have a crude sense of humor.
3I face problems head-on. A simple, direct solution is the best path to success.
4I find it good luck to have a flask of ale on me even when the most of my other belongings are gone.
5I ask a lot of questions.
6I never pass up a friendly wager.
7I am always polite and respectful when speaking to those above my station.
8I like a job well done, especially if I'm not the one doing it.
"},"idealOptions":{"value":"
d6Ideal
1Greed. I'm only doing it for the money. (Dark)
2Fairness. We all did the work. it is only right that everyone gets a share of the reward. (Lawful)
3Live and Let Live. You may not have a family left, but your enemy may. A little compassion goes a long way. (Light)
4Measure of Last Resort. Sometimes we have to do things that we REALLY don't want to do, but we must remember that we only do them because we have to. (Chaotic)
5Debts. I never leave a favor left undone and nor will I leave those whom owe me favors on the hook. (Neutral)
6Aspiration. I have heard a tale of a legendary person of my class. I strive to be more like them. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I am always looking for the bigger pay.
2I can't tell a lie for the life of me.
3I judge too easily by special appearance and pride.
4I am almost always carrying some ale in with my gear.
5I believe that I am the only skilled person of the group and am even open about it.
6I will never let a comrade stand alone, even if it gets me killed.
"},"bondOptions":{"value":"
d6Bond
1I have a personal debt that must be paid.
2I am with friends whom I trust with my life as they should trust me with theirs.
3I come from a family that dislikes weaknesses, so I push myself to know my weaknesses.
4My life is my honor. I shall, until death, shape my life to what I want it to be.
5Without a purpose in the world, I find myself to be broken which I do not like.
6I secretly pursue a love interest that is forbidden by a family whether it is my own or my love's family.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"gLabPSWBP29hTaiU","flags":{"dae":{"stackable":false,"specialDuration":"None","transfer":true}},"changes":[{"key":"data.details.background","value":"Mercenary","mode":5,"priority":20},{"key":"data.traits.toolProf.value","value":"game","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Mercenary","tint":"","transfer":true}],"_id":"0TYuubPcnf4dF7lh"} +{"name":"Farmer","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

You are an experienced farmer, cultivating and harvesting nature for the provision of others. You have spent a lot of time surviving outside population centers, but know how to sell your product either directly or to merchants, legal or otherwise. Because you deal with commodities, either as input or as produce, you know how to get things done and how to live on razor-thin margins. You have survived up to this point by working long, hard, and smart.

"},"flavorName":{"value":"Farming Specialty"},"flavorDescription":{"value":"There are as many kinds of farmers as there are things to harvest. Even farmers who provide for all their own needs have deep experience in one type of farming over others. Choose your harvest, or roll on the table below."},"flavorOptions":{"value":"
d8Farming Specialty
1Cereal Crops
2Drug Compounds
3Fibrous Plants
4Herbs & Spices
5Insect Products
6Livestock
7Moisture
8Vegetables
"},"skillProficiencies":{"value":"Choose two from Animal Handling, Nature, Persuasion, and Technology"},"toolProficiencies":{"value":"One instrument and one type of artisan's implements or bioanalysis kit"},"languages":{"value":null},"equipment":{"value":"A rough instrument you are proficient with, a set of tools (one of your choice), a sturdy knife, a set of common clothes, and a belt pouch containing 50 cr"},"suggestedCharacteristics":{"value":"A farmer is one of the common people and unusually tied to their home and the land. Most farmers look on their humble origins as a virtue, not a shortcoming, and they are quick to defend their home communities and their values, even if they always longed to leave their rural lives and move to the city."},"featureName":{"value":"Rustic Hospitality"},"featureText":{"value":"Since you are of the common folk, you fit in among them with ease. You can find a place to hide, rest, or recuperate among other commoners, unless you have shown yourself to be a danger to them. They will shield you from the law or anyone else searching for you, though they will not risk their lives for you.\r\n"},"featOptions":{"value":"
d8Feat
1Animal Handler
2Naturalist
3Charmer
4Techie
5Entertainer
6Crafter
7Specialist
8Haggler
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I judge people by their actions, not their words.
2If someone is in trouble, I'm always ready to lend help.
3When I set my mind to something, I follow through no matter what gets in my way.
4I have a strong sense of fair play and always try to find the most equitable solution to arguments.
5Thinking is for other people. I prefer action.
6I misuse long words in an attempt to sound smarter.
7I watch over my friends as if they were a litter of newborn pups.
8I have a lesson for every situation, drawn from observing nature.
"},"idealOptions":{"value":"
d6Ideal
1Respect. People deserve to be treated with dignity and respect. (Light)
2Honor. My word is my bond. (Lawful)
3Freedom. Tyrants must not be allowed to oppress the people. (Light)
4Greed. I will do whatever it takes to become wealthy. (Dark)
5Live and Let Live. Meddling in the affairs of others only causes trouble. (Neutral)
6People. I'm loyal to my friends, not to any ideals, and everyone else can take a walk for all I care. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I am too enamored of ale, wine, and other intoxicants.
2I remember every insult I've received and nurse a silent resentment toward anyone who's ever wronged me.
3I am slow to trust members of other species, planets, and societies.
4The tyrant who rules my land will stop at nothing to see me killed.
5I turn tail and run when things look bad.
6I have a weakness for the vices of the city, especially gambling.
"},"bondOptions":{"value":"
d6Bond
1I'm trying to pay off an old debt I owe to a generous benefactor.
2I worked the land, I love the land, and I will protect the land.
3A proud noble once gave me a horrible beating, and I will take my revenge on any bully I encounter.
4I wish my childhood sweetheart had come with me to pursue my destiny.
5My family, community, or planet is the most important thing in my life, even when they are far from me.
6Someone I loved died because of a mistake I made. That will never happen again.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"NOLBlvnVIjhLqouk","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"Farmer","mode":5,"priority":20},{"key":"data.traits.toolProf.value","value":"music","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Farmer","tint":"","transfer":true}],"_id":"152y2AyhnrYfCgKw"} +{"name":"Bounty Hunter","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

Before you became an adventurer, your life was already full of conflict and excitement, because you made a living tracking down people for pay. Unlike some people who collect bounties, though, you aren't a savage who follows quarry into or through the wilderness. You're involved in a lucrative trade, in the place where you live, that routinely tests your skills and survival instincts. What's more, you aren't alone, as a bounty hunter in the wild would be: you routinely interact with both the criminal subculture and other bounty hunters, maintaining contacts in both areas to help you succeed.

\n

You might be a cunning thief-catcher, prowling the rooftops to catch one of the myriad burglars of the city. Perhaps you are someone who has your ear to the street, aware of the doings of street gangs. You might be a \"velvet mask\" bounty hunter, one who blends in with high society and noble circles in order to catch the criminals that prey on the rich, whether pickpockets or con artists. As a member of an adventuring party, you might find it more difficult to pursue a personal agenda that doesn't fit with the group's objectives - but on the other hand, you can take down much more formidable targets with the help of your companions.

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Deception, Insight, Persuasion, and Stealth"},"toolProficiencies":{"value":"Your choice of demolitions kit, security kit, or slicer's kit"},"languages":{"value":"One of your choice"},"equipment":{"value":"A set of clothes appropriate to your duties, a set of binders, and a pouch containing 200 cr"},"suggestedCharacteristics":{"value":"Your bond might involve other bounty hunters or the organizations or individuals that employ you. Your ideal could be associated with your determination always to catch your quarry or your desire to maintain your reputation for being dependable."},"featureName":{"value":"Ear to the Ground"},"featureText":{"value":"You are in frequent contact with people in the segment of society that your chosen quarries move through. These people might be associated with the criminal underworld, the rough-and-tumble folk of the streets, or members of high society. This connection comes in the form of a contact in any city you visit, a person who provides information about the people and places of the local area."},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Empathic
3Charmer
4Stealthy
5Specialist
6Linguist
7Alert
8Athlete
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I always have a plan for what to do when things go wrong.
2I am always calm, no matter what the situation. I never raise my voice or let my emotions control me.
3The first thing I do in a new place is note the locations of everything valuable—or where such things could be hidden.
4I would rather make a new friend than a new enemy.
5I am incredibly slow to trust. Those who seem the fairest often have the most to hide.
6I don't pay attention to the risks in a situation. Never tell me the odds.
7The best way to get me to do something is to tell me I can't do it.
8I blow up at the slightest insult.
"},"idealOptions":{"value":"
d6Ideal
1Honor. I don't steal from others in the trade. (Lawful)
2Freedom. Chains are meant to be broken, as are those who would forge them. (Chaotic)
3Charity. I steal from the wealthy so that I can help people in need. (Light)
4Greed. I will do whatever it takes to become wealthy. (Dark)
5People. I'm loyal to my friends, not to any ideals, and everyone else can take a trip down the Styx for all I care. (Neutral)
6Redemption. There's a spark of good in everyone. (Light)
"},"flawOptions":{"value":"
d6Flaw
1When I see something valuable, I can't think about anything but how to steal it.
2When faced with a choice between money and my friends, I usually choose the money.
3If there's a plan, I'll forget it. If I don't forget it, I'll ignore it.
4I have a \"tell\" that reveals when I'm lying.
5I turn tail and run when things look bad.
6An innocent person is in prison for a crime that I committed. I'm okay with that.
"},"bondOptions":{"value":"
d6Bond
1I'm trying to pay off an old debt I owe to a generous benefactor.
2My ill-gotten gains go to support my family.
3Something important was taken from me, and I aim to steal it back.
4I will become the greatest thief that ever lived.
5I'm guilty of a terrible crime. I hope I can redeem myself for it.
6Someone I loved died because of a mistake I made. That will never happen again.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"AES1kmGDANS8qc5O","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"Bounty Hunter","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Bounty Hunter","tint":"","transfer":true}],"_id":"1VTrCvg5Uxo3XGYn"} +{"name":"Entertainer","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You thrive in front of an audience, knowing how to entrance them, entertain them, and even inspire them. Your poetics can stir the hearts of those who hear you, awakening grief or joy, laughter or anger. Your music raises their spirits or captures their sorrow. Your dance steps captivate, your humor cuts to the quick. Whatever techniques you use, your art is your life."},"flavorName":{"value":"Entertainer Routines"},"flavorDescription":{"value":"A good entertainer is versatile, spicing up every performance with a variety of different routines. Choose one to three routines or roll on the table below to define your expertise as an entertainer."},"flavorOptions":{"value":"
d10Entertainer Routines
1Actor
2Dancer
3Fire-eater
4Jester
5Juggler
6Instrumentalist
7Poet
8Singer
9Storyteller
10Tumbler
"},"skillProficiencies":{"value":"Choose two from Acrobatics, Insight, Performance, and Sleight of Hand"},"toolProficiencies":{"value":"Disguise kit, one type of musical instrument"},"languages":{"value":null},"equipment":{"value":"A musical instrument (one of your choice), the favor of an admirer (love letter, lock of hair, or trinket), a costume, and a belt pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Successful entertainers have to be able to capture and hold an audience's attention, so they tend to have flamboyant or forceful personalities. They're inclined toward the romantic and often cling to high-minded ideals about the practice of art and the appreciation of beauty."},"featureName":{"value":"By Popular Demand"},"featureText":{"value":"You can always find a place to perform, usually in an inn or cantina but possibly with a circus, at a theater, or even in a noble's court. At such a place, you receive free lodging and food of a modest or comfortable standard (depending on the quality of the establishment), as long as you perform each night. In addition, your performance makes you something of a local figure. When strangers recognize you in a town where you have performed, they typically take a liking to you."},"featOptions":{"value":"
d8Feat
1Acrobat
2Empathic
3Performer
4Quick-Fingered
5Specialist
6Entertainer
7Practiced
8Actor
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I know a story relevant to almost every situation.
2Whenever I come to a new place, I collect local rumors and spread gossip.
3I'm a hopeless romantic, always searching for that \"special someone.\"
4Nobody stays angry at me or around me for long, since I can defuse any amount of tension.
5I love a good insult, even one directed at me.
6I get bitter if I'm not the center of attention.
7I'll settle for nothing less than perfection.
8I change my mood or my mind as quickly as I change key in a song.
"},"idealOptions":{"value":"
d6Ideal
1Beauty. When I perform, I make the world better than it was. (Light)
2Tradition. The stories, legends, and songs of the past must never be forgotten, for they teach us who we are. (Lawful)
3Creativity. The world is in need of new ideas and bold action. (Chaotic)
4Greed. I'm only in it for the money and fame. (Dark)
5People. I like seeing the smiles on people's faces when I perform. That's all that matters. (Neutral)
6Honesty. Art should reflect the soul; it should come from within and reveal who we really are. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I'll do anything to win fame and renown.
2I'm a sucker for a pretty face.
3A scandal prevents me from ever going home again. That kind of trouble seems to follow me around.
4I once satirized a noble who still wants my head. It was a mistake that I will likely repeat.
5I have trouble keeping my true feelings hidden. My sharp tongue lands me in trouble.
6Despite my best efforts, I am unreliable to my friends.
"},"bondOptions":{"value":"
d6Bond
1My instrument is my most treasured possession, and it reminds me of someone I love.
2Someone stole my precious instrument, and someday I'll get it back.
3I want to be famous, whatever it takes.
4I idolize a hero of the old tales and measure my deeds against that person's.
5I will do anything to prove myself superior to my hated rival.
6I would do anything for the other members of my old troupe.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"NZQldvQYhovAn0p5","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"Entertainer","mode":5,"priority":20},{"key":"data.traits.toolProf.value","value":"disg","mode":2,"priority":20},{"key":"data.traits.toolProf.value","value":"music","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Entertainer","tint":"","transfer":true}],"_id":"3kcipI3Ku3VkfcVc"} +{"name":"Nomad","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You grew up in the wilds, far from civilization and the comforts of town and technology. You've witnessed the migration of herds larger than forests, survived weather more extreme than any city-dweller could comprehend, and enjoyed the solitude of being the only thinking creature for miles in any direction. The wilds are in your blood, whether you were a nomad, an explorer, a recluse, a hunter-gatherer, or even a marauder. Even in places where you don't know the specific features of the terrain, you know the ways of the wild."},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Animal Handling, Athletics, Medicine, and Survival"},"toolProficiencies":{"value":"One type of musical instrument"},"languages":{"value":"One of your choice"},"equipment":{"value":"A walking stick, a hunting trap, a trophy from an animal you killed, a set of traveler's clothes, and a belt pouch containing 100 cr"},"suggestedCharacteristics":{"value":"Often considered rude and uncouth among civilized folk, nomads have little respect for the niceties of life in the cities. The ties of tribe, clan, family, and the natural world are the most important bonds to nomads."},"featureName":{"value":"Wanderer"},"featureText":{"value":"You have an excellent memory for maps and geography, and you can always recall the general layout of terrain, settlements, and other features around you. In addition, you can find food and fresh water for yourself and up to five other people each day, provided that the land offers berries, small game, water, and so forth."},"featOptions":{"value":"
d8Feat
1Animal Handler
2Brawny
3Medic
4Survivalist
5Entertainer
6Linguist
7Dungeon Delver
8Observant
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I'm driven by a wanderlust that led me away from home.
2I watch over my friends as if they were a litter of newborn pups.
3I once ran twenty-five miles without stopping to warn my clan of an approaching horde. I'd do it again if I had to.
4I have a lesson for every situation, drawn from observing nature.
5I place no stock in wealthy or well-mannered folk. Money and manners won't save you from a hungry rancor.
6I'm always picking things up, absently fiddling with them, and sometimes accidentally breaking them.
7I feel far more comfortable around animals than people.
8I was, in fact, raised by wampas.
"},"idealOptions":{"value":"
d6Ideal
1Change. Life is like the seasons, in constant change, and we must change with it. (Chaotic)
2Greater Good. It is each person's responsibility to make the most happiness for the whole tribe. (Light)
3Honor. If I dishonor myself, I dishonor my whole clan. (Lawful)
4Might. The strongest are meant to rule. (Dark)
5Nature. The natural world is more important than all the constructs of civilization. (Neutral)
6Glory. I must earn glory in battle, for myself and my clan. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I am too enamored of ale, wine, and other intoxicants.
2There's no room for caution in a life lived to the fullest.
3I remember every insult I've received and nurse a silent resentment toward anyone who's ever wronged me.
4I am slow to trust members of other species, tribes, and societies.
5Violence is my answer to almost any challenge.
6Don't expect me to save those who can't save themselves. It is nature's way that the strong thrive and the weak perish.
"},"bondOptions":{"value":"
d6Bond
1My family, clan, or tribe is the most important thing in my life, even when they are far from me.
2An injury to the unspoiled wilderness of my home is an injury to me.
3I will bring terrible wrath down on the Darkdoers who destroyed my homeland.
4I am the last of my tribe, and it is up to me to ensure their names enter legend.
5I suffer awful visions of a coming disaster and will do anything to prevent it.
6It is my duty to provide children to sustain my tribe.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"9i2Wqxl58NK5ZsY5","flags":{"dae":{"stackable":false,"specialDuration":"None","transfer":true}},"changes":[{"key":"data.details.background","value":"Nomad","mode":5,"priority":20},{"key":"data.traits.toolProf.value","value":"music","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Nomad","tint":"","transfer":true}],"_id":"6F7UMpsrZibRqB2b"} +{"name":"Faction Adventurer","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"Adventuring is nothing new to you. Due to the circumstances of how you were raised, you have been involved with wandering heroes for most of your life. Maybe you were part of an adventuring band previously, but split with them after a disagreement or tragedy. Or, perhaps you worked around heroes in a lesser role for most of your young life, and you are now ready to graduate to the front lines."},"flavorName":{"value":"Adventuring Origin"},"flavorDescription":{"value":"You have either been adventuring or assisting other in adventuring since a very young age. Perhaps your parents were famous adventurers, or a group of adventurers found and raised you as their own. Perhaps you were trained to be a professional monster hunter, or maybe another faction member saved your life so you swore loyalty to them. Work with your GM to determine the nature of your adventuring."},"flavorOptions":null,"skillProficiencies":{"value":"Choose two from Athletics, Investigation, Nature, and Survival"},"toolProficiencies":{"value":"Your choice demolitions kit, security kit, or slicer's kit"},"languages":{"value":"One of your choice"},"equipment":{"value":"50 feet of rope, a small knife, a trophy, a set of traveler's clothes, and a belt pouch containing 100 cr."},"suggestedCharacteristics":{"value":"Adventurers are well adjusted to life on the road. They are often comfortable doing dangerous things like dungeoneering and fighting and can stay level-headed in the face of danger, but they may not be so well adapted to other parts of life."},"featureName":{"value":"Faction Membership"},"featureText":{"value":"

You are an established and respected member of an adventurer's faction, allowing you to rely on certain benefits that membership provides. If you are in a town with a headquarters for your adventurer's faction and you are in good standing with the faction, you will be allowed to look at the job postings and find adventuring work to earn money.

Factions often wield tremendous political power. If you are accused of a crime, your faction will support you if a good case can be made for your innocence or the crime is justifiable. You can also gain access to powerful political figures through the faction, if you are a member in good standing. You must pay dues of 50 cr per month to the faction. Your dues must be current to remain in the faction's good graces.

"},"featOptions":{"value":"
d8Feat
1Brawny
2Investigator
3Naturalist
4Survivalist
5Specialist
6Linguist
7Alert
8Athlete
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I can't bring myself to ignore a cry for help.
2I hold onto every mildly interesting item I find, in case it comes in handy someday.
3After all the weirdness I've seen on my travels, nothing can surprise me.
4I spit and laugh in the face of danger.
5Giving up is never an option for me.
6I feel more at home in monster-infested dungeons than in civilized society.
7I fill silence with wacky stories about my past misadventures, which may or may not be exaggerated.
8My sense of humor is as dark and grim as the dungeons I explore.
"},"idealOptions":{"value":"
d6Ideal
1Adventure. All I want is to travel the world and see amazing things. (Any)
2Heroism. I am dedicated to helping people in need. (Light)
3Order. I use my power to save the world from the forces of destruction and chaos. (Lawful)
4Excitement. An ordinary life is boring, I'd rather travel around and find trouble. (Chaotic)
5Power. The more powerful enemies I defeat, the stronger I become. (Neutral)
6Aspiration. I want to go down in history as a brave, powerful hero. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I default to solving problems with violence even when it's unwise or immoral.
2I expect to be lavished with praise whenever I do my job, and I get mad when no one acknowledges me.
3All members of \"Dark\" species must be Dark, so I will never trust them.
4Waiting around makes me antsy. I'd rather do something stupid than do nothing at all.
5My habit of looting dungeons makes me swipe things I shouldn't.
6A monstrous enemy I faced in the past still leaves me quivering with fear.
"},"bondOptions":{"value":"
d6Bond
1I carry with me a strange artifact that I found in a dungeon, but I don't know what it's for.
2My adventuring party means the world to me.
3I have sworn to hunt down the monster or villain who killed my former adventuring party.
4I adventure in order to bring honor (or money) to my family.
5There is a faraway place I've always wanted to visit, and I won't stop until I make it there.
6All I want is to make the ones who trained me in the way of adventuring proud.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"7OyIWtpW5O5MsJyt","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"Faction Adventurer","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Faction Adventurer","tint":"","transfer":true}],"_id":"8D8cSYfa8SYfN2i6"} +{"name":"Courtier","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

In your earlier days, you were a personage of some significance in a noble court or a bureaucratic organization. You might or might not come from an upper-class family; your talents, rather than the circumstances of your birth, could have secured you this position.

You might have been one of the many functionaries, attendants, and other hangers-on in Coruscant's upper echelons, or perhaps you traveled in Nar Shaddaa's baroque and sometimes cutthroat conglomeration of factions, nobles, adventurers, and secret societies. You might have been one of the behind-the-scenes law-keepers or functionaries on Dromund Kaas, or you might have grown up on some other affluent planet.

Even if you are no longer a full-fledged member of the group that gave you your start in life, your relationships with your former fellows can be an advantage for you and your adventuring comrades. You might undertake missions with your new companions that further the interest of the organization that gave you your start in life. In any event, the abilities that you honed while serving as a courtier will stand you in good stead as an adventurer.

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Deception, Insight, Performance, and Survival"},"toolProficiencies":{"value":null},"languages":{"value":"Two of your choice"},"equipment":{"value":"A set of fine clothes and a pouch containing 150 cr"},"suggestedCharacteristics":{"value":"The noble court or bureaucratic organization where you got your start is directly or indirectly associated with your bond (which could pertain to certain individuals in the group, such as your sponsor or mentor). Your ideal might be concerned with the prevailing philosophy of your court or organization."},"featureName":{"value":"Court Functionality"},"featureText":{"value":"Your knowledge of how bureaucracies function lets you gain access to the records and inner workings of any noble court or government you encounter. You know who the movers and shakers are, whom to go to for the favors you seek, and what the current intrigues of interest in the group are."},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Empathic
3Performer
4Survivalist
5Linguist
6Actor
7Practiced
8Force of Personality
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I believe that anything worth doing is worth doing right. I can't help it—I'm a perfectionist.
2I'm a snob who looks down on those who can't appreciate fine art.
3I always want to know how things work and what makes people tick.
4I'm full of witty aphorisms and have a proverb for every occasion.
5I'm rude to people who lack my commitment to hard work and fair play.
6I like to talk at length about my profession.
7I don't part with my money easily and will haggle tirelessly to get the best deal possible.
8I'm well known for my work, so I'm always taken aback when people haven't heard of me.
"},"idealOptions":{"value":"
d6Ideal
1Community. It is the duty of all civilized people to strengthen the bonds of community and the security of civilization. (Lawful)
2Generosity. My talents were given to me so that I could use them to benefit the world. (Light)
3Freedom. Everyone should be free to pursue his or her own livelihood. (Chaotic)
4Greed. I'm only in it for the money. (Dark)
5People. I'm committed to the people I care about, not to ideals. (Neutral)
6Aspiration. I work hard to be the best there is at my craft. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I'll do anything to get my hands on something rare or priceless.
2I'm quick to assume that someone is trying to cheat me.
3No one must ever learn that I once stole money from faction coffers.
4I'm never satisfied with what I have—I always want more.
5I would kill to acquire a noble title.
6I'm horribly jealous of anyone who can outshine my handiwork. Everywhere I go, I'm surrounded by rivals.
"},"bondOptions":{"value":"
d6Bond
1The location where I learned my trade is the most important place in the world to me.
2I created a great work for someone unworthy to receive it. I'm still looking for someone worthy.
3I owe someone a great debt for forging me into the person I am today.
4I pursue wealth to secure someone's love.
5One day I will return to my faction and prove that I am the greatest artisan of them all.
6I will get revenge on the Dark forces that destroyed my place of business and ruined my livelihood.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"J2pXAY3HF4uS6AiR","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"Courtier","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Courtier","tint":"","transfer":true}],"_id":"8eJluIQtTPtQay0Y"} +{"name":"Student","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

As a child, you were inquisitive when your playmates were possessive or raucous. In your formative years, you found your way to one of the galaxy's great institutes of learning, where you were apprenticed and taught that knowledge is a more valuable treasure than gold or gems. Now you are ready to leave your home—not to abandon it, but to quest for new lore to add to its storehouse of knowledge.

The most well-known of the galaxy's fonts of knowledge is the Library of the Republic. The great library is always in need of workers and attendants, some of whom rise through the ranks to assume roles of greater responsibility and prominence. You might be one of Coruscant's own, dedicated to the curatorship of what is likely the most complete body of lore and history in all the world.

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Insight, Lore, Investigation, and Nature"},"toolProficiencies":{"value":null},"languages":{"value":"Two of your choice"},"equipment":{"value":"A set of common clothes, a datapad and 10 data cards, a book on the subject of your current study, and a pouch containing 100 cr"},"suggestedCharacteristics":{"value":"Cloistered scholars are defined by their extensive studies, and their characteristics reflect this life of study. Devoted to scholarly pursuits, they value knowledge highly—as a worthy goal in itself, or as a means to a desirable end."},"featureName":{"value":"Library Access"},"featureText":{"value":"

Though others must often endure extensive interviews and significant fees to gain access to even the most common archives in your library, you have free and easy access to the majority of the library, though it might also have repositories of lore that are too valuable, powerful, or secret to permit anyone immediate access.

You have a working knowledge of your cloister's personnel and bureaucracy, and you know how to navigate those connections with some ease.

Additionally, you are likely to gain preferential treatment at other libraries across the galaxy, as professional courtesy shown to a fellow scholar.

"},"featOptions":{"value":"
d8Feat
1Empathic
1Loremaster
2Investigator
4Naturalist
5Linguist
6Keen Mind
7Observant
8Healer
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I use polysyllabic words that convey the impression of great erudition.
2I've read every book in the world's greatest libraries—or I like to boast that I have.
3I'm used to helping out those who aren't as smart as I am, and I patiently explain anything and everything to others.
4There's nothing I like more than a good mystery.
5I'm willing to listen to every side of an argument before I make my own judgment.
6I... speak... slowly... when talking... to idiots,... which... almost... everyone... is... compared... to me.
7I am horribly, horribly awkward in social situations.
8I'm convinced that people are always trying to steal my secrets.
"},"idealOptions":{"value":"
d6Ideal
1Knowledge. The path to power and self-improvement is through knowledge. (Neutral)
2Beauty. What is beautiful points us beyond itself toward what is true. (Light)
3Logic. Emotions must not cloud our logical thinking. (Lawful)
4No Limits. Nothing should fetter the infinite possibility inherent in all existence. (Chaotic)
5Power. Knowledge is the path to power and domination. (Dark)
6Self-Improvement. The goal of a life of study is the betterment of oneself. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I am easily distracted by the promise of information.
2Most people scream and run when they see a monster. I stop and take notes on its anatomy.
3Unlocking an ancient mystery is worth the price of a civilization.
4I overlook obvious solutions in favor of complicated ones.
5I speak without really thinking through my words, invariably insulting others.
6I can't keep a secret to save my life, or anyone else's.
"},"bondOptions":{"value":"
d6Bond
1It is my duty to protect my students.
2I have an ancient text that holds terrible secrets that must not fall into the wrong hands.
3I work to preserve a library, university, scriptorium, or monastery.
4My life's work is a series of tomes related to a specific field of lore.
5I've been searching my whole life for the answer to a certain question.
6I sold my soul for knowledge. I hope to do great deeds and win it back.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"m9GimK5lM9wkGQl3","flags":{"dae":{"stackable":false,"specialDuration":"None","transfer":true}},"changes":[{"key":"data.details.background","value":"Student","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Student","tint":"","transfer":true}],"_id":"8hc7mTs1Zd95suju"} +{"name":"Scoundrel","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You have always had a way with people. You can tease out their heart's desires after a few minutes of conversation, and with a few leading questions you can read them like they were children's books. It's a useful talent, and one that you're perfectly willing to use for your advantage. You know what people want and you promise to deliver, coaxing people into otherwise foolish decisions. You make the improbable sound plausible, and come ahead on every deal."},"flavorName":{"value":"Favorite Schemes"},"flavorDescription":{"value":"Every scoundrel has an angle they use in preference to other schemes. Choose a favorite scam or roll on the table below."},"flavorOptions":{"value":"
d6Favorite Schemes
1I cheat at games involving chance.
2I shave creds or forge documents.
3I insinuate myself into people's lives to prey on their weakness and secure their fortunes.
4I put on new identities like clothes.
5I run sleight-of-hand cons on street corners.
6I convince people that worthless junk is worth their hard-earned money.
"},"skillProficiencies":{"value":"Choose two from Deception, Insight, Performance, and Sleight of Hand"},"toolProficiencies":{"value":"Disguise Kit, Forgery Kit"},"languages":{"value":null},"equipment":{"value":"A set of fine clothes, a disguise kit, a memento of a former con, and a belt pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Scoundrels are colorful characters who conceal their true selves behind the masks they construct. They reflect what people want to see, what they want to believe, and how they see the world. But their true selves are sometimes plagued by an uneasy conscience, an old enemy, or deep-seated trust issues."},"featureName":{"value":"False Identity"},"featureText":{"value":"

You have created a second identity that includes documentation, established acquaintances, and disguises that allow you to assume that persona.

Additionally, you can forge documents including official papers and personal letters, as long as you have seen an example of the kind of document or the handwriting you are trying to copy.

"},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Empathic
3Performer
4Quick-Fingered
5Specialist
6Force of Personality
7Snappy Interjection
8Actor
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I fall in and out of love easily, and am always pursuing someone.
2I have a joke for every occasion, especially occasions where humor is inappropriate.
3Flattery is my preferred trick for getting what I want.
4I'm a born gambler who can't resist taking a risk for a potential payoff.
5I lie about almost everything, even when there's no good reason to.
6Sarcasm and insults are my weapons of choice.
7I keep multiple symbols on me and invoke whatever power might come in useful at any given moment.
8I pocket anything I see that might have some value.
"},"idealOptions":{"value":"
d6Ideal
1Independence. I am a free spirit—no one tells me what to do. (Chaotic)
2Fairness. I never target people who can't afford to lose a few creds. (Lawful)
3Charity. I distribute the money I acquire to the people who really need it. (Light)
4Creativity. I never run the same con twice. (Any)
5Friendship. Material goods come and go. Bonds of friendship last forever. (Light)
6Aspiration. I'm determined to make something of myself. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I can't resist a pretty face.
2I'm always in debt. I spend my ill-gotten gains on decadent luxuries faster than I bring them in.
3I'm convinced that no one could ever fool me the way I fool others.
4I'm too greedy for my own good. I can't resist taking a risk if there's money involved.
5I can't resist swindling people who are more powerful than me.
6I hate to admit it and will hate myself for it, but I'll run and preserve my own hide if the going gets tough.
"},"bondOptions":{"value":"
d6Bond
1I fleeced the wrong person and must work to ensure that this individual never crosses paths with me or those I care about.
2I owe everything to my mentor—a horrible person who's probably rotting in jail somewhere.
3Somewhere out there, I have a child who doesn't know me. I'm making the world better for him or her.
4I come from a noble family, and one day I'll reclaim my lands and title from those who stole them from me.
5A powerful person killed someone I love. Some day soon, I'll have my revenge.
6I swindled and ruined a person who didn't deserve it, and I seek to atone for my misdeeds.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"zxbZwq5rUD0VZ4jl","flags":{"dae":{"stackable":false,"specialDuration":"None","transfer":true}},"changes":[{"key":"data.details.background","value":"Scoundrel","mode":5,"priority":20},{"key":"data.traits.toolProf.value","value":"disg","mode":2,"priority":20},{"key":"data.traits.toolProf.value","value":"forg","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Scoundrel","tint":"","transfer":true}],"_id":"8lpRMhfSo9m5DId5"} +{"name":"Lawyer","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

Your duty is to uphold the law. Before becoming an adventurer you resided over a court or tribunal, managing proceedings and sentencing criminals to punishments fit for their crimes. Your job required a deep understanding of the law which you used to resolve conflicts both clear-cut and morally grey.

The legal system on the planet where you worked has a large effect on how you view the law. Was it a court system with a jury making the final verdict, or did you have absolute authority over determining guilt and sentencing? Was it a fair legal system with plenty of integrity, or was it rife with abuse and corruption? Did you work on criminal cases, civil law, or something even more specific? Perhaps instead of working for a government you were a judge in an internal tribunal for a temple or military organization.

Consider what compelled you to leave your old occupation behind and begin adventuring. Perhaps you seek to bring someone beyond the scope of law to justice, or maybe you have lost faith in the legal system altogether and have turned to a vigilante approach.

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Insight, Investigation, Performance, and Persuasion"},"toolProficiencies":{"value":null},"languages":{"value":"Two of your choice"},"equipment":{"value":"Documentation of your station, a book of law, a formal uniform you wear to court, a set of common clothes, and a belt pouch containing 100 cr."},"suggestedCharacteristics":{"value":"A lawyer's career is centered on issues of right, wrong, and punishment, so they will approach adventuring through a similar lens. They are used to being respected and in control, leading many of them to struggle with wild, Any situations."},"featureName":{"value":"Legal Authority"},"featureText":{"value":"

You are familiar with the letter of the law and workings of courts, at least on the planet that you were a judge in. If you are in a foreign place where you are not familiar with their exact laws, you often will be able to track down the resources you need to learn them.

If you or your party gets into legal trouble, your experience may help you get out of it. If you can prove your credentials, you might be able to represent your party in a court of law without admonishment. You may know of legal loopholes that will help your case. If you are in the region where you originally worked, you might have past connections with many legal professionals there.

"},"featOptions":{"value":"
d8Feat
1Empathic
2Investigator
3Performer
4Charmer
5Linguist
6Actor
7Observant
8Keen Mind
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I quote the law like a religious fanatic quotes scripture.
2I bang my weapon like a gavel whenever I want a rowdy group's attention.
3I remain impartial when making decisions, even when I should have biases and loyalties.
4Evidence is necessary to back up any claim.
5I insist on settling all party disagreements through fake court proceedings.
6I have to hear all sides of a story, but I secretly hate listening to people whine about how unfairly they're treated.
7I am happy to make sacrifices for the sake of fairness.
8I will not attack a person unless someone can prove they are doing something wrong.
"},"idealOptions":{"value":"
d6Ideal
1Law. I will follow the letter of the law always, no matter what I believe. (Lawful)
2Justice. My duty is to fight for the disenfranchised underdog. (Light)
3Reform. Laws can be corrupt, and I strive to free people from the bad ones. (Chaotic)
4Punishment. I will punish all those who have committed great Darks. (Lawful)
5Control. I enforce the law only where it benefits myself. (Dark)
6Stability. The purpose of the law is to keep civilization from collapsing. That spirit of that goal is more important than the letter of the law. (Neutral)
"},"flawOptions":{"value":"
d6Flaw
1Mercy is a foreign concept to me.
2I am unwilling to admit when I am wrong.
3I become unreasonably enraged at even the slightest injustice.
4I expect others to adhere to the law, but I act like i am above it.
5If there isn't a law in the books to handle a moral dilemma, I can't make a decision.
6The punishments I deal are cruel and unusual.
"},"bondOptions":{"value":"
d6Bond
1A dangerous criminal is on the loose, and I plan to hunt them down.
2All those who strive to uphold the law are my allies.
3I have sentenced an innocent man to a horrible punishment, and the guilt still haunts me.
4There is an ethical cause that I would give my life for.
5I dream of memorizing the laws of every civilization.
6I am enamored with the legal system of my own culture, and want to spread its tenets everywhere.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"DSwb2coYtzmub2Zz","flags":{"dae":{"stackable":false,"specialDuration":"None","transfer":true}},"changes":[{"key":"data.details.background","value":"Lawyer","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Lawyer","tint":"","transfer":true}],"_id":"9NWnxnz2ypy2a1Qp"} +{"name":"Outlaw","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You are a notorious free adventurer who, due to unfortunate circumstances, has lost favor with the law. However, being of the common people, they protect you due to your just nature. A protector of the people, a thorn in the side of authorities."},"flavorName":{"value":"Defining Event"},"flavorDescription":{"value":"Though you were once just a commoner, a specific event caused you to drastically change your lifestyle and take off for a life of dangerous wandering, or perhaps revenge. Choose or randomly determine a defining event that marked you as an outlaw."},"flavorOptions":{"value":"
d10Defining Event
1I stood up to a tyrant's agents.
2I stole from a corrupt Lord to help the poor.
3I broke into a tyrant's castle and stole weapons to arm the people.
4I failed to assassinate a tyrant.
5I loved a noble, and was caught in bed with them.
6I robbed a bank with unfair interest rates.
7I murdered a pedophilic priest to save local children.
8I received a heroic calling from a mysterious creature.
9I was framed for a crime I didn't commit.
10Outlaw by choice.
"},"skillProficiencies":{"value":"Choose two from Acrobatics, Athletics, Insight, and Survival"},"toolProficiencies":{"value":"Disguise kit"},"languages":{"value":"One of your choice"},"equipment":{"value":"A hunting trap, an iron pot, a set of traveler's clothes, and a pouch containing 150 cr"},"suggestedCharacteristics":{"value":"An outlaw is a hero for the common people who takes pride in his humble origins and revels in disrupting authority to help those he's close to."},"featureName":{"value":"Notorious"},"featureText":{"value":"Since you come from the ranks of the common folk, you fit among them with ease. You can find a place to hide, rest, or recuperate among other commoners, unless you've shown yourself to be a danger to them. They will shield you from the law or anyone else searching for you, though they will not risk their lives for you."},"featOptions":{"value":"
d8Feat
1Acrobat
2Brawny
3Empathic
4Survivalist
5Specialist
6Linguist
7Alert
8Observant
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I judge people by their actions, not their words.
2If someone is in trouble, I'm always ready to lend help.
3When I set my mind to something, I follow through no matter what gets in my way.
4I have a strong sense of fair play and always try to find the most equitable solution to arguments.
5I'm confident in my own abilities and do what I can to instill confidence in others.
6Thinking is for other people. I prefer action.
7I misuse long words in an attempt to sound smarter.
8I get bored easily. When am I going to get on with my destiny?
"},"idealOptions":{"value":"
d6Ideal
1Respect. People deserve to be treated with dignity and respect. (Light)
2Fairness. No one should get preferential treatment before the law, and no one is above the law. (Lawful)
3Freedom. Tyrants must not be allowed to oppress the people. (Chaotic)
4Might. If I become strong, I can take what I want—what I deserve. (Dark)
5Sincerity. There's no good in pretending to be something I'm not. (Neutral)
6Destiny. Nothing and no one can steer me away from my higher calling. (Any)
"},"flawOptions":{"value":"
d6Flaw
1The tyrant who rules my land will stop at nothing to see me killed.
2I'm convinced of the significance of my destiny, and blind to my shortcomings and the risk of failure.
3The people who knew me when I was young know my shameful secret, so I can never go home again.
4I have a weakness for the vices of the city, especially hard drink.
5Secretly, I believe that things would be better if I were a tyrant lording over the land.
6I have trouble trusting in my allies.
"},"bondOptions":{"value":"
d6Bond
1I have a family, but I have no idea where they are. One day, I hope to see them again.
2I worked the land, I love the land, and I will protect the land.
3A proud noble once gave me a horrible beating, and I will take my revenge on any bully I encounter.
4My tools are symbols of my past life, and I carry them so that I will never forget my roots.
5I protect those who cannot protect themselves.
6I wish my childhood sweetheart had come with me to pursue my destiny.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"JX4bhDE2SZifvcok","flags":{"dae":{"stackable":false,"specialDuration":"None","transfer":true}},"changes":[{"key":"data.details.background","value":"Outlaw","mode":5,"priority":20},{"key":"data.traits.toolProf.value","value":"disg","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Outlaw","tint":"","transfer":true}],"_id":"BGNiEnetAKrBcZM2"} +{"name":"Pirate","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You are an experienced pirate. Banditry and raiding are common in the Outer Rim, and little negative stigma is given to pirates. Those that prey on the Empire are sometimes even held in high regard as bold warriors. However, you still have contacts within the criminal underworld and you're far closer than most people to the world of murder, theft, and violence that pervades the underbelly of civilization, and you have survived up to this point by flouting the rules and regulations of finer society."},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Athletics, Deception, Intimidation, and Piloting"},"toolProficiencies":{"value":"One type of gaming set, your choice of demolitions kit, security kit, or slicer's kit"},"languages":{"value":null},"equipment":{"value":"One set of traveler's clothes, a gaming set you are proficient with, poorly wrought maps of Outer Rim worlds in your territory, a small piece of jewelry worth 100 cr from some exotic planet, and a pouch containing 50 cr"},"suggestedCharacteristics":{"value":"Despite the cutthroat nature of the business, pirates come in all shapes and personalities. Some are bloodthirsty brigands who leave no survivors, others are free spirits who believe in strength over weakness. The hardened warriors of deep space can be implacable foes who often form unshakable bonds with their crewmates. The same circumstances that give them their edge can also grind them down, leaving them vulnerable to greed, shame, and the scars of fear and horror left by battle."},"featureName":{"value":"Galactic Scourge"},"featureText":{"value":"You've been from one end of the galaxy to the other. You know the most lucrative trade routes. You have expert knowledge of the various hyperlanes. In addition to this, you know a large number of the models and designs of common space ships that are found in the galaxy. Further, the bonds you formed with your crew are strong, and you can call on their aid even if you've been away from their side for some time. You can expect your former comrades to offer you passage aboard ship, reasonable aid, or shelter when you are in need. Keep in mind that this bond goes both ways, and they may come to you expecting the same."},"featOptions":{"value":"
d8Feat
1Brawny
2Silver-Tongued
3Threatening
4Ace Pilot
5Entertainer
6Specialist
7Feigned Confidence
8Force of Personality
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I respect my captain and trust my crew. It may be all that saves my life one day.
2Whether the credits comes from the split of the spoils or from a side wager, I'll get my hands on it.
3When my blood gets up, my swearing could boil the icy tundra of Hoth.
4I enjoy spreading the tales of my exploits, no matter who hears.
5I never let witnesses escape from a raid.
6I take what I need, but I don't kill without reason.
7I always have an exit planned.
8I assume everyone else wants to take what I have.
"},"idealOptions":{"value":"
d6Ideal
1Equal Shares. All hands who spend sweat and blood earn their share of the credits. (Lawful)
2Adventure. I'm far from home, and everything is strange and wonderful! (Chaotic)
3Greater Good. I raid to weaken the Empire that threatens my people, but I don't steal from civilians.(Light)
4Strength. The weak exist to feed the strong, and I am strong. (Dark)
5Crew. A ship is nothing without her crew. Protect your mates. (Neutral)
6Ambition. One day I will be so much more than a captain. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I never back down from a fight.
2When faced with a choice between money and my friends, I usually choose the money.
3I was drunk on watch when my ship was lost to an ambush. I can't set the shame aside.
4I feel I'm entitled to a greater share of the spoils, no matter the circumstances.
5I won't let myself be captured. If a raid goes sour, I'm the first to run for cover.
6I get lost in the thrill of the raid and can't focus on the details of a plan.
"},"bondOptions":{"value":"
d6Bond
1My band and I will be known across the world, and we'll never be forgotten.
2My ill-gotten gains go to support my family.
3Everything I do is for the good of my people.
4My ship and many of her crew were lost to treachery, and I won't rest until I discover who was behind it.
5My ship comes first, and all other loyalties simply pale in comparison.
6A crew member of a ship we raided saved my life, and I don't know how to resolve that debt.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"mb0hwrFG3TRTF5CZ","flags":{"dae":{"stackable":false,"specialDuration":"None","transfer":true}},"changes":[{"key":"data.details.background","value":"Pirate","mode":5,"priority":20},{"key":"data.traits.toolProf.value","value":"game","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Pirate","tint":"","transfer":true}],"_id":"D0OjE6yqMvyNtAsB"} +{"name":"Teacher","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You are an experienced teacher who knows how to best instruct others in an array of disciplines. Although you have a vast amount of knowledge yourself, pedagogy is the most important tool in your toolbox because it allows the rest of your knowledge to spread most efficiently."},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Lore, Nature, Performance, and Technology"},"toolProficiencies":{"value":"One instrument or set of artisan's implements of your choice"},"languages":{"value":"One of your choice"},"equipment":{"value":"A set of common clothes, an instrument or set of tools with which you are proficient, a token from a former student, and a belt pouch containing 50 cr"},"suggestedCharacteristics":{"value":"As a teacher you are devoted to educating others, as well as learning new information for yourself. It is up to you whether you are preachy or wise, a bookworm or more kinesthetic, a note taker or visual learner. In any case, you are most likely underappreciated."},"featureName":{"value":"Knowledge"},"featureText":{"value":"If you need information on something, you know if there is a book containing that information and where to find it. Further, when you hear a creature speaking or when you see language written down, you can identify exactly what language is being used even if you are not proficient in the language. Finally, when you hear music, you know which instruments are being used in the performance, even if you are not proficient in their use. \r\n"},"featOptions":{"value":"
d8Feat
1Loremaster
2Naturalist
3Performer
4Techie
5Entertainer
6Crafter
7Linguist
8Feigned Confidence
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1Books are my everything.
2Knowledge is the most important thing in the world.
3I have quotes for every occasion.
4My vocabulary is vast enough I sometimes use words that are larger than necessary.
5I love working with kids.
6Because I understand why people can make mistakes, I am also patient with them.
7Sometimes I start explaining things at a level much to basic for the audience.
8I reward hard work and good manners.
"},"idealOptions":{"value":"
d6Ideal
1Teach. I must spread what I have learned. (Lawful)
2Insatiable. When I find something new I must learn everything about it, no matter the cost. (Chaotic)
3Discovery. Every single piece of information is waiting to be discovered. (Light)
4Greed. Every piece of knowledge will be mine. (Dark)
5People. I will teach anybody anything. (Neutral)
6Power. Knowledge is power. (Any)
"},"flawOptions":{"value":"
d6Flaw
1Someone showing bad manners does not exist to me. I will never talk to or acknowledge that person.
2I overemphasize the importance of discipline.
3I invest so much time into planning that I can't bring myself to deviate from the plan, even when it is needed.
4I look down on uneducated adults.
5I'd give up my companions for a piece of secret information.
6I can't stand not reading at least one page of a book a day.
"},"bondOptions":{"value":"
d6Bond
1I was picked on while growing up for being a bookworm.
2The world is such an open place, I feel like there is still so much to learn. I want to compile knowledge from different places.
3I like reading books and writing, but I'm no poet yet. It is just a hobby I want to share with others, looking for exotic inspirations.
4I will become the power behind the throne by controlling the information the throne receives.
5Children are our future, and I will mold them.
6I can't teach what I don't know. I will teach everything.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"Z7oI1Zoo2YU4XNfI","flags":{"dae":{"stackable":false,"specialDuration":"None","transfer":true}},"changes":[{"key":"data.details.background","value":"Teacher","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Teacher","tint":"","transfer":true}],"_id":"DDULLY3ZiKZ7viL4"} +{"name":"Soldier","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

War has been your life for as long as you care to remember. You trained as a youth, studied the use of weapons and armor, learned basic survival techniques, including how to stay alive on the battlefield. You might have been part of a standing national army, a mercenary company, or perhaps a member of a local militia who rose to prominence during a recent war.

When you choose this background, work with your GM to determine which military organization you were a part of, how far through its ranks you progressed, and what kind of experiences you had during your military career. Was it a standing army, a town guard, a village militia, or perhaps a private company.

"},"flavorName":{"value":"Specialty"},"flavorDescription":{"value":"

During your time as a soldier, you had a specific role to play in your unit or army. Roll a d8 or choose from the options in the table below to determine your role:

"},"flavorOptions":{"value":"
d8Specialty
1Officer
2Scout
3Infantry
4Medic
5Quartermaster
6Pilot
7Artisan
8Support Staff
"},"skillProficiencies":{"value":"Choose two from Athletics, Intimidation, Persuasion, and Piloting"},"toolProficiencies":{"value":"One type of gaming set"},"languages":{"value":"One of your choice"},"equipment":{"value":"An insignia of rank, a trophy taken from a fallen enemy, a gaming set (one of your choice), a set of common clothes, and a belt pouch containing 100 cr"},"suggestedCharacteristics":{"value":"The horrors of war combined with the rigid discipline of military service leave their mark on all soldiers, shaping their ideals, creating strong bonds, and often leaving them scarred and mentally vulnerable."},"featureName":{"value":"Military Rank"},"featureText":{"value":"You have a military rank from your career as a soldier. Soldiers loyal to your former military organization still recognize your authority and influence, and they defer to you if they are of a lower rank. You can invoke your rank to exert influence over other soldiers and requisition simple equipment for temporary use. You can also usually gain access to friendly military encampments where your rank is recognized."},"featOptions":{"value":"
d8Feat
1Brawny
2Threatening
3Charmer
4Ace Pilot
5Entertainer
6Linguist
7Weapon Expert
8Healer
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I'm always polite and respectful.
2I'm haunted by memories of war. I can't get the images of violence out of my mind.
3I've lost too many friends, and I'm slow to make new ones.
4I'm full of inspiring and cautionary tales from my military experience relevant to almost every combat situation.
5I can stare down a hell hound without flinching.
6I enjoy being strong and like breaking things.
7I have a crude sense of humor.
8I face problems head-on. A simple, direct solution is the best path to success.
"},"idealOptions":{"value":"
d6Ideal
1Greater Good. Our lot is to lay down our lives in defense of others. (Light)
2Responsibility. I do what I must and obey just authority. (Lawful)
3Independence. When people follow orders blindly, they embrace a kind of tyranny. (Chaotic)
4Might. In life as in war, the stronger force wins. (Dark)
5Live and Let Live. Ideals aren't worth killing over or going to war for. (Neutral)
6Nation. My city, nation, or people are all that matter. (Any)
"},"flawOptions":{"value":"
d6Flaw
1The monstrous enemy we faced in battle still leaves me quivering with fear.
2I have little respect for anyone who is not a proven warrior.
3I made a terrible mistake in battle that cost many lives, and I would do anything to keep that mistake secret.
4My hatred of my enemies is blind and unreasoning.
5I obey the law, even if the law causes misery.
6I'd rather eat my armor than admit when I'm wrong.
"},"bondOptions":{"value":"
d6Bond
1I would still lay down my life for the people I served with.
2Someone saved my life on the battlefield. To this day, I will never leave a friend behind.
3My honor is my life.
4I'll never forget the crushing defeat my company suffered or the enemies who dealt it.
5Those who fight beside me are those worth dying for.
6I fight for those who cannot fight for themselves.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"50FJ87E6jpgibwLx","flags":{"dae":{"stackable":false,"specialDuration":"None","transfer":true}},"changes":[{"key":"data.details.background","value":"Soldier","mode":5,"priority":20},{"key":"data.traits.toolProf.value","value":"game","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Soldier","tint":"","transfer":true}],"_id":"F1UmpC0N4rj6SXRI"} +{"name":"Smuggler","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You have spent your life hiding in the darkness, making shady deals behind closed doors. What led you to engage in a life of crime? Do you crave the thrill of lawbreaking, or did you enter the profession to pay off a debt, risking your hide on behalf of a less than honorable noble? A smuggler is an individual trained in the art of acquisition, a professional thug who can deliver anything... for a price. Smugglers tend to be more bolder criminals than most, preferring bribery or distraction over subterfuge and stealth."},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Deception, Piloting, Sleight of Hand, and Stealth"},"toolProficiencies":{"value":"One type of gaming set and your choice of demolitions kit, security kit, or slicer's kit"},"languages":{"value":null},"equipment":{"value":"A fusion cutter, a set of dark common clothes including a hood, and a belt pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Smugglers might seem like villains on the surface, and many of them are nefarious to the core. But some have an abundance of endearing, if not redeeming, characteristics. There might be honor among thieves, but spies rarely show any respect for law or authority. "},"featureName":{"value":"Careful Selection"},"featureText":{"value":"Some close brushes with the law have taught you that not every city guard can be bribed, and some people are simply too keen to miss minute discrepancies. This feature allows you to study a person and gain insight into whether or not they would accept a bribe, or to pick up on whether they are exceptionally more perceptive than you. It does not reveal how expensive a bribe may be for a given situation, however."},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Ace Pilot
3Quick-Fingered
4Stealthy
5Entertainer
6Specialist
7Feigned Confidence
8Force of Personality
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I am extremely sociable, especially over a mug of ale.
2I always keep my wares close to me, you never know who might stumble across them otherwise.
3The best way to hide is out in the open.
4I'm a terrible gossip.
5Being seen with any unsavory figures is a sure way to undermine my work, which is why I work out of sight.
6Deflecting questions has become second nature to me, so I rarely answer straight.
7I have dozens of identities and live in constant fear of answering to the wrong name.
8I act irrationally confident in the face of danger, nobody suspects anything when you seem like you're in charge.
"},"idealOptions":{"value":"
d6Ideal
1Morals. I only smuggle things to improve the lives of the common folk. (Light)
2Ruthless. I will rise to the top of the heap by any means necessary. (Dark)
3Friendship. My associates are dear to me, and I want them to rise with me when I hit it big. (Lawful)
4Dauntless. No border crossing or bribe is too difficult- that's just the coward's way of saying exciting! (Chaotic)
5Greater. Good I work for a greater cause, and ply my trade only in service to it. (Any)
6Unperturbed. I only want to make a living for myself, and smuggling is just an edge I can use to do so. (Neutral)
"},"flawOptions":{"value":"
d6Flaw
1\"Trust nobody, not even yourself.\" I am plagued by paranoia.
2I'm so charismatic that sometimes I woo myself. Who am I, Narcissus?
3Money is my greatest motivator. I'll do almost anything given enough of it, even if I'll regret it later.
4I would betray anyone to save my own skin.
5I detach myself from the results of my actions in order to sleep better at night.
6Someone who knows me well might call me \"two-faced\" but those who don't have no idea what hit 'em.
"},"bondOptions":{"value":"
d6Bond
1A corrupt official shut me down back in my honest days. I aim to show him a thing or two about recovery.
2I never wanted to be a criminal, but it pays the bills.
3A bloodthirsty pirate stole a shipment from me and killed a dear friend of mine. I will have my vengeance.
4Someone I cared about discovered my profession and has publicly denounced me, and I am caught between protecting my reputation and restoring our relationship.
5My love interest is someone who once stole from right under my nose- but they have no idea who I am or how much I admire them for their accomplishment.
6My business partners are closer to me than my family.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"ICTn4aQwmyndSpfG","flags":{"dae":{"stackable":false,"specialDuration":"None","transfer":true}},"changes":[{"key":"data.details.background","value":"Smuggler","mode":5,"priority":20},{"key":"data.traits.toolProf.value","value":"game","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Smuggler","tint":"","transfer":true}],"_id":"Hq3WuPQDmrgi6jSk"} +{"name":"Hermit","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You lived in seclusion—either in a community or alone—for a formative part of your life. In your time apart from society, you found quiet, solitude, and perhaps some of the answers you were looking for."},"flavorName":{"value":"Life of Seclusion"},"flavorDescription":{"value":"

What was the reason for your isolation, and what changed to allow you to end your solitude? You can work with your GM to determine the exact nature of your seclusion, or you can choose or roll on the table below to determine the reason behind your seclusion.

"},"flavorOptions":{"value":"
d6Life of Seclusion
1I was partaking of communal living in accordance with the dictates of a religious order.
2I retreated from society after a life-altering event.
3I needed a quiet place to work on my art, literature, music, or manifesto.
4I needed to commune with nature, far from civilization.
5I was the caretaker of an ancient ruin or relic.
6I was in search of a place of spiritual significance.
"},"skillProficiencies":{"value":"Choose two from Animal Handling, Lore, Medicine, and Nature"},"toolProficiencies":{"value":"Bioanalysis kit"},"languages":{"value":"One of your choice"},"equipment":{"value":"A diary of your experiences, a winter blanket, a set of common clothes, a bioanalysis kit, and 50 cr"},"suggestedCharacteristics":{"value":"Some hermits are well suited to a life of seclusion, whereas others chafe against it and long for company. Whether they embrace solitude or long to escape it, the solitary life shapes their attitudes and ideals. Some few are driven slightly mad by their isolation."},"featureName":{"value":"Discovery"},"featureText":{"value":"The seclusion of your hermitage gave you access to a unique and powerful discovery. The nature of this revelation depends on the nature of your seclusion. You might have discovered a great truth about the cosmos or the Force, a fact that has long been forgotten, a relic of the past that could rewrite history, or a place unseen for ages. It might be information that would be damaging to the people who consigned you to exile, and hence the reason for your return to society. Work with your GM to determine the details of your discovery and its impact on the campaign.\r\n"},"featOptions":{"value":"
d8Feat
1Animal Handler
2Loremaster
3Medic
4Naturalist
5Specialist
6Alert
7Dungeon Delver
8Healer
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I've been isolated for so long that I rarely speak, preferring gestures and the occasional grunt.
2I am utterly serene, even in the face of disaster.
3The leader of my community had something wise to say on every topic, and I am eager to share that wisdom.
4I feel tremendous empathy for all who suffer.
5I'm oblivious to etiquette and social expectations.
6I connect everything that happens to me to a grand, cosmic plan.
7I often get lost in my own thoughts and contemplation, becoming oblivious to my surroundings.
8I am working on a grand philosophical theory and love sharing my ideas.
"},"idealOptions":{"value":"
d6Ideal
1Greater Good. My gifts are meant to be shared with all, not used for my own benefit. (Light)
2Logic. Emotions must not cloud our sense of what is right and true, or our logical thinking. (Lawful)
3Free Thinking. Inquiry and curiosity are the pillars of progress. (Chaotic)
4Power. Solitude and contemplation are paths toward mystical power. (Dark)
5Live and Let Live. Meddling in the affairs of others only causes trouble. (Neutral)
6Self-Knowledge. If you know yourself, there's nothing left to know. (Any)
"},"flawOptions":{"value":"
d6Flaw
1Now that I've returned to the world, I enjoy its delights a little too much.
2I harbor dark, bloodthirsty thoughts that my isolation and meditation failed to quell.
3I am dogmatic in my thoughts and philosophy.
4I let my need to win arguments overshadow friendships and harmony.
5I'd risk too much to uncover a lost bit of knowledge.
6I like keeping secrets and won't share them with anyone.
"},"bondOptions":{"value":"
d6Bond
1Nothing is more important than the other members of my hermitage, order, or association.
2I entered seclusion to hide from the ones who might still be hunting me. I must someday confront them.
3I'm still seeking the enlightenment I pursued in my seclusion, and it still eludes me.
4I entered seclusion because I loved someone I could not have.
5Should my discovery come to light, it could bring ruin to the world.
6My isolation gave me great insight into a great Dark that only I can destroy.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"hW43OgFqBYThXhl6","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"Hermit","mode":5,"priority":20},{"key":"data.traits.toolProf.value","value":"bioa","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Hermit","tint":"","transfer":true}],"_id":"IKabPTFesxkIT252"} +{"name":"Mandalorian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You are a child of Mandalore. As a member of the most renowned warrior culture in history, your people are known for being strong and hardy. Mandalorian culture is built around the honor and glory that come from victory in battle."},"flavorName":{"value":"Mandalorian Clan"},"flavorDescription":{"value":"Mandalorian culture is built on the backbone of various clans. The clan you are a part of has it's own history, allegiances, and fueds which shape your persepctive. Choose an option or roll on the table below to determine your clan."},"flavorOptions":{"value":"
d8Mandalorian Clan
1Vizsla
2Fett
3Kryze
4Ordo
5Wren
6Lok
7Cadera
8Clanless
"},"skillProficiencies":{"value":"Choose two from Athletics, Intimidation, Piloting, and Survival"},"toolProficiencies":{"value":"One set of artisan's implements"},"languages":{"value":"Mando'a"},"equipment":{"value":"A set of traveler's clothes, a trophy from a previous victory, and a pouch containing 200 cr"},"suggestedCharacteristics":{"value":"Mandalorians are a meritocracy where birthplace, rank, status, and citizenship mean nothing. You are what you do. Mandalorians live by the Resol'nare (the \"Six Actions\"). As a true Mandalorian you should strive to live by this code as much as possible by remaining honorable. Your flaw(s) might consist of any dishonor you've committed, or even being too honorable."},"featureName":{"value":"Child of Mandalore"},"featureText":{"value":"Other Mandalorians know, and will look out for you. If you're ever in need of a place to stay, or a meal to eat, other Mandalorians will help you as long as your clans aren't feuding. This could be in the form of shelters, meals, even healing. If the Mandalorians are of your clan or a clan friendly to you, they may be willing to help you even at cost to themselves."},"featOptions":{"value":"
d8Feat
1Brawny
2Threatening
3Ace Pilot
4Survivalist
5Crafter
6Durable
7Weapon Expert
8Athlete
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I try and bring my culture to outsiders.
2I always put my clan first.
3I follow the Resol'nare to the letter.
4I love a good spar.
5I enjoy traveling the galaxy.
6I keep a small trophy on me to remind me of a past victory.
7I view the force as dishonorable in combat.
8I've seen the horrors of battle and try to prevent it.
"},"idealOptions":{"value":"
d6Ideal
1Tradition. I live by my clan's ways, and will continue to do so. (Lawful)
2Power. I strive to be the best warrior, no matter who stands in my way. (Dark)
3Respect. I have earned the respect of many, and I intend to keep it. (Light)
4Freedom. I enjoy having the ability to do whatever I want. (Chaotic)
5Comradery. I'll put everything on the line for those dear to me. (Any)
6Aspiration. I'll succeed in my goals, it just takes time and effort. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I look down on outsiders.
2I have no respect for anyone who flees. Cowardice is unacceptable.
3I don't see much use in talking, a blaster is all I need to make my point.
4I stick to my traditions no matter what, even at the cost of others.
5I retreated once, and I've regretted it ever since.
6I value a victory regardless of the ethics behind the victory.
"},"bondOptions":{"value":"
d6Bond
1I lost someone dear to me in battle, I will always honor them.
2Honor is everything to me.
3I will lay down my life for those beside me.
4I must keep the traditions of my ancestors alive.
5No matter where I go, Mandalore is my home.
6In death, I will find glory.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"Ak1vZkXH57KiTblz","flags":{"dae":{"stackable":false,"specialDuration":"None","transfer":true}},"changes":[{"key":"data.details.background","value":"Mandalorian","mode":5,"priority":20},{"key":"data.traits.languages.value","value":"mandoa","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Mandalorian","tint":"","transfer":true}],"_id":"MHN8azBEdlXXxqRM"} +{"name":"Gambler","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You are a skilled gambler who spends most of your time in casinos, bar rooms, and gambling dens. Are your activities legal, or do you break the law? Have you ever cheated in a game, or do you play by the rules? No matter what, your life has been one of excitement, chance, and danger."},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Deception, Insight, Intimidation, and Sleight of Hand"},"toolProficiencies":{"value":"Two types of gaming sets"},"languages":{"value":null},"equipment":{"value":"A set of common clothes, a set of dice, a deck of playing cards, a lucky charm, and a belt pouch containing 100 cr."},"suggestedCharacteristics":{"value":"Gambling is your passion, for better or for worse. Most gamblers see their vices as virtues, and overlook things in their pursuit of the rush."},"featureName":{"value":"Let's Make It Interesting"},"featureText":{"value":"You can convince nearly anyone to put up something they aren't normally willing to part with (property or information) in a game of chance. Your GM might rule that they will only agree to a game of their choosing, and they may only agree if they feel the odds are in their favor."},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Empathic
3Threatening
4Quick-Fingered
5Entertainer
6Keen Mind
7Observant
8Practiced
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I like to impress everyone I meet with a simple trick or a quick joke.
2I constantly make side bets on everything that happens around me.
3No matter how high the stakes, I always appear calm.
4I try to be unpredictable, so no one will know when I'm bluffing.
5I never back down from a challenge.
6I can't get satisfaction out of something if the stakes are too low.
7I tend to make friends out of enemies, and enemies out of friends.
8I prefer one game above all others.
"},"idealOptions":{"value":"
d6Ideal
1Risk. Nothing worth doing is ever a sure thing. (Chaotic)
2Victory. Never make a bet unless you're sure you can win. (Lawful)
3Greed. Anything that isn't mine soon will be. (Dark)
4Charity. I share my winnings with the less fortunate. (Light)
5Surprise. Life is a game worth playing, because you never know how the dice will land. (Any)
6Laziness. Working is for chumps. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I can't step away from the table when I'm losing.
2I spend money faster than I can make it.
3Everyone has a price. Mine happens to be pretty low.
4I assume everyone is hiding something from me.
5I tend to value money more than people.
6I like to think I could drink anyone under the table, but I'm really a lightweight.
"},"bondOptions":{"value":"
d6Bond
1I owe a lot of money to the wrong kind of people.
2I still keep the first coin I ever won. It's my good luck charm.
3Most of my winnings go to my home.
4Someday I will own my own casino.
5I lost a large sum of money to a con artist; I seek to get it back.
6I hide my gambling behind a normal life. My friends have no idea who I really am.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"9HkjNgqUUwqVm64c","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"Gambler","mode":5,"priority":20},{"key":"data.traits.toolProf.value","value":"game","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Gambler","tint":"","transfer":true}],"_id":"NaSMBpOZU0sAuDJ2"} +{"name":"Jedi","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

You are a devout follower of the Jedi Order: an ancient, monastic peacekeeping organization united in its observance of the light side of the Force. A noble order of protectors noted for their ability to tap into the power of the Force, the Jedi serve as guardians of peace and justice in the Galactic Republic. You follow the Jedi Code:

\"There is no emotion, there is peace.
There is no ignorance, there is knowledge.
There is no passion, there is serenity.
There is no chaos, there is harmony.
There is no death, there is the Force.\"

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Insight, Investigation, Lore, and Persuasion"},"toolProficiencies":{"value":"Artificer's tools"},"languages":{"value":"One of your choice"},"equipment":{"value":"A copy of the Jedi code, a set of common clothes including a robe, and a belt pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Jedi are shaped by their experience in their temple. Their study of the history and tenets of the Jedi Order and their relationships to temples, shrines, or hierarchies affect their mannerisms and ideals. Their flaws might be some hidden hypocrisy or heretical idea, or an ideal or bond taken to an extreme."},"featureName":{"value":"Shelter of the Faithful"},"featureText":{"value":"

As a Jedi, you command the respect of those who are loyal to the Jedi Order. You and your adventuring companions can expect to receive free healing and care at any Jedi temple, and those who support your religion will support you (but only you) at a modest lifestyle.

You might also have ties to a specific Jedi temple and have a residence there. This could be the temple where you trained, or a temple where you have found a new home. While near your temple, you can call upon the Jedi for assistance, provided the assistance you ask for is not hazardous and you remain in good standing with your temple.

"},"featOptions":{"value":"
d8Feat
1Empathic
2Investigator
3Loremaster
4Charmer
5Linguist
6Crafter
7Healer
8Force-Sensitive
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I idolize a particular Jedi, and constantly refer to that person's deeds and example.
2I can find common ground between the fiercest enemies, empathizing with them and always working towards peace.
3I see omens in every event and action. The Force tries to speak to us, we just need to listen
4Nothing can shake my optimistic attitude.
5I quote (or misquote) sacred Jedi texts and proverbs in almost every situation.
6I am tolerant (or intolerant) of those who don't support the Jedi.
7I've enjoyed fine food, drink, and high society. Rough living grates on me.
8I've spent so long in the Jedi temple that I have little practical experience dealing with people in theworld.
"},"idealOptions":{"value":"
d6Ideal
1Tradition. The ancient traditions of worship and sacrifice must be preserved and upheld. (Lawful)
2Charity. I always try to help those in need, no matter what the personal cost. (Light)
3Change. We must help bring about the changes the Force is constantly working in the world. (Chaotic)
4Power. I hope to one day rise to the rank of Jedi Master. (Lawful)
5Faith. I trust that the Force will guide my actions; I have faith that if I work hard, things will go well. (Lawful)
6Aspiration. I seek to prove myself worthy of the Force by matching my actions against the Jedi teachings. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I judge others harshly, and myself even more severely.
2I put too much trust in those who wield power within my temple's hierarchy.
3My piety sometimes leads me to blindly trust those that profess faith in the Force.
4I am inflexible in my thinking.
5I am suspicious of strangers and expect the worst of them.
6Once I pick a goal, I become obsessed with it to the detriment of everything else in my life.
"},"bondOptions":{"value":"
d6Bond
1I would die to recover an ancient Jedi relic that was lost long ago.
2I will someday get revenge on those who razed my temple.
3I owe my life to the Jedi who took me in when my parents died.
4Everything I do is for the common people.
5I will do anything to protect the temple where I served.
6I seek to preserve a sacred text that my enemies seek to destroy.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"0LDgG6pA8ETk7nfy","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"Jedi","mode":5,"priority":20},{"key":"data.traits.toolProf.value","value":"arti","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Jedi","tint":"","transfer":true}],"_id":"Py2lyu7sexbfC7Pg"} +{"name":"Barbarian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

Though you might have only recently arrived in civilized lands, you are no stranger to the values of cooperation and group effort when striving for supremacy. You learned these principles, and much more, as a member of your tribe.

\n

Your people have always tried to hold to the old ways. Tradition and taboo have kept your tribe strong while the kingdoms of others have collapsed into chaos and ruin. But for the last few generations, some bands among the tribes were tempted to settle, make peace, trade, and even to build towns. Perhaps this is why your tribe chose to raise up the totems among the people as living embodiments of his power. Perhaps they needed a reminder of who they were and from whence they came. The Chosen of your tribe led bands back to the old ways, and most of your people abandoned the soft ways of civilization.

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Animal Handling, Athletics, Nature, and Survival"},"toolProficiencies":{"value":"One type of musical instrument or artisan's implements"},"languages":{"value":"One of your choice"},"equipment":{"value":"A hunting trap, a totemic token or set of tattoos marking your loyalty to your tribe, a set of traveler's clothes, and a pouch containing 100 cr"},"suggestedCharacteristics":{"value":"Often considered rude and uncouth among civilized folk, barbarians have little respect for the niceties of life in the cities. The ties of tribe, clan, family, and the natural world of which they are a part are the most important bonds to most outlanders."},"featureName":{"value":"Barbarian Heritage"},"featureText":{"value":"

You have an excellent knowledge of not only your tribe's territory, but also the terrain and natural resources of the rest of the worlds. You are familiar enough with any wilderness area that you find twice as much food and water as you normally would when you forage there.

Additionally, you can call upon the hospitality of other tribes in times of need.

"},"featOptions":{"value":"
d8Feat
1Animal Handler
2Brawny
3Naturalist
4Survivalist
5Entertainer
6Crafter
7Athlete
8Weapon Expert
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I'm driven by a wanderlust that led me away from home.
2I watch over my friends as if they were a litter of newborn pups.
3I once ran twenty-five miles without stopping to warn my clan of an approaching horde. I'd do it again if I had to.
4I have a lesson for every situation, drawn from observing nature.
5I place no stock in wealthy or well-mannered folk. Money and manners won't save you from a hungry rancor.
6I'm always picking things up, absently fiddling with them, and sometimes accidentally breaking them.
7I feel far more comfortable around animals than people.
8I was, in fact, raised by wampas.
"},"idealOptions":{"value":"
d6Ideal
1Change. Life is like the seasons, in constant change, and we must change with it. (Chaotic)
2Greater Good. It is each person's responsibility to make the most happiness for the whole tribe. (Light)
3Honor. If I dishonor myself, I dishonor my whole clan. (Lawful)
4Might. The strongest are meant to rule. (Dark)
5Nature. The natural world is more important than all the constructs of civilization. (Neutral)
6Glory. I must earn glory in battle, for myself and my clan. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I am too enamored of ale, wine, and other intoxicants.
2There's no room for caution in a life lived to the fullest.
3I remember every insult I've received and nurse a silent resentment toward anyone who's ever wronged me.
4I am slow to trust members of other species, tribes, and societies.
5Violence is my answer to almost any challenge.
6Don't expect me to save those who can't save themselves. It is nature's way that the strong thrive and the weak perish.
"},"bondOptions":{"value":"
d6Bond
1My family, clan, or tribe is the most important thing in my life, even when they are far from me.
2An injury to the unspoiled wilderness of my home is an injury to me.
3I will bring terrible wrath down on the Darkdoers who destroyed my homeland.
4I am the last of my tribe, and it is up to me to ensure their names enter legend.
5I suffer awful visions of a coming disaster and will do anything to prevent it.
6It is my duty to provide children to sustain my tribe.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"ODRxYdzp4EFEgpTg","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"Barbarian","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Barbarian","tint":"","transfer":true}],"_id":"QEnj8HePyi1C6LJq"} +{"name":"Sith","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

You are an acolyte of the Sith Order: an ancient order of Force-wielders devoted to the dark side of the Force. Emerging as a divergent faction to the Jedi Order, the Sith are mortal enemies of the Jedi and fight against them. Driven by emotions such as hate, anger, and greed, the Sith are deceptive and ultimately obsessed with amassing power no matter the cost. You follow the Sith Code:

\"Peace is a lie. There is only passion.
Through passion I gain strength.
Through strength I gain power.
Through power I gain victory.
Through victory my chains are broken.
The Force shall free me.\"

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Deception, Insight, Intimidation, and Lore"},"toolProficiencies":{"value":"Artificer's tools"},"languages":{"value":"One of your choice"},"equipment":{"value":"A copy of the Sith code, a set of common clothes including a robe, and a belt pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Sith are shaped by their training. They study the Sith code and use it to oppress the weak and quell resistance. Their study of the Sith code affects their mannerisms and ideals. Their flaws might be some hidden hypocrisy or heretical idea, or an ideal or bond taken to an extreme."},"featureName":{"value":"Asylum by the Fearful"},"featureText":{"value":"

As a Sith, you instill fear in those who are aware of your standing. You and your adventuring companions can expect to receive free healing and care at any Sith temple, and those who are aware of your nature will support you (but only you) at a modest lifestyle.

You might also have ties to a specific Sith temple and have a residence there. This could be the temple where you trained, or a temple where you have found a new home. While near your temple, you can call upon the Sith for assistance, provided the assistance you ask for benefits them and you remain in good standing with your temple.

"},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Empathic
3Threatening
4Loremaster
5Linguist
6Crafter
7Force of Personality
8Force-Sensitive
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I idolize a particular Sith, and constantly refer to that person's deeds and example.
2I can find common ground between the fiercest enemies, empathizing with them and always working towards peace.
3I see omens in every event and action. The Force tries to speak to us, we just need to listen
4Nothing can shake my optimistic attitude.
5I quote (or misquote) sacred Sith texts and proverbs in almost every situation.
6I am tolerant (or intolerant) of those who don't support the Sith.
7I've enjoyed fine food, drink, and high society. Rough living grates on me.
8I've spent so long in the Sith temple that I have little practical experience dealing with people in theworld.
"},"idealOptions":{"value":"
d6Ideal
1Tradition. The ancient traditions of worship and sacrifice must be preserved and upheld. (Any)
2Disdain. I never try to help those in need, regardless of how simple it would be. (Dark)
3Change. We must help bring about the changes the Force is constantly working in the world. (Any)
4Power. I hope to one day rise to the rank of Dark Lord of the Sith. (Any)
5Faith. I trust that the Force will guide my actions; I have faith that if I work hard, things will go well. (Any)
6Aspiration. I seek to prove myself worthy of the Force by matching my actions against the Sith teachings. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I judge others harshly, and myself even more severely.
2I put too much trust in those who wield power within my temple's hierarchy.
3My piety sometimes leads me to blindly trust those that profess faith in the Force.
4I am inflexible in my thinking.
5I am suspicious of strangers and expect the worst of them.
6Once I pick a goal, I become obsessed with it to the detriment of everything else in my life.
"},"bondOptions":{"value":"
d6Bond
1I would die to recover an ancient Sith relic that was lost long ago.
2I will someday get revenge on those who razed my temple.
3I owe my life to the Sith who took me in when my parents died.
4Everything I do is for the common people.
5I will do anything to protect the temple where I served.
6I seek to preserve a sacred text that my enemies seek to destroy.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"i12GFAM3dRlnJuBL","flags":{"dae":{"stackable":false,"specialDuration":"None","transfer":true}},"changes":[{"key":"data.details.background","value":"Sith","mode":5,"priority":20},{"key":"data.traits.toolProf.value","value":"arti","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Sith","tint":"","transfer":true}],"_id":"RkwGrpPa0EX3iPc6"} +{"_id":"TZ1EKsZ7EeZihLeX","name":"Urchin","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

You grew up on the streets alone, orphaned, and poor. You had no one to watch over you or to provide for you, so you learned to provide for yourself. You fought fiercely over food and kept a constant watch out for other desperate souls who might steal from you. You slept on rooftops and in alleyways, exposed to the elements, and endured sickness without the advantage of medicine or a place to recuperate. You've survived despite all odds, and did so through cunning, strength, speed, or some combination of each.

\n

You begin your adventuring career with enough money to live modestly but securely for at least ten days. How did you come by that money? What allowed you to break free of your desperate circumstances and embark on a better life?

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Deception, Insight, Sleight of Hand, and Stealth"},"toolProficiencies":{"value":"Disguise kit, security kit"},"languages":{"value":null},"equipment":{"value":"A small knife, a map of the city you grew up in, a pet mouse, a token to remember your parents by, a set of common clothes, and a belt pouch containing 100 cr"},"suggestedCharacteristics":{"value":"Urchins are shaped by lives of desperate poverty, for good and for ill. They tend to be driven either by a commitment to the people with whom they shared life on the street or by a burning desire to find a better life—and maybe get some payback on all the rich people who treated them badly."},"featureName":{"value":"City of Secrets"},"featureText":{"value":"You know the secret patterns and flows to cities and can find passages through the urban sprawl that others would miss. When you are not in combat, you (and companions you lead) can travel between any two locations in the city twice as fast as your speed would normally allow.\r\n"},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Empathic
3Quick-Fingered
4Stealthy
5Specialist
6Alert
7Athlete
8Observant
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I hide scraps of food and trinkets away in my pockets.
2I ask a lot of questions.
3I like to squeeze into small places where no one else can get to me.
4I sleep with my back to a wall or tree, with everything I own wrapped in a bundle in my arms.
5I eat like a pig and have bad manners.
6I think anyone who's nice to me is hiding Dark intent.
7I don't like to bathe.
8I bluntly say what other people are hinting at or hiding.
"},"idealOptions":{"value":"
d6Ideal
1Respect. All people, rich or poor, deserve respect. (Light)
2Community. We have to take care of each other, because no one else is going to do it. (Lawful)
3Change. The low are lifted up, and the high and mighty are brought down. Change is the nature of things. (Chaotic)
4Retribution. The rich need to be shown what life and death are like in the gutters. (Dark)
5People. I help the people who help me—that's what keeps us alive. (Neutral)
6Aspiration. I'm going to prove that I'm worthy of a better life. (Any)
"},"flawOptions":{"value":"
d6Flaw
1If I'm outnumbered, I will run away from a fight.
2Gold seems like a lot of money to me, and I'll do just about anything for more of it.
3I will never fully trust anyone other than myself.
4I'd rather kill someone in their sleep then fight fair.
5It's not stealing if I need it more than someone else.
6People who can't take care of themselves get what they deserve.
"},"bondOptions":{"value":"
d6Bond
1My town or city is my home, and I'll fight to defend it.
2I sponsor an orphanage to keep others from enduring what I was forced to endure.
3I owe my survival to another urchin who taught me to live on the streets.
4I owe a debt I can never repay to the person who took pity on me.
5I escaped my life of poverty by robbing an important person, and I'm wanted for it.
6No one else should have to endure the hardships I've been through.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"MmxMSEE6PlFniWzE","flags":{"dae":{"stackable":false,"specialDuration":"None","transfer":true}},"changes":[{"key":"data.details.background","value":"Urchin","mode":5,"priority":20},{"key":"data.traits.toolProf.value","value":"disg","mode":2,"priority":20},{"key":"data.traits.toolProf.value","value":"secur","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Urchin","tint":"","transfer":true}]} +{"_id":"U1xQwotqRscVrfK2","name":"(Un)Retired Adventurer","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

\"I'm getting too old for this stuff.\"

\n

You spent your life as an adventurer, learning the use of many skills and basic survival techniques, including how to stay alive in a hostile area. You might have been part of a famous adventuring party or a less renowned one.

\n

When you choose this background, work with your GM to determine the details of your previous adventuring party, and what kind of experiences you had in your adventuring career. How famous was your previous adventuring party and how well known are you? What did you learn? What was your group's specialty?

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Athletics, Insight, Lore, and Survival"},"toolProficiencies":{"value":"One type of artisan's implements"},"languages":{"value":"One of your choice"},"equipment":{"value":"A grappling hook, one tool with which you are proficient, a memento of an unsuccessful expedition (map to a never found treasure, lock of hair from a fallen companion, or another trinket), and a pouch containing your last 50 cr"},"suggestedCharacteristics":{"value":"The trials and triumphs of retired adventurers have left an impact, shaping their ideals, creating strong bonds, and often leaving them scarred and vulnerable to fear, shame, and hatred."},"featureName":{"value":"Bridges Not Yet Burned"},"featureText":{"value":"Throughout your adventures you have established a multitude of contacts from all walks of life, but the intervening years have seen those relationships strained. You may use any feature of any other background, but once a particular feature is used, that feature can't be used again until one year has passed."},"featOptions":{"value":"
d8Feat
1Brawny
2Empathic
3Loremaster
4Survivalist
5Crafter
6Linguist
7Athlete
8Observant
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I'm always polite and respectful.
2I'm haunted by memories of war. I can't get the images of violence out of my mind.
3I've lost too many friends, and I'm slow to make new ones.
4I'm full of inspiring and cautionary tales from my adventuring experience relevant to almost every combat situation.
5I can stare down a rancor without flinching.
6I enjoy being strong and like breaking things.
7I have a crude sense of humor.
8I face problems head-on. A simple, direct solution is the best path to success.
"},"idealOptions":{"value":"
d6Ideal
1Greater Good. Our lot is to lay down our lives in defense of others. (Light)
2Responsibility. I do what I must and obey just authority. (Lawful)
3Independence. When people follow orders blindly, they embrace a kind of tyranny. (Chaotic)
4Might. In life as in war, the stronger force wins. (Dark)
5Live and Let Live. Ideals aren't worth killing over or going to war for. (Neutral)
6Nation. My city, nation, or people are all that matter. (Any)
"},"flawOptions":{"value":"
d6Flaw
1The monstrous enemy we faced in battle still leaves me quivering with fear.
2I have little respect for anyone who is not a proven adventurer.
3I made a terrible mistake in battle that cost many lives, and I would do anything to keep that mistake secret.
4My hatred of my enemies is blind and unreasoning.
5I obey the law, even if the law causes misery.
6I'd rather eat my armor than admit when I'm wrong.
"},"bondOptions":{"value":"
d6Bond
1I would still lay down my life for the people I adventured with.
2Someone saved my life when they could have left me. To this day, I will never leave a friend behind.
3My honor is my life.
4I'll never forget the crushing defeat my party suffered or the enemies who dealt it.
5Those who fight beside me are those worth dying for.
6I fight for those who cannot fight for themselves.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"21y2muk4TLqvNhpR","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"(Un)Retired Adventurer","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"(Un)Retired Adventurer","tint":"","transfer":true}]} +{"name":"Addict","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You hammer down your fifth bottle of the night, do your last bit of snuff, and bid farewell to the seedy cantina barman. You stagger onto the streets and find a nearby alley in which you empty the night's contents. To many, the next morning's hangovers would be hell. To you, they're a ritual."},"flavorName":{"value":"Pick Your Poison"},"flavorDescription":{"value":"While most addicts are willing to try everything once, they typically have a drug of choice. You can determine what the source of your addiction or determine it randomly below."},"flavorOptions":{"value":"
d16Pick Your Poison
1Deuterium-pyro
2Mummergy
3Novanian grog
4Raava
5Spicebrew
6Tihaar
7Tsiraki
8Vayerbok
9Andris
10Cilona
11Giggledust
12Glitterstim
13Karrak
14Muon gold
15Yaladai
16Yarrock
"},"skillProficiencies":{"value":"Choose two from Deception, Performance, Persuasion, Sleight of Hand"},"toolProficiencies":{"value":"Your choice of any gaming set, brewer's kit, or spicer's kit"},"languages":{"value":"One of your choice"},"equipment":{"value":"A chance cube set, a sabaac deck, 2 days field rations, a flask or belt pouch containing your addiction, a set of common clothes, a bedroll, and a belt pouch containing 25 cr"},"suggestedCharacteristics":{"value":"Addicts can be rude and uncouth, wearing their addiction visibly, or they might hide that addiction and appear to function normally. Importantly, and varying with every addict, why are you addicted? To forget the past? To drown your sorrows? Or are you simply chasing the dragon?"},"featureName":{"value":"Addicted"},"featureText":{"value":"You've been abusing substances for a long time. You always know who to talk to and where to find substances, and you can often identify them in their raw form."},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Performer
3Charmer
4Quick-Fingered
5Entertainer
6Specialist
7Linguist
8Durable
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I am guaranteed to fight someone if I'm drunk/high enough.
2Life is pain. All I want is to drink/smoke myself into nothingness.
3I have a simple rule; life's a party, so grab the deathsticks!
4The only thing keeping me from burning down this village is the fact that you make some damn good spice.
5I'm quite reserved until the moment I fulfill my addictive needs.
6This stuff is a bit weak, do you have anything higher than 60% in the back?
7I take pride in my addiction and am often snobbish when talking about it.
8I blow up at the slightest insult.
"},"idealOptions":{"value":"
d6Ideal
1Hope. I hope to one day be free of my addiction. (Light)
2Carelessness. I don't care what I have to do, just let me feed my addiction. (Dark)
3Isolation. Just let me deal with my demons in peace. (Neutral)
4Caution. I will never let my addiction harm others. (Lawful)
5Independence. Addiction frees me. (Chaotic)
6Comradery. Hey, some of my favorite people are addicts! (Any)
"},"flawOptions":{"value":"
d6Flaw
1This could be rough, let's take something before we go.
2Hopefully this will be the one to end it.
3The mission can wait, we should find some dealers first.
4What? I don't have a problem. You're the one with the problem!
5It looks like my drug, so it should be safe to take right?
6I'm never myself when I'm on it.
"},"bondOptions":{"value":"
d6Bond
1I use my addiction as a tool to wash away my past sins.
2My family never wanted to be forgotten. I take drugs in the hopes they will be.
3I hope to start a drug business myself and give people the same happiness I've found.
4Everything I do is in the hopes of getting my hands on my drug.
5I traded my former self to my addiction. Now I need to find a way to get him back.
6To be addicted is to be truly alive.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"8CglKXcVxBkb79Dg","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"Addict","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Addict","tint":"","transfer":true}],"_id":"UtVP1JhS0xpvmWJc"} +{"name":"Scientist","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

Nothing excites you more than pushing the boundaries of scientific knowledge. Most of your time is spent in a lab performing experiments to further your interests. Few people understand the work you do. You can solve complex problems most people can't begin to wrap their heads around, and can solve simple problems in unexpected ways that surprise most people.

\n

What is your scientific field of interest? Is it your insatiable curiousity, or a personal goal that drives you? Did you leave your lab voluntarily, or were you kicked out? One thing is for sure - there are too many interesting research ideas, and too little time.

"},"flavorName":{"value":"Field of Research"},"flavorDescription":{"value":"While scientists are widely knowledgeable, they also choose a focus for their studies. Choose an option or roll on the table below to define your field of research."},"flavorOptions":{"value":"
d8Field of Research
1Biology
2Artificial Intelligence
3Chemistry
4Geology
5Physics
6The Force
7Astrogation
8Medicine
"},"skillProficiencies":{"value":"Choose two from Lore, Medicine, Nature, and Technology"},"toolProficiencies":{"value":"One of your choice"},"languages":{"value":"One of your choice"},"equipment":{"value":"A set of common clothes, a datapad, a book on your field of research, a pouch containing 100 cr"},"suggestedCharacteristics":{"value":"Scientist are interested in things most don't care about. Their research is their life, and drives their personality traits. Their flaws, ideals, and bond are a result of their hours spent researching."},"featureName":{"value":"Scientific Method"},"featureText":{"value":"You are well acquainted with your field of research from having read numerous journals or having attended scientific conferences. Concepts that are complicated, involving technical jargon that usually goes over most people's heads, are simple to you. You fully understand concepts, can recall key information, and know how to use equipment related to your field, unless the research was hidden from the public, in which case you may only partially understand it. You also recognize well-known figures in your field."},"featOptions":{"value":"
d8Feat
1Loremaster
2Medic
3Naturalist
4Techie
5Crafter
6Linguist
7Tech Dabbler
8Keen Mind
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I look up to a renowned scientist in my field, and often talk about their work.
2I constantly compare my current situation to my past experiments, many of which went terrifyingly wrong.
3I believe scientific results always comes first.
4I only speak in short incomplete and concise sentences, as they are optimized for efficient communication.
5I often get lost in my own thoughts and contemplation, becoming oblivious to my surroundings.
6I am unable to think logically under great stress, and begin to shout random scientific words.
7I do not believe in etiquette and disregard social expectations.
8I was, in fact, grown and raised in a laboratory.
"},"idealOptions":{"value":"
d6Ideal
1Transparency. All discoveries should be open to everyone. (Light)
2Logic. Emotions must not cloud our sense of what is right and true, or our logical thinking. (Lawful)
3Greed. I'm only in it for the money and fame. (Dark)
4Free Thinking. Inquiry and curiosity are the pillars of progress. (Chaotic)
5Live and Let Live. Meddling in the affairs of others only causes trouble. (Balanced)
6Aspiration. I work hard to be the best there is at my craft. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I believe only other scientists deserve my respect.
2I fail to understand why people don't understand my technical jargon.
3I experiment on myself without thinking about the long term consequences.
4I am paranoid that people are out to steal my research.
5I believe I work better when under the influence of intoxicants.
6I work on my research to the point where I ignore my own bodily needs.
"},"bondOptions":{"value":"
d6Bond
1My research is also my best companion.
2I will get revenge on the criminals that stole my research.
3The school I studied at is the most important place in the world to me.
4One day I will return to my home planet and prove that I am the greatest scientist of them all.
5I believe my research will be the key to saving the life of a loved one.
6I owe my instructor a great debt for forging me into the person I am today.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"K7ZiRe5yiOulgEIy","flags":{"dae":{"stackable":false,"specialDuration":"None","transfer":true}},"changes":[{"key":"data.details.background","value":"Scientist","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Scientist","tint":"","transfer":true}],"_id":"UyeNjD8D6O55aUJn"} +{"name":"Jensaarai","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

You are a Jensaarai, a Force user who has come to understand the failings of both Jedi inactivity and Sith malevolence. While they wield lightsabers, a true mark of skill among the Jensaarai is the crafting of their armor. Each suit is perfectly unique to the wearer, and is frequently (but not always) adorned and shaped to represent an animal that the Jensaarai finds kinship with, up to and potentially including additional mounted weapons or sensors to further emulate that creature.

\n

While the Jensaarai train in, and will use dark side powers when necessary, they seek to avoid true corruption. They are not evil, nor are they wholly good either. They are anti-heroes, and well-practiced in this craft. In addition, the Jensaarai train in more than the lightsaber, employing whatever tools are at hand to best fit the job.

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Insight, Intimidation, Lore, and Perception"},"toolProficiencies":{"value":"Armormech's Tools"},"languages":{"value":"One of your choice"},"equipment":{"value":"A set of common clothes including a robe, a sturdy knife, and a belt pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Jensaarai are shaped by the unique capacity of their upbringing. Their study of the duality of the Force manifests in their mannerisms and ideals. Their bond might be their family or their armor. Their flaws might be some a hatred of the Jedi or Sith or a desire to become one or the other."},"featureName":{"value":"Depths of Duality"},"featureText":{"value":"Due to the corruption of the Jedi training done to the pre-Jensaarai, you have a unique insight into both the Light and Dark side of the Force, as well as its history, applications, and techniques in a scholarly manner.\r\n\r\nYou fully understand concepts, and can recall key information, However, if the research was hidden from the public and you have not had experience working with it, you can only partially understand it. You also recognize well-known Jedi Masters and Sith Lords by their works and marks.\r\n"},"featOptions":{"value":"
d8Feat
1Empathic
2Threatening
3Loremaster
4Perceptive
5Crafter
6Linguist
7Alert
8Observant
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I ignore the rhetoric a person spouts when meeting them, preferring to judge them by action.
2I'm the first to swing a punch, but the last to draw a weapon.
3Danger is my middle name.
4Goodwill is in short supply in the galaxy, and I always try to foster a little more wherever I go.
5Both the Republic and the Empire have tried to crush us under their bootheels. I refuse to yield.
6Defiant to the last isn't good enough. Upon death I will become a force spirit and continue to defy my killer.
7Well-behaved people rarely make history.
8What gave you the idea that I was going to give you a fair fight?
"},"idealOptions":{"value":"
d6Ideal
1Respect. Respect will be shown to everyone, disrespect will be shown to those who earn it. (Lawful)
2Freedom. People should be free to make their own way without interference. (Chaotic)
3Growth. Self-improvement is an unending chore, but one that must be done. (Any)
4Escalation. I will immediately end a hostile situation with all means at my disposal. (Neutral)
5Power. Given our luck with both Jedi and Sith, I need all I can get. (Dark)
6Redemption. There's a spark of good in everyone. (Light)
"},"flawOptions":{"value":"
d6Flaw
1I might be a little too enamored with force choking my enemies.
2I am my own worst critic, in everything I do.
3My armor is precision crafted and has served me faithfully. I never give up a chance to prove how well.
4I have a collection of lightsabers from fallen foes, and I love adding to it.
5The Jedi and Sith worship the Force as a religion. I do everything I can to remind them they're just worshipping a hammer.
6The minute you tell me that someone should not be crossed, I'm already crossing them.
"},"bondOptions":{"value":"
d6Bond
1The Jensaarai took me in when nobody else would. I back the order 100%.
2I was once a Jedi, but grew disillusioned by their inactivity.
3I fight for those who cannot fight for themselves.
4I lost my mentor in battle. I will honor their sacrifice by destroying their killer.
5I was able to slough off Dark Side corruption, but I couldn't avoid making amends.
6The powerful use their strength to raise people up, not keep them down.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"bHgvM2GogP4JMnXK","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"Jensaari","mode":5,"priority":20},{"key":"data.traits.toolProf.value","value":"armor","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Jensaari","tint":"","transfer":true}],"_id":"YCGPwYIMR4oEqHlZ"} +{"name":"Companion","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You are experienced in the arts of companionship, and you provide these services for people who can afford to pay it. This may mean adult favors of the sensual variety, but it just as frequently means conversation, comfort, and company."},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Acrobatics, Deception, Insight, and Performance"},"toolProficiencies":{"value":"One instrument of your choice or a disguise kit"},"languages":{"value":"One of your choice"},"equipment":{"value":"A set of common clothes, an instrument or disguise kit, and a belt pouch containing 50 cr"},"suggestedCharacteristics":{"value":"You enjoy people and you enjoy your work and you enjoy the money it brings. There is no shame in your profession and it is often highly regulated and regimented by factions or the local government. It requires outgoing and adventurous personalities to be a success, and often these traits lead them to adventures of a different sort."},"featureName":{"value":"Sordid Knowledge"},"featureText":{"value":"You have or can gain compromising information about people of importance. You may be able to leverage this information in order to acquire lodging, information, or even money. You may also become a target for having this information. Your GM may rule that any particular individual is either above reproach or is too careful in covering their tracks to provide such leverage."},"featOptions":{"value":"
d8Feat
1Acrobat
2Silver-Tongued
3Empathic
4Performer
5Entertainer
6Specialist
7Linguist
8Force of Personality
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1People are often hurt and damaged. I try to heal them and leave them stronger than when I meet them.
2I enjoy being in control and manipulating people. It's important that they like me so they do what I say.
3I'm not a laser-brain, although I don't open my mouth to prove people wrong. I let them discover the truth after I have what I want.
4I'm better than those who are more prim and proper, and I'm having more fun.
5I don't really care what happens, it's an easy way to get money for my habit.
6There are so many different kinds of people, and I want to meet them all.
7I never thought this was the life for me, perhaps some brave person will rescue me.
8I like what I do and I resent those who want to rescue me.
"},"idealOptions":{"value":"
d6Ideal
1Sacred. My body is a temple I am duty-bound to share. (Lawful)
2Hedonism. I fill my urges when and where I wish. (Chaotic)
3Loving. Everyone needs attention and love. (Light)
4Exploitation. I take pleasure in toying with people, and taking advantage of them. (Dark)
5Consent. I respect other's desires and wishes. (Neutral)
6Freedom. I want to have the independence to enjoy life. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I have an incurable disease I acquired from a client.
2I am addicted to recreational drugs that dull the pain I feel.
3I no longer practice my old profession, and I fear anyone discovering it.
4I am suspicious of anyone who tries to be nice to me. They only want me to sleep with them.
5Most people are naive children.
6I pretend to be tough, but am broken inside.
"},"bondOptions":{"value":"
d6Bond
1I seek a relationship with the most powerful people in the land, desiring to be the power behind the throne.
2If I can only collect enough credits, I'll be able to pay off my debts and be free.
3I have a sick parent to whom I send all my money.
4My independence is the most important thing in my world.
5I bring happiness to the world one person at a time.
6I have a young child who is my world.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"vkjxLXTTqcu51mT0","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"Companion","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Companion","tint":"","transfer":true}],"_id":"ZhdjQdshI9Io7S0O"} +{"name":"Criminal","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You are an experienced criminal with a history of breaking the law. You have spent a lot of time among other criminals and still have contacts within the criminal underworld. You're far closer than most people to the world of murder, theft, and violence that pervades the underbelly of civilization, and you have survived up to this point by flouting the rules and regulations of society."},"flavorName":{"value":"Criminal Specialty"},"flavorDescription":{"value":"Individual criminals often have particular specialties, whether a part of an organization or a solo endeavor. Choose the role you played in your criminal life, or roll on the table below."},"flavorOptions":{"value":"
d8Criminal Specialty
1Blackmailer
2Burglar
3Enforcer
4Fence
5Highway robber
6Hired killer
7Pickpocket
8Thug
"},"skillProficiencies":{"value":"Choose two from Deception, Intimidation, Sleight of Hand, and Stealth"},"toolProficiencies":{"value":"One type of gaming set, your choice of demolitions kit, security kit, or slicer's kit"},"languages":{"value":null},"equipment":{"value":"A set of common clothes with a hood, a gaming set (one of your choice), and a belt pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Criminals might seem like villains on the surface, and many of them are villainous to the core. But some have an abundance of endearing, if not redeeming, characteristics. There might be honor among thieves, but criminals rarely show any respect for law or authority. "},"featureName":{"value":"Criminal Contact"},"featureText":{"value":"You have a reliable and trustworthy contact who acts as your liaison to a network of other criminals. You know how to get messages to and from your contact, even over great distances; specifically, you know the local messengers, corrupt caravan masters, and seedy sailors who can deliver messages for you.\r\n"},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Threatening
3Quick-Fingered
4Stealthy
5Entertainer
6Specialist
7Feigned Confidence
8Observant
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I always have a plan for what to do when things go wrong.
2I am always calm, no matter what the situation. I never raise my voice or let me emotions control me.
3The first thing I do in a new place is note the locations of everything valuable—or where such things could be hidden.
4I would rather make a new friend than a new enemy.
5I am incredibly slow to trust. Those who seem the fairest often have the most to hide.
6I don't pay attention to the risks in a situation. Never tell me the odds.
7The best way to get me to do something is to tell me I can't do it.
8I blow up at the slightest insult.
"},"idealOptions":{"value":"
d6Ideal
1Honor. I don't steal from others in the trade. (Lawful)
2Freedom. Chains are meant to be broken, as are those who would forge them. (Chaotic)
3Charity. I steal from the wealthy so that I can help people in need. (Light)
4Greed. I will do whatever it takes to become wealthy. (Dark)
5People. I'm loyal to my friends, not to any ideals, and everyone else can take a trip down the Styx for all I care. (Neutral)
6Redemption. There's a spark of good in everyone. (Light)
"},"flawOptions":{"value":"
d6Flaw
1When I see something valuable, I can't think about anything but how to steal it.
2When faced with a choice between money and my friends, I usually choose the money.
3If there's a plan, I'll forget it. If I don't forget it, I'll ignore it.
4I have a \"tell\" that reveals when I'm lying.
5I turn tail and run when things look bad.
6An innocent person is in prison for a crime that I committed. I'm okay with that.
"},"bondOptions":{"value":"
d6Bond
1I'm trying to pay off an old debt I owe to a generous benefactor.
2My ill-gotten gains go to support my family.
3Something important was taken from me, and I aim to steal it back.
4I will become the greatest thief that ever lived.
5I'm guilty of a terrible crime. I hope I can redeem myself for it.
6Someone I loved died because of a mistake I made. That will never happen again.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"CBjlNw7fMiCaFVq5","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"Criminal","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Criminal","tint":"","transfer":true}],"_id":"aWHIByJWer4m0lqf"} +{"name":"Dathomir Witch","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

You are a part of one of the many Force-sensitive clans on Dathomir. You and your sisters, under the guidance of the Clan Mother, form powerful connections with one another and the untamed wilds of the planet. Your people are a matriarchal society of warriors who train in the art of war and the usage of both muscle and the Force in combat. While all clans have their own set of rules regarding Force usage, all the clans held one rule above all others: \"Never Concede to Evil.\"

"},"flavorName":{"value":"Witch Clans"},"flavorDescription":{"value":"Dathomir culture is built on the backbone of various clans. The clan you are a part of has it's own history, allegiances, and feuds which shape your persepctive. Choose an option or roll on the table below to determine your clan."},"flavorOptions":{"value":"
d8Witch Clans
1Singing Mountain
2Misty Falls
3Red Hills
4Dreaming River
5Frenzied River
6Great Canyon
7Nightsisters
8Nightbrothers
"},"skillProficiencies":{"value":"Choose two from Acrobatics, Animal Handling, Lore, or Nature"},"toolProficiencies":{"value":"Bioanalysis kit"},"languages":{"value":"One of your choice"},"equipment":{"value":"A copy of your clan's book of laws, a set of traveler's clothes, and a pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Dathomir Witches are shaped by their training. They study their book of laws and use it to uphold order and prevent one's turn to the dark side. Their clan and the people around them affects their mannerisms and ideals. Their flaws might be some hidden hypocrisy or heretical idea, or an ideal or bond taken to an extreme."},"featureName":{"value":"Matriarchal Society"},"featureText":{"value":"Other Dathomir Witches know, and will look out for you. If you're ever in need of a place to stay, or a meal to eat, other Dathomir Witches will help you as long as your clans aren't feuding. This could be in the form of shelters, meals, even healing. If the Dathomir Witches are of your clan or a clan friendly to you, they may be willing to help you even at cost to themselves. \r\n"},"featOptions":{"value":"
d8Feat
1Acrobat
2Animal Handler
3Loremaster
4Naturalist
5Specialist
6Linguist
7Force-Sensitive
8Force of Personality
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I try and bring my culture to outsiders.
2I always put my clan first.
3I follow my clan's book of law to the letter.
4I once ran twenty-five miles without stopping to warn my clan of an approaching rival clan. I'd do it again if I had to.
5I place no stock in wealthy or well-mannered folk. Credits and manners won't save you from a hungry rancor.
6I have a lesson for every situation, drawn from observing nature.
7I feel far more comfortable around wildlife than I do society.
8I'm always picking things up, absently fiddling with them, and sometimes accidentally breaking them.
"},"idealOptions":{"value":"
d6Ideal
1Change. Life is like the seasons, in constant change, and we must change with it. (Chaotic)
2Greater Good. It is each person's responsibility to make the most happiness for the whole clan. (Light)
3Honor. If I dishonor myself, I dishonor my whole clan. (Lawful)
4Might. The strongest are meant to rule. (Dark)
5Nature. The natural world is more important than all the constructs of civilization. (Neutral)
6Glory. I must earn glory in battle, for myself and my clan. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I stick to my traditions no matter what, even at the cost of others.
2There's no room for caution in a life lived to the fullest.
3I remember every insult I've received and nurse a silent resentment toward anyone who's ever wronged me.
4I am slow to trust members of other species, clans, and societies.
5Violence is my answer to almost any challenge.
6Don't expect me to save those who can't save themselves. It is nature's way that the strong thrive and the weak perish.
"},"bondOptions":{"value":"
d6Bond
1My family and clan is the most important thing in my life, even when they are far from me.
2An injury to the unspoiled wilderness of my home is an injury to me.
3I am the last of my clan, and it is up to me to keep the traditions of my ancestors alive.
4It is my duty to provide children to sustain my clan.
5I suffer awful visions of a coming disaster and will do anything to prevent it.
6I will bring terrible wrath down on those who disrespect my clan.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"H8tkC3iluj7HjyAJ","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"Dathomir Witch","mode":5,"priority":20},{"key":"data.traits.toolProf.value","value":"bioa","mode":0,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Dathomir Witch","tint":"","transfer":true}],"_id":"cr9mcIdxxpAGPcza"} +{"name":"Office Worker","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You are an experienced office worker, having been employed by one or more local, planetary, or galactic governments, or one or more private enterprises or syndicates. You have spent plenty of time around the water cooler and still have contacts in the governmental and corporate worlds. Love them or hate them, you know your way around rules and regulations and you function well in structured environments."},"flavorName":{"value":"Office Specialty"},"flavorDescription":{"value":"

There are many kinds of office workers, and within a government or private enterprise, individual members have particular specialties. Choose your role or the department you worked for in your office life or roll on the table below.

"},"flavorOptions":{"value":"
d8Office Specialty
1Accounting
2Droid Management
3Executive Assistant
4Facilities
5Information Technology
6Procurement
7Public Relations
8Sentient Resources
"},"skillProficiencies":{"value":"Choose two from Insight, Investigation, Lore, and Perception"},"toolProficiencies":{"value":"One type of gaming set"},"languages":{"value":"One of your choice"},"equipment":{"value":"A set of common clothes, an expired data cylinder, a gaming set (one of your choice), and a belt pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Office workers run the gamut from loyal and effective team member to lazy and incompetent employee. "},"featureName":{"value":"Clerical Augur"},"featureText":{"value":"You have an intuitive understanding of how offices work and can readily fit in to an office environment as if you were meant to be there, as long as no one looks too carefully. Additionally, you know where the true power lies in the office: you know who is likely to know the local gossip and you know who to sweet talk into getting things done for you.\r\n"},"featOptions":{"value":"
d8Feat
1Empathic
2Investigator
3Loremaster
4Perceptive
5Entertainer
6Linguist
7Feigned Confidence
8Snappy Interjection
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I can find common ground between the fiercest enemies, empathizing with them and always working towards peace.
2I am always calm, no matter what the situation. I never raise my voice or let me emotions control me.
3I have little practical experience dealing with people in the world and prefer to work alone.
4I would rather make a new friend than a new enemy.
5I am always figuring out how to implement better procedures to prevent mistakes.
6There is no \"I\" in \"team.\"
7I work to live.
8I live to work.
"},"idealOptions":{"value":"
d6Ideal
1Prestige. I hope to one day rise to the top of my field and command the respect of those who work for me. (Lawful)
2Superiority. Rules are meant to control the sheep.I'm no sheep. (Chaotic)
3Community. It is the duty of all people to strengthen the bonds of community and thereby improve civilization. (Light)
4Greed. I will do whatever it takes to climb to the top. (Dark)
5People. I'm loyal to my friends, not to any ideals, and everyone else can take a walk for all I care. (Neutral)
6Faith. I trust that my leader will guide my actions, I have faith that if I work hard, things will go well. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I put too much trust in those who wield power within my employer's hierarchy.
2I am inflexible in my thinking.
3I like to talk at length about my office job.
4I do anything I can to avoid real work.
5I am not an independent thinker.I need detailed instructions and close supervision.
6I gossip about others to hide my inadequacies.
"},"bondOptions":{"value":"
d6Bond
1I will someday get revenge on the corrupt boss who fired me.
2Everything I do is for the common people.
3I will do anything to protect my employer.
4No one must ever learn that I once stole from my employer.
5I'm guilty of a terrible crime. I hope I can redeem myself for it.
6I am committed to my group's goals over my own.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"D6PdP2IpQh5eyeWL","flags":{"dae":{"stackable":false,"specialDuration":"None","transfer":true}},"changes":[{"key":"data.details.background","value":"Office Worker","mode":5,"priority":20},{"key":"data.traits.toolProf.value","value":"game","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Office Worker","tint":"","transfer":true}],"_id":"eal0crea5OnvSSNR"} +{"name":"Noble","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You understand wealth, power, and privilege. You carry a noble title, and your family owns land, collects taxes, and wields significant political influence. You might be a pampered aristocrat unfamiliar with manual labor, a former merchant just elevated to the nobility, or an honest, hard-working landowner who cares deeply about the people who live and work on your land.

Work with your GM to come up with an appropriate title and determine how much authority that title carries, as well as your family and their influence on you. Is your family old and established, or was your title only recently bestowed? How much influence do they wield, how do people regard them?

What's your position in the family? Are you the heir to the head of the family or the head itself? Are you far down the line of succession? How does the head of your family feel about your adventuring career? Are you in your family's good graces?

Does your family have a coat of arms you might wear, a signet ring, or particular colors?

These details help establish your family and your title as features of the world of the campaign.

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Deception, Insight, Lore, and Persuasion"},"toolProficiencies":{"value":"One type of gaming set"},"languages":{"value":"One of your choice"},"equipment":{"value":"A set of fine clothes, a signet ring, a letter of pedigree, and a purse containing 250 cr"},"suggestedCharacteristics":{"value":"Nobles are born and raised to a very different lifestyle than most people ever experience, and their personalities reflect that upbringing. A noble title comes with a plethora of bonds—responsibilities to family, to other nobles (including the sovereign), to the people entrusted to the family's care, or even to the title itself. But this responsibility is often a good way to undermine a noble."},"featureName":{"value":"Position of Privilege"},"featureText":{"value":"Thanks to your noble birth, people are inclined to think the best of you. You are welcome in high society, and people assume you have the right to be wherever you are. The common folk make every effort to accommodate you and avoid your displeasure, and other people of high birth treat you as a member of the same social sphere. You can secure an audience with a local noble if you need to.\r\n"},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Empathic
3Loremaster
4Charmer
5Entertainer
6Linguist
7Inspiring Leader
8Observant
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1My eloquent flattery makes everyone I talk to feel like the most wonderful and important person in the world.
2The common folk love me for my kindness and generosity.
3No one could doubt by looking at my regal bearing that I am a cut above the unwashed masses.
4I take great pains to always look my best and follow the latest fashions.
5I don't like to get my hands dirty, and I won't be caught dead in unsuitable accommodations.
6Despite my noble birth, I do not place myself above other folk. We all have the same blood.
7My favor, once lost, is lost forever.
8If you do me an injury, I will crush you, ruin your name, and salt your fields.
"},"idealOptions":{"value":"
d6Ideal
1Respect. Respect is due to me because of my position, but all people regardless of station deserve to be treated with dignity. (Light)
2Responsibility. It is my duty to respect the authority of those above me, just as those below me must respect mine. (Lawful)
3Independence. I must prove that I can handle myself without the coddling of my family. (Chaotic)
4Power. If I can attain more power, no one will tell me what to do. (Dark)
5Family. Blood runs thicker than water. (Any)
6Noble Obligation. It is my duty to protect and care for the people beneath me. (Light)
"},"flawOptions":{"value":"
d6Flaw
1I secretly believe that everyone is beneath me.
2I hide a truly scandalous secret that could ruin my family forever.
3I too often hear veiled insults and threats in every word addressed to me, and I'm quick to anger.
4I have an insatiable desire for carnal pleasures.
5In fact, the world does revolve around me.
6By my words and actions, I often bring shame to my family.
"},"bondOptions":{"value":"
d6Bond
1I will face any challenge to win the approval of my family.
2My house's alliance with another noble family must be sustained at all costs.
3Nothing is more important than the other members of my family.
4I am in love with the heir of a family that my family despises.
5My loyalty to my sovereign is unwavering.
6The common folk must see me as a hero of the people.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"pV8uhEEDmSoxc2a7","flags":{"dae":{"stackable":false,"specialDuration":"None","transfer":true}},"changes":[{"key":"data.details.background","value":"Noble","mode":5,"priority":20},{"key":"data.traits.toolProf.value","value":"game","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Noble","tint":"","transfer":true}],"_id":"fyIg1ad3dq4YA8bF"} +{"name":"City Watch","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

You have served the community where you grew up, standing as its first line of defense against crime and wildlife. You aren't a soldier, directing your gaze outward at possible enemies. Instead, your service to your hometown was to help police its populace, protecting the citizenry from lawbreakers and malefactors of every stripe.

\n

Even if you're not city-born or city-bred, this background can describe your early years as a member of law enforcement. Most settlements of any size have their own law enforcement forces.

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Athletics, Insight, Investigation, and Perception"},"toolProficiencies":{"value":null},"languages":{"value":"Two of your choice"},"equipment":{"value":"A uniform in the style of your unit and indicative of your rank, a horn with which to summon help, a set of binders, and a pouch containing 100 cr"},"suggestedCharacteristics":{"value":"Years of service in the City Watch have led to the rigid discipline most often seen in military service. Working with your comrades has created a strong family bond and pride in your community."},"featureName":{"value":"Watcher's Eye"},"featureText":{"value":"Your experience in enforcing the law, and dealing with lawbreakers, gives you a feel for local laws and criminals. You can easily find the local outpost of the watch or a similar organization, and just as easily pick out the dens of criminal activity in a community, although you're more likely to be welcome in the former locations rather than the latter."},"featOptions":{"value":"
d8Feat
1Brawny
2Empathic
3Investigator
4Perceptive
5Linguist
6Alert
7Athlete
8Durable
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I'm always polite and respectful.
2I'm haunted by memories of war. I can't get the images of violence out of my mind.
3I've lost too many friends, and I'm slow to make new ones.
4I'm full of inspiring and cautionary tales from my guard service relevant to almost every combat situation.
5I can stare down a hell hound without flinching.
6I enjoy being strong and like breaking things.
7I have a crude sense of humor.
8I face problems head-on. A simple, direct solution is the best path to success.
"},"idealOptions":{"value":"
d6Ideal
1Greater Good. Our lot is to lay down our lives in defense of others. (Light)
2Responsibility. I do what I must and obey just authority. (Lawful)
3Independence. When people follow orders blindly, they embrace a kind of tyranny. (Chaotic)
4Might. In life as in war, the stronger force wins. (Dark)
5Live and Let Live. Ideals aren't worth killing over or going to war for. (Neutral)
6Nation. My city, nation, or people are all that matter. (Any)
"},"flawOptions":{"value":"
d6Flaw
1The monstrous enemy we faced in battle still leaves me quivering with fear.
2I have little respect for anyone who is not a proven warrior.
3I made a terrible mistake in battle that cost many lives, and I would do anything to keep that mistake secret.
4My hatred of my enemies is blind and unreasoning.
5I obey the law, even if the law causes misery.
6I'd rather eat my armor than admit when I'm wrong.
"},"bondOptions":{"value":"
d6Bond
1I would still lay down my life for the people I served with.
2Someone saved my life on the battlefield. To this day, I will never leave a friend behind.
3My honor is my life.
4I'll never forget the crushing defeat my company suffered or the enemies who dealt it.
5Those who fight beside me are those worth dying for.
6I fight for those who cannot fight for themselves.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"ccy1OO6PwsSoWbte","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"City Watch","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"City Watch","tint":"","transfer":true}],"_id":"gpLDcM8ddEcMmxxC"} +{"name":"Holonet Technician","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You worked to keep the holonet up and running, whether being employed directly by an institution or indirectly by people across the galaxy. Your work has allowed you to uncover secrets most would never know existed."},"flavorName":{"value":"Employment Type"},"flavorDescription":{"value":"

There are many people who service parts of the holonet, and many more who want to control the flow of information. Choose which best suits your character or roll on the table below.

"},"flavorOptions":{"value":"
d8Employment Type
1Inter-world Government
2Inter-world Corporation
3World Government
4Crime Syndicate
5Independent Contractor
6Broadcasting Service
7Small Corporation
8Darknet Broadcasting
"},"skillProficiencies":{"value":"Choose two from Insight, Investigation, Stealth, and Technology"},"toolProficiencies":{"value":"Choose two from Mechanic's Kit, Security Kit, and Slicer's Kit"},"languages":{"value":null},"equipment":{"value":"A set of common clothes, an old transceiver antennae, two tools of your choice, and a belt pouch containing 50 cr"},"suggestedCharacteristics":{"value":"Holonets technicians vary from boring officer worker to criminal information broker. "},"featureName":{"value":"Holonet Access"},"featureText":{"value":"You have the codes to a distributor station which gives you access to all information sent through it. This information comes in the form of useful (and sometimes sensitive) information on a topic you choose each day to tune into; this information isn't always reliable or interesting. Regardless of the quality of the information, it's relevance most likely pertains to your locale.\r\n"},"featOptions":{"value":"
d8Feat
1Empathic
2Investigator
3Stealthy
4Techie
5Specialist
6Keen Mind
7Practiced
8Tech Dabbler
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I watch and record people secretly then review it later.
2I talk like I'm on a game show or am a holonet broadcaster at all times.
3I prefer to be left to my own devices.
4I like to record people dying and upload it to the holonet.
5There's no such thing as 'real news'.
6Information is a weapon that I've mastered.
7I am always interested in learning new things.
8I prefer interacting indirectly.
"},"idealOptions":{"value":"
d6Ideal
1Duty. It is my duty to keep all people in contact so that everything will continue working as intended. (Lawful)
2Autonomy. Information is meant to confuse and overwhelm. I choose to control my own mind by controlling what information I have access to. (Chaotic)
3Happiness. The more hope and joy I spread, the more laughs I bring; that is why I do what I do. (Light)
4Popularity. I want to become the most renown being in all the galaxy, and I'll destroy the competition. (Dark)
5Knowledge. I don't care who's ideology is right, I care who's ideology will let me learn and document information. (Neutral)
6Self-Fulfillment. I'm just here for the fun of it, no matter what happens it'll make a great story one day. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I tend to think any broadcaster is a fraud immediately unless they prove otherwise.
2I tend to repeat the same mistake unless it is pointed out to me.
3I will ramble endlessly about a random holonet broadcast that I saw which I think was the best ever.
4I think everyone who works a normal job is a drone without the ability to think freely.
5I describe everything using references to obscure holonet recordings.
6I've become completely desensitized to violence and graphic imagery, to the point where I laugh in an off putting way whenever I see it.
"},"bondOptions":{"value":"
d6Bond
1I will do anything to free people from censorship.
2I can't let anyone know I work for a crime lord.
3I see truth in an ideology, and I must spread that ideal to all.
4I got a man killed by giving him a platform to speak, I can't let that happen again.
5I'm on the run from a government organization that I spread propaganda against and who's propaganda I destroy.
6I have a famous person's private logs, and I don't know what to do with them.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"39CFIfrRCO58Z3zM","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"Holonet Technician","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Holonet Technician","tint":"","transfer":true}],"_id":"hL4hv34F4B6WNy1m"} +{"name":"Investigator","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"Rarer than watch or patrol members are a community's investigators, who are responsible for solving crimes after the fact. Though such folk are seldom found in rural areas, nearly every settlement of decent size has at least one or two watch members who have the skill to investigate crime scenes and track down criminals."},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Insight, Investigation, Perception, and Survival"},"toolProficiencies":{"value":null},"languages":{"value":"Two of your choice"},"equipment":{"value":"A uniform in the style of your unit and indicative of your rank, a horn with which to summon help, a set of binders, and a pouch containing 100 cr"},"suggestedCharacteristics":{"value":"Years of service in the City Watch have led to the rigid discipline most often seen in military service. Working with your comrades has created a strong family bond and pride in your community."},"featureName":{"value":"Watcher's Eye"},"featureText":{"value":"Your experience in enforcing the law, and dealing with lawbreakers, gives you a feel for local laws and criminals. You can easily find the local outpost of the watch or a similar organization, and just as easily pick out the dens of criminal activity in a community, although you're more likely to be welcome in the former locations rather than the latter.\r\n"},"featOptions":{"value":"
d8Feat
1Empathic
2Investigator
3Perceptive
4Survivalist
5Linguist
6Alert
7Observant
8Keen Mind
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I'm always polite and respectful.
2I'm haunted by memories of war. I can't get the images of violence out of my mind.
3I've lost too many friends, and I'm slow to make new ones.
4I'm full of inspiring and cautionary tales from my guard service relevant to almost every combat situation.
5I can stare down a hell hound without flinching.
6I enjoy being strong and like breaking things.
7I have a crude sense of humor.
8I face problems head-on. A simple, direct solution is the best path to success.
"},"idealOptions":{"value":"
d6Ideal
1Greater Good. Our lot is to lay down our lives in defense of others. (Light)
2Responsibility. I do what I must and obey just authority. (Lawful)
3Independence. When people follow orders blindly, they embrace a kind of tyranny. (Chaotic)
4Might. In life as in war, the stronger force wins. (Dark)
5Live and Let Live. Ideals aren't worth killing over or going to war for. (Neutral)
6Nation. My city, nation, or people are all that matter. (Any)
"},"flawOptions":{"value":"
d6Flaw
1The monstrous enemy we faced in battle still leaves me quivering with fear.
2I have little respect for anyone who is not a proven warrior.
3I made a terrible mistake in battle that cost many lives, and I would do anything to keep that mistake secret.
4My hatred of my enemies is blind and unreasoning.
5I obey the law, even if the law causes misery.
6I'd rather eat my armor than admit when I'm wrong.
"},"bondOptions":{"value":"
d6Bond
1I would still lay down my life for the people I served with.
2Someone saved my life on the battlefield. To this day, I will never leave a friend behind.
3My honor is my life.
4I'll never forget the crushing defeat my company suffered or the enemies who dealt it.
5Those who fight beside me are those worth dying for.
6I fight for those who cannot fight for themselves.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"aKDNPThH7s8K5G8Y","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"Investigator","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Investigator","tint":"","transfer":true}],"_id":"htHY2hifH1TLljuX"} +{"name":"Crime Lord","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"Few societies manage to eradicate crime altogether. In the underworld, someone always rises to the top, either through vision, organisation, or sheer intimidation. The life of a crime lord isn't for the timid. After conquering an unseen empire, the crime lord wages a daily struggle not only to stay on top, but also to stay alive."},"flavorName":{"value":"Criminal Motivation"},"flavorDescription":{"value":"Not every crime lord is bent on corrupting society and making a profit. Some use their criminal connections to wage guerilla wars against tyrants and despots. Indeed, some historical heroes began as smugglers or pirates, rising through the ranks of their organization to provide a more noble direction for their group's activities. Although some did so to remove an obstacle to making more money, others recognized that ridding the galaxy of evil is a more important long-term goal. Choose the motivation behind your criminal enterprise, or roll on the table below."},"flavorOptions":{"value":"
d8Criminal Motivation
1Desperation
2Freedom
3Infamy
4Love
5Malice
6Profit
7Respect
8Revenge
"},"skillProficiencies":{"value":"Choose two from Deception, Insight, Intimidation, and Persuasion"},"toolProficiencies":{"value":"One type of gaming set"},"languages":{"value":"One of your choice"},"equipment":{"value":"A fine set of clothes, a gaming set (one of your choice), and a purse containing 250 cr"},"suggestedCharacteristics":{"value":"Crime lords might seem like villains on the surface, and many of them are villainous to the core. But some have an abundance of endearing, if not redeeming, characteristics. Unlike common thieves, some crime lords even have some respect for law and authority, with whom they play a cat-and-mouse type game."},"featureName":{"value":"Criminal Network"},"featureText":{"value":"You have access to an extensive network of organised crime. You know how to get messages to and from local contacts, even over great distances; you know the local messengers, corrupt caravan masters, and seedy sailors who can deliver messages for you."},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Empathic
3Threatening
4Charmer
5Entertainer
6Linguist
7Inspiring Leader
8Observant
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I always have a plan for what to do when things go wrong.
2I am always calm, no matter what the situation. I never raise my voice or let me emotions control me.
3My eloquent flattery makes everyone I talk to feel like the most wonderful and important person in the world.
4I would rather make a new friend than a new enemy.
5I don't like to get my hands dirty, and I won't be caught dead in unsuitable accommodations.
6My favor, once lost, is lost forever.
7If you do me an injury, I will crush you, ruin your name, and salt your fields.
8I blow up at the slightest insult.
"},"idealOptions":{"value":"
d6Ideal
1Honor. I don't steal from others in the trade. (Lawful)
2Freedom. Chains are meant to be broken, as are those who would forge them. (Chaotic)
3Charity. I steal from the wealthy so that I can help people in need. (Light)
4Greed. I will do whatever it takes to become wealthy. (Dark)
5People. I'm loyal to my friends, not to any ideals, and everyone else can take a walk for all I care. (Neutral)
6Redemption. There's a spark of good in everyone. (Light)
"},"flawOptions":{"value":"
d6Flaw
1I secretly believe that everyone is beneath me.
2When faced with a choice between money and my friends, I usually choose the money.
3I too often hear veiled insults and threats in every word addressed to me, and I'm quick to anger.
4I have a \"tell\" that reveals when I'm lying.
5I turn tail and run when things look bad.
6An innocent person is in prison for a crime that I committed. I'm okay with that.
"},"bondOptions":{"value":"
d6Bond
1I'm trying to pay off an old debt I owe to a generous benefactor.
2My ill-gotten gains go to support my family.
3Something important was taken from me, and I aim to steal it back.
4The common folk must see me as a hero of the people.
5I'm guilty of a terrible crime. I hope I can redeem myself for it.
6Someone I loved died because of a mistake I made. That will never happen again.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"LLE0jXL2Pxlkz1pH","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"Crime Lord","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Crime Lord","tint":"","transfer":true}],"_id":"hwjUEoEKsyhiymYc"} +{"name":"Clone Trooper","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You are one of millions: genetically engineered, identical specimens designed to be the perfect soldier. Created from a template provided by the legendary bounty hunter Jango Fett, you represent the latest and greatest evolution in galactic warfare."},"flavorName":{"value":"Clone Specialization"},"flavorDescription":{"value":"While most clones serve as simple soldiers, there are many specialized units. Roll a d8 or choose from the options in the table below to determine your specialization:"},"flavorOptions":{"value":"
d8Clone Specialization
1Trooper
2Commando
3Jet Trooper
4Medic
5Spec Ops
6Ordnance
7Officer
8Scout
"},"skillProficiencies":{"value":"Choose two from Athletics, Medicine, Perception, and Piloting"},"toolProficiencies":{"value":"Your choice of demolitions kit, security kit, or slicer's kit"},"languages":{"value":"One of your choice"},"equipment":{"value":"Badge or emblem of your rank, your chosen tools, a set of common clothes, and a pouch containing 100 cr"},"suggestedCharacteristics":{"value":"Clones are trained from birth to be the perfect soldier; over time, they also develop their own personalities. They are universally loyal to the Republic. While clones share genetic coding, no two are completely identical."},"featureName":{"value":"Republic Rank"},"featureText":{"value":"You are a soldier of the Republic. Those loyal to the Republic will respect your status and defer to you if they don't outrank you. You can invoke your position to exert influence over other soldiers, requisition simple equipment, and gain access to military compounds affiliated with the Republic."},"featOptions":{"value":"
d8Feat
1Brawny
2Medic
3Perceptive
4Ace Pilot
5Specialist
6Alert
7Athlete
8Forceful Vigor
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I always respect my commander.
2I can stare down a krayt dragon without flinching.
3I face problems head-on. A simple, direct solution is the best path to success.
4I have a sense of humor. This is rare among my brothers.
5I judge people by their actions, not their words.
6I've lost too many friends, and I'm slow to make new ones.
7I ask a lot of questions.
8I'll settle for nothing less than perfection.
"},"idealOptions":{"value":"
d6Ideal
1Responsibility. I do what I must and obey just authority. (Lawful)
2Might. Strength, not compassion, wins battles. (Dark)
3Republic. My brothers, the Republic, or people are all that matter. (Any)
4Greater Light. We fight not for ourselves, but for countless of others that can't fight for themselves. (Light)
5Freedom. Tyrants must not be allowed to oppress the people. (Chaotic)
6Live and Let Live. Ideals aren't worth killing or going to war over. (Neutral)
"},"flawOptions":{"value":"
d6Flaw
1I have little respect for anyone who is of a lesser rank.
2I obey the orders without, even if the orders cause misery.
3I'd rather eat my armor than admit when I'm wrong.
4I judge others harshly, and myself even more severely.
5I am inflexible in my thinking.
6I can't tell a lie for the life of me.
"},"bondOptions":{"value":"
d6Bond
1My honor is my life.
2Someone saved my life on the battlefield. To this day, I will never leave a friend behind.
3Those who fight beside me are those worth dying for.
4I fight for those who cannot fight for themselves.
5I would still lay down my life for the people I serve with.
6A proud commander once gave me a horrible beating, and I will take my revenge on any bully I encounter.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"db9s1qhtskgWjc2Z","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"Clone Trooper","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Clone Trooper","tint":"","transfer":true}],"_id":"lT9FbxNVaN4n9ixE"} +{"name":"Racer","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You have a need for speed. You live off of the adrenaline rush of piloting your craft or steering your beast through the dangers of a race. You love the thrill of a photo-finish and relish the sweet taste of victory."},"flavorName":{"value":"Racing Specialty"},"flavorDescription":{"value":"

There are many places to race and many things to race with. Maybe you dabble in all things fast. Even still, all professional racers have a type of racing they prefer above all else; a race in which they are masters. Choose your vehicular or beastly specialty, or roll on the table below.

"},"flavorOptions":{"value":"
d8Racing Specialty
1Air Speeders
2Boonta Speeders
3Pod Racers
4Speeder Bikes
5Starships
6Swoop Bikes
7Fathiers
8Varactyls
"},"skillProficiencies":{"value":"Choose two from Animal Handling, Nature, Piloting, and Technology"},"toolProficiencies":{"value":"One type of gaming set or mechanic's kit"},"languages":{"value":"One of your choice"},"equipment":{"value":"A set of common clothes, a trophy or ribbon from your first-ever win, a gaming set (one of your choice), and a belt pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Racers are usually competitive and often fearless. They can lead a whirlwind of a life, and sometimes the adrenaline of the race is no longer enough for them. "},"featureName":{"value":"Terrain Mastery"},"featureText":{"value":"You have a preternatural instinct for understanding the terrain, interpreting maps, and planning routes. You and your party can move at three-fourths your speed over difficult terrain during long-distance travel. Because of these skills, if you know your destination and the intervening terrain--either by reputation, by sight, or by maps you have seen--you are able to identify an effective short-cut, trimming your travel time by up to half. Your GM may rule that your short-cut entails significant danger or may be temporarily impassable.\r\n"},"featOptions":{"value":"
d8Feat
1Animal Handler
2Naturalist
3Ace Pilot
4Techie
5Entertainer
6Specialist
7Linguist
8Observant
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1Win or lose.There is no try.
2Giving up is never an option for me.
3I spit and laugh in the face of danger.
4Why do something if there is not the possibility of death?
5I am always calm, no matter what the situation. I never raise my voice or let my emotions control me.
6I don't pay attention to the risks in a situation. Never tell me the odds.
7The best way to get me to do something is to tell me I can't do it.
8I blow up at the slightest insult.
"},"idealOptions":{"value":"
d6Ideal
1Victory. It's not a victory if you don't follow the rules. (Lawful)
2Win. A win is a win, no matter how it's done. (Chaotic)
3Charity. I share my winnings with the less fortunate. (Light)
4Pride. I will do whatever it takes to be recognized as the best. (Dark)
5Excitement. Life is a race worth entering, because you never know how the ships will fly. (Neutral)
6Victory. Nothing worth doing is ever a sure thing. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I think most people in life are content with a participation trophy. They disgust me.
2I classify everyone I meet as a winner or a loser.There's only ever one winner.
3There is not a drug I won't try.
4Once I start drinking, it's hard for me to stop.
5Once someone questions my courage, I never back down no matter how dangerous the situation.
6Waiting around makes me antsy. I'd rather do something stupid than do nothing at all.
"},"bondOptions":{"value":"
d6Bond
1There is nothing more important to me than my vehicle.
2I will win the Coruscant Invitational one day.
3I'm trying to pay off the debt on my vehicle.
4I owe a lot of money to the wrong kind of people.
5I do what feels good.Let's see the authorities catch me.
6Someone I loved died because they were too slow.That will never happen to me.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"DEgaT0vZNnQAfYnp","flags":{"dae":{"stackable":false,"specialDuration":"None","transfer":true}},"changes":[{"key":"data.details.background","value":"Racer","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Racer","tint":"","transfer":true}],"_id":"mCBkxVdQp3xYCL5w"} +{"name":"Faction Artisan","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You are a member of an artisan's faction, skilled in a particular field and closely associated with other artisans. You are a well-established part of the mercantile world, freed by talent and wealth from the constraints of a feudal social order. You learned your skills as an apprentice to a master artisan, under the sponsorship of your faction, until you became a master in your own right."},"flavorName":{"value":"Faction Business"},"flavorDescription":{"value":"Factions are generally found in cities large enough to support several artisans practicing the same trade. However, your faction might instead be a loose network of artisans who each work in a different village within a larger realm. Work with your GM to determine the nature of your faction.\r\n"},"flavorOptions":null,"skillProficiencies":{"value":"Choose two from Athletics, Insight, Persuasion, and Technology"},"toolProficiencies":{"value":"One type of artisan's implements, biochemist's kit, or chef's kit"},"languages":{"value":"One of your choice"},"equipment":{"value":"A set of tools (one of your choice), a letter of introduction from your faction, a set of traveler's clothes, and a belt pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Faction artisans are among the most ordinary people in the world—until they set down their tools and take up an adventuring career. They understand the value of hard work and the importance of community, but they're vulnerable to sins of greed and covetousness."},"featureName":{"value":"Faction Membership"},"featureText":{"value":"

As an established and respected member of a faction, you can rely on certain benefits that membership provides. Your fellow faction members will provide you with lodging and food if necessary, and pay for your funeral if needed. In some cities and towns, a factionhall offers a central place to meet other members of your profession, which can be a good place to meet potential patrons, allies, or hirelings.

Factions often wield tremendous political power. If you are accused of a crime, your faction will support you if a good case can be made for your innocence or the crime is justifiable. You can also gain access to powerful political figures through the faction, if you are a member in good standing. You must pay dues of 50 cr per month to the faction. Your dues must be current to remain in the faction's good graces.

"},"featOptions":{"value":"
d8Feat
1Brawny
2Empathic
3Charmer
4Techie
5Crafter
6Specialist
7Linguist
8Haggler
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I believe that anything worth doing is worth doing right. I can't help it—I'm a perfectionist.
2I'm a snob who looks down on those who can't appreciate fine art.
3I always want to know how things work and what makes people tick.
4I'm full of witty aphorisms and have a proverb for every occasion.
5I'm rude to people who lack my commitment to hard work and fair play.
6I like to talk at length about my profession.
7I don't part with my money easily and will haggle tirelessly to get the best deal possible.
8I believe I'm well known for my work, and I'm always taken aback when people haven't heard of me.
"},"idealOptions":{"value":"
d6Ideal
1Community. It is the duty of all civilized people to strengthen the bonds of community and the security of civilization. (Lawful)
2Generosity. My talents were given to me so that I could use them to benefit the world. (Light)
3Freedom. Everyone should be free to pursue his or her own livelihood. (Chaotic)
4Greed. I'm only in it for the money. (Dark)
5People. I'm committed to the people I care about, not to ideals. (Neutral)
6Aspiration. I work hard to be the best there is at my craft. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I'll do anything to get my hands on something rare or priceless.
2I'm quick to assume that someone is trying to cheat me.
3No one must ever learn that I once stole money from faction coffers.
4I'm never satisfied with what I have—I always want more.
5I would kill to acquire a noble title.
6I'm horribly jealous of anyone who can outshine my handiwork. Everywhere I go, I'm surrounded by rivals.
"},"bondOptions":{"value":"
d6Bond
1The workshop where I learned my trade is the most important place in the world to me.
2I created a great work for someone, and then found them unworthy of it; I now search for someone worthy.
3I owe my faction a great debt for forging me into the person I am today.
4I pursue wealth to secure someone's love.
5One day I will return to my faction and prove that I am the greatest artisan of them all.
6I will get revenge on the Dark forces that destroyed my place of business and ruined my livelihood.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"XLWkOngF0epU9QvV","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"Faction Artisan","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Faction Artisan","tint":"","transfer":true}],"_id":"nFeRtpv8epZVZT9q"} +{"name":"Laborer","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You are an experienced laborer and come from a humble social rank. You work with your hands, and anything worth doing is worth doing well. Your life is full of hard work and too little respect for your efforts, but you share a deep camaraderie with your fellow workers."},"flavorName":{"value":"Labor Specialty"},"flavorDescription":{"value":"

There are many kinds of manual laborors, skilled and unskilled. Choose your field or specialty or roll on the table below.

"},"flavorOptions":{"value":"
d8Labor Specialty
1Construction
2Droid Repair
3Electrician
4Facilities Maintenance
5Logistics/Shipping
6Manufacturing
7Mechanic
8Plumbing/HVAC
"},"skillProficiencies":{"value":"Choose two from Animal Handling, Athletics, Survival, and Technology"},"toolProficiencies":{"value":"One type of gaming set and one set of artisan's implements"},"languages":{"value":null},"equipment":{"value":"A set of common clothes, a sturdy knife, a gaming set (one of your choice), and a belt pouch containing 100 cr"},"suggestedCharacteristics":{"value":"Laborers run the gamut from independent operator and owners to lazy and incompetent employees. "},"featureName":{"value":"Working Class"},"featureText":{"value":"You have a contact that acts as your liaison to a union or faction. You know how to reach your contact at all times. Your contact can provide you with the means to requisition equipment used in manufacturing or shipping.\r\n"},"featOptions":{"value":"
d8Feat
1Animal Handler
2Brawny
3Survivalist
4Techie
5Entertainer
6Crafter
7Athlete
8Durable
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I am quiet and reserved. I rarely raise my voice or object.
2I take pride in what my hands create or fix.
3I have little respect for people who call others to fix their problems.
4I am fiercely independent.
5I look down on book learning and take pride in my street-smarts.
6I may be quite calm and polite around those of higher power than I; but I'm harsh towards all my underlings, flexing the little power I have.
7I work to live.
8I live to work.
"},"idealOptions":{"value":"
d6Ideal
1Prestige. I hope to one day rise to the top of my field and command the respect of those who work for me. (Lawful)
2Superiority. Rules are meant to control the sheep.I'm no sheep. (Chaotic)
3Community. It is the duty of all people to strengthen the bonds of community and thereby improve civilization. (Light)
4Greed. I will do whatever it takes to climb to the top. (Dark)
5People. I'm loyal to my friends, not to any ideals, and everyone else can take a walk for all I care. (Neutral)
6Faith. I trust that my leader will guide my actions, I have faith that if I work hard, things will go well. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I put too much trust in those who wield power within my employer's hierarchy.
2I am inflexible in my thinking.
3I like things more than people.
4I do anything I can to avoid real work.
5I am not an independent thinker.I need detailed instructions and close supervision.
6I gossip about others to hide my inadequacies.
"},"bondOptions":{"value":"
d6Bond
1I will someday get revenge on the corrupt boss who fired me.
2Everything I do is for the common people.
3I will do anything to protect my co-workers.
4No one must ever learn that I once stole from my employer.
5I'm guilty of a terrible crime. I hope I can redeem myself for it.
6I am committed to my group's goals over my own.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"1sqFA4OkQBHSy1mI","flags":{"dae":{"stackable":false,"specialDuration":"None","transfer":true}},"changes":[{"key":"data.details.background","value":"Laborer","mode":5,"priority":20},{"key":"data.traits.toolProf.value","value":"game","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Laborer","tint":"","transfer":true}],"_id":"p7Cp0FgmCKJZbavo"} +{"name":"Folk Hero","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You come from a humble social rank, but you are destined for so much more. Already the people of your home village regard you as their champion, and your destiny calls you to stand against the tyrants and monsters that threaten the common folk everywhere."},"flavorName":{"value":"Defining Event"},"flavorDescription":{"value":"

You previously pursued a simple profession among the peasantry, perhaps as a farmer or miner, servant or shepherd. But something happened that set you on a different path and marked you for greater things. Choose or randomly determine a defining event that marked you as a hero of the people.

"},"flavorOptions":{"value":"
d8Defining Event
1I stood up to a tyrant's agents.
2I saved people during a natural disaster.
3I stood alone against a terrible monster.
4I stole from a corrupt merchant to help the poor.
5I led a militia to fight off an invading army.
6I broke into a tyrant's castle and stole weapons to arm the people.
7I trained the peasantry to use farm implements as weapons against a tyrant's soldiers.
8A lord rescinded an unpopular decree after I led a symbolic act of protect against it.
"},"skillProficiencies":{"value":"Choose two from Animal Handling, Athletics, Nature, and Performance"},"toolProficiencies":{"value":"One type of artisan's implements, biochemist's kit, or chef's kit"},"languages":{"value":"One of your choice"},"equipment":{"value":"A set of tools (one of your choice), a set of common clothes, and a belt pouch containing 100 cr"},"suggestedCharacteristics":{"value":"A folk hero is one of the common people, for better or for worse. Most folk heroes look on their humble origins as a virtue, not a shortcoming, and their home communities remain very important to them."},"featureName":{"value":"Rustic Hospitality"},"featureText":{"value":"Since you are of the common folk, you fit in among them with ease. You can find a place to hide, rest, or recuperate among other commoners, unless you have shown yourself to be a danger to them. They will shield you from the law or anyone else searching for you, though they will not risk their lives for you.\r\n"},"featOptions":{"value":"
d8Feat
1Animal Handler
2Brawny
3Naturalist
4Performer
5Crafter
6Specialist
7Linguist
8Healer
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I judge people by their actions, not their words.
2If someone is in trouble, I'm always ready to lend help.
3When I set my mind to something, I follow through no matter what gets in my way.
4I have a strong sense of fair play and always try to find the most equitable solution to arguments.
5I'm confident in my own abilities and do what I can to instill confidence in others.
6Thinking is for other people. I prefer action.
7I misuse long words in an attempt to sound smarter.
8I get bored easily. When am I going to get on with my destiny?
"},"idealOptions":{"value":"
d6Ideal
1Respect. People deserve to be treated with dignity and respect. (Light)
2Fairness. No one should get preferential treatment before the law, and no one is above the law. (Lawful)
3Freedom. Tyrants must not be allowed to oppress the people. (Chaotic)
4Might. If I become strong, I can take what I want—what I deserve. (Dark)
5Sincerity. There's no good in pretending to be something I'm not. (Neutral)
6Destiny. Nothing and no one can steer me away from my higher calling. (Any)
"},"flawOptions":{"value":"
d6Flaw
1The tyrant who rules my land will stop at nothing to see me killed.
2I'm convinced of the significance of my destiny, and blind to my shortcomings and the risk of failure.
3The people who knew me when I was young know my shameful secret, so I can never go home again.
4I have a weakness for the vices of the city, especially hard drink.
5Secretly, I believe that things would be better if I were a tyrant lording over the land.
6I have trouble trusting in my allies.
"},"bondOptions":{"value":"
d6Bond
1I have a family, but I have no idea where they are. One day, I hope to see them again.
2I worked the land, I love the land, and I will protect the land.
3A proud noble once gave me a horrible beating, and I will take my revenge on any bully I encounter.
4My tools are symbols of my past life, and I carry them so that I will never forget my roots.
5I protect those who cannot protect themselves.
6I wish my childhood sweetheart had come with me to pursue my destiny.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"vT9EY11Z0B58gu83","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"Folk Hero","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Folk Hero","tint":"","transfer":true}],"_id":"pnVBlcFuvvJiUAXg"} +{"name":"Far Traveler","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

Almost all of the common people and other folk that one might encounter throughout the galaxy have one thing in common: they live their lives without traveling more than a few miles from where they were born.

\n

You aren't one of those folk.

You are from a distant place that few of the common folk realize that it exists; chances are good that even if some people have heard of your homeland, they know merely the name and maybe a few outrageous stories.

Although you find some of this land's ways to be strange and discomfiting, you can also be sure that some things its people take for granted will be, to you, new wonders that you've never laid eyes on before. By the same token, you're a person of interest, for good or ill, to those around you almost anywhere you go.

"},"flavorName":{"value":"Why Are You Here?"},"flavorDescription":{"value":"

To determine why you are so far from home, roll on the table below or choose from the options provided.

"},"flavorOptions":{"value":"
d6Why Are You Here?
1Emissary
2Exile
3Fugitive
4Pilgrim
5Sightseer
6Wanderer
"},"skillProficiencies":{"value":"Choose two from Insight, Investigation, Perception, and Persuasion"},"toolProficiencies":{"value":"Any one musical instrument or gaming set of your choice, likely something native to your homeland"},"languages":{"value":"One of your choice"},"equipment":{"value":"One set of traveler's clothes, any one musical instrument or gaming set you are proficient with, poorly wrought maps from your homeland, a small piece of jewelry worth 100 cr in the style of your homeland's craftsmanship, and a pouch containing 50 cr"},"suggestedCharacteristics":{"value":"The distance you've traveled manifests itself in the way you speak and carry yourself."},"featureName":{"value":"All Eyes On You"},"featureText":{"value":"Your foreign nature attracts attention, yielding access to people and places you might not otherwise have, for you and your traveling companions. Noble lords, scholars, and merchant princes, to name a few, might be interested in hearing about your distant homeland and people.\r\n"},"featOptions":{"value":"
d8Feat
1Empathic
2Investigator
3Perceptive
4Charmer
5Entertainer
6Linguist
7Athlete
8Practiced
"},"personalityTraitOptions":{"value":"
d6Personality Trait
1I have different assumptions from those around me concerning personal space, invading others' space in innocence, or reacting to invasion of my own.
2I have my own ideas about food, and I find the eating habits of others fascinating, confusing, or revolting.
3I have a strong code of honor or sense of propriety that others don't comprehend.
4I express affection or contempt in ways that are unfamiliar to others.
5I honor my deities through practices that are foreign to this land.
6I begin or end my day with small traditional rituals that are unfamiliar to those around me.
"},"idealOptions":{"value":"
d6Ideal
1Open. I have much to learn from the kindly folk I meet along my way. (Light)
2Reserved. As someone new to these strange lands, I am cautious and respectful in my dealings. (Lawful)
3Adventure. I'm far from home, and everything is strange and wonderful! (Chaotic)
4Cunning. Though I may not know their ways, neither do they know mine, which can be to my advantage. (Dark)
5Inquisitive. Everything is new, but I have a thirst to learn. (Neutral)
6Suspicious. I must be careful, for I have no way of telling friend from foe here. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I am secretly (or not so secretly) convinced of the superiority of my own culture over that of this foreign land.
2I pretend not to understand the local language in order to avoid interactions I would rather not have.
3I have a weakness for the new intoxicants and other pleasures of this land.
4I don't take kindly to some of the actions and motivations of folk different from me.
5I consider the adherents of other gods to be deluded innocents at best, or ignorant fools at worst.
6I have a weakness for the exotic beauty of the people of these lands.
"},"bondOptions":{"value":"
d6Bond
1So long as I have this token from my homeland, I can face any adversity in this strange land.
2The gods of my people are a comfort to me so far from home.
3I hold no greater cause than my service to my people.
4My freedom is my most precious possession. I'll never let anyone take it from me again.
5I'm fascinated by the beauty and wonder of this new land.
6Though I had no choice, I lament having to leave my loved one(s) behind. I ho pe to see them again one day.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"rYKZAqQqtPCw5t64","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"Far Traveler","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Far Traveler","tint":"","transfer":true}],"_id":"qXheUEuDvEjarwBV"} +{"name":"Faction Merchant","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"Instead of an artisans' faction, you might belong to a faction of traders, caravan masters, or shopkeepers. You don't craft items yourself but earn a living by buying and selling the works of others. Your faction might be a large merchant consortium (or family) with interests across the galaxy. Perhaps you transported goods from one place to another, by ship, wagon, or caravan, or bought them from traveling traders and sold them in your own little shop. In some ways, the traveling merchant's life lends itself to adventure far more than the life of an artisan."},"flavorName":{"value":"Faction Business"},"flavorDescription":{"value":"Factions are generally found in cities large enough to support several artisans practicing the same trade. However, your faction might instead be a loose network of artisans who each work in a different village within a larger realm. Work with your GM to determine the nature of your faction."},"flavorOptions":null,"skillProficiencies":{"value":"Choose two from Deception, Insight, Performance, and Persuasion"},"toolProficiencies":{"value":null},"languages":{"value":"Two of your choice"},"equipment":{"value":"A letter of introduction from your faction, a set of traveler's clothes, and a belt pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Faction merchants are among the most ordinary people in the world—until they abscond to take up an adventuring career. They understand the value of hard work and the importance of community, but they're vulnerable to sins of greed and covetousness."},"featureName":{"value":"Faction Membership"},"featureText":{"value":"

As an established and respected member of a faction, you can rely on certain benefits that membership provides. Your fellow faction members will provide you with lodging and food if necessary, and pay for your funeral if needed. In some cities and towns, a factionhall offers a central place to meet other members of your profession, which can be a good place to meet potential patrons, allies, or hirelings.

Factions often wield tremendous political power. If you are accused of a crime, your faction will support you if a good case can be made for your innocence or the crime is justifiable. You can also gain access to powerful political figures through the faction, if you are a member in good standing. You must pay dues of 50 cr per month to the faction. Your dues must be current to remain in the faction's good graces.

"},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Empathic
3Performer
4Charmer
5Linguist
6Haggler
7Inspiring Leader
8Practiced
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I believe that anything worth doing is worth doing right. I can't help it—I'm a perfectionist.
2I'm a snob who looks down on those who can't appreciate fine art.
3I always want to know how things work and what makes people tick.
4I'm full of witty aphorisms and have a proverb for every occasion.
5I'm rude to people who lack my commitment to hard work and fair play.
6I like to talk at length about my profession.
7I don't part with my money easily and will haggle tirelessly to get the best deal possible.
8I believe I'm well known for my work, and I'm always taken aback when people haven't heard of me.
"},"idealOptions":{"value":"
d6Ideal
1Community. It is the duty of all civilized people to strengthen the bonds of community and the security of civilization. (Lawful)
2Generosity. My talents were given to me so that I could use them to benefit the world. (Light)
3Freedom. Everyone should be free to pursue his or her own livelihood. (Chaotic)
4Greed. I'm only in it for the money. (Dark)
5People. I'm committed to the people I care about, not to ideals. (Neutral)
6Aspiration. I work hard to be the best there is at my craft. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I'll do anything to get my hands on something rare or priceless.
2I'm quick to assume that someone is trying to cheat me.
3No one must ever learn that I once stole money from faction coffers.
4I'm never satisfied with what I have—I always want more.
5I would kill to acquire a noble title.
6I'm horribly jealous of anyone who can outshine my handiwork. Everywhere I go, I'm surrounded by rivals.
"},"bondOptions":{"value":"
d6Bond
1The workshop where I learned my trade is the most important place in the world to me.
2I commissioned a great work for someone unworthy of it; I now search for someone worthy.
3I owe my faction a great debt for forging me into the person I am today.
4I pursue wealth to secure someone's love.
5One day I will return to my faction and prove that I am the greatest artisan of them all.
6I will get revenge on the Dark forces that destroyed my place of business and ruined my livelihood.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"htF1pjUGahRpbqxy","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"Faction Merchant","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Faction Merchant","tint":"","transfer":true}],"_id":"rRrsia75Km4ZvgEv"} +{"name":"Gladiator","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"A gladiator is as much an entertainer as any minstrel or circus performer, trained to make the arts of combat into a spectacle the crowd can enjoy. This kind of flashy combat is your entertainer routine, though you might also have some skills as a tumbler or actor. Using your A Champion Well Known feature, you can find a place to perform in any place that features combat for entertainment—perhaps a gladiatorial arena or secret pit fighting club."},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Acrobatics, Athletics, Intimidation, and Performance"},"toolProficiencies":{"value":"One type of musical instrument"},"languages":{"value":"One of your choice"},"equipment":{"value":"A trophy earned via some sort of competition, clothing suitable to your profession, and a belt pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Successful entertainers have to be able to capture and hold an audience's attention, so they tend to have flamboyant or forceful personalities. They're inclined toward the romantic and often cling to high-minded ideals about the practice of art and the appreciation of beauty."},"featureName":{"value":"A Champion Well Known"},"featureText":{"value":"You can always find a place to perform, usually in an inn or tavern but possibly with a circus, at a theater, or even in a noble's court. At such a place, you receive free lodging and food of a modest or comfortable standard (depending on the quality of the establishment), as long as you perform each night. In addition, your performance makes you something of a local figure. When strangers recognize you in a town where you have performed, they typically take a liking to you.\r\n"},"featOptions":{"value":"
d8Feat
1Acrobat
2Brawny
3Threatening
4Performer
5Entertainer
6Linguist
7Athlete
8Durable
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I know a story relevant to almost every situation.
2Whenever I come to a new place, I collect local rumors and spread gossip.
3I'm a hopeless romantic, always searching for that \"special someone.\"
4Nobody stays angry at me or around me for long, since I can defuse any amount of tension.
5I love a good insult, even one directed at me.
6I get bitter if I'm not the center of attention.
7I'll settle for nothing less than perfection.
8I change my mood or my mind as quickly as I change key in a song.
"},"idealOptions":{"value":"
d6Ideal
1Beauty. When I perform, I make the world better than it was. (Light)
2Tradition. The stories, legends, and songs of the past must never be forgotten, for they teach us who we are. (Lawful)
3Creativity. The world is in need of new ideas and bold action. (Chaotic)
4Greed. I'm only in it for the money and fame. (Dark)
5People. I like seeing the smiles on people's faces when I perform. That's all that matters. (Neutral)
6Honesty. Art should reflect the soul; it should come from within and reveal who we really are. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I'll do anything to win fame and renown.
2I'm a sucker for a pretty face.
3A scandal prevents me from ever going home again. That kind of trouble seems to follow me around.
4I once satirized a noble who still wants my head. It was a mistake that I will likely repeat.
5I have trouble keeping my true feelings hidden. My sharp tongue lands me in trouble.
6Despite my best efforts, I am unreliable to my friends.
"},"bondOptions":{"value":"
d6Bond
1My instrument is my most treasured possession, and it reminds me of someone I love.
2Someone stole my precious trophy, and someday I'll get it back.
3I want to be famous, whatever it takes.
4I idolize a hero of the old tales and measure my deeds against that person's.
5I will do anything to prove myself superior to my hated rival.
6I would do anything for the other members of my old troupe.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"xwL56xjuHQXDpfkj","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"Gladiator","mode":5,"priority":20},{"key":"data.traits.toolProf.value","value":"music","mode":2,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Gladiator","tint":"","transfer":true}],"_id":"u6hwYRtGjY8WHn0q"} +{"name":"Agent","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"Many organizations active in the galaxy aren't bound by strictures of geography. These factions pursue their agendas without regard for political boundaries, and their members operate anywhere the organization deems necessary. These groups employ listeners, rumormongers, smugglers, mercenaries, cache-holders (people who guard caches of wealth or items for use by the faction's operatives), haven keepers, and message drop minders, to name a few. At the core of every faction are those who don't merely fulfill a small function for that organization, but who serve as its hands, head, and heart. As a prelude to your adventuring career (and in preparation for it), you served as an agent of a particular faction. You might have operated openly or secretly, depending on the faction and its goals, as well as how those goals mesh with your own. Becoming an adventurer doesn't necessarily require you to relinquish membership in your faction (though you can choose to do so), and it might enhance your status in the faction."},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Deception, Investigation, Lore, and Persuasion"},"toolProficiencies":{"value":null},"languages":{"value":"Two of your choice"},"equipment":{"value":"Badge or emblem of your faction, a copy of a seminal faction text (or a code-book for a covert faction), a set of common clothes, and a pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Agents are shaped by their experience in their faction's communities. Their study of the history and tenets of their faction and their relationships to it affect their mannerisms and ideals. Their flaws might be some hidden hypocrisy or heretical idea, or an ideal or bond taken to an extreme."},"featureName":{"value":"Safe Haven"},"featureText":{"value":"As a faction agent, you have access to a secret network of supporters and operatives who can provide assistance on your adventures. You know a set of secret signs and passwords you can use to identify such operatives, who can provide you with access to a hidden safe house, free room and board, or assistance in finding information. These agents never risk their lives for you or risk revealing their true identities."},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Investigator
3Loremaster
4Charmer
5Linguist
6Alert
7Observant
8Practiced
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I idolize a particular hero of my faction, and constantly refer to that person's deeds and example.
2I can find common ground between the fiercest enemies, empathizing with them and always working towards peace.
3I see omens in every event and action.
4Nothing can shake my optimistic attitude.
5I quote (or misquote) sacred texts and proverbs in almost every situation.
6I am tolerant (or intolerant) of other factions and respect (or condemn) them.
7I've enjoyed fine food, drink, and high society among my faction's elite. Rough living grates on me.
8I have little practical experience dealing with people in the world.
"},"idealOptions":{"value":"
d6Ideal
1Tradition. The ancient traditions of worship and sacrifice must be preserved and upheld. (Lawful)
2Charity. I always try to help those in need, no matter what the personal cost. (Light)
3Change. We must help bring about the changes the gods are constantly working in the world. (Chaotic)
4Power. I hope to one day rise to the top of my faith's religious hierarchy. (Lawful)
5Faith. I trust that my leader will guide my actions, I have faith that if I work hard, things will go well. (Lawful)
6Aspiration. I seek to prove myself worthy of my leader's favor by matching my actions against his or her teachings. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I judge others harshly, and myself even more severely.
2I put too much trust in those who wield power within my faction's hierarchy.
3My piety sometimes leads me to blindly trust those that profess faith in my faction.
4I am inflexible in my thinking.
5I am suspicious of strangers and expect the worst of them.
6Once I pick a goal, I become obsessed with it to the detriment of everything else in my life.
"},"bondOptions":{"value":"
d6Bond
1I would die to recover an artifact of my faction that was lost long ago.
2I will someday get revenge on the corrupt faction hierarchy who branded me a heretic.
3I owe my life to the faction member who took me in when my parents died.
4Everything I do is for the common people.
5I will do anything to protect the faction where I served.
6I seek to preserve a sacred text that my enemies consider heretical and seek to destroy.
"},"source":"PHB"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"hPQt2pjlK4Smc8cx","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"Agent","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Agent","tint":"","transfer":true}],"_id":"ua3nggnvCCMP1wJu"} +{"name":"Spacer","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"Aboard a star ship in the cold vacuum of space is where you feel most at home. You've spent the majority of your life travelling the stars. Life aboard ships has given you a good understanding of their inner workings. You might be especially skilled as a ship mechanic, a pilot, or support staff."},"flavorName":{"value":"Specialty"},"flavorDescription":{"value":"During your time as a spacer, you had a specific role to play aboard the ship. Roll a d8 or choose from the options in the table below to determine your role:"},"flavorOptions":{"value":"
d8Specialty
1Pilot
2Mechanic
3Support Staff
4Guard
5Ship Medic
6Captain
7Communications Officer
8Ship Cook
"},"skillProficiencies":{"value":"Choose two from Insight, Investigation, Piloting, and Technology"},"toolProficiencies":{"value":"Your choice of chef's kit, mechanic's kit, or one type of gaming set"},"languages":{"value":"One of your choice"},"equipment":{"value":"A set of tools or a gaming set (one of your choice), a set of common clothes, a small souvenir from your travels, and a belt pouch containing 100 cr"},"suggestedCharacteristics":{"value":"Spacers come from all walks of life, and the responsibilities of life aboard a ship make them generally reliable as well. Spending so much time on their ship shapes their outlook and forms their most important attachments."},"featureName":{"value":"Well-Traveled"},"featureText":{"value":"As a spacer, you've been from one end of the galaxy to the other. You've traveled along many of the trade routes, and know the safest routes. You have expert knowledge of the various hyperlanes. In addition to this, you know a large number of the models and designs of common space ships that are found in the galaxy."},"featOptions":{"value":"
d8Feat
1Empathic
2Investigator
3Ace Pilot
4Techie
5Specialist
6Entertainer
7Galvanizing Presence
8Inspiring Leader
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1My crewmates know they can rely on me, no matter what.
2I work hard so that I can play hard when the work is done.
3I enjoy traveling into new systems and making new friends over a drink.
4I stretch the truth for the sake of a good story.
5To me, a bar brawl is a nice way to get to know a new city.
6I never pass up a friendly wager.
7The best way to get me to do something is to tell me I can't do it.
8I like a job well done, especially if I can convince someone else to do it.
"},"idealOptions":{"value":"
d6Ideal
1Respect. The thing that keeps a ship together is mutual respect between captain and crew. (Light)
2Fairness. We all do the work, so we all share in the rewards. (Lawful)
3Freedom. Space is freedom—the freedom to go anywhere and do anything. (Chaotic)
4Mastery. I'm a predator, and the other ships we come across are my prey. (Dark)
5People. I'm committed to my crewmates, not to ideals. (Neutral)
6Aspiration. Someday, I'll own my own ship and chart my own destiny. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I follow orders, even if I think they're wrong.
2I'll say anything to avoid having to do extra work.
3Once someone questions my courage, I never back down no matter how dangerous the situation.
4Once I start drinking, it's hard for me to stop.
5I can't help but pocket loose coins and other trinkets I come across.
6My pride will probably lead to my destruction.
"},"bondOptions":{"value":"
d6Bond
1I'm loyal to my captain first, everything else second.
2The ship is most important—crewmates and captains come and go.
3I'll always remember my first ship.
4I will become the greatest captain that ever lived.
5I was cheated out of my fair share of the profits, and I want to get my due.
6Ruthless space pirates murdered my captain and crewmates, stole all we owned, and left me lo die. Vengeance will be mine.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"P2R1BJSV5j400pV3","flags":{"dae":{"stackable":false,"specialDuration":"None","transfer":true}},"changes":[{"key":"data.details.background","value":"Spacer","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Spacer","tint":"","transfer":true}],"_id":"wT9qXGIZebLaw3Oy"} +{"name":"Servant","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"

You have lived much of your life in the service of a lord, noble, merchant, or someone else with much wealth or power. You fetched their coats, drove their chariots, pressed their clothes; and generally did what they asked you to do.

\n

Were you a highly respected butler? A simple scullery maid? Were you born into service, or did you join later? Were you close to your master or masters, or were they distant and cold? Did they treat you well, or beat you at the drop of a hat?

"},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Insight, Lore, Performance, and Persuasion"},"toolProficiencies":{"value":"One of your choice"},"languages":{"value":"One of your choice"},"equipment":{"value":"A noble symbol representing your employer, a set of artisan's implements (one of your choice), a set of nice clothes, a set of common clothes, and a belt pouch containing 100 cr"},"suggestedCharacteristics":{"value":"A servant, for better or worse, will have their personality affected by their years of servitude. "},"featureName":{"value":"Decorum"},"featureText":{"value":"You know how to carry yourself around the elite and their servants. When in the presence of someone of power, or the servants of such a person, you can easily act as if you belong and, barring any extremely outlandish behavior, you can pass off your companions as belonging, too. \r\n"},"featOptions":{"value":"
d8Feat
1Empathic
2Loremaster
3Performer
4Charmer
5Crafter
6Entertainer
7Specialist
8Linguist
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I am compulsively neat, and clean; I feel uncomfortable if my companions and I are ever dirty orunpresentable.
2I am a bit of a snob, and look down on the common rabble.
3I am extremely subservient; I rarely raise my voice or object.
4I may be quite calm and polite around those of higher power than I; but I'm harsh towards all my underlings, flexing the little power I have.
5I dote over my companions like a concerned mother bird, fixing their clothing and making sure they look nice.
6I hated my time as a servant, and go out of my way to enjoy myself and let loose, rarely holding my tongue.
7I rarely show any emotions, remaining calm and stoic even in the worst of situations.
8I can-or think I can-diffuse the most tense and stressful of situations with the right word or phrase.
"},"idealOptions":{"value":"
d6Ideal
1Service. Your wish is my desire. (Lawful)
2Helpful. I just enjoy making myself useful. (Light)
3Free. Noone should be bound in servitude. (Chaotic)
4Infiltrate. From the position of a servant, I can worm my way into places of power! (Dark)
5Payment. I don't care what my masters do; as long as I get paid. (Neutral)
6Live. I only wish to serve in peace. (Any)
"},"flawOptions":{"value":"
d6Flaw
1I become incredibly nervous around people of power and importance.
2Saying that I'm a little bossy is a bit of an understatement.
3I can be a sycophant, constantly fawning and flattering others; which can come off as shallow.
4I've lived a relatively pampered life; the world of commoners is dull and painful to me.
5I never speak for myself, letting others walk all over me.
6I often can seem stiff, old fashioned and generally a stick in the mud.
"},"bondOptions":{"value":"
d6Bond
1I am still loyal to my old master.
2The Lord I worked for is after my head, and will do anything to capture me.
3My family still live as servants; I hope to earn a better life for them.
4An older servant taught me the ropes and looked out for me; and I owe them a great debt.
5I will exact revenge on the bastards who ruined (or ended) my Master's life.
6I have plenty of friends in high places; and they've come in useful from time to time.
"},"source":"Expanded Content","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"meA1PscX391ozjlU","flags":{"dae":{"stackable":false,"specialDuration":"None","transfer":true}},"changes":[{"key":"data.details.background","value":"Servant","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Servant","tint":"","transfer":true}],"_id":"xL8lpbIG9NDrOOcB"} +{"name":"Force Adept","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"background","data":{"flavorText":{"value":"You are keenly attuned to the flow of the mysterious energy field known as the Force. With proper training, you could learn to consciously sense and manipulate that energy further. As it is, you may appear to have heightened senses, extremely quick reflexes, an intuitive understanding of others, or an uncanny ability to persuade people to your way of thinking. Your powers may have lain dormant for a long time, perhaps you felt something inside of you but never knew what it was. Perhaps your abilities were awoken by a strong encounter with another force-sensitive with the powers of the Force, or an object associated with the Force, such as a lightsaber."},"flavorName":{"value":null},"flavorDescription":{"value":null},"flavorOptions":{"value":null},"skillProficiencies":{"value":"Choose two from Deception, Insight, Perception, and Persuasion"},"toolProficiencies":{"value":"Two of your choice of artisan's implements, gaming sets, or musical instruments"},"languages":{"value":null},"equipment":{"value":"A set of common clothes, a sturdy knife, and a belt pouch containing 150 cr"},"suggestedCharacteristics":{"value":"Force adepts can come from all walks of life and have varied life experiences. Often, though, there is an underlying influence that the Force has on the personalities of Force Adepts, especially once they begin to be conscious of their connection to the Force. "},"featureName":{"value":"Guided by the Force"},"featureText":{"value":"When you attempt to learn a piece of knowledge, you often instinctively know where or from whom you can obtain it. Usually, this information comes from a seemingly random person, book, or data file. Your GM might rule that the knowledge you seek is secreted away in an almost inaccessible place, or that it simply cannot be found."},"featOptions":{"value":"
d8Feat
1Silver-Tongued
2Empathic
3Perceptive
4Charmer
5Crafter
6Entertainer
7Force of Personality
8Force-Sensitive
"},"personalityTraitOptions":{"value":"
d8Personality Trait
1I see omens in every event and action. The Force tries to speak to us, we just need to listen.
2I am always calm, no matter what the situation. I never raise my voice or let me emotions control me.
3The Force has chosen me for a greater purpose.I am destined for greatness.
4I would rather make a new friend than a new enemy. We are all connected to each other.
5I've always been good at everything and things come to me naturally, but I am proud of my accomplishments.
6I don't pay attention to the risks in a situation. The odds are always in my favor.
7The best way to get me to do something is to tell me I can't do it.
8My emotions sometimes get the most of me, but they help me succeed.
"},"idealOptions":{"value":"
d6Ideal
1Dilligence. I seek to prove myself worthy of the Force by matching my actions against the Jedi teachings. (Lawful)
2Change. We must help bring about the changes the Force is constantly working in the world. (Chaotic)
3Redemption. There's a spark of good in everyone. (Light)
4Power. I will do whatever it takes to have power. (Dark)
5Faith. I trust that the Force will guide my actions; I have faith that if I work hard, things will go well. (Neutral)
6Growth. Self-improvement is an unending chore, but one that must be done. (Any)
"},"flawOptions":{"value":"
d6Flaw
1My faith in the Force sometimes leads me to blindly trust others that profess that same faith.
2The Jedi and Sith worship the Force as a religion. I think they are idiots for worshipping a hammer.
3I'm convinced of the significance of my destiny, and blind to my shortcomings and the risk of failure.
4I have trouble trusting in my allies that don't share my connection to the Force.
5I remember every insult I've received and nurse a silent resentment toward anyone who's ever wronged me.
6Once I pick a goal, I become obsessed with it to the detriment of everything else in my life.
"},"bondOptions":{"value":"
d6Bond
1I'm searching for instruction in the ways of the Force.
2I am fully dedicated to the will of the Force.It leads and I follow.
3I must return a relic to the temple it was taken from.
4I will become the greatest user of the Force that ever lived.
5I'm guilty of a terrible crime. I hope I can redeem myself for it.
6Someone I loved died because of a mistake I made. That will never happen again.
"},"source":"PHB","damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"uJ1cnO49Ohql0wlv","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.background","value":"Force Adept","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/mystery-man.svg","label":"Force Adept","tint":"","transfer":true}],"_id":"xSuL1pz6ZtrgUGfc"} diff --git a/packs/packs/classes.db b/packs/packs/classes.db index 69ce2929..5349f311 100644 --- a/packs/packs/classes.db +++ b/packs/packs/classes.db @@ -1,18 +1,10 @@ -{"_id":"1KSGcLL9HvLEkanx","name":"Sentinel","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

Clad in black robes, the rattataki pulls his hood forward and steps into the shadowy alcove, only to reappear further down the hall. As his quarry walks past, he presses the hilt of his lightsaber to the back of their head, quickly toggling it on-and-off. He is gone before the corpse hits the ground.

\n

The togruta dashes across the battlefield, doublesaber deflecting blaster shots to the ground. She pulls her wounded padawan to her feet, and guides her away from the warzone.

\n

Green-bladed lightsaber a blur, the cathar ferociously presses the attack. With each strike, she guides her opponent closer to the ravine’s edge. A flurry of blows followed by a quick force push and her foe tumbles over the edge.

\n

Sentinels are the masters of blending force powers with weapon attacks. They weave the two together so expertly that their foes have trouble predicting them.

\n

The Middle of the Road

\n

The sentinel uses stealth and subterfuge to accomplish the will of the Force. Where the consular focuses on mastery of the Force and the guardian focuses on the mastery of the lightsaber, the sentinel focuses on merging the two.

\n

Solitary Action

\n

Sentinels are notoriously independent, most comfortable acting alone and without backup; where some use a team to make up for their weaknesses, the sentinel uses the Force to overcome theirs. While some take this independent streak to the extreme, they are usually accepting of authority, as long as they are allowed to carry out directions using their preferred methods.

\n

While creating your sentinel, consider your personal philosophy in regards to the Force and its most famous practitioners - the Jedi and the Sith. Are you a member of one of the two orders, or do you walk a different path? Are you an operative tapping into a latent Force-sensitivity? Were you trained in the force from a young age, or did you discover it as an adult? How do you treat those weaker than you? What was your family like? Do you see the Force as light and dark, or an impartial river of gray?

\n

Quick Build

\n

You can make a sentinel quickly by following these suggestions. First, make Dexterity your highest ability score, followed by Wisdom or Charisma. Second, choose the @Compendium[sw5e.backgrounds.8WMQJLQ6JqRcTZUc]{Jedi} or @Compendium[sw5e.backgrounds.eOpE0XX7z0jx8lwI]{Sith} background.

","chat":"","unidentified":""},"source":"PHB","levels":1,"subclass":"","hitDice":"d8","hitDiceUsed":0,"skills":{"number":3,"choices":[],"value":[]},"spellcasting":"full","attributes":{"spelldc":10},"damage":{"parts":[]},"archetypes":{"value":""},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"levelsTable":{"value":"

Test

"},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Sentinel
LevelProficiency BonusFeaturesForce Powers KnownForce PointsMax Power LevelKinetic Combat
1st+2Forcecasting, Led by the Force731st-
2nd+2Force-Empowered Self, Sentinel Ideals961std4
3rd+2Sentinel Calling1192ndd4
4th+2Ability Score Improvement13122ndd4
5th+3Extra Attack15152ndd6
6th+3Sentinel Ideals (three ideals)17183rdd6
7th+3Calling feature18213rdd6
8th+3Ability Score Improvement19243rdd6
9th+4Sentinel Ideals (three manifestations)21274thd8
10th+4Battle Readiness22304thd8
11th+4Sentinel Ideals (four ideals)24335thd8
12th+4Ability Score Improvement25365thd8
13th+5Calling feature26395thd10
14th+5-28426thd10
15th+5Enlightened Evasion29456thd10
16th+5Ability Score Improvement30486thd10
17th+6Sentinel Ideals (four manifestations)32517thd12
18th+6Calling feature33547thd12
19th+6Ability Score Improvement34577thd12
20th+6Center of the Force35607thd12
\n
\n
\n

Class Features

\n

As a Sentinel, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d8 per Sentinel level

\n

Hit Points at 1st Level: 8 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d8 (or 5) + your Constitution modifier per sentinel level after 1st

\n

Proficiencies

\n

Armor: Light armor

\n

Weapons: Simple vibroweapons, simple lightweapons, chakram, doubleblade, doublesaber, doubleshoto, doublesword, hidden blade, lightfoil, light ring, saberwhip, vibrorapier, vibrowhip

\n

Tools: One specialist's kit of your choice

\n

Saving Throws: Dexterity, Charisma

\n

Skills: Choose three from Acrobatics, Animal Handling, Insight, Intimidation, Perception, Persuasion, Piloting, Stealth, and Technology

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) two simple lightweapons or vibroweapons or (b) one martial lightweapon or vibroweapon with which you are proficient
  • \n
  • (a) a dungeoneer’s pack or (b) an explorer’s pack
  • \n
  • (a) a demolitions kit, (b) a security kit, or (c) a slicer’s kit
  • \n
  • a combat suit and a light physical shield
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealth using the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Sentinel1,000 + 3d4 x 100 cr
\n

Forcecasting

\n

Beginning at 1st level, In your meditations on the force, you have learned powers, fragments of knowledge that imbue you with an abiding force ability. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

Force Powers Known

\n

You learn 7 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the sentinel class table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

Force Points

\n

You have a number of force points equal to your sentinel level x 3, as shown in the Force Points column of the sentinel class table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

Max Power Level

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the sentinel class table.

\n

You may only cast force powers at 5th, 6th, and 7th-level once. You regain the ability to do so after a long rest.

\n

Forcecasting Ability

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use your Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. In addition, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n

Force save DC = 8 + your proficiency bonus + your forcecasting ability modifier

\n

Force attack modifier = your proficiency bonus + your forcecasting ability modifier

\n

Led by the Force

\n

Also at 1st level, you can add half your proficiency bonus, rounded down, to any ability check you make that doesn’t already include your proficiency bonus.

\n

Force-Empowered Self

\n

Starting at 2nd level, your training allows you to harness the mystical energy of the Force throughout your body. When you hit a creature with a melee weapon attack, you can spend 1 force point to use a Force-Empowered Self effect. Each effect uses a d4, which changes as you gain sentinel levels, as shown in the Kinetic Combat column of the sentinel table. You have three such effects: Deflection, Double Strike, and Slow Time. You can only use each effect once per turn, and you can only use one effect per hit.

\n

Deflection

\n

You can roll a Kinetic Combat die and add it to your AC against one attack before the start of your next turn.

\n

Double Strike

\n

You can roll a Kinetic Combat die and deal additional damage equal to the amount rolled.

\n

Slow Time

\n

You can roll a Kinetic Combat die to increase your speed by 5 x the amount rolled until the end of your turn.

\n

Sentinel Ideals

\n

Also at 2nd level, you adopt ideals that exemplify your bond with the Force. You adopt two ideals of your choice, as detailed at the end of the class description. You adopt an additional ideal at 6th and 11th level. When you manifest your Sentinel Ideals, you choose which effect to create.

\n

You can manifest your ideals twice. You gain an additional use at 9th and 17th level. You regain all expended uses when you finish a long rest.

\n

Sentinel Calling

\n

When you reach 3rd level, you choose a sentinel calling, which is detailed at the end of the class description. Your calling grants you features at 3rd level and again at 7th, 13th, and 18th level.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can’t increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

Extra Attack

\n

At 5th level, you can attack twice, instead of once, whenever you take the Attack action on your turn.

\n

Battle Readiness

\n

Starting at 10th level, you have fully learned how to meld your physical self with the Force. When you take the Dodge or Disengage actions, or use your action to cast a force power, you can make one melee weapon attack as a bonus action.

\n

Enlightened Evasion

\n

When you reach 15th level, when you are subjected to a damage-dealing effect that forces you to make a saving throw, you can spend 2 force points to add your Wisdom or Charisma modifier (your choice, minimum of one) to the saving throw if doesn’t already include that modifier. If you do so, you instead take no damage if you succeed on the saving throw, and only half damage if you fail. You can wait until after you roll the d20 to use this feature, but you must decide before the GM says whether the roll succeeds or fails.

\n

Center of the Force

\n

At 20th level, you are perfectly centered with the Force. Your Dexterity and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for those scores increases by 2.

\n

Additionally, once per turn, when you would roll a Kinetic Combat die, you can instead choose the maximum.

\n

Sentinel Ideals

\n

The ideals are presented in alphabetical order. You can’t benefit from a Sentinel Ideal option more than once, even if you later get to choose again.

\n

Ideal of the Agile

\n

You gain a swimming speed and a climbing speed equal to your walking speed. When you make a long jump, you can cover a number of feet up to twice your Wisdom or Charisma score (your choice). When you make a high jump, you can leap a number of feet up into the air equal to 3 + twice your Wisdom or Charisma modifier (your choice).

\n

Additionally, as a bonus action, you can manifest this ideal in a brief surge of energy. For the next minute, opportunity attacks against you are made with disadvantage.

\n

Ideal of the Artisan

\n

Choose one of your skill or tool proficiencies. When you make an ability check with the chosen skill or tool, you can add half your Wisdom or Charisma modifier (your choice, minimum of one) to any check you make that doesn’t already include that modifier.

\n

Additionally, as an action, you can manifest this ideal in a brief surge of energy. For the next 10 minutes, the bonus increases to your Wisdom or Charisma modifier, and you can choose a second skill or tool to extend this feature to.

\n

Ideal of the Contender

\n

You can use Dexterity instead of Strength for the attack and damage rolls of your unarmed strikes, and your unarmed strike damage increases by one step (from 1 to d4, d4 to d6, or d6 to d8).

\n

Additionally, as a bonus action, you can manifest this ideal in a brief surge of energy. For the next minute, your unarmed strikes count as enhanced for the purpose of overcoming resistance and immunity to unenhanced attacks and damage, and you can use your Wisdom or Charisma modifier (your choice) instead of Strength for checks made to grapple a target or escape a grapple.

\n

Ideal of the Fighter

\n

You adopt a particular style of fighting as your specialty. Choose one of the fighting style options, detailed in Chapter 6. You can’t take a fighting style option more than once, even if you later get to choose again.

\n

Additionally, as a bonus action, you can manifest this ideal in a brief surge of energy. For the next minute, you know the fighting mastery that corresponds with the fighting style you chose with this feature. If you already know that fighting mastery, you instead learn another of your choice for the duration.

\n

Ideal of the Hunter

\n

You gain darkvision out to a range of 60 feet. If you already have darkvision, this ideal increases its range by 30 feet.

\n

Additionally, as a bonus action, you can manifest this ideal in a brief surge of energy. For the next minute, you can see normally in enhanced darkness, and you gain blindsight to 10 feet.

\n

Ideal of the Steadfast

\n

When you would make a melee weapon attack roll, you can instead force the target to make a Dexterity saving throw (DC = 8 + your proficiency bonus + your Strength or Dexterity modifier + any bonuses to melee weapon attack rolls). If you would have advantage on your attack roll, the creature instead has disadvantage on their saving throw. On a failed save, the target takes normal weapon damage and is subjected to any additional effects that would occur on a hit.

\n

Additionally, as a bonus action, you can manifest this ideal in a brief surge of energy. For the next minute, when a creature succeeds on the saving throw, they take half the normal weapon damage, and when a creature rolls a 1 on the saving throw, they take damage as if suffering a critical hit.

\n

Ideal of the Titan

\n

You gain proficiency in medium armor.

\n

Additionally, as a bonus action, you can manifest this ideal in a brief surge of energy. For the next minute, you have advantage on ability checks and attack rolls that would forcefully move another creature, and the distance they would be moved increases by 5 feet.

\n

Ideal of the Tranquil

\n

When you finish a short or long rest, you gain a number of temporary force points equal to half your Wisdom or Charisma modifier (rounded up, your choice, minimum of one). When you would spend a force point while you have temporary force points, the temporary force points are spent first. All temporary force points are lost at the end of your next short or long rest.

\n

Additionally, as an action, you can manifest this ideal in a brief surge of energy. You regain a number of force points equal to half your Wisdom or Charisma modifier (rounded up, your choice, minimum of one).

\n

Ideal of the Vigorous

\n

When you roll a Hit Die to regain hit points, you may use your Wisdom or Charisma modifier in place of your Constitution modifier when determining the number of hit points you regain.

\n

Additionally, as an action, you can manifest this ideal in a brief surge of energy. You gain a number of temporary hit points equal to half your sentinel level (rounded down) + your Wisdom or Charisma modifier (your choice, minimum of one).

"},"className":{"value":"Sentinel"},"atFlavorText":{"value":"

Sentinel Callings

\n

Different sentinels select different callings, called Paths, to follow as they hone their powers. Your calling grants you features at 3rd, 7th, 13th, and 18th level.

\n

@Compendium[sw5e.archetypes.3GmBJl9h0FpyIKFg]{Path of Aggression}

\n

@Compendium[sw5e.archetypes.qlg4myujDRxt6FXB]{Path of Communion}

\n

@Compendium[sw5e.archetypes.9AQImD6JBpd9c1UK]{Path of the Corsair}

\n

@Compendium[sw5e.archetypes.pnWaHtbho4xgFpIU]{Path of Etherealness}

\n

@Compendium[sw5e.archetypes.xIgy4jaHPhmry1Ub]{Path of Focus}

\n

@Compendium[sw5e.archetypes.4afEpKVpPAUq3lMe]{Path of the Forceblade}

\n

@Compendium[sw5e.archetypes.X3FsoSbXFXkvJvZO]{Path of Shadows}

\n

@Compendium[sw5e.archetypes.tND6Q1akd5unb3jf]{Path of Synthesis}

\n

@Compendium[sw5e.archetypes.BtUr8K0noVfAE11J]{Path of Tenacity}

\n

@Compendium[sw5e.archetypes.VRfBQKAhumWExGiy]{Path of Witchcraft}

"}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.armorProf.value","value":"lgt","mode":"+","targetSpecific":false,"id":1,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple vibroweapons","mode":"+","targetSpecific":false,"id":2,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.abilities.cha.proficient","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Abilities Charisma Proficiency"},{"modSpecKey":"data.abilities.dex.proficient","value":"1","mode":"+","targetSpecific":false,"id":4,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Abilities Dexterity Proficiency"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple lightweapons","mode":"+","targetSpecific":false,"id":5,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"chakram","mode":"+","targetSpecific":false,"id":6,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"doubleblade","mode":"+","targetSpecific":false,"id":7,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"doublesaber","mode":"+","targetSpecific":false,"id":8,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"doubleshoto","mode":"+","targetSpecific":false,"id":9,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"doublesword","mode":"+","targetSpecific":false,"id":10,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"hidden blade","mode":"+","targetSpecific":false,"id":11,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"lightfoil","mode":"+","targetSpecific":false,"id":12,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"light ring","mode":"+","targetSpecific":false,"id":13,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"saberwhip","mode":"+","targetSpecific":false,"id":14,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibrorapier","mode":"+","targetSpecific":false,"id":15,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibrowhip","mode":"+","targetSpecific":false,"id":16,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Classes/Sentinel.webp","effects":[]} -{"_id":"2femmWtRKWpl2VAl","name":"Operative","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

A Bothan spy takes a moment to adjust her infrared goggles. Nimbly sidestepping the laser grid in the room, she slips to the computer at the far end. Counting down the seconds in her head, she slices the mainframe. Twenty seconds. Ten seconds. A handful of soldiers bursts into the room, but she is already gone—with the data in hand.

\n

With a wary eye on the door, a scruffy-looking Duros plays pazaak in a seedy cantina. When two city guards appear at the exit, he smiles and reaches under the table. Before they can move in, the smuggler flips the table and opens fire. The crowd scatters in panic, giving him just enough cover to escape.

\n

A gorgeous young human dances before an intoxicated senator in his parlor. She winks enticingly through her golden blonde hair as she sways closer. Leaning in for a kiss, the senator is instead surprised by the barrel of a hold-out blaster pistol shoved into his mouth. He has no time to shout before the assassin pulls the trigger.

\n

Operatives, whether good, bad, or neutral, are those who focus on a specific practice and utilize it to get the upper hand. They can come from any world or region in the galaxy, with origins from the lowliest scoundrel to the once social elite.

\n

Evading Danger

\n

Operatives have a knack for getting out of trouble. They have an instinct for self-preservation that keeps them alive, but it’s usually tempered with a need to experience the thrills that their profession has to offer, and many adventurous operatives are also saddled with a sense of honor that sometimes makes them go against their natural inclinations. No matter what their immediate concerns may be, survival is the name of the game.

\n

Outside the Law

\n

Operatives don’t often start out seeking to defy authority and break the law. Some are thrust into the profession as a means of rebellion. Others wind up on the wrong side of the law due to bad luck, poor decisions, or circumstances beyond their control. The skills they pick up along the way make them great members of any mission team.

\n

While creating your operative character, consider how you first started on your path. Maybe you were raised on the street and fell into the criminal element as a means of survival. You could be a simple trader who decided to strike against the Sith Empire when it encroached on your business. What would you say is your greatest skill set? What is your core, the truest essence about yourself that keeps you focused? Why would society treat you as a criminal, yet your allies hold you as a loyal companion?

\n

Quick Build

\n

You can make an operative quickly by following these suggestions. First, make Dexterity your highest ability score, followed by Intelligence or Charisma. Second, choose the @Compendium[sw5e.backgrounds.IgvB3RMSetUpL1l0]{Gambler} background.

","chat":"","unidentified":""},"source":"PHB","levels":1,"subclass":"","hitDice":"d8","hitDiceUsed":0,"skills":{"number":4,"choices":[],"value":[]},"spellcasting":"none","attributes":{"spelldc":10},"damage":{"parts":[]},"archetypes":{"value":""},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"levelsTable":{"value":"

Test

"},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Operative
LevelProficiency BonusFeaturesSneak AttackOperative Exploits
1st+2Expertise, Sneak Attack1d6-
2nd+2Cunning Action, Operative Exploits1d62
3rd+2Bad Feeling, Operative Practice2d62
4th+2Ability Score Improvement2d62
5th+3Uncanny Dodge3d62
6th+3Expertise3d62
7th+3Evasion4d63
8th+3Ability Score Improvement4d63
9th+4Practice feature5d63
10th+4Ability Score Improvement5d63
11th+4Reliable Talent6d63
12th+4Ability Score Improvement6d63
13th+5Practice feature7d64
14th+5Blindsense7d64
15th+5Slippery Mind8d64
16th+5Ability Score Improvement8d64
17th+6Practice feature9d65
18th+6Elusive9d65
19th+6Ability Score Improvement10d65
20th+6Stroke of Luck10d65
\n
\n
\n

Class Features

\n

As a Operative, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d8 per Operative level

\n

Hit Points at 1st Level: 8 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d8 (or 5) + your Constitution modifier per operative level after 1st

\n

Proficiencies

\n

Armor: Light armor

\n

Weapons: Simple blasters, simple vibroweapons, blaster pistol, hidden blade, techblade, vibrorapier

\n

Tools: One specialist's kit of your choice

\n

Saving Throws: Dexterity, Intelligence

\n

Skills: Choose any four

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) a vibrorapier, (b) a hidden blade, (c) a simple blaster and a power cell, or (d) a simple vibroweapon
  • \n
  • (a) a simple blaster and two power cells or (b) a simple vibroweapon and a light physical shield
  • \n
  • (a) a burglar’s pack, (b) a dungeoneer’s pack, or (c) an explorer’s pack
  • \n
  • A tool with which you are proficient
  • \n
  • Combat suit and a vibrodagger
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealth using the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Operative7d4 x 100 cr
\n

Expertise

\n

Beginning at 1st level, choose two of your skill proficiencies, or one of your skill proficiencies and one of your tool proficiencies, or two of your tool proficiencies. You gain expertise in those skills or tools.

\n

At 6th level, you can choose two more of your proficiencies (in skills or tools) to gain this benefit.

\n

Sneak Attack

\n

Also at 1st level, you know how to strike subtly and exploit a foe's distraction. Once per turn, you can deal an extra 1d6 damage to one creature you hit with an attack if you have advantage on the attack roll. The attack must use a finesse or a ranged weapon.

\n

You don't need advantage on the attack roll if another enemy of the target is within 5 feet of it, that enemy isn't incapacitated, and you don't have disadvantage on the attack roll.

\n

The amount of the extra damage increases as you gain levels in this class, as shown in the Sneak Attack column of the operative class table.

\n

Cunning Action

\n

At 2nd level, your quick thinking and agility allow you to move and act quickly. You can take a bonus action on each of your turns in combat. This action can be used only to take the Dash, Disengage, or Hide action.

\n

Operative Exploits

\n

Also at 2nd level, you’ve adopted two exploits, as detailed at the end of the class description. You adopt an additional exploit at 7th, 13th, and 17th level.

\n

Bad Feeling

\n

Starting at 3rd level, you have a wary eye, bordering on paranoia. When you roll for initiative, you can move up to your speed. This movement happens before the initiative order is determined.

\n

Once you've used this feature, you can't use it again until you finish a long rest.

\n

Operative Practice

\n

Also at 3rd level, you choose a practice that you emulate in the exercise of your operative abilities, which is detailed at the end of the class description. Your practice choice grants you features at 3rd level and then again at 9th, 13th, and 17th level.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 8th, 10th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can't increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

Uncanny Dodge

\n

Starting at 5th level, when an attacker that you can see hits you with an attack, you can use your reaction to halve the attack's damage against you.

\n

Evasion

\n

Beginning at 7th level, when you are subjected to an effect, such as a consular's force storm or an engineer's explosion, that allows you to make a Dexterity saving throw to take only half damage, you instead take no damage if you succeed on a saving throw, and only half damage if you fail.

\n

Reliable Talent

\n

By 11th level, you have refined your chosen skills until they approach perfection. Whenever you make an ability check that lets you add your proficiency bonus, you can treat a d20 roll of 9 or lower as a 10.

\n

Blindsense

\n

Starting at 14th level, if you are able to hear, you are aware of the location of any hidden or invisible creature within 10 feet of you.

\n

Slippery Mind

\n

By 15th level, you have acquired greater mental strength. You gain proficiency in Wisdom saving throws.

\n

Elusive

\n

Beginning at 18th level, you are so evasive that attackers rarely gain the upper hand against you. No attack roll has advantage against you while you aren't incapacitated.

\n

Stroke of Luck

\n

At 20th level, you have an uncanny knack for succeeding when you need to. Your Dexterity and Intelligence scores increase by 2. Your maximum for those scores increases by 2. Additionally, if your attack misses a target within range, you can turn the miss into a hit. Alternatively, if you fail an ability check, you can treat the d20 roll as a 20.

\n

Once you’ve used this feature, you can’t use it again until you finish a short or long rest.

\n

Operative Exploits

\n

The exploits are presented in alphabetical order. If an exploit has prerequisites, you must meet them to learn it. You can learn an exploit at the same time you meet its prerequisites.

\n

Commander’s Exploit

\n

You gain proficiency in medium armor.

\n

Explorer’s Exploit

\n

You can hold your breath twice as long as you are normally able to, and take half as much damage from fall damage.

\n

Fate’s Exploit

\n

Prerequisite: 7th level
When you finish a short or long rest, roll a d20 and record the number rolled. Once before your next short or long rest, you can replace any attack roll, saving throw, or ability check made by you or a creature within 5 feet of you with this roll. You must choose to do so before the roll.

\n

Fighter’s Exploit

\n

You adopt a particular style of fighting as your specialty. Choose one of the fighting Style options, detailed in Chapter 6. You can’t take a fighting Style option more than once, even if you later get to choose again.

\n

Freedom’s Exploit

\n

You ignore unenhanced difficult terrain, and when you would use your action to break free of an effect that is grappling or restraining you, you can instead use your bonus action.

\n

Guerrilla’s Exploit

\n

You only need 4 hours of sleep to gain the benefit of a long rest.

\n

Additionally, you have advantage on saving throws against exhaustion.

\n

Learner’s Exploit

\n

You gain proficiency in a skill and a tool, or two tools.

\n

You can select this discovery multiple times, each time choosing a new skill and a tool, or two new tools.

\n

Mentor’s Exploit

\n

Prerequisite: 13th level
Once per turn, whenever both you and a friendly creature within 60 feet that can see and hear you both have to make a saving throw to resist the same effect, you can choose to have disadvantage on the save. If you do so, the friendly creature gains advantage on the save. You can use this feature before or after you both make the saving throw, but you must do so before the GM says whether the save succeeds or fails.

\n

Skill’s Exploit

\n

You learn an exploit that enhances your ability to apply your knowledge to combat situations. You can take this exploit multiple times.

\n

When you take the Attack action, you can use one of your skill exploits granted by this feature. You can use these features a combined number of times equal to your Intelligence modifier (a minimum of once). You regain any expended uses when you finish a long rest.

\n

Choose from the following. You must be proficient in the skill in order to take that skill’s exploit.

\n

Aim (Stealth). You attempt to line up a strike against a creature you can see that you are hidden from. Make a Dexterity (Stealth) check contested by the target’s Wisdom (Perception) check. If your check succeeds, you gain a +10 bonus to the first attack roll you make against the target before the end of your next turn. If your check fails, you are no longer hidden from the target.

\n

Angle (Perception). You attempt to predict the behavior of a humanoid you can see within 30 feet. Make a Wisdom (Perception) check contested by the target’s Dexterity (Sleight of Hand) check. If your check succeeds, the first attack roll the target makes before the start of your next turn has disadvantage, and the first saving throw the creature makes before the start of your next turn has disadvantage. If your check fails, you can’t use this feature on this target again for 1 hour.

\n

Battle Cry (Intimidation). You attempt to demoralize one humanoid you can see within 30 feet of you that can see and hear you. Make a Charisma (Intimidation) check contested by the target’s Wisdom (Insight) check. If your check succeeds, the target is frightened until the end of your next turn. If the target was already frightened of you, it must immediately drop whatever it is holding. On its next turn, if it is still frightened of you, it must take the Dash action and move away from you by the safest available route on its turn, unless there is nowhere to move. If your check fails, you can’t use this feature on this target again for 1 hour.

\n

Charm (Persuasion). You attempt to convince one humanoid you can see within 30 feet that can hear and understand you. Make a Charisma (Persuasion) check contested by the target’s Wisdom (Insight) check. If you have dealt damage to the creature in the last hour, it has advantage on the check. If your check succeeds, the target is charmed by you until the start of your next turn, and it has disadvantage on the first attack roll it makes against a creature before the end of its next turn. If your check fails, you can’t use this feature on this target again for 1 hour.

\n

Confuse Beast (Animal Handling). You attempt to confuse one beast on the battlefield. Make a Wisdom (Animal Handling) check contested by the target’s Wisdom (Insight) check. If your check succeeds, the beast cannot take actions or reactions until the end of your next turn. If your check fails, you can’t use this feature on this target again for 1 hour.

\n

Distract (Performance). You attempt to distract one beast or humanoid you can see within 30 feet of you that can see and hear you. Make a Charisma (Performance) check contested by the target’s Wisdom (Insight) check. If your check succeeds, the next attack roll made against the target before the start of its next turn has advantage. If your check fails, you can’t use this feature on this target again for 1 hour.

\n

Emulate Predator (Nature). You attempt to emulate the sounds of a natural predator of a beast or plant you can see within 30 feet. Make an Intelligence (Nature) check contested by the target’s Wisdom (Insight) check. If your check succeeds, the target must take the Dash action and move away from you by the safest available route on its turn, unless there is nowhere to move. If your check fails, you can’t use this feature on this target again for 1 hour.

\n

Feint (Deception). You attempt to divert the attention of a target you can see within 30 feet. Make a Charisma (Deception) check contested by the target’s Wisdom (Insight) check. If your check succeeds, the first attack roll made against the target before the start of your next turn by someone other than you has advantage, and the target has disadvantage on the first saving throw they make against an effect caused by a creature other than you before the start of your next turn. If your check fails, the target can’t be deceived by you in this way for 1 hour.

\n

Hacktivate (Technology). You attempt to determine the weaknesses in a droid you can see within 30 feet. Make an Intelligence (Technology) check contested by the target’s Intelligence (Technology) check. If your check succeeds, you have advantage on the next attack roll you make against the target before the end of your turn, and if you hit, you deal additional damage equal to your Intelligence modifier. If your check fails, you can’t use this feature on this target again for 1 hour.

\n

Instruct (Investigation). You attempt to find a weakness in your target. Make an Intelligence (Investigation) check contested by the target’s Charisma (Deception) check. If your check succeeds, if a friendly creature makes an attack roll against the target and they can see and hear you, you can use your reaction to grant them advantage on the roll. If you do so, and they hit, they deal additional damage equal to your bonus to Investigation checks. This damage is the same type as the attack’s damage. If your check fails, you can’t use this feature on this target again for 1 hour.

\n

Intuit (Insight). You attempt to determine the motivations of one humanoid you can see within 30 feet. Make a Wisdom (Insight) check contested by the target’s Charisma (Deception) check. If your check succeeds, the target can’t have advantage on ability checks, attack rolls, or saving throws against you until the end of your next turn. If your check fails, the target instead can’t have disadvantage on ability checks, attack rolls, or saving throws against you until the end of your next turn.

\n

Tumble (Acrobatics). You attempt to make a quick tumble, immediately moving 10 feet. If you begin or end this movement within a creature’s reach, make a Dexterity (Acrobatics) check contested by it’s Strength (Athletics) or Dexterity (Acrobatics) check (the target chooses the ability to use). If your check succeeds, this movement does not provoke opportunity attacks from it, and you have advantage on the first attack roll you make against it before the end of your turn. If your check fails, you immediately fall prone.

\n

Pocket Sand (Sleight of Hand). You attempt to blind one beast or humanoid you can see within 15 feet of you. Make a Dexterity (Sleight of Hand) check contested by the target’s Wisdom (Perception) check. If your check succeeds, the target is blinded until the end of your turn. If your check fails, you can’t use this feature on this target again for 1 hour.

\n

Precision Strike (Medicine). You attempt to strike a pressure point in one humanoid within your reach. Make a Wisdom (Medicine) check contested by the target’s Strength (Athletics) or Dexterity (Acrobatics) check (the target chooses the ability to use). If your check succeeds, they are incapacitated until the end of their next turn. If your check fails, you can’t use this feature on this target again for 1 hour.

\n

Snare (Survival). You attempt to cause a creature within 30 feet of you to stumble. Make a Wisdom (Survival) check contested by the target’s Wisdom (Perception) check. If your check succeeds, and the target moves towards you before the start of your next turn, it gains 1 slowed level, and you can use your reaction to cause it to fall prone. If your check fails, you can’t use this feature on this target again for 1 hour.

\n

Spin (Piloting). You attempt to confound a piloted construct you can see within 30 feet. Make an Intelligence (Piloting) check contested by the target’s Intelligence (Piloting) check. If your check succeeds, the target has disadvantage on attack rolls against you, and you have advantage on Dexterity saving throws against the target, until the start of your next turn. If your check fails, the target instead has advantage on attack rolls against you, and you have disadvantage on Dexterity saving throws against the target, until the start of your next turn.

\n

Study (Lore). You attempt to anticipate your target’s action. Make an Intelligence (Lore) check contested by the target’s Charisma (Deception) check. If your check succeeds, you have advantage on the first ability check, attack roll or saving throw you make against that creature before the end of your next turn. Alternatively, before the end of your next turn, you can use your reaction to grant disadvantage on the first ability check, attack roll, or saving throw the target makes against you. If your check fails, you instead have disadvantage on the first ability check, attack roll or saving throw you make against that creature before the end of your next turn.

\n

Wrestle (Athletics). You attempt to grab and pin a creature within 5 feet of you with at least one free hand. The target must be no more than one size larger than you. Make a Strength (Athletics) check contested by the target’s Strength (Athletics) or Dexterity (Acrobatics) check (the target chooses the ability to use). If your check succeeds, the target is both grappled and restrained by you. If the target stops being grappled, it also stops being restrained. If your check fails, you can’t use this feature on this target again for 1 hour.

\n

Technologist’s Exploit

\n

Choose one 1st-level tech power. You learn that power and can cast it at its lowest level without expending tech points and without the use of a wristpad. Once you cast it in this way, you must finish a long rest before you can cast it again. Your techcasting ability for this power is Intelligence.

\n

You can select this exploit multiple times. Each time you do so, you must choose a different power.

\n

Weaponmaster’s Exploit

\n

You gain proficiency in three blasters or vibroweapons that lack the heavy and strength properties.

\n

You can select this exploit multiple times. Each time you do so, you must choose different weapons.

"},"className":{"value":"Operative"},"atFlavorText":{"value":"

Operative Practices

\n

Operatives have many features in common, including their emphasis on perfecting their skills, their precise and deadly approach to combat, and their increasingly quick reflexes. But different operatives steer those talents in varying directions, embodied by the different operative practices. Your practice grants you features at 3rd, 9th, 13th, and 17th level.

\n

@Compendium[sw5e.archetypes.uKs4nEUZxYJ6iAd7]{Acquisitions Practice}

\n

@Compendium[sw5e.archetypes.xUUk8lINd1wpQrIh]{Beguiler Practice}

\n

@Compendium[sw5e.archetypes.KXH9dZsv2CAXAa6X]{Disabling Practice}

\n

@Compendium[sw5e.archetypes.HAbjFjbdRHO3mBss]{Gunslinger Practice}

\n

@Compendium[sw5e.archetypes.G1F7NBAvLma5Aot4]{Lethality Practice}

\n

@Compendium[sw5e.archetypes.owhXRBD1NnGWXdr6]{Performance Practice}

\n

@Compendium[sw5e.archetypes.A3MyNIRoyvE9fP64]{Ruffian Practice}

\n

@Compendium[sw5e.archetypes.lETcZuQWPZg3n2u0]{Saboteur Practice}

\n

@Compendium[sw5e.archetypes.TgUiU6MrAP7Xyj3H]{Sawbones Practice}

\n

@Compendium[sw5e.archetypes.RulD3rQZqDk5H0Pl]{Scrapper Practice}

\n

@Compendium[sw5e.archetypes.YByrgf4R9lfeVVBQ]{Sharpshooter Practice}

"}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Classes/Operative.webp","effects":[]} -{"_id":"MN79cDvuWQ2YGjNA","name":"Scout","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

Rough and grizzled looking, a human stalks alone through the shadows of trees, hunting the quarry he knows is planning a raid on a nearby settlement. Clutching a techblade in each hand, he becomes a whirlwind of steel, cutting down one enemy after another.

\n

After tumbling away from the shrapnel of a missile’s explosion, a bothan finds her feet and quick-fires two shots from her carbine at the oncoming tank. Shrugging off the wave of fear that threatens to permeate her entire being, she strafes around her foe, firing shot after shot to try to penetrate the tank’s thick armor.

\n

Glancing at his wristpad, a sullustan looks through the eyes of his tracker droid. Transmitting instructions, he sends his droid to distract the houk he’s been tracking while he readies his sniper rifle for the shot.

\n

Scouts are the first on the trail and the last to lose it, tracking their quarry for miles unimpeded. They are adaptable, wielding both tech powers and their weaponry to overcome their foes.

\n

Deadly Hunters

\n

Warriors in their own right, scouts specialize in tracking and hunting the monsters that threaten civilization—humanoid raiders, rampaging beasts and monstrosities, terrible Force-wielders, and renegade droids. They learn to track their quarry as a predator does, moving stealthily through any terrain and hiding themselves in brush and rubble. Scouts focus their combat training on techniques that are particularly useful against their specific favored foes.

\n

Scouts acquire the ability to cast tech powers through utilization of a wristpad. Their powers, like their combat abilities, emphasize speed, stealth, and the hunt. A scout’s talents and abilities are honed with deadly focus on the grim task of protecting the civilization.

\n

Independent Adventurers

\n

Though a scout might make a living as a bounty hunter, a guide, or a tracker, a scout’s true calling is to defend civilization from the ravages of monsters and humanoid hordes that press in. In some places, scouts gather in secretive orders, though many scouts are independent almost to a fault, knowing that, when a rancor or a band of pirates attacks, a scout might be the first—and possibly the last—line of defense. This fierce independence makes scouts well suited to adventuring, since they are accustomed to life far from the comforts of a dry bed and a hot bath. Faced with city-bred adventurers who grouse and whine about the hardships of the wild, scouts respond with some mixture of amusement, frustration, and compassion. But they quickly learn that other adventurers who can carry their own weight in a fight against civilization’s foes are worth any extra burden. Coddled city folk might not know how to feed themselves or find fresh water in the wild, but they make up for it in other ways.

\n

As you create your scout character, consider the nature of the training that gave you your particular capabilities. Did you train with a single mentor, tracking together until you mastered the scout's ways? Did you leave your apprenticeship, or was your mentor slain-perhaps by some kind of bestial monstrosity on which you've sworn revenge? Or perhaps you learned your skills as part of a band of mercenaries. What's the source of your particular hatred of a certain kind of enemy? Did a monster kill someone you loved or destroy your home village? Or did you see too much of the destruction these monsters cause and commit yourself to reining in their depredations? Is your adventuring career a continuation of your work, or a significant change? What made you join up with a band of adventurers? Do you find it challenging to teach new allies the ways of the wild, or do you welcome the relief from solitude that they offer?

\n

Quick Build

\n

You can make a scout quickly by following these suggestions. First, make Strength or Dexterity your highest ability modifier, depending on whether you want to focus on melee combat or on ranged weapons (or finesse weapons). Your next-highest score should be Intelligence. Second, choose the @Compendium[sw5e.backgrounds.wjFDb34eLfyjff1k]{Bounty Hunter} background.

","chat":"","unidentified":""},"source":"PHB","levels":1,"subclass":"","hitDice":"d10","hitDiceUsed":0,"skills":{"number":3,"choices":[],"value":[]},"spellcasting":"full","attributes":{"spelldc":10},"damage":{"parts":[]},"archetypes":{"value":""},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"levelsTable":{"value":"

Test

"},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Scout
LevelProficiency BonusFeaturesRanger's QuarryTech Powers KnownTech PointsMax Power Level
1st+2Ranger's Quarry, Pathfinderd4---
2nd+2Techcasting, Fighting Styled4421st
3rd+2Scout Routine, Scout Techniqued4531st
4th+2Ability Score Improvementd4641st
5th+3Extra Attackd6752nd
6th+3Expertised6862nd
7th+3Technique feature, Scout Routine (two routines)d6972nd
8th+3Ability Score Improvementd61082nd
9th+4Scout Routine (15-foot radius)d81293rd
10th+4Commandod813103rd
11th+4Technique featured814113rd
12th+4Ability Score Improvementd815123rd
13th+5-d1016134th
14th+5Expertise, Combat Techd1017144th
15th+5Technique feature, Scout Routine (three routines)d1018154th
16th+5Ability Score Improvementd1019164th
17th+6Scout Routine (30-foot radius)d1220175th
18th+6Supreme Awarenessd1221185th
19th+6Ability Score Improvementd1222195th
20th+6Foe Slayerd1223205th
\n
\n
\n

Class Features

\n

As a Scout, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d10 per Scout level

\n

Hit Points at 1st Level: 10 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d10 (or 6) + your Constitution modifier per scout level after 1st

\n

Proficiencies

\n

Armor: Light armor, medium armor

\n

Weapons: All blasters, all vibroweapons

\n

Tools: None

\n

Saving Throws: Strength, Dexterity

\n

Skills: Choose three from Animal Handling, Athletics, Insight, Investigation, Perception, Piloting, Stealth, Survival, and Technology

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) mesh armor or (b) combat suit, blaster carbine, and two power cells
  • \n
  • (a) a simple vibroweapon and a light or medium physical shield or (b) two simple vibroweapons
  • \n
  • (a) a hold-out and a power cell or (b) two vibrodaggers
  • \n
  • (a) a dungeoneer’s pack or (b) an explorer’s pack
  • \n
  • A wristpad
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealth using the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Scout8d4 x 100 cr
\n

Ranger's Quarry

\n

Beginning at 1st level, you learn how to effectively read and track your prey. Once on each of your turns, you can choose a creature you can see within 120 feet and mark it as your quarry (no action required). For the next hour, you gain the following benefits:

\n
    \n
  • Once per round, when you hit the target with a weapon attack, you can deal 1d4 additional damage to it of the same type as the weapon's damage. This die changes as you gain scout levels, as shown in the Ranger's Quarry Damage Die column of the scout class table.
  • \n
  • You have advantage on any Wisdom (Perception) or Wisdom (Survival) check you make to find it while it's on the same planet as you.
  • \n
\n

You can only have one creature marked in this way at a time. Beginning at 5th level, you can use your reaction to mark a creature when it enters your line of sight, provided it is within range of your Ranger’s Quarry.

\n

The duration increases to 8 hours at 9th level and 24 hours at 17th level.

\n

Pathfinder

\n

Also at 1st level, you are skilled at navigating the untamed wilds. You ignore difficult terrain, and when traveling for an hour or more, you gain the following benefits:

\n
    \n
  • Difficult terrain doesn't slow your group's travel.
  • \n
  • You can't become lost by unenhanced means.
  • \n
  • Even when you are engaged in another activity while traveling (such as foraging, navigating, or tracking), you remain alert to danger.
  • \n
  • If you are traveling alone, you can move stealthily at a normal pace.
  • \n
  • When you forage, you find twice as much food as you normally would.
  • \n
  • When you make a Wisdom (Survival) check, you gain a bonus to the check equal to your Intelligence modifier.
  • \n
\n

Techcasting

\n

Beginning at 2nd level, you have derived powers from schematics with the aid of your wristpad. See chapter 10 for the general rules of techcasting and chapter 12 for the tech powers list.

\n

Tech Powers Known

\n

You learn 4 tech powers of your choice, and you learn more at higher levels, as shown in the Tech Powers Known column of the scout class table. You may not learn a tech power of a level higher than your Max Power Level.

\n

Tech Points

\n

You have a number of tech points equal to your scout level, as shown in the Tech Points column of the scout class table, + your Intelligence modifier. You use these tech points to cast tech powers. You regain all expended tech points when you finish a short or long rest.

\n

Max Power Level

\n

Many tech powers can be overcharged, consuming more tech points to create a greater effect. You can overcharge these powers to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the scout class table.

\n

You may only cast tech powers at 4th and 5th-level once. You regain the ability to do so after a long rest.

\n

Techcasting Ability

\n

Intelligence is your techcasting ability for your tech powers. You use your Intelligence whenever a power refers to your techcasting ability. In addition, you use your Intelligence modifier when setting the saving throw DC for a tech power you cast and when making an attack roll with one.

\n

Tech save DC = 8 + your proficiency bonus +your Intelligence modifier

\n

Tech attack modifier = your proficiency bonus +your Intelligence modifier

\n

Techcasting Focus

\n

You use a wristpad (found in chapter 5) as a techcasting focus for your tech powers.

\n

Fighting Style

\n

Also at 2nd level, you adopt a particular style of fighting as your specialty. Choose one of the Fighting Style options, detailed in Chapter 6. You can't take a Fighting Style option more than once, even if you later get to choose again.

\n

Scout Routine

\n

Beginning at 3rd level, you’ve developed one routine, as detailed at the end of the class description. You develop an additional routine at 7th and 15th level.

\n

Scout Technique

\n

Also at 3rd level, you choose to focus on a specific scout technique, which is detailed at the end of the class description. Your choice grants you features at 3rd level and again at 7th, 11th, and 15th level.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can't increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

Extra Attack

\n

Beginning at 5th level, you can attack twice, instead of once, whenever you take the Attack action on your turn.

\n

Expertise

\n

At 6th level, choose two of your skill proficiencies, or one of skill proficiencies and one of your tool proficiencies, or two of your tool proficiencies. You gain expertise in those skills or tools.

\n

At 14th level, you can choose another two proficiencies (in skills or tools) to gain this benefit.

\n

Commando

\n

Starting at 10th level, you can take the Dash and Hide actions as a bonus action on each of your turns. Additionally, you can remain perfectly still for long periods of time to set up ambushes.

\n

When you attempt to hide on your turn, you can opt to not move on that turn. If you avoid moving, creatures that attempt to detect you take a -10 penalty to their Wisdom (Perception) checks until the start of your next turn. You lose this benefit if you move or fall prone, either voluntarily or because of some external effect. You are still automatically detected if any effect or action causes you to no longer be hidden.

\n

If you are still hidden on your next turn, you can continue to remain motionless and gain this benefit until you are detected.

\n

Additionally, you can no longer be tracked by unenhanced means, unless you choose to leave a trail.

\n

Combat Tech

\n

At 14th level, when you use your action to cast a tech power, you can make one weapon attack as a bonus action.

\n

Supreme Awareness

\n

At 18th level, you gain preternatural senses that help you fight creatures you can't see. When you attack a creature you can't see, your inability to see it doesn't impose disadvantage on your attack rolls against it.

\n

You are also aware of the location of any invisible creature within 30 feet of you, provided that the creature isn't hidden from you and you aren't blinded or deafened.

\n

Foe Slayer

\n

At 20th level, you become an unparalleled hunter. Your Strength or Dexterity score increases by 2, and your Intelligence score increases by 2. Your maximum for those scores increases by 2.

\n

Additionally, once on each of your turns, you can add your Intelligence modifier to the attack roll or the damage roll of an attack you make. You can choose to use this feature before or after the roll but before any effects of the roll are applied.

\n

Scout Routines

\n

The routines are presented in alphabetical order. If multiple scouts grant the same routine, affected creatures can only benefit from it once. You must be conscious to grant the benefit of your routines.

\n

At 9th level, the range of your routines increases to 15 feet, and at 17th level, the range of these routines increases to 30 feet.

\n

Adaptability Routine

\n

At the start of each of your turns, you can choose an ability score with a saving throw in which you are not proficient. Until the start of your next turn, you add half your proficiency bonus, rounded down, to saving throws you make with the chosen ability. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n

Maven’s Routine

\n

At the start of each of your turns, you can choose to gain resistance to damage from tech powers until the start of your next turn. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n

Mesmer’s Routine

\n

At the start of each of your turns, you can choose to have advantage on saving throws against effects that would incapacitate you or put you to sleep until the start of your next turn. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n

Nomad’s Routine

\n

At the start of each of your turns, you can choose to gain advantage on Constitution saving throws to avoid exhaustion from unenhanced sources, as well as being naturally adapted to both hot and cold climates. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n

Responder’s Routine

\n

When you roll initiative, you can choose to add your proficiency bonus to the initiative roll and have advantage on attack rolls against creatures that have not yet acted. Alternatively, you can choose to allow each creature within 5 feet of you, including you, to add half your proficiency bonus to the initiative roll and have advantage on the first attack roll they make against a creature that has not yet acted.

\n

Sharpshooter’s Routine

\n

At the start of each of your turns, you can choose to gain a bonus to the first weapon attack roll you make before the start of your next turn equal to your Intelligence modifier. Alternatively, you can choose to allow each creature within 5 feet of you, including you, to add half your Intelligence modifier to the first weapon attack roll they make before the start of your next turn.

\n

Strider’s Routine

\n

At the start of each of your turns, you can choose to have each slowed level only reduce your speed by 5 feet, unless it would reduce your speed to 0 until the start of your next turn. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n

Warden’s Routine

\n

At the start of each of your turns, you can choose to gain a climbing and swimming speed equal to your walking speed. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

"},"className":{"value":"Scout"},"atFlavorText":{"value":"

Scout Techniques

\n

Scouts tend to share knowledge amongst themselves, focusing on specific techniques and honing them to perfection. Your technique grants you features at 3rd, 7th, 11th, and 15th level.

\n

@Compendium[sw5e.archetypes.sgoAH5OjfxsXf2fp]{Artillerist Technique}

\n

@Compendium[sw5e.archetypes.hJfD06NmantavchV]{Bulwark Technique}

\n

@Compendium[sw5e.archetypes.ZDNCB88TzeMFGY6i]{Deadeye Technique}

\n

@Compendium[sw5e.archetypes.Ls55Gc4qha7Muacz]{Hunter Technique}

\n

@Compendium[sw5e.archetypes.174qCi5FWBd5LDP0]{Illusionist Technique}

\n

@Compendium[sw5e.archetypes.BEMJgPn6JKghk2zh]{Inquisitor Technique}

\n

@Compendium[sw5e.archetypes.EOnRnPaACPP1vRTQ]{Mastermind Technique}

\n

@Compendium[sw5e.archetypes.xAObT0H9SNxYOQh2]{Predator Technique}

\n

@Compendium[sw5e.archetypes.EEBl6B5YPcztiGRm]{Slayer Technique}

\n

@Compendium[sw5e.archetypes.EipqN28Px01dBfmH]{Stalker Technique}

\n

@Compendium[sw5e.archetypes.np8PlkH43bFHGOjq]{Teleportation Technique}

"}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.armorProf.value","value":"lgt","mode":"+","targetSpecific":false,"id":1,"itemId":"MN79cDvuWQ2YGjNA","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.armorProf.value","value":"med","mode":"+","targetSpecific":false,"id":2,"itemId":"MN79cDvuWQ2YGjNA","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"all blasters","mode":"+","targetSpecific":false,"id":3,"itemId":"MN79cDvuWQ2YGjNA","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"all vibroweapons","mode":"+","targetSpecific":false,"id":4,"itemId":"MN79cDvuWQ2YGjNA","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.abilities.dex.proficient","value":"1","mode":"+","targetSpecific":false,"id":5,"itemId":"MN79cDvuWQ2YGjNA","active":false,"_targets":[],"label":"Abilities Dexterity Proficiency"},{"modSpecKey":"data.abilities.str.proficient","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"MN79cDvuWQ2YGjNA","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Classes/Scout.webp","effects":[]} -{"_id":"O414X0HamnCKpEF5","name":"Consular","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

A twi’lek in black robes steps on a terrified rodian, who scampers away on the ground. Lightning sparks from his fingers, illuminating his red and black tattoos. The rodian’s pleas for mercy fall on deaf ears as the Sith channels his lightning into his failed apprentice, leaving nothing but a charred husk behind.

\n

Sitting cross-legged on a dense patch of grass, a miraluka mystic meditates on the Force. With every breath, the trees sway with a rhythmic breeze. Though she lacks simple vision, she can see the Force as it moves everything around her.

\n

A drably-robed human focuses inward, channeling the Force into the ground around him. Slowly, all the debris within arms reach rises into the air around him; with a flick of his wrist, he clears the air, sending his projectiles to pound on the approaching tank.

\n

Consulars are the supreme wielders of the Force, defined and united by the powers they cast. Drawing on the omnipresent Force that permeates the universe, consulars cast powers of rejuvenating healing and destructive lightning, draining life-force and manipulating minds; the most powerful with the Force can even experience brief glimpses of the future.

\n

Strong with the Force

\n

Refraining from drawing their lightsabers except as a measure of last resort, consulars spend a great deal of time studying the mysteries of the Force. Their knowledge allows them to channel the Force to greater heights, unlocking unrivaled power, and twisting those powers to greater effect.

\n

Sage or Sorcerer

\n

Consulars who follow the light side of the Force, using their powers to better their communities and people, are often called sages, while consulars who fall to the dark side and subjugate or cast aside all in their path are commonly called sorcerers. Alternatively, they may tend toward the middle, refraining from politics and war, spending their time in isolation and study.

\n

While creating your consular, consider your personal philosophy in regards to the Force and its most famous practitioners - the Jedi and the Sith. Are you a member of one of the two orders, or do you walk a different path? Perhaps you were ostracized from your primitive village out of superstition or jealousy. You may have been brutally trained from a young age in the dark side, fueling your innate thirst for power, or perhaps you were trained as a padawan in one of the Jedi temples. How do you treat strangers, and how do they treat you once they know your abilities? What was your family like, or what did you have instead of a family? Do you see the Force as light and dark, or an impartial river of gray?

\n

Quick Build

\n

You can make a consular quickly by following these suggestions. First, make Wisdom or Charisma your highest ability score, followed by Dexterity. Second, choose the @Compendium[sw5e.backgrounds.8WMQJLQ6JqRcTZUc]{Jedi} or @Compendium[sw5e.backgrounds.eOpE0XX7z0jx8lwI]{Sith} background.

","chat":"","unidentified":""},"levelsTable":{"value":"
LevelProficiency BonusFeaturesForce Powers KnownForce PointsMax Power Level
1st+2Forcecasting, Force Recovery841st
2nd+2Force-Empowered Casting, Force Shield981st
3rd+2Consular Tradition, Hidden Force11122nd
4th+2Ability Score Improvement12162nd
5th+3-14203rd
6th+3Tradition feature15243rd
7th+3-17284th
8th+3Ability Score Improvement18324th
9th+4-20365th
10th+4Tradition feature21405th
11th+4-23446th
12th+4Ability Score Improvement24486th
13th+5-26527th
14th+5Tradition feature27567th
15th+5-29608th
16th+5Ability Score Improvement30648th
17th+6-32689th
18th+6Tradition feature33729th
19th+6Ability Score Improvement34769th
20th+6One with the Force35809th
"},"source":"PHB","levels":1,"subclass":"","hitDice":"d6","hitDiceUsed":0,"skills":{"number":2,"choices":[],"value":[]},"spellcasting":"full","attributes":{"spelldc":10},"damage":{"parts":[]},"archetypes":{"value":""},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Consular
LevelProficiency BonusFeaturesForce Powers KnownForce PointsMax Power Level
1st+2Forcecasting, Force Recovery841st
2nd+2Force-Empowered Casting, Force Shield981st
3rd+2Consular Tradition, Hidden Force11122nd
4th+2Ability Score Improvement12162nd
5th+3-14203rd
6th+3Tradition feature15243rd
7th+3-17284th
8th+3Ability Score Improvement18324th
9th+4-20365th
10th+4Tradition feature21405th
11th+4-23446th
12th+4Ability Score Improvement24486th
13th+5-26527th
14th+5Tradition feature27567th
15th+5-29608th
16th+5Ability Score Improvement30648th
17th+6-32689th
18th+6Tradition feature33729th
19th+6Ability Score Improvement34769th
20th+6One with the Force35809th
\n
\n
\n

Class Features

\n

As a Consular, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d6 per Consular level

\n

Hit Points at 1st Level: 6 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d6 (or 4) + your Constitution modifier per consular level after 1st

\n

Proficiencies

\n

Armor: None

\n

Weapons: Simple lightweapons, simple vibroweapons

\n

Tools: None

\n

Saving Throws: Wisdom, Charisma

\n

Skills: Choose two from Deception, Insight, Intimidation, Investigation, Lore, Medicine, and Persuasion.

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) a simple lightweapon or (b) a simple vibroweapon
  • \n
  • (a) a scholar’s pack, (b) an explorer’s pack, or © a diplomat’s pack
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealth using the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Consular5d4 x 100 cr
\n

 

\n

Forcecasting

\n

In your meditations on the force, you have learned powers, fragments of knowledge that imbue you with an abiding force ability. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

Force Powers Known

\n

You learn 8 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the consular class table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

Force Points

\n

You have a number of force points equal to your consular level x 4, as shown in the Force Points column of the consular class table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

Max Power Level

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the consular class table.

\n

You may only cast force powers at 6th, 7th, 8th, and 9th-level once. You regain the ability to do so after a long rest.

\n

Forcecasting Ability

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use your Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. In addition, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n

Force save DC = 8 + your proficiency bonus + your forcecasting ability modifier

\n

Force attack modifier = your proficiency bonus + your forcecasting ability modifier

\n

Force Recovery

\n

Also at 1st level, you have learned to regain some of your energy by briefly meditating. When you finish a short rest, you can regain a number of force points equal to half your consular level (rounded down) + your Wisdom or Charisma modifier (your choice, minimum of one). Once you’ve used this feature, you must complete a long rest before you can use it again.

\n

Force-Empowered Casting

\n

At 2nd level, you gain the ability to twist your powers to suit your needs. When you cast a force power, you can expend additional force points to modify the power. You gain two of the following Empowerment options of your choice. You gain another one at 10th and 17th level.

\n

You can use only one Empowerment option on a power when you cast it, unless otherwise noted.

\n

Careful Power

\n

When you cast a power that forces other creatures to make a saving throw, you can protect some of those creatures from the power’s full force. To do so, you spend 1 additional force point and choose a number of those creatures up to your Wisdom or Charisma modifier (your choice, minimum of one). A chosen creature automatically succeeds on its saving throw against the power.

\n

Distant Power

\n

When you cast a power that has a range of 5 feet or greater, you can spend 1 additional force point to double the range of the power.

\n

When you cast a power that has a range of touch, you can spend 1 additional force point to make the range of the power 30 feet.

\n

Extended Power

\n

When you cast a power that has a duration of 1 minute or longer, you can spend 1 additional force point to double its duration, to a maximum duration of 24 hours.

\n

Heightened Power

\n

When you cast a power that forces a creature to make a saving throw to resist its effects, you can spend 3 additional force points to give one target of the power disadvantage on its first saving throw made against the power.

\n

Improved Power

\n

When you roll damage for a power, you can spend 1 additional force point to reroll a number of the damage dice up to your Wisdom or Charisma modifier (your choice, minimum of one). You must use the new rolls.

\n

You can use Improved Power even if you have already used a different Empowerment option during the casting of the power.

\n

Lingering Power

\n

When you cast a power that requires concentration to maintain you can choose to spend 3 additional force points. If you do, when you lose concentration on the power, the power will not end until the end of your next turn.

\n

Pinpoint Power

\n

When you cast a power that allows you to force creatures in an area to make a saving throw you can instead spend 1 force point and make a ranged force attack against a single target that would be in the range. On a hit the target suffers the effects as though they failed their saving throw.

\n

Quickened Power

\n

When you cast a power that has a casting time of 1 action, you can spend 2 additional force points to change the casting time to 1 bonus action for this casting.

\n

Refocused Power

\n

When you are forced to make a Constitution saving throw to maintain concentration on a power you can use your reaction and spend 2 force points to automatically succeed on the saving throw. You can use this option even if you have already used a different Empowerment option during the casting of the power.

\n

Twinned Power

\n

When you cast a power that targets only one creature and doesn’t have a range of self, you can spend a number of additional force points equal to the power’s level to target a second creature in range with the same power (1 force point if the power is at-will).

\n

Force Shield

\n

Also at 2nd level, you learn how to defend yourself purely through your strength with the Force. When you are hit by an attack, you can use your reaction to shroud yourself in Force energy. Until the start of your next turn, you have a bonus to AC equal to your Wisdom or Charisma modifier (your choice, a minimum of +1). This includes the triggering attack.

\n

You can use this feature twice. You gain an additional use at 5th, 11th, and 17th level in this class. You regain all expended uses when you finish a long rest.

\n

Force Affinity

\n

When you reach 3rd level, you've developed an affinity for one of the three aspects of the Force: the Ashla, the Bendu, or the Bogan. Choose one from the following:

\n

Ashla

\n

When you successfully cast a light side power, either your or the target's (your choice) hit point maximum and current hit points increase by an amount equal to the power’s level. This effect lasts for 1 minute. You can only have one instance of this effect active at a time.

\n

Bendu

\n

You can add both your Wisdom and Charisma modifier to your maximum number of force points, instead of just one.

\n

Bogan

\n

When you roll a 1 on a damage die for a dark side power, you can reroll the die and must use the new roll, even if the new roll is a 1.

\n

Consular Tradition

\n

When you reach 3rd level, you choose a consular tradition, which is detailed at the end of the class description. Your choice grants you features at 3rd level and again at 6th, 10th, 14th, and 18th level.

\n

Hidden Force

\n

Also at 3rd level, you learn how to conceal the casting of your force powers. When you cast a force power, you can choose to conceal the presence of that casting from others. A creature that sees you cast the force power can make an Investigation (Intelligence) check against your universal force save DC. On a success, they can determine that you used the Force in some way. If a creature has the force sight force power active, they automatically succeed on this check. A creature that can not see you automatically fails this check.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can’t increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

One with the Force

\n

At 20th level, your attunement to the Force is absolute. Your Wisdom or Charisma score increases by 4, and your maximum for this score increases by 4. Additionally, you gain mastery over a single force power, and can cast it with little effort. Choose one 3rd-level force power that you know as your signature power. You can cast it once at 3rd level without expending force points. When you do so, you can’t do so again until you finish a short or long rest.

\n

If you want to cast it at a higher level, you must expend force points as normal.

"},"className":{"value":"Consular"},"atFlavorText":{"value":"

Consular Traditions

\n

Different consulars select different traditions, called Ways, to follow as they hone their powers. Your tradition grants you features at 3rd, 6th, 10th, 14th, and 18th level.

\n

@Compendium[sw5e.archetypes.kqAxtz1x4ydhppPG]{Way of Balance}

\n

@Compendium[sw5e.archetypes.Lz0gdQ5ou3k5E7Fo]{Way of Confluence}

\n

@Compendium[sw5e.archetypes.Y1JjyA1CuOSRCjAb]{Way of Endurance}

\n

@Compendium[sw5e.archetypes.e1tObWwWnq5gt9zE]{Way of Lightning}

\n

@Compendium[sw5e.archetypes.q208WP2Lacp7dG6v]{Way of Manipulation}

\n

@Compendium[sw5e.archetypes.6JrXY2jDqQiuuUGq]{Way of Negation}

\n

@Compendium[sw5e.archetypes.Wdi8eckrcxpxQL3p]{Way of Suggestion}

\n

@Compendium[sw5e.archetypes.r7BKY5yWig2vhW5i]{Way of Telekinetics}

\n

@Compendium[sw5e.archetypes.FLN1Vqb53UECBMVu]{Way of the Sage}

\n

@Compendium[sw5e.archetypes.12fYGPcLSITUYHMK]{Way of the Seer}

"}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.weaponProf.custom","value":"simple lightweapons","mode":"+","targetSpecific":false,"id":1,"itemId":"O414X0HamnCKpEF5","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple vibroweapons","mode":"+","targetSpecific":false,"id":2,"itemId":"O414X0HamnCKpEF5","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.abilities.cha.proficient","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"O414X0HamnCKpEF5","active":false,"_targets":[],"label":"Abilities Charisma Proficiency"},{"modSpecKey":"data.abilities.wis.proficient","value":"1","mode":"+","targetSpecific":false,"id":4,"itemId":"O414X0HamnCKpEF5","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Classes/Consular.webp","effects":[]} -{"_id":"Q14Bi1e8iFPQYbpz","name":"Berserker","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

A massive wookiee hunter prowls through the forest, hefting his vibroaxe. With a roar he charges at the pair of trandoshans who dared poach his kin.

\n

A gamorrean snarls at the latest challenger to his authority over their savage tribe, ready to break his neck with his bare hands as he did to the last six rivals.

\n

Frothing at the mouth, a nikto slams his helmet into the face of his foe, then turns to drive his armored elbow into the gut of another.

\n

These berserkers, different as they might be, are defined by their rage: unbridled, unquenchable, and unthinking fury. More than a mere emotion, their anger is the ferocity of a cornered predator, the unrelenting assault of a storm, the churning turmoil of the sea. For every berserker, rage is a power that fuels not just a battle frenzy but also uncanny reflexes, resilience, and feats of strength.

\n

Primal Instinct

\n

People of towns and cities take pride in how their civilized ways set them apart from animals, as if denying one's own nature was a mark of superiority. To a berserker, though, civilization is no virtue, but a sign of weakness. The strong embrace their animal nature, keen instincts, primal physicality, and ferocious rage. Berserkers are uncomfortable when hedged in by walls and crowds. They thrive where the civilized don't.

\n

Berserkers come alive in the chaos of combat. They can enter a berserk state where rage takes over, giving them superhuman strength and resilience. A berserker can draw on this reservoir of fury only a few times without resting, but those few rages are usually sufficient to defeat whatever threats arise.

\n

A Life of Danger

\n

Not every person deemed \"berserker\" by scions of civilized society has the berserker class. A true berserker among these people is as uncommon as a skilled fighter in a town, and he or she plays a similar role as a protector of the people and a leader in times of war. Life in the wild places of the world is fraught with peril: rival tribes, deadly weather, and terrifying monsters. Berserkers charge headlong into that danger so that their people don't have to.

\n

Their courage in the face of danger makes berserkers perfectly suited for adventuring. Wandering is often a way of life for their native tribes, and the rootless life of the adventurer is little hardship for a berserker. Some berserkers miss the close-knit family structures of the tribe, but eventually find them replaced by the bonds formed among the members of their adventuring parties.

\n

Creating a Berzerker

\n

When creating a berserker character, think about where your character comes from and his or her place in the world. Talk with your GM about an appropriate origin for your berserker. Did you come from a remote planet, making you a stranger in the area of the campaign? Or is the campaign set in a rough-and-tumble frontier where berserkers are common?

\n

What led you to take up the adventuring life? Were you lured to settled planets by the promise of riches? Did you join forces with soldiers of those lands to face a shared threat? Did monsters or an invading horde drive you out of your homeland, making you a rootless refugee? Perhaps you were a prisoner of war, brought in chains to \"civilized\" lands and only now able to win your freedom. Or you might have been cast out from your people because of a crime you committed, a taboo you violated, or a coup that removed you from a position of authority?

\n

Quick Build

\n

You can make a berserker quickly by following these suggestions. First, put your highest ability score in Strength, followed by Constitution. Second, choose the @Compendium[sw5e.backgrounds.1auJD75qZvgEEUdq]{Mercenary} background.

","chat":"","unidentified":""},"levelsTable":{"value":"
LevelProficiency BonusFeaturesRagesRage Damage
1st+2Rage, Unarmored Defense2+2
2nd+2Reckless Attack, Danger Sense2+2
3rd+2Berserker Approach3+2
4th+2Ability Score Improvement3+2
5th+3Extra Attack, Fast Movement3+2
6th+3Path feature4+2
7th+3Feral Instinct4+2
8th+3Ability Score Improvement4+2
9th+4Brutal Critical (1 die)4+3
10th+4Path Feature4+3
11th+4Relentless Rage4+3
12th+4Ability Score Improvement5+3
13th+5Brutal Critical (2 dice)5+3
14th+5Path Feature5+3
15th+5Persistent Rage5+3
16th+5Ability Score Improvement5+4
17th+6Brutal Critical (3 dice)6+4
18th+6Indomitable Might6+4
19th+6Ability Score Improvement6+4
20th+6Primal ChampionUnlimited+4
"},"source":"PHB","levels":1,"subclass":"","hitDice":"d12","hitDiceUsed":0,"skills":{"number":2,"choices":[],"value":[]},"spellcasting":"none","attributes":{"spelldc":10},"damage":{"parts":[]},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"archetypes":{"value":"
AUGMENTED APPROACH

\n

The Augmented Approach is for those who seek to increase their prowess through cybernetic enhancement. Some who take this path go so far they are left with little more than the memory of the body they once owned, all to achieve in combat what they cannot with a body made of flesh and bone.

\n

Basic Cybernetics

\n

When you choose this approach at 3rd level, you learn the mending and analyse tech powers and can cast them without the use of a wristpad or spending tech points. You can cast analyse this way a number of times equal to your Constitution modifier (minimum of one). You regain all expended uses when you complete a long rest.

\n

Overdrive Enhancement

\n

Also at 3rd level, you gain a cybernetic enhancement. Choose one of the following enhancements and gain its feature. You must undergo cybernetic surgery by a person proficient in biotech's tools that incorporates this enhancement into your body. This surgery costs 100 credits and takes 8 hours.

\n

Dermal Armor

\n

While raging you have resistance to all damage except psychic damage.

\n

Morbid Protrusions

\n

While raging, your unarmed strike deals 1d4 + Strength modifier kinetic damage and when you take the Attack action and attack with a melee weapon or unarmed strike, you can use a bonus action to make an unarmed attack. \\r\\n\\r\\nThis unarmed attack die increases to 1d6 at 5th level, 1d8 at 11th level, and 1d10 at 17th level.\\r\\n\\r\\n#### Pressurised Limbs\\r\\nWhile raging, you can use your bonus action to leap up to 30 feet to an empty space you can see. When you land you deal kinetic damage equal to your Strength modifier to each creature within 5 feet of where you land. You can use this feature a number of times equal to your Consitution modifier (minimum of one). You regain all expended uses when you complete a long rest.\\r\\n\\r\\n#### Twitchlock Actuators\\r\\nWhile you're raging, other creatures have disadvantage on opportunity attack rolls against you, you can also use the Dash action as a bonus action on your turn.\\r\\n\\r\\n### Support Enhancement\\r\\nAt 6th level you gain an additional cybernetic enhancement. Choose one of the following enhancements and gain its feature. You must undergo cybernetic surgery by a person proficient in biotech's tools that incorporates this enhancement into your body. This surgery costs 600 credits and takes 8 hours.\\r\\n\\r\\n#### Body Sculpting\\r\\nYou gain proficiency in two skills of your choice from Athletics, Acrobatics, Stealth, and Sleight of Hand.\\r\\n\\r\\n#### Holdout Cavity\\r\\nYou have a shielded compartment built into your body that can be used to store and hide a light weapon or item of similar size.\\r\\n\\r\\n#### Krykna Anchors\\r\\nYou gain a climbing speed equal to your movement speed.\\r\\n\\r\\n#### Panspectral Optics\\r\\nYou can see up to 1 mile away with no difficulty. You are able to discern even fine details as though looking at something no more than 100 feet away from you. Additionally, dim light doesn't impose disadvantage on your Wisdom (Perception) checks.\\r\\n\\r\\n#### Support Structure\\r\\nYour carrying capacity (including maximum load and maximum lift) is doubled and you have advantage on Strength checks made to push, pull, lift, or break objects.\\r\\n\\r\\n### More Machine than Man\\r\\nStarting at 10th level, your cybernetics allow you to become immune to poison and disease. Additionally, you ignore unenhanced difficult terrain.\\r\\n\\r\\n### Final Enhancement\\r\\nAt 14th level you gain a final cybernetic enhancement. Choose one of the following enhancements and gain its feature. You must undergo cybernetic surgery by a person proficient in biotech's tools that incorporates this enhancement into your body. This surgery costs 2000 credits and takes 8 hours.\\r\\n\\r\\n#### Holoskin Emitters\\r\\nWhile you're raging any creature within 5 feet of you that's hostile to you has disadvantage on attack rolls against targets other than you or another character with this feature. An enemy is immune to this effect if it can't see or hear you or if it can't be frightened.\\r\\n\\r\\n#### Hydraulic Overrides\\r\\nWhile you're raging you can use a bonus action on your turn to knock a Large or smaller creature prone when you hit it with melee weapon attack.\\r\\n\\r\\n#### Integrated Boosters\\r\\nWhile raging you have a flying speed equal to your current walking speed. This benefit works only in short bursts; you fall if you end your turn in the air and nothing else is holding you aloft.\\r\\n\\r\\n#### Ysalamir Capacitor Mesh\\r\\nWhen you are forced to make a saving throw against a force power, you can immediately use your reaction to move up to half your speed towards the source power's caster. If you end this movement within 5 feet of the target, you can immediately make one melee weapon attack against the target as a part of that reaction.

"},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Berserker
LevelProficiency BonusFeaturesRagesRage DamageBerserker Instincts
1st+2Rage, Unarmored Defense2+2
2nd+2Reckless Attack, Berserker Instincts2+22
3rd+2Danger Sense, Berserker Approach3+22
4th+2Ability Score Improvement3+22
5th+3Extra Attack, Fast Movement3+22
6th+3Path feature4+22
7th+3Feral Impulse4+23
8th+3Ability Score Improvement4+23
9th+4Brutal Critical (1 die)4+33
10th+4Path Feature4+33
11th+4Relentless Rage4+33
12th+4Ability Score Improvement5+33
13th+5Brutal Critical (2 dice)5+34
14th+5Path Feature5+34
15th+5Persistent Rage5+34
16th+5Ability Score Improvement5+44
17th+6Brutal Critical (3 dice)6+45
18th+6Indomitable Might6+45
19th+6Ability Score Improvement6+45
20th+6Primal ChampionUnlimited+45
\n
\n
\n

 

\n

Class Features

\n

As a Berserker, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d12 per Berserker level

\n

Hit Points at 1st Level: 12 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d12 (or 7) + your Constitution modifier per berserker level after 1st

\n

Proficiencies

\n

Armor: Light armor, medium armor

\n

Weapons: All vibroweapons, simple blasters

\n

Tools: None

\n

Saving Throws: Strength, Constitution

\n

Skills: Choose two from Animal Handling, Athletics, Intimidation, Nature, Perception, Survival

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) a martial vibroweapon and a light or medium physical shield or (b) two martial vibroweapons
  • \n
  • (a) two techaxes or (b) two vibrospears
  • \n
  • An explorer's pack
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealthusing the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Berserker5d4 x 100 cr
\n


Rage

\n

Beginning at 1st level, in battle, you fight with primal ferocity. On your turn, you can enter a rage as a bonus action, if you aren't wearing heavy armor.

\n

While raging, you gain the following benefits:

\n
    \n
  • You have advantage on Strength checks and Strength saving throws.
  • \n
  • When you make a melee weapon attack using Strength, you gain a bonus to the damage roll that increases as you gain levels as a berserker, as shown in the Rage Damage column of the Berserker table.
  • \n
  • You have resistance to kinetic and energy damage.
  • \n
\n

If you are able to cast powers, you can't cast them or concentrate on them while raging.

\n

Your rage lasts for 1 minute. It ends early if you are knocked unconscious, you don heavy armor, or if your turn ends and you haven't attacked a hostile creature or taken damage since your last turn. You can also end your rage on your turn as a bonus action.

\n

Once you have raged the number of times shown for your berserker level in the Rages column of the Berserker table, you must finish a long rest before you can rage again.

\n

Unarmored Defense

\n

Also at 1st level, while you are not wearing any armor, your Armor Class equals 10 + your Dexterity modifier + your Constitution modifier. You can use a shield and still gain this benefit.

\n

Reckless Attack

\n

Starting at 2nd level, you can throw aside all concern for defense to attack with fierce desperation. When you make your first attack on your turn, you can decide to attack recklessly. Doing so gives you advantage on melee weapon attack rolls using Strength during this turn, but attack rolls against you have advantage until your next turn.

\n

Berserker Instincts

\n

Also at 2nd level, you've honed two instincts, as detailed at the end of the class description. You hone an additional instinct at 7th, 13th, and 17th level.

\n

Danger Sense

\n

At 3rd level, you gain an uncanny sense of when things nearby aren't as they should be, giving you an edge when you dodge away from danger.

\n

You have advantage on Dexterity saving throws against effects that you can see, such as traps and powers. To gain this benefit, you can't be blinded, deafened, or incapacitated.

\n

Berserker Approach

\n

Also at 3rd level, you choose an approach that shapes the nature of your rage which is detailed at the end of the class description. Your choice grants you features at 3rd level and again at 6th, 10th, and 14th levels.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can't increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

Extra Attack

\n

Beginning at 5th level, you can attack twice, instead of once, whenever you take the Attack action on your turn.

\n

Feral Impulse

\n

By 7th level, your instincts are so honed that you have advantage on initiative rolls.

\n

Additionally, if you are surprised at the start of combat and aren't incapacitated, you can act normally on your first turn, but only if you enter your rage before doing anything else on that turn.

\n

Brutal Critical

\n

Beginning at 9th level, you can roll one additional weapon damage die when determining the extra damage for a critical hit with a melee attack.

\n

This increases to two additional dice at 13th level and three additional dice at 17th level.

\n

Relentless Rage

\n

Starting at 11th level, your rage can keep you fighting despite grievous wounds. If you drop to 0 hit points while you're raging and don't die outright, you can make a DC 10 Constitution saving throw. If you succeed, you drop to 1 hit point instead.

\n

Each time you use this feature after the first, the DC increases by 5. When you finish a short or long rest, the DC resets to 10.

\n

Persistent Rage

\n

Beginning at 15th level, your rage is so fierce that it ends early only if you fall unconscious or if you choose to end it.

\n

Indomitable Might

\n

Beginning at 18th level, if your total for a Strength check is less than your Strength score, you can use that score in place of the total.

\n

Primal Champion

\n

At 20th level, you embody the power of the wilds. Your Strength or Dexterity score increases by 2, and your Consitution score increases by 2. Your maximum for those scores increases by 2.

\n

Additionally, you can enter rage an unlimited number of times, and entering rage no longer requires your bonus action.

\n

Berserker Instincts

\n

The instincts are presented in alphabetical order. If an instinct has prerequisites, you must meet them to learn it. You can learn an instinct at the same time you meet its prerequisites.

\n

Acklay’s Instinct

\n

While raging, you have advantage on Constitution saving throws.

\n

Bantha’s Instinct

\n

Prerequisite: 7th level
Your carrying capacity and the weight you can push, drag, or lift doubles. If it would already double, it instead triples. Additionally, you have advantage on Strength checks made to push, pull, lift, or break objects.

\n

Blurrg’s Instinct

\n

Whether mounted or on foot, your travel pace is doubled, as is the travel pace of up to ten companions while they’re within 60 feet of you and you’re not incapacitated.

\n

Boggdo’s Instinct

\n

Prerequisite: 13th level
While raging you have a flying speed equal to your current walking speed, though you fall if you end your turn in the air and nothing else is holding you aloft.

\n

Chirodactyl’s Instinct

\n

Prerequisite: 7th level
While raging, you have blindsight to a range of 30 feet, and you have advantage on Wisdom (Perception) checks that rely on sound, as long as you aren’t deafened.

\n

Dewback’s Instinct

\n

Choose three damage types. While raging, you have resistance to the chosen damage types.

\n

Fighter’s Instinct

\n

You adopt a particular style of fighting as your specialty. Choose one of the Fighting Style options, detailed in Chapter 6. You can’t take a Fighting Style option more than once, even if you later get to choose again.

\n

Fyrnock’s Instinct

\n

While raging, you can use your bonus action to leap up to 30 feet to an empty space you can see. When you land you deal kinetic damage equal to your Strength modifier to each creature within 5 feet of where you land. You can use this feature a number of times equal to your Constitution modifier (a minimum of once). You regain all expended uses when you complete a long rest.

\n

Hawk’s Instinct

\n

Prerequisite: 7th level
You can see up to 1 mile away with no difficulty. You are able to discern even fine details as though looking at something no more than 100 feet away from you. Additionally, dim light doesn’t impose disadvantage on your Wisdom (Perception) checks.

\n

Katarn’s Instinct

\n

You gain a climbing speed equal to your movement speed.

\n

Llothcat’s Instinct

\n

While you’re raging, other creatures have disadvantage on opportunity attack rolls against you, you can also use the Dash action as a bonus action on your turn.

\n

Predator’s Instinct

\n

Your speed increases by 10 feet.

\n

Rancor’s Instinct

\n

Prerequisite: 13th level
While you’re raging any creature within 5 feet of you that’s hostile to you has disadvantage on attack rolls against targets other than you or another character with this feature. An enemy is immune to this effect if it can’t see or hear you or if it can’t be frightened.

\n

Tactician’s Instinct

\n

When you use your Reckless Attack feature, you can choose to not have advantage on your attack rolls this turn. If you do so, friendly creatures within 5 feet of a hostile creature that is within 5 feet of you have advantage on attack rolls against that creature.

\n

Tracker’s Instinct

\n

Prerequisite: 7th level
You can track other creatures while traveling at a fast pace, and you can move stealthily while traveling at a normal pace.

\n

Terentatek’s Instinct

\n

Prerequisite: 13th level
When you are forced to make a saving throw against a force power, you can immediately use your reaction to move up to half your speed towards the source power’s caster. If you end this movement within 5 feet of the target, you can immediately make one melee weapon attack against the target as a part of that reaction.

\n

Varactyl’s Instinct

\n

Prerequisite: 13th level
While raging, you have advantage Dexterity checks, your attack rolls can’t suffer from disadvantage, and each slowed level only reduces your speed by 5 feet, unless it would reduce your speed to 0.

"},"className":{"value":"Berzerker"},"atFlavorText":{"value":"

Berserker Approaches

\n

For berserkers, rage is an internal reservoir where pain, grief, and anger are forged into a fury hard as steel. Your approach grants you features at 3rd, 6th, 10th, and 14th level.

\n

@Compendium[sw5e.archetypes.PCwepUZqHYlxr4T3]{Addicted Approach}

\n

@Compendium[sw5e.archetypes.hlZPMF7NjGemaw66]{Ballistic Approach}

\n

@Compendium[sw5e.archetypes.cjI8o9tAfKsuSGAP]{Bloodstorm Approach}

\n

@Compendium[sw5e.archetypes.XxG8t5Tr9agbjytr]{Brawling Approach}

\n

@Compendium[sw5e.archetypes.bBMsNrnCUOXGfb0h]{Cyclone Approach}

\n

@Compendium[sw5e.archetypes.4zUolY92dTrk3e5B]{Frenzied Approach}

\n

@Compendium[sw5e.archetypes.jEXfkSLXZvy0BQG7]{Industrial Approach}

\n

@Compendium[sw5e.archetypes.QRwypM2cIYxW0NVN]{Juggernaut Approach}

\n

@Compendium[sw5e.archetypes.Fo2ZNwCWXfWuDJji]{Marauder Approach}

\n

@Compendium[sw5e.archetypes.q4cqalPyT4rkroVr]{Precision Approach}

\n

@Compendium[sw5e.archetypes.pSIVnxwvRlyNoFM4]{Warchief Approach}

"}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.armorProf.value","value":"lgt","mode":"+","targetSpecific":false,"id":1,"itemId":"Q14Bi1e8iFPQYbpz","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.armorProf.value","value":"med","mode":"+","targetSpecific":false,"id":2,"itemId":"Q14Bi1e8iFPQYbpz","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"all vibroweapons","mode":"+","targetSpecific":false,"id":3,"itemId":"Q14Bi1e8iFPQYbpz","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple blasters","mode":"+","targetSpecific":false,"id":4,"itemId":"Q14Bi1e8iFPQYbpz","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.abilities.con.proficient","value":"1","mode":"+","targetSpecific":false,"id":5,"itemId":"Q14Bi1e8iFPQYbpz","active":false,"_targets":[],"label":"Abilities Constitution Proficiency"},{"modSpecKey":"data.abilities.str.proficient","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"Q14Bi1e8iFPQYbpz","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Classes/Berserker.webp","effects":[]} -{"_id":"X7aZfupQsjnLVS8D","name":"Guardian","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

A dark-skinned human quickly runs down a corridor, the metal armor under his grey cloak clanking with each step. He rounds the corner into the prison while the lights and power are still out, urging the weakened prisoners to escape. Just then a handful of slavers arrive and ready their blasters. The man draws and ignites a white-bladed lightsaber, ready to die for the strangers behind him.

\n

A sith pureblood, clad head to toe in black and red armor, charges towards a line of soldiers. Shot after shot deflects off his armor until he reaches his prey, where he unleashes his fury in a series of devastating lightsaber sweeps.

\n

A zabrak general dramatically leaps to his soon-to-be overrun squad, landing with a flurry of lightsaber attacks. At the arrival of this powerful Jedi, the attackers fall back.

\n

Guardians are the master of the art of lightsaber combat. They focus on utilizing the everpresent power of the Force to enable devastating attacks, often single-handedly turning the tide of battle.

\n

Protector or Destroyer

\n

An unstoppable agent of the Force, the guardian channels the power flowing through him into his weapons. Their skills with a lightsaber are unrivalled. Subduing their enemies and bolstering their allies, the guardian uses the Force to control what happens around them.

\n

Natural Leaders

\n

The guardian’s command of the Force lends them a powerful presence. Whether through fear and intimidation or respect and admiration, the guardian is one of the greatest generals on the battlefield. They are a symbol of power to their followers.

\n

While creating your guardian, consider your attraction to the Force and its most famous practitioners - the Jedi and the Sith. Are you a member of one of the two orders, or do you walk a different path? Are you a soldier tapping into a latent Force-sensitivity? Were you trained in the force from a young age, or did you discover it as an adult? How do you treat those weaker than you? What was your family like? Do you see the Force as light and dark, or an impartial river of gray?

\n

Quick Build

\n

You can make a guardian quickly by following these suggestions. First, make Strength your highest ability score, followed by Constitution. Second, choose the @Compendium[sw5e.backgrounds.8WMQJLQ6JqRcTZUc]{Jedi} or @Compendium[sw5e.backgrounds.eOpE0XX7z0jx8lwI]{Sith} background.

","chat":"","unidentified":""},"source":"PHB","levels":1,"subclass":"","hitDice":"d10","hitDiceUsed":0,"skills":{"number":2,"choices":[],"value":[]},"spellcasting":"full","attributes":{"spelldc":10},"damage":{"parts":[]},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"archetypes":{"value":""},"levelsTable":{"value":"

Test

"},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Guardian
LevelProficiency BonusFeaturesForce Powers KnownForce PointsMax Power LevelFocused Strikes
1st+2Forcecasting, Channel the Force521st-
2nd+2Force-Empowered Strikes, Fighting Style741st2d8
3rd+2Guardian Aura, Guardian Focus961st2d8
4th+2Ability Score Improvement1081st2d8
5th+3Extra Attack12102nd3d8
6th+3Force Purity13122nd3d8
7th+3Focus feature14142nd3d8
8th+3Ability Score Improvement15162nd3d8
9th+4Guardian Aura (15-foot radius)17183rd4d8
10th+4Guardian Aura (two auras)18203rd4d8
11th+4Improved Force-Empowered Strikes19223rd4d8
12th+4Ability Score Improvement20243rd4d8
13th+5-22264th5d8
14th+5Cleansing Touch23284th5d8
15th+5Focus feature24304th5d8
16th+5Ability Score Improvement25324th5d8
17th+6Guardian Aura (30-foot radius)27345th6d8
18th+6Guardian Aura (three auras)28365th6d8
19th+6Ability Score Improvement29385th6d8
20th+6Focus feature30405th6d8
\n
\n
\n

Class Features

\n

As a Guardian, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d10 per Guardian level

\n

Hit Points at 1st Level: 10 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d10 (or 6) + your Constitution modifier per guardian level after 1st.

\n

Proficiencies

\n

Armor: Light armor, medium armor

\n

Weapons: All lightweapons, all vibroweapons

\n

Tools: None

\n

Saving Throws: Constitution, Charisma

\n

Skills: Choose two from Acrobatics, Athletics, Deception, Insight, Intimidation, Lore, Perception, Persuasion, and Piloting

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) a lightweapon or vibroweapon and a light or medium physical shield or (b) two lightweapons or vibroweapons
  • \n
  • (a) combat suit and a light physical shield or (b) mesh armor
  • \n
  • (a) a priest’s pack or (b) an explorer’s pack
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealth using the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Guardian8d4 x 100 cr
\n

 

\n
\n

Forcecasting

\n

Beginning at 1st level, in your meditations on the force, you have learned powers, fragments of knowledge that imbue you with an abiding force ability. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

Force Powers Known

\n

You learn 5 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the guardian table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

Force Points

\n

You have a number of force points equal to your guardian level x 2, as shown in the Force Points column of the guardian table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

Max Power Level

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the guardian table.

\n

You may only cast force powers at 5th-level once. You regain the ability to do so after a long rest.

\n

Forcecasting Ability

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use your Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. In addition, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n

Force save DC = 8 + your proficiency bonus + your forcecasting ability modifier

\n

Force attack modifier = your proficiency bonus + your forcecasting ability modifier

\n

Channel the Force

\n

You know how to channel the Force to create a unique effect. You start with your choice from two such effects: Cause Harm and Lend Aid. At 3rd level, your Guardian Focus grants you an additional effect. When you use your Channel the Force, you choose which effect to create.

\n

Some Channel the Force effects require saving throws. When you use such an effect from this class, the DC equals your universal force save DC.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, minimum of once). You regain all expended uses when you finish a short or long rest.

\n

Cause Harm

\n

As an action, you can expend a use of your Channel the Force to sap the life from a hostile creature you can see within 60 feet. That creature must make a Constitution saving throw. On a failed save, the creature takes necrotic damage equal to your guardian level + your Charisma modifier (minimum of one), or half as much on a successful one.

\n

Lend Aid

\n

As a bonus action, you can expend a use of your Channel the Force and touch a beast or humanoid within 5 feet of you. That creature regains hit points equal to your guardian level + your Wisdom modifier (minimum of one). Alternatively, if the beast or humanoid is poisoned or diseased, you neutralize the poison or disease. If more than one poison or disease afflicts the target, you neutralize one poison or disease that you know is present, or you neutralize one at random.

\n

Force-Empowered Strikes

\n

Starting at 2nd level, when you hit a creature with a melee weapon attack, you can expend force points to deal additional damage to the target, which is the same type as the weapon’s damage. The additional damage is 1d8 for each point spent in this way. You can’t deal more additional damage than the amount shown in the Focused Strikes column of the guardian table.

\n

Fighting Style

\n

Also at 2nd level, you adopt a particular style of fighting as your specialty. Choose one of the fighting style options, detailed in Chapter 6. You can’t take a fighting style option more than once, even if you later get to choose again.

\n

Guardian Aura

\n

When you reach 3rd level, you gain an aura of your choice, as detailed at the end of the class description. You gain an additional aura at 10th and 18th level.

\n

Guardian Focus

\n

Also at 3rd level, you begin to focus your studies on a specific lightsaber form, which is detailed at the end of the class description. Your focus grants you features at 3rd level and again at 7th, 15th, and 20th level.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can't increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

Extra Attack

\n

Beginning at 5th level, you can attack twice, instead of once, whenever you take the Attack action on your turn.

\n

Force Purity

\n

By 6th level, the Force flowing through you makes you immune to poison and disease.

\n

Improved Force-Empowered Strikes

\n

By 11th level, you are so in tune with the Force that all your melee weapon strikes carry the power of the Force with them. Whenever you hit a creature with a melee weapon, the creature takes an extra 1d8 damage. If you also use your Force-Empowered Strikes with an attack, you add this damage to the extra damage of your Force-Empowered Strikes. The damage is the same type as the weapon's damage.

\n

Cleansing Touch

\n

Beginning at 14th level, you can use your action and expend a use of your Channel the Force ability to end one force power on yourself or on one willing creature that you touch.

\n

Guardian Auras

\n

The auras are presented in alphabetical order. If multiple guardians grant the same aura, affected creatures can only benefit from it once. You must be conscious to grant the benefits of your auras.

\n

At 9th level, the range of these auras increases to 15 feet, and at 17th level, the range of these auras increases to 30 feet.

\n

Aura of Conquest

\n

Whenever a creature who is frightened of you starts its turn within 5 feet of you, its speed is reduced to 0 and that creature takes psychic damage equal to half your guardian level.

\n

Aura of Conviction

\n

You and friendly creatures within 5 feet of you have advantage on saving throws against effects that would cause you to be charmed or frightened.

\n

Aura of Hatred

\n

You and friendly creatures within 5 feet of you gain a bonus to the first melee weapon damage rolls you make each round equal to your Charisma modifier (minimum of +1).

\n

Aura of Presence

\n

Whenever you or a friendly creature within 5 feet of you must make a saving throw, the creature gains a bonus to the saving throw equal to your Wisdom modifier (minimum of +1).

\n

Aura of Protection

\n

Whenever a creature within 5 feet of you takes damage, you can use your reaction to take that damage instead of that creature taking it. This feature doesn’t transfer any other effects that might accompany the damage, and this damage can’t be reduced in any way.

\n

Aura of Vigor

\n

Whenever a friendly creature starts its turn within 5 feet of you, that creature gains temporary hit points equal to your Wisdom or Charisma modifier (your choice, minimum of one).

\n

Aura of Warding

\n

You and friendly creatures within 5 feet of you have resistance to damage from force powers.

\n
"},"className":{"value":"Guardian"},"atFlavorText":{"value":"

Guardian Foci

\n

Different guardians focus on different lightsaber styles, called Forms, as they hone their powers. Your focus grants you features at 3rd, 7th, 15th, and 20th level.

\n

@Compendium[sw5e.archetypes.cROcc25Zj1MT6Yf6]{Form I: Shii-Cho}

\n

@Compendium[sw5e.archetypes.rW7zqxiNXePBLnui]{Form II: Makashi}

\n

@Compendium[sw5e.archetypes.ECxUMB1p8nu6WAGL]{Form III: Soresu}

\n

@Compendium[sw5e.archetypes.9Hva27QHj2ruQXTA]{Form IV: Ataru}

\n

@Compendium[sw5e.archetypes.i0AaMWBnSREQdQsg]{Form V: Shien/Djem So}

\n

@Compendium[sw5e.archetypes.w1XQ5LzJNpk6PT0F]{Form VI: Niman}

\n

@Compendium[sw5e.archetypes.3yOiMsM439IfwEBm]{Form VII: Juyo/Vapaad}

\n

@Compendium[sw5e.archetypes.t5LS6epj3270S38n]{Form VIII: Sokan}

\n

@Compendium[sw5e.archetypes.ucmQpCjxdEN6tpxD]{Form IX: Tràkata}

\n

@Compendium[sw5e.archetypes.pr7Xe82MOaof0IXj]{Form X: Jar'Kai}

\n

@Compendium[sw5e.archetypes.VXmVX5a3ac4kKAIT]{Ysannanite Form}

"}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.armorProf.value","value":"lgt","mode":"+","targetSpecific":false,"id":1,"itemId":"X7aZfupQsjnLVS8D","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.armorProf.value","value":"med","mode":"+","targetSpecific":false,"id":2,"itemId":"X7aZfupQsjnLVS8D","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"all lightweapons","mode":"+","targetSpecific":false,"id":3,"itemId":"X7aZfupQsjnLVS8D","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"all vibroweapons","mode":"+","targetSpecific":false,"id":4,"itemId":"X7aZfupQsjnLVS8D","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.abilities.con.proficient","value":"1","mode":"+","targetSpecific":false,"id":5,"itemId":"X7aZfupQsjnLVS8D","active":false,"_targets":[],"label":"Abilities Constitution Proficiency"},{"modSpecKey":"data.abilities.cha.proficient","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"X7aZfupQsjnLVS8D","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Classes/Guardian.webp","effects":[]} -{"_id":"XZhWixwwCdFfnhoT","name":"Engineer","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

Flinching occasionally as a blaster bolt hits the nearby bulkhead, a Sullustan mechanic quickly solders a large wire. He peers through his tinted goggles, ignoring the shouts of his ship captain as the enemy descends on the hanger. Finally he shouts with pride as the repaired coupling powers up, causing the frigate to hum with energy. He gathers his tools and runs into the ship moments before it finally takes off.

\n

Inside, the human captain jumps into the cockpit. She nods to her droid co-pilot, who quickly begins charting a course home. Before the calculations can be completed, enemy Starfighters scream in from the clouds. The pilot rolls the ship, nimbly evading incoming fire. She reroutes the power to shields, leaving just enough for astronavigation. Just as the energy reserves near depletion, the exosphere and stars beyond blur into streaks of light. In a flash, they warp to safety.

\n

A Cerean officer surveys the battlefield, looking for weaknesses. When he identifies a potential problem, he keys in a quick combination in his wristpad. In a blink, a custom suit of armor assembles itself around him. As the helmet locks into place, the officer leaps into the air, flying overhead and raining destruction on the opposition.

\n

Every machine needs an engineer to run it, and a living crew is no different. Engineers are the experts and professionals who rely on skill, bravery, and their tools to survive and keep others alive. While they do not claim to be fighters, their mere presence can turn the tide of battle or simply keep operations running.

\n

Behind the Curtain

\n

While perhaps not as intimidating as a heavily-armored trooper, or as exotic as a lighsaber-wielding guardian, engineers are no less vital to group dynamic. They are armorers and gunsmiths, electricians and welders, or any other facet to be found in facilities across the galaxy. Their work, often unsung, is what keeps starships (and their crew) intact.

\n

Unflappable

\n

It takes bravery for a soldier to enter a battlefield. It perhaps takes more for someone who is unarmed, and untrained in combat, to do the same. Engineers put their lives on the line for a living, whether by choice or acknowledging their plights as an occupational hazard. Whether they come from an elite training academy or learned their talents surviving in the slums, they are no strangers to danger and conflict.

\n

While creating your engineer character, consider what your primary skill set is and how you use it. You could be a street-smart mechanic who taught yourself how to fix swoop bikes as a teenager. Perhaps you are the recent graduate of an esteemed medical college, or a rookie pilot in the fledgling Rebel Alliance. What is the number one skill you are known for? Why are you willing to enter battles when you have no combat training? How do you view the more adventurous members of your group, and how do they see you and your role?

\n

Quick Build

\n

You can make an engineer quickly by following these suggestions. First, make Intelligence your highest ability score. Your next-highest score should be Constitution. Second, choose the @Compendium[sw5e.backgrounds.zjfwlWucPUtTTuQo]{Scientist} background.

","chat":"","unidentified":""},"levelsTable":{"value":"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelProficiency BonusFeaturesTech Powers KnownTech PointsMax Power LevelModification Slots
1+2Techcasting, Potent Aptitude (d6)621st-
2+2Infuse Item, Tool Expertise741st-
3+2Engineering Discipline962nd4
4+2Ability Score Improvement1082nd4
5+3Potent Aptitude (d8), Quick Thinking11103rd5
6+3Engineering Discipline feature12123rd5
7+3-13144th5
8+3Ability Score Improvement14164th6
9+4-15185th6
10+4Potent Aptitude (d10)16205th6
11+4-17226th7
12+4Ability Score Improvement18246th7
13+5-19267th7
14+5Engineering Discipline feature20287th8
15+5Potent Aptitude (d12)21308th8
16+5Ability Score Improvement22328th8
17+6-23349th9
18+6Engineering Discipline feature24369th9
19+6Ability Score Improvement25389th9
20+6Tech Mastery26409th9
"},"source":"PHB","levels":1,"subclass":"","hitDice":"d8","hitDiceUsed":0,"skills":{"number":3,"choices":[],"value":[]},"spellcasting":"full","damage":{"parts":[]},"attributes":{"spelldc":10},"archetypes":{"value":""},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Engineer
LevelProficiency BonusFeaturesTech Powers KnownTech PointsMax Power LevelPotent AptitudeModification Slots
1+2Techcasting, Potent Aptitude 621std4-
2+2Infuse Item (+1), Tool Expertise741std4-
3+2Engineering Discipline962ndd44
4+2Ability Score Improvement1082ndd44
5+3Quick Thinking12103rdd65
6+3Engineering Discipline feature13123rdd65
7+3-15144thd65
8+3Ability Score Improvement16164thd65
9+4-18185thd86
10+4Infuse Item (+2)19205thd86
11+4-21226thd87
12+4Ability Score Improvement22246thd87
13+5-23267thd108
14+5Engineering Discipline feature24287thd108
15+5Infuse Item (+3)25308thd108
16+5Ability Score Improvement26328thd108
17+6-27349thd129
18+6Engineering Discipline feature28369thd129
19+6Ability Score Improvement29389thd129
20+6Tech Mastery30409thd129
\n
\n
\n

Class Features

\n

As a Engineer, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d8 per Engineer level

\n

Hit Points at 1st Level: 8 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d8 (or 5) + your Constitution modifier per engineer level after 1st

\n

Proficiencies

\n
Armor: Light armor\n

Weapons: Simple blasters, simple vibroweapons

\n

Tools: Tinker's tools, and one of your choice

\n

Saving Throws: Constitution, Intelligence

\n

Skills: Choose three from Investigation, Lore, Medicine, Nature, Piloting, and Technology

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) a simple vibroweapon or (b) a simple blaster and two power cells
  • \n
  • (a) a dungeoneer’s pack or (b) an explorer’s pack
  • \n
  • Combat suit, a set of tinker’s implements, a vibrodagger, and a wristpad
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealth using the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Engineer6d4 x 100 cr
\n
\n

Techcasting

\n

Beginning at 1st level, during your training you have derived powers from schematics with the aid of your wristpad. See chapter 10 for the general rules of techcasting and chapter 12 for the tech powers list.

\n

Tech Powers Known

\n

You learn 6 tech powers of your choice, and you learn more at higher levels, as shown in the Tech Powers Known column of the engineer table. You may not learn a tech power of a level higher than your Max Power Level.

\n

Tech Points

\n

You have a number of tech points equal to your engineer level x 2, as shown in the Tech Points column of the engineer table, + your Intelligence modifier. You use these tech points to cast tech powers. You regain all expended tech points when you finish a short or long rest.

\n

Max Power Level

\n

Many tech powers can be overcharged, consuming more tech points to create a greater effect. You can overcharge these powers to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the engineer class table.

\n

You may only cast tech powers at 6th, 7th, 8th, and 9th level once. You regain the ability to do so after a long rest.

\n

Techcasting Ability

\n

Intelligence is your techcasting ability for your tech powers. You use your Intelligence whenever a power refers to your techcasting ability. In addition, you use your Intelligence modifier when setting the saving throw DC for a tech power you cast and when making an attack roll with one.

\n

Tech save DC = 8 + your proficiency bonus + your Intelligence modifier

\n

Tech attack modifier = your proficiency bonus + your Intelligence modifier

\n

Techcasting Focus

\n

You use a wristpad (found in chapter 5) or your tool proficiencies granted by this class as a techcasting focus for your tech powers.

\n

Potent Aptitude

\n

Also at 1st level, your technological experience lends you an uncommon insight that you can use to bolster your allies. To do so, you use a bonus action on your turn to choose one creature other than yourself within 60 feet of you who can hear you. That creature gains one Potent Aptitude die, a d4. This die changes as you gain engineer levels, as shown in the Potent Aptitude column of the engineer table.

\n

Once within the next 10 minutes, the creature can roll the die and add the number rolled to one ability check, attack roll, or saving throw it makes. The creature can wait until after it rolls the d20 before deciding to use the Potent Aptitude die, but must decide before the GM says whether the roll succeeds or fails. Once the Potent Aptitude die is rolled, it is lost.

\n

A creature can have only one Potent Aptitude die at a time.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain any expended uses when you finish a long rest.

\n

Your Potent Aptitude die changes when you reach certain levels in this class. The die becomes a d8 at 5th level, a d10 at 10th level, and a d12 at 15th level.

\n

Infuse Item

\n

At 2nd level, you gain the ability to temporarily enhance a weapon or armor. At the end of a long rest, you can touch one unenhanced object that is a suit of armor, a shield, or a simple or martial weapon. Until the end of your next long rest or until you die, the object becomes an enhanced item, granting a +1 bonus to AC if it's armor or a +1 bonus to attack and damage rolls if it's a weapon.

\n

Once you've used this feature, you can't use it again until you finish a long rest.

\n

This bonus increases to +2 at 10th level and +3 at 15th level.

\n

Tool Expertise

\n

Also at 2nd level, you gain expertise in any tool proficiencies you gain from this class.

\n

Engineering Discipline

\n

Starting at 3rd level, you begin to focus on a specific engineering discipline, which is detailed at the end of the class description. Your discipline grants you features at 3rd level and again at 6th, 14th, and 18th level.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can’t increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

Quick Thinking

\n

Beginning when you reach 5th level, you regain all of your expended uses of Potent Aptitude when you finish a short or long rest.

\n

Tech Mastery

\n

At 20th level, your mastery of technology is unrivaled. Your Constitution and Intelligence scores increase by 2. Your maximum for those scores increases by 2.

\n

Additionally, when you roll initiative and have no uses of Potent Aptitude left, you regain one use.

\n
"},"className":{"value":"Engineer"},"atFlavorText":{"value":"

Engineering Disciplines

\n

The wide range of tool applications gives birth to well defined distinctions between different engineering disciplines. Each discipline focuses on maximizing the personal use of a certain tool. Your discipline grants you features at 3rd, 6th, 14th, and 18th level.

\n

@Compendium[sw5e.archetypes.2Cloz2rrPw76ACn0]{Armormech Engineering}

\n

@Compendium[sw5e.archetypes.Mbe9qsurpJ0mb4F2]{Armstech Engineering}

\n

@Compendium[sw5e.archetypes.F3eJbFw1kKde9Zg9]{Artificer Engineering}

\n

@Compendium[sw5e.archetypes.avFn1m9oUpDgKAAF]{Astrotech Engineering}

\n

@Compendium[sw5e.archetypes.UsIUJiNPmFWbEgjK]{Audiotech Engineering}

\n

@Compendium[sw5e.archetypes.uqpzyWm3JoIJlHrb]{Biochem Engineering}

\n

@Compendium[sw5e.archetypes.m0oQQxDCTO6nqWnz]{Cybertech Engineering}

\n

@Compendium[sw5e.archetypes.SsvsNMkJX1wW2rs6]{Gadgeteer Engineering}

\n

@Compendium[sw5e.archetypes.KDx2Pjxk4RZQD05d]{Unstable Engineering}

"}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.armorProf.value","value":"lgt","mode":"+","targetSpecific":false,"id":1,"itemId":"XZhWixwwCdFfnhoT","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple blasters","mode":"+","targetSpecific":false,"id":2,"itemId":"XZhWixwwCdFfnhoT","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple vibroweapons","mode":"+","targetSpecific":false,"id":3,"itemId":"XZhWixwwCdFfnhoT","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.toolProf.value","value":"tin","mode":"+","targetSpecific":false,"id":4,"itemId":"XZhWixwwCdFfnhoT","active":false,"_targets":[],"label":"Traits Tool Prof"},{"modSpecKey":"data.abilities.con.proficient","value":"1","mode":"+","targetSpecific":false,"id":5,"itemId":"XZhWixwwCdFfnhoT","active":false,"_targets":[],"label":"Abilities Constitution Proficiency"},{"modSpecKey":"data.abilities.int.proficient","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"XZhWixwwCdFfnhoT","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Classes/Engineer.webp","effects":[]} -{"_id":"glPjmRU5IT8dn4GW","name":"Scholar","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

An overwhelming horde of tusken raiders bears down on a chiss and her fellow adventurers. She gives the order and her allies unleash a single coordinated attack cutting deep into their lines. Under her command the enemy is quickly routed against all odds, all according to plan.

\n

Deep within the once thought abandoned ruins, a nautolan tends to his companions wounds as they rest. Countless long nights of study and training have conditioned him to keep going even when all others have exhausted themselves. He will see them through this.

\n

A twi’lek in fine vestments addresses a gathering crowd. What was the making of an angry mob begins to disperse, his mere presence putting them at ease, giving his companions time to make their escape.

\n

Scholars are master of the mundane arts, using methodical practices to turn the tables to their advantage. From years of study and testing, scholars take in the situation around them and quickly formulate the means to achieve whatever they have minds set to. Whatever pursuit they follow, a scholar will have a plan for anything that comes their way.

\n

The Pursuit of Knowledge

\n

A true scholar is never satisfied. They are always seeking out a new answer to a new question. This often goes hand-in-hand with seeking a life of adventure, to explore new, hidden areas, or accompany those that do. The life of a scholar often times begins in the mundane, as a teacher or sage. Sometimes they serve as doctors, diplomats, or as officers in the military.

\n

To Learn, To Know

\n

For scholars, mundane life is often too slow. When life becomes stagnant or when an answer cannot be found, the call to adventure rings louder. Scholars will often go to ancient, forgotten, and often dangerous places to find something to quench their thirst for knowledge.

\n

As you create a scholar, it's important to think of where you gained your knowledge. Did you serve as an apprentice under a master? Did you attend college or other formal education? Perhaps you gained it on your own, searching out and pouring over dusty tomes found in forgotten places. Where did your thirst for knowledge come from? Insatiable curiosity? Always wanting to know the right answer? Or do you have something to prove? Think about what field you wish to pursue and think of what is driving you in that direction.

\n

Quick Build

\n

You can make a scholar quickly by following these suggestions. First, make Intelligence your highest ability score. Your next-highest score should be Dexterity. Second, choose the @Compendium[sw5e.backgrounds.aiBPuaLODR08hveu]{Noble} background.

","chat":"","unidentified":""},"source":"PHB","levels":1,"subclass":"","hitDice":"d8","hitDiceUsed":0,"skills":{"number":3,"choices":[],"value":[]},"spellcasting":"none","attributes":{"spelldc":10},"damage":{"parts":[]},"archetypes":{"value":""},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"levelsTable":{"value":"

Test

"},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Scholar
LevelProficiency BonusFeaturesAcademic SuperioritySuperiority DiceManeuvers KnownDiscoveries
1st+2Academic Superiority, Critical Analysisd422-
2nd+2Discovery, Sage Advice (long rest)d4222
3rd+2Expertise, Academic Pursuitd4444
4th+2Ability Score Improvementd4444
5th+3Multitaskerd6445
6th+3Pursuit featured6445
7th+3-d6665
8th+3Ability Score Improvementd6665
9th+4Pursuit featured8666
10th+4Expertised8666
11th+4-d8887
12th+4Ability Score Improvementd8887
13th+5Sage Advice (short rest)d10888
14th+5Calm and Collectedd10888
15th+5-d1010108
16th+5Ability Score Improvementd1010108
17th+6Pursuit featured1210109
18th+6Adaptable Intellectuald1210109
19th+6Ability Score Improvementd1210109
20th+6Knowledge Unboundd1210109
\n
\n
\n

Class Features

\n

As a Scholar, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d8 per Scholar level

\n

Hit Points at 1st Level: 8 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d8 (or 5) + your Constitution modifier per scholar level after 1st

\n

Proficiencies

\n

Armor: Light armor

\n

Weapons: Simple blasters, simple vibroweapons, techblades

\n

Tools: Any one

\n

Saving Throws: Wisdom, Intelligence

\n

Skills: Choose three from Deception, Insight, Intimidation, Investigation, Lore, Medicine, Nature, Persuasion, and Survival

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) a simple vibroweapon or (b) a simple blaster and two power cells
  • \n
  • (a) scholar’s pack or (b) explorer’s pack
  • \n
  • a combat suit
  • \n
  • any tool of your choice
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealth using the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Scholar6d4 x 100 cr
\n

Academic Superiority

\n

Beginning at 1st level, you learn maneuvers that are fueled by special dice called superiority dice.

\n

Maneuvers

\n

You know two maneuvers of your choice, which are detailed under “Maneuvers” below, and you earn more at higher levels, as shown in the Maneuvers Known column of the scholar class table. Many maneuvers enhance an attack in some way. You can use only one maneuver per attack, and you may only use each maneuver once per turn.

\n

Each time you learn new maneuvers, you can also replace one maneuver you know with a different one.

\n

Superiority Dice

\n

You have two superiority dice, which are d4s, and you earn more at higher levels, as shown in the Superiority Dice column of the scholar class table. This die changes as you gain scholar levels, as shown in the Academic Superiority column of the scholar class table. A superiority die is expended when you use it.

\n

You regain all of your expended superiority dice when you finish a short or long rest.

\n

Saving Throws

\n

Some of your maneuvers require your target to make a saving throw to resist the maneuver’s effects. The saving throw DC is calculated as follows:

\n

Maneuver save DC = 8 + your proficiency bonus + your Intelligence modifier

\n

Maneuvers

\n

The maneuvers are presented in alphabetical order.

\n

Administer Aid

\n

As an action, you can expend a superiority die to tend to a creature you can touch. The creature regains a number of hit points equal to the number rolled + your Intelligence modifier.

\n

Assess the Situation

\n

You can expend one superiority die to make a Wisdom (Perception) or Intelligence (Investigation) check as a bonus action, adding the superiority die to the check.

\n

Crippling Strike

\n

When you hit a creature with a weapon attack, you can expend one superiority die to cripple the creature. You add the superiority die to the attack’s damage roll and the creature’s speed is reduced by 10 feet until the end of their next turn.

\n

Deliberate Movement

\n

You can expend one superiority die to take the Disengage action as a bonus action and ignore the effects of standard difficult terrain until the end of your turn.

\n

Exploit Weakness

\n

When you hit a creature with a weapon attack, you can expend a superiority die and deal additional damage equal to the number rolled. This damage cannot be reduced in any way.

\n

Goading Attack

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to goad the target into attacking you. You add the superiority die to the attack’s damage roll, and the target must make a Wisdom saving throw. On a failed save, the target has disadvantage on all attack rolls against targets other than you until the end of your next turn.

\n

Heads Up

\n

When a friendly creature who can see or hear you makes a saving throw, you can use your reaction and expend a superiority die, adding the number rolled to the result of the saving throw. You can use this maneuver before or after making the saving throw, but before any effects of the saving throw are determined.

\n

Measured Action

\n

As a reaction when you make a roll for a contested skill check, you can expend a superiority die to add to the roll. You can use this maneuver before or after making the contested skill check roll, but before any effects of the contested skill check are determined.

\n

One Step Ahead

\n

When you roll initiative and you are not surprised, you can expend a superiority die and add the number rolled to your initiative.

\n

Targeted Strike

\n

When an ally makes an attack against a creature, you can use your reaction to expend a superiority die. You add the superiority die to the attack roll, and the damage roll if it hits. You can use this maneuver before or after the attack roll, but before the GM determines whether or not the attack hits.

\n

Critical Analysis

\n

At 1st level, you are able to analyze a target, develop a plan on how to best overcome any potential obstacle, and execute that plan with ruthless efficiency. As a bonus action on your turn, you can analyze a target you can see within 60 feet of you. For the next minute, or until you analyze another target, you gain the following benefits:

\n
    \n
  • When you analyze a hostile creature, your attack and damage rolls made with weapons with the finesse property or blaster weapons against that target may use your Intelligence modifier instead of Strength or Dexterity.
  • \n
  • When you analyze a friendly creature, the target can end your Critical Analysis on them (no action required) to add your Intelligence modifier to one attack roll, ability check, or saving throw. Once a friendly creature has benefited from this ability, they can not do so again until they complete a short or long rest.
  • \n
\n

Discovery

\n

As you adventure, your studies have helped you discover new practices you can apply to your skills.

\n

At 2nd level, you master two discoveries of your choice. Your discovery options are detailed at the end of the class description. When you gain certain scholar levels, you gain additional discoveries of your choice, as shown in the Discoveries column of the scholar class table.

\n

Additionally, when you gain a level in this class, you can choose one of the discoveries you know and replace it with another discovery that you could learn at that level.

\n

Sage Advice

\n

When you reach 2nd level, you can spend 1 minute spreading your knowledge and experience, advising those around you. When you do so, choose a skill or tool you are proficient with and a number of friendly creatures up to your Intelligence modifier within 30 feet of you who can hear you and who can understand you. Once within the next hour, the next time each creature would make an ability check with the chosen skill or tool, they may add their proficiency bonus to the roll if they are not already proficient. A creature may only benefit from this feature once. If a creature is targeted by this feature again before using it, they can choose to retain the first benefit or replace it with the new skill or tool instead.

\n

Once you've used this feature, you can't use it again until you finish a long rest. Starting at 13th level, you regain the ability to use it after you complete a short or long rest.

\n

Expertise

\n

At 3rd level, choose two of your skill proficiencies, or one of skill proficiencies and one of your tool proficiencies, or two of your tool proficiencies. You gain expertise in those skills or tools.

\n

At 10th level, you can choose another two proficiencies (in skills or tools) to gain this benefit.

\n

Academic Pursuit

\n

At 3rd level, you dedicate your studies towards a pursuit, which is detailed at the end of the class description. The pursuit you choose grants you features at 3rd level, and again at 6th, 9th, and 17th level.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two Ability Scores of your choice by 1. As normal, you can’t increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

Multitasker

\n

Starting at 5th level, you can take a second reaction each round. You can only take one reaction per turn.

\n

Additionally, when a friendly creature you can see that can hear you is forced to make a saving throw, you can use your reaction to target them with your Critical Analysis feature.

\n

Calm and Collected

\n

Beginning at 14th level, when you make a saving throw from an effect you can see, you may gain a bonus to the saving throw equal to your Intelligence modifier.

\n

Once you have used this feature, you must wait until a short or long rest before using it again.

\n

Adaptable Intellectual

\n

At 18th level, you are able to effectively prepare for any mission on hand. At the end of a long rest, you may choose one of the discoveries you know and replace it with another discover that you could learn at that level.

\n

Knowledge Unbound

\n

When you reach 20th level, you are the pinnacle of your pursuit. Your Intelligence score increases by 4. Your maximum for that score increases by 4. Additionally, you can use any maneuver you know without expending a superiority die, rolling a d4 instead.

\n

Academic Pursuits

\n

Your pursuit is a representation of which fields you have studied or how you practically apply your knowledge.

\n

Discoveries

\n

The discoveries are presented in alphabetical order. If a discovery has prerequisites, you must meet them to learn it. If a discovery requires a level, you must be that level in this class to learn the discovery. You can learn the discovery at the same time you meet its prerequisites.

\n

Academic Memory

\n

You can recall anything you have read in the past month that you understand. This includes but is not limited to books, maps, signs, and lists.

\n

Adaptive

\n

Prerequisite: 15th level
When the target of your Critical Analysis feature is reduced to 0 hit points, you can use your reaction to change the target of your analysis to another creature within range.

\n

Ambassador

\n

You learn three additional languages of your choice.

\n

You my choose this discovery multiple times.

\n

Clever Applications

\n

You gain proficiency with improvised weapons, and they gain the finesse property for you. Additionally, when you make an attack with an improvised weapon, it deals 1d6 damage.

\n

You can use your Sage Advice feature to give friendly creatures improvised weapon proficiency if they don’t already have it, following the same rules of that feature as if it were a skill or tool. The friendly creatures retain this proficiency for the entire duration instead.

\n

Mental Prowess

\n

When you make a Strength (Athletics) or Dexterity (Acrobatics) check to grapple a creature or break out of a grapple, net, and other restraining equipment, you can use your Intelligence modifier instead of Strength or Dexterity.

\n

Hardened Mind

\n

Prerequisite: 9th level
You have advantage on saving throws against illusions and on Intelligence checks to discern them from reality.

\n

You also gain resistance to psychic damage.

\n

Lifelong Learning

\n

You gain proficiency in a skill and a tool, or two tools.

\n

You can select this discovery multiple times, each time choosing a new skill and a tool, or two new tools.

\n

Lingering Advice

\n

Prerequisite: 5th level
When you use your Sage Advice feature, the targeted creatures retain the benefit from your instruction for the full duration.

\n

Master’s Advice

\n

When you use your Sage Advice feature, the first time each targeted creature makes the chosen skill check, they gain an additional bonus to the roll equal to your Intelligence modifier.

\n

Perfect Maneuver

\n

Prerequisite: 15th level
When you roll a 1 on a superiority die, you can reroll the die and must use the new roll.

\n

Quick Analysis

\n

Prerequisite: 9th level
When you roll initiative and aren’t surprised, you can use your reaction to use your Critical Analysis feature.

\n

Reliable Sources

\n

Prerequisite: 9th level
When you make an Intelligence (Lore) or Intelligence (Nature) skill check that lets you add your proficiency bonus, you can treat a d20 roll of 9 or lower as a 10.

\n

Resolute

\n

When you make a saving throw to resist charm and fear effects, you may add your Intelligence modifier to the roll.

\n

Running on Fumes

\n

You only need 4 hours of sleep to gain the benefit of a long rest.

\n

Additionally, you have advantage on saving throws against exhaustion.

\n

Survival Expert

\n

When you make a Survival skill check, you may use your Intelligence modifier instead of your Wisdom modifier.

\n

Additionally, you have advantage on saving throws against poison.

\n

Targeted Analysis

\n

Prerequisite: 5th level
Your attack rolls against the target of your critical analysis feature cannot suffer from disadvantage.

\n

Tech Amateur

\n

Choose one 1st-level tech power. You learn that power and can cast it at its lowest level without expending tech points. Once you cast it in this way, you must finish a long rest before you can cast it again. Your techcasting ability for this power is Intelligence.

\n

You can select this discovery multiple times. Each time you do so, you must choose a different power.

\n

Universal Language

\n

You can communicate simple ideas with any creature with an Intelligence score of 6 or higher through basic expressions and gestures.

"},"className":{"value":"Scholar"},"atFlavorText":{"value":"

Academic Pursuits

\n

Your pursuit is a representation of which fields you have studied or how you practically apply your knowledge. Your pursuit grants you features at 3rd, 6th, 9th, and 17th level.

\n

@Compendium[sw5e.archetypes.jTIquPrCJE4cdUTt]{Chef Pursuit}

\n

@Compendium[sw5e.archetypes.PI1B9vYofzCXU9so]{Doctor Pursuit}

\n

@Compendium[sw5e.archetypes.rhte8G7Duf9dtKLV]{Explorer Pursuit}

\n

@Compendium[sw5e.archetypes.lGoI3XalF3gv8el4]{Gambler Pursuit}

\n

@Compendium[sw5e.archetypes.nP8lpZPBh0HGKUJR]{Geneticist Pursuit}

\n

@Compendium[sw5e.archetypes.UZCwqqLLp7IBjqku]{Politician Pursuit}

\n

@Compendium[sw5e.archetypes.ovm5WJyAM317IC4K]{Slicer Pursuit}

\n

@Compendium[sw5e.archetypes.OZ0ln6ZxQgdEUxoy]{Tactician Pursuit}

\n

@Compendium[sw5e.archetypes.c89hsFFZG4WGlYcV]{Zoologist Pursuit}

"}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.armorProf.value","value":"lgt","mode":"+","targetSpecific":false,"id":1,"itemId":"glPjmRU5IT8dn4GW","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple blasters","mode":"+","targetSpecific":false,"id":2,"itemId":"glPjmRU5IT8dn4GW","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple vibroweapons","mode":"+","targetSpecific":false,"id":3,"itemId":"glPjmRU5IT8dn4GW","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"techblades","mode":"+","targetSpecific":false,"id":4,"itemId":"glPjmRU5IT8dn4GW","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.abilities.wis.proficient","value":"1","mode":"+","targetSpecific":false,"id":5,"itemId":"glPjmRU5IT8dn4GW","active":false,"_targets":[],"label":"Abilities Wisdom Proficiency"},{"modSpecKey":"data.abilities.int.proficient","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"glPjmRU5IT8dn4GW","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Classes/Scholar.webp","effects":[]} -{"_id":"oWdjvPwScXkQxEzd","name":"Fighter","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

A Trandoshan runs frantically across rooftops, constantly looking over his shoulder. As he prepares to leap a gap, a blaster bolt hits him in the back and renders him unconscious. His blurry vision barely makes out the figure of a masked woman who casually approaches, ready to collect her bounty.

\n

With his muscular arms held wide, a grizzled-looking Wookiee grins to his bloodthirsty crowd. He turns back to his arena opponent just in time to see the Besalisk take a swing. He ducks, punching the four-armed fighter in the gut. Two wild haymakers later, and he stands alone as the gladiatorial champion.

\n

Taking a deep breath, a Republic soldier looks out onto the war zone waging across the frozen surface of Ilum. He grips his blaster rifle tightly then, with a nod to the dozen squad-mates beside him, he charges onto the battlefield.

\n

Fighters combine discipline with martial skills to become the best pure warriors in the galaxy. Fighters can be stalwart defenders of those in need, cruel marauders, or brave advent-urers. They fight for glory, honor, to right wrongs, to gain power, to acquire wealth, or simple for the thrill of battle.

\n

All in a Day’s Work

\n

Many fighters see adventures, raids on enemy strongholds, and dangerous missions as their jobs. Some want to defend those who can’t defend themselves while others seek to use their muscle to carve their own place of importance in the galaxy. Fighters can take the form of guards, champions, bounty hunters, enforcers, mercenaries, freedom fighters, or simply armed explorers.

\n

Code Red

\n

Most fighters come to the profession after receiving at least some amount of formal training from a military organization. Some attend formal academies; others are self-taught and well tested. A fighter may have taken up his weapon to escape a mundane life while another may be following a proud family tradition. Whatever their origins, most fighters share an unshakeable loyalty. Fighters follow orders with little hesitation, as failure can often mean death.

\n

While creating your fighter character, consider where your loyalties lie. You could be part of a formal military, one of countless troopers fighting for your enterprise. Perhaps you are a gun-for-hire, traveling the galaxy in search of your next gig. What weapons do you prefer and specialize in? Who or what do you fight for? Do you have aspirations of a life beyond the battlefield, or have you been at war so long you know of nothing else?

\n

Quick Build

\n

You can make a fighter quickly by following these suggestions. First, make Strength or Dexterity your highest ability modifier, depending on whether you want to focus on melee combat or on ranged weapons (or finesse weapons). Your next-highest score should be Constitution. Second, choose the @Compendium[sw5e.backgrounds.6jOIxwB8TYnShEJJ]{Soldier} background.

","chat":"","unidentified":""},"source":"PHB","levels":1,"subclass":"","hitDice":"d10","hitDiceUsed":0,"skills":{"number":2,"choices":[],"value":[]},"spellcasting":"none","attributes":{"spelldc":10},"damage":{"parts":[]},"archetypes":{"value":""},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"levelsTable":{"value":"

Test

"},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Fighter
LevelProficiency BonusFeaturesSuperiority DiceManeuvers Known
1st+2Fighting Style, Second Wind--
2nd+2Action Surge (one use), Combat Superiority22
3rd+2Fighter Specialty22
4th+2Ability Score Improvement22
5th+3Extra Attack22
6th+3Ability Score Improvement22
7th+3Fighter Specialty feature33
8th+3Ability Score Improvement33
9th+4Indomitable (one use)33
10th+4Fighter Specialty feature33
11th+4Greater Extra Attack34
12th+4Ability Score Improvement34
13th+5Indomitable (two uses)34
14th+5Ability Score Improvement34
15th+5Fighter Specialty feature45
16th+5Ability Score Improvement45
17th+6Action Surge (two uses), Indomitable (three uses)45
18th+6Fighter Specialty feature45
19th+6Ability Score Improvement45
20th+6Master of Combat45
\n
\n
\n

Class Features

\n

As a Fighter, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d10 per Fighter level

\n

Hit Points at 1st Level: 10 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d10 (or 6) + your Constitution modifier per fighter level after 1st

\n

Proficiencies

\n

Armor: All armor

\n

Weapons: All blasters, all vibroweapons

\n

Tools: None

\n

Saving Throws: Strength, Constitution

\n

Skills: Choose two skills from Acrobatics, Animal Handling, Athletics, Lore, Insight, Intimidation, Perception, and Survival

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) mesh armor or (b) combat suit, blaster rifle, and two power cells
  • \n
  • (a) a martial vibroweapon and a light or medium physical shield or (b) two martial vibroweapons
  • \n
  • (a) a hold-out and a power cell or (b) two vibrodaggers
  • \n
  • (a) a dungeoneer’s pack or (b) an explorer’s pack
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealth using the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Fighter8d4 x 100 cr
\n

 

\n

Fighting Style

\n

Beginning at 1st level, you adopt a particular style of fighting as your specialty. Choose one of the Fighting Style options, detailed in Chapter 6. You can’t take a Fighting Style option more than once, even if you later get to choose again.

\n

Second Wind

\n

You have a limited well of stamina that you can draw on to protect yourself from harm. On your turn, you can use a bonus action to regain hit points equal to 1d10 + your fighter level.

\n

Once you’ve used this feature, you must finish a short or long rest before you can use it again.

\n

Action Surge

\n

Starting at 2nd level, you can push yourself beyond your normal limits for a moment. On your turn, you can take one additional action on top of your regular action and a possible bonus action.

\n

Once you’ve used this feature, you must finish a short or long rest before you can use it again. Starting at 17th level, you can use it twice before a rest, but only once on the same turn.

\n

Combat Superiority

\n

Also at 2nd level, you learn maneuvers that are fueled by special dice called superiority dice.

\n

Maneuvers

\n

You learn two maneuvers of your choice, which are detailed under “Maneuvers” below, and you earn more at higher levels, as shown in the Maneuvers Known column of the fighter class table. Many maneuvers enhance an attack in some way. You can use only one maneuver per attack, and you may only use each maneuver once per turn.

\n

Each time you learn new maneuvers, you can also replace one maneuver you know with a different one.

\n

Superiority Dice

\n

You have two superiority dice, which are d4s, and you earn more at higher levels, as shown in the Superiority Dice column of the fighter class table. A superiority die is expended when you use it. You regain all of your expended superiority dice when you finish a short or long rest.

\n

Saving Throws

\n

Some of your maneuvers require your target to make a saving throw to resist the maneuver’s effects. The saving throw DC is calculated as follows:

\n

Maneuver save DC = 8 + your proficiency bonus + your Strength or Dexterity modifier (your choice)

\n

Maneuvers

\n

The maneuvers are presented in alphabetical order.

\n

Commander’s Strike

\n

When you take the Attack action on your turn, you can forgo one of your attacks and use a bonus action to direct one of your companions to strike. When you do so, choose a friendly creature who can see or hear you and expend one superiority die. That creature can immediately use its reaction to make one weapon attack, adding the superiority die to the attack’s damage roll.

\n

Disarming Attack

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to disarm the target, forcing it to drop one item of your choice that it’s holding. You add the superiority die to the attack’s damage roll, and the target must make a Strength saving throw. On a failed save, it drops the object you choose. The object lands at its feet.

\n

Distracting Strike

\n

When you hit a creature with a weapon attack, you can expend one superiority die to distract the creature, giving your allies an opening. You add the superiority die to the attack’s damage roll. The next attack roll against the target by an attacker other than you has advantage if the attack is made before the start of your next turn.

\n

Evasive Footwork

\n

When you move, you can expend one superiority die, rolling the die and adding the number rolled to your AC until you stop moving.

\n

Feinting Attack

\n

You can expend one superiority die and use a bonus action on your turn to feint, choosing one creature within 5 feet of you as your target. You have advantage on your next attack roll against that creature. If that attack hits, add the superiority die to the attack’s damage roll.

\n

Goading Attack

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to goad the target into attacking you. You add the superiority die to the attack’s damage roll, and the target must make a Wisdom saving throw. On a failed save, the target has disadvantage on all attack rolls against targets other than you until the end of your next turn.

\n

Lunging Attack

\n

When you make a melee weapon attack on your turn, you can expend one superiority die to increase your reach for that attack by 5 feet. If you hit, you add the superiority die to the attack’s damage roll.

\n

Maneuvering Attack

\n

When you hit a creature with a weapon attack, you can expend one superiority die to maneuver one of your comrades into a more advantageous position. You add the superiority die to the attack’s damage roll, and you choose a friendly creature who can see or hear you.

\n

That creature can use its reaction to move up to half its speed without provoking opportunity attacks from the target of your attack.

\n

Menacing Attack

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to frighten the target. You add the superiority die to the attack’s damage roll, and the target must make a Wisdom saving throw. On a failed save, it is frightened of you until the end of your next turn.

\n

Parry

\n

When another creature damages you with a melee attack, you can use your reaction and expend one superiority die to reduce the damage by the number you roll on your superiority die + your Dexterity modifier.

\n

Precision Attack

\n

When you make a weapon attack roll against a creature, you can expend one superiority die to add it to the roll. You can use this maneuver before or after making the attack roll, but before any effects of the attack are applied.

\n

Pushing Attack

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to drive the target back. You add the superiority die to the attack’s damage roll, and if the target is Large or smaller, it must make a Strength saving throw. On a failed save, you push the target up to 15 feet away from you.

\n

Rally

\n

On your turn, you can use a bonus action and expend one superiority die to bolster the resolve of one of your companions. When you do so, choose a friendly creature who can see or hear you. That creature gains temporary hit points equal to the superiority die roll + your Charisma modifier.

\n

Riposte

\n

When a creature misses you with a melee attack, you can use your reaction and expend one superiority die to make a melee weapon attack against the creature. If you hit, you add the superiority die to the attack’s damage roll.

\n

Sweeping Attack

\n

When you hit a creature with a melee weapon attack, you can expend one superiority die to attempt to damage another creature with the same attack. Choose another creature within 5 feet of the original target and within your reach. If the original attack roll would hit the second creature, it takes damage equal to the number you roll on your superiority die. The damage is of the same type dealt by the original attack.

\n

Trip Attack

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to knock the target down. You add the superiority die to the attack’s damage roll, and if the target is Large or smaller, it must make a Strength saving throw. On a failed save, you knock the target prone.

\n

Fighter Specialty

\n

At 3rd level, you choose a specialty that you strive to emulate in your combat styles and techniques, which is detailed at the end of the class description. The archetype you choose grants you features at 3rd level and again at 7th, 10th, 15th, and 18th level.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 6th, 8th, 12th, 14th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can’t increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

Extra Attack

\n

Beginning at 5th level, you can attack twice, instead of once, whenever you take the Attack action on your turn.

\n

Indomitable

\n

Beginning at 9th level, you can reroll a saving throw that you fail. If you do so, you must use the new roll, and you can’t use this feature again until you finish a long rest.

\n

You can use this feature twice between long rests starting at 13th level and three times between long rests starting at 17th level.

\n

Greater Extra Attack

\n

Beginning at 11th level, you can attack three times, instead of once, whenever you take the Attack action on your turn.

\n

Additionally, when you use a bonus action to engage in two-weapon fighting, you can make two attacks instead of one.

\n

Master of Combat

\n

At 20th level, you are the master of combat. Your Strength or Dexterity score increases by 2, and your Constitution score increases by 2. Your maximum for those scores increases by 2.

\n

Additionally, you can attack four times, instead of once, whenever you take the Attack action on your turn.

"},"className":{"value":"Fighter"},"atFlavorText":{"value":"

Fighter Specialties

\n

Different fighters choose different approaches to perfecting their fighting prowess. The fighter specialty you choose to emulate reflects your approach. Your specialty grants you features at 3rd, 7th, 10th, 15th, and 18th level.

\n

@Compendium[sw5e.archetypes.6HRxOPMOmOiKmuIG]{Adept Specialist}

\n

@Compendium[sw5e.archetypes.vWCA4gae11g8s1xq]{Assault Specialist}

\n

@Compendium[sw5e.archetypes.7OqolLOiiu5K59rD]{Blademaster Specialist}

\n

@Compendium[sw5e.archetypes.V4vCxmTwJFxi0HGM]{Demolitions Specialist}

\n

@Compendium[sw5e.archetypes.dY9gPH2vjYpS9onW]{Enhancement Specialist}

\n

@Compendium[sw5e.archetypes.n46s1RsRnnQjxHvX]{Heavy Weapons Specialist}

\n

@Compendium[sw5e.archetypes.uV3tG38Fo7JAXF0W]{Mounted Specialist}

\n

@Compendium[sw5e.archetypes.zxnST2OeLGmt8buI]{Praetorian Specialist}

\n

@Compendium[sw5e.archetypes.huTTmKT9yzE89Go1]{Shield Specialist}

\n

@Compendium[sw5e.archetypes.SKluJRGJzsX03qlx]{Tactical Specialist}

\n

@Compendium[sw5e.archetypes.CRRgJPKHIHD72CEt]{Totem Specialist}

"}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.armorProf.value","value":"lgt","mode":"+","targetSpecific":false,"id":1,"itemId":"oWdjvPwScXkQxEzd","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.armorProf.value","value":"med","mode":"+","targetSpecific":false,"id":2,"itemId":"oWdjvPwScXkQxEzd","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.armorProf.value","value":"hvy","mode":"+","targetSpecific":false,"id":3,"itemId":"oWdjvPwScXkQxEzd","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.armorProf.value","value":"shl","mode":"+","targetSpecific":false,"id":4,"itemId":"oWdjvPwScXkQxEzd","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"all blasters","mode":"+","targetSpecific":false,"id":5,"itemId":"oWdjvPwScXkQxEzd","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"all vibroweapons","mode":"+","targetSpecific":false,"id":6,"itemId":"oWdjvPwScXkQxEzd","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.abilities.con.proficient","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"oWdjvPwScXkQxEzd","active":false,"_targets":[],"label":"Abilities Constitution Proficiency"},{"modSpecKey":"data.abilities.str.proficient","value":"1","mode":"+","targetSpecific":false,"id":8,"itemId":"oWdjvPwScXkQxEzd","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Classes/Fighter%20Alt.webp","effects":[]} -{"_id":"wekZnR9jIMVn4Gfq","name":"Monk","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

Her vibrostaff a blur as they deflect an incoming hail of blaster bolts, a human springs over a barricade and throws herself into the massed ranks of pirates on the other side. She whirls among them, knocking their blows aside and sending them reeling, until at last she stands alone.

\n

Taking a deep breath, a zabrak covered in tattoos settles into a battle stance. As the first charging mercenaries reach him, he exhales and a blast of negative energy courses from his hands, engulfing his foes.

\n

Moving with the silence of the night, a black-clad mirialan steps into a shadow beneath an arch and nimbly climbs to the balcony a stone’s throw above her. She slides her blade free of its cloth-wrapped scabbard and peers through the open window at the warlord, so vulnerable in the grip of sleep.

\n

Whatever their discipline, monks are united in their ability to harness the energy that flows in their bodies. Whether channeled as a striking display of combat prowess or a subtler focus of defensive ability and speed, this energy infuses all that a monk does.

\n

The Power of Focus

\n

Monks make careful study of a mystical energy that most monastic orders call focus. This energy is an element of the power that suffuses the galaxy—specifically, the element that flows through living bodies. Monks harness this energy within themselves to create powerful effects and exceed their bodies’ physical capabilities, and some of their special attacks can hinder the flow of focus in their opponents. Using this energy, monks channel uncanny speed and strength into their unarmed strikes. As they gain experience, their martial training and their mastery of focus gives them more power over their bodies and the bodies of their foes.

\n

Training and Asceticism

\n

Most monks live entirely apart from the surrounding population, secluded from anything that might impede their spiritual progress. Others are sworn to isolation, emerging only to serve as spies or assassins at the command of their leader, a noble patron, or some other power.

\n

The majority of monks don’t shun their neighbors, making frequent visits to nearby towns or villages and exchanging their service for food and other goods. As versatile warriors, monks often end up protecting their neighbors from monsters or brigands.

\n

For a monk, becoming an adventurer means leaving a structured, communal lifestyle to become a wanderer. This can be a harsh transition, and monks don’t undertake it lightly. Those who leave their cloisters take their work seriously, approaching their adventures as personal tests of their physical and spiritual growth.

\n

As you make your monk character, think about your connection to the monastery where you learned your skills and spent your formative years. Were you an orphan or a child left on the monastery's threshold? Did your parents promise you to the monastery in gratitude for a service performed by the monks? Did you enter this secluded life to hide from a crime you committed? Or did you choose the monastic life for yourself? Consider why you left. Did the head of your monastery choose you for a particularly important mission beyond the cloister? Perhaps you were cast out because of some violation of the community's rules. Did you dread leaving, or were you happy to go? Is there something you hope to accomplish outside the monastery? Are you eager to return to your home? As a result of the structured life of a monastic community and the discipline required to harness focus, monks are typically lawful in alignment.

\n

Quick Build

\n

You can make a monk quickly by following these suggestions. First, make Dexterity your highest ability score, followed by Wisdom. Second, choose the @Compendium[sw5e.backgrounds.db.uIAswoyitMSQjwU6]{Agent} background.

","chat":"","unidentified":""},"source":"PHB","levels":1,"subclass":"","hitDice":"d8","hitDiceUsed":0,"skills":{"number":2,"choices":[],"value":[]},"spellcasting":"none","attributes":{"spelldc":10},"damage":{"parts":[]},"archetypes":{"value":""},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"levelsTable":{"value":"

Test

"},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Monk
LevelProficiency BonusFeaturesMartial ArtsFocus PointsMonastic VowsUnarmored Movement
1st+2Martial Arts, Unarmored Defensed4---
2nd+2Focus, Monastic Vowsd422-
3rd+2Unarmored Movement, Deflect Missiles, Monastic Orderd432+10 ft.
4th+2Ability Score Improvement, Slow Falld442+10 ft.
5th+3Extra Attack, Stunning Striked652+15 ft.
6th+3Enhanced Strikes, Monastic Order featured662+15 ft.
7th+3Evasion, Stillness of Mindd673+15 ft.
8th+3Ability Score Improvementd683+15 ft.
9th+4Unarmored Movement Improvementd893+20 ft.
10th+4Ability Score Improvementd8103+20 ft.
11th+4Monastic Order featured8113+20 ft.
12th+4Ability Score Improvementd8123+20 ft.
13th+5Purity of Bodyd10134+25 ft.
14th+5Diamond Sould10144+25 ft.
15th+5Timeless Vesseld10154+25 ft.
16th+5Ability Score Improvementd10164+25 ft.
17th+6Monastic Order featured12175+30 ft.
18th+6Empty Bodyd12185+30 ft.
19th+6Ability Score Improvementd12195+30 ft.
20th+6Perfect Selfd12205+30 ft.
\n
\n
\n

Class Features

\n

As a Monk, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d8 per Monk level

\n

Hit Points at 1st Level: 8 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d8 (or 5) + your Constitution modifier per monk level after 1st

\n

Proficiencies

\n

Armor: None

\n

Weapons: Simple blasters, simple vibroweapons, chakrams, techblades

\n

Tools: None

\n

Saving Throws: Strength, Dexterity

\n

Skills: Choose two from Acrobatics, Athletics, Insight, Lore, Perception, and Stealth

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) a chakram, (b) a techblade, (c) a simple vibroweapon, or (d) a simple blaster and a power cell
  • \n
  • (a) a dungeoneer’s pack or (b) an explorer’s pack
  • \n
  • 10 vibrodarts
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealth using the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Monk4d4 x 100 cr
\n

 

\n

Martial Arts

\n

Beginning at 1st level, your practice of martial arts gives you mastery of combat styles that use unarmed strikes and monk weapons, which are chakrams, techblades, and any simple vibroweapons that don’t have the two-handed property.

\n

You gain the following benefits while you are unarmed or wielding only monk weapons and you aren't wearing armor or wielding a shield:

\n
    \n
  • You can use Dexterity instead of Strength for the attack and damage rolls of your unarmed strikes and monk weapons. You must use the same modifier for both rolls.
  • \n
  • You can roll a d4 in place of the normal damage of your unarmed strike or monk weapon. This die changes as you gain monk levels, as shown in the Martial Arts column of the Monk table.
  • \n
  • You can use Dexterity instead of Strength whenever you would make a Strength (Athletics) check to grapple, shove, or trip a creature.
  • \n
  • When you use the Attack action with an unarmed strike or a monk weapon on your turn, you can make one unarmed strike as a bonus action.
  • \n
  • You can take the Dash and Disengage actions as a bonus action.
  • \n
\n
\n

Variant: Monks with Lightweapons
If monks gain lightweapon proficiency, consider letting them use lightweapons as monk weapons, provided the lightweapon has a vibroweapon analogue. For instance, chakrams count as monk weapons. If a monk gains proficiency in a light ring, they could also use it as a monk weapon.

\n
\n

Unarmored Defense

\n

Also at 1st level, while you are wearing no armor and not wielding a shield, your AC equals 10 + your Dexterity modifier + your Wisdom or Charisma modifier (your choice).

\n

Focus

\n

Starting at 2nd level, your training allows you to harness the mystic energy of focus. Your access to this energy is represented by a number of focus points. Your monk level determines the number of points you have, as shown in the Focus Points column of the Monk table.

\n

You can spend these points to fuel various focus features. You start knowing three such features: Flurry of Blows, Patient Defense, and Step of the Wind. You learn more focus features as you gain levels in this class.

\n

When you spend a focus point, it is unavailable until you finish a short or long rest, at the end of which you draw all of your expended focus back into yourself. You must spend at least 30 minutes of the rest meditating to regain your focus points.

\n

You use your choice of Wisdom or Charisma for your focus ability. You use the chosen ability modifier whenever a feature refers to your focus ability. Additionally, you use the chosen ability modifier when making an attack with a focus feature or setting the saving throw DC for one.

\n

Focus save DC = 8 + your proficiency bonus + your Wisdom or Charisma modifier (your choice)

\n

Focus attack modifier = your proficiency bonus + your Wisdom or Charisma modifier (your choice)

\n

Flurry of Blows

\n

When you make your Martial Arts bonus action unarmed strike, you can spend 1 focus point to make an additional unarmed strike (no action required). At 11th level, you can instead spend 2 focus points to make two additional unarmed strikes.

\n

Patient Defense

\n

When you use your bonus action to Disengage, you can spend 1 focus point to also Dodge (no action required). At 11th level, you can instead spend 2 focus points to Dodge and gain an additional reaction until the start of your next turn. You can only take one reaction per turn.

\n

Step of the Wind

\n

When you use your bonus action to Dash, you can spend 1 focus point to double your jump distance for the turn. At 11th level, you can instead spend 2 focus points to gain a flying speed equal to your walking speed until the end of your turn, though you fall if you end your speed in the air and nothing else is holding you aloft.

\n

Monastic Vows

\n

Also at 2nd level, you’ve sworn two vows, as detailed at the end of the class description. You swear an additional vow at 7th, 13th, and 17th level.

\n

Unarmored Movement

\n

Starting at 3rd level, your speed increases by 10 feet while you are not wearing armor or wielding a shield. This bonus increases when you reach certain monk levels, as shown in the Unarmored Movement column of the monk table.

\n

At 9th level, you gain the ability to move along vertical surfaces and across liquids on your turn without falling during the move.

\n

Deflect Missiles

\n

Also at 3rd level, you can use your reaction to deflect a projectile when you are hit by a ranged weapon attack. When you do so, the damage you take from the attack is reduced by 1d10 + your Dexterity modifier + your monk level.

\n

If you reduce the damage to 0, and the damage is energy or ion, you can redirect it at another target if you have a weapon capable of doing so. You can spend 1 focus point to make a ranged attack as you deflect the projectile, as part of the same reaction. You make this attack with proficiency, regardless of your weapon proficiencies, and the projectile counts as a monk weapon for the attack.

\n

Monastic Order

\n

Lastly at 3rd level, you commit yourself to one a monastic order, which is detailed at the end of the class description. Your order grants you features at 3rd level and again at 6th, 11th, and 17th level.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can’t increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

Slow Fall

\n

Beginning at 4th level, you can use your reaction when you fall to reduce any falling damage you take by an amount equal to five times your monk level.

\n

Extra Attack

\n

Beginning at 5th level, you can attack twice, instead of once, whenever you take the Attack action on your turn.

\n

Stunning Strike

\n

Starting at 5th level, you can interfere with an opponent's body. When you hit another creature with a melee weapon attack, you can spend 1 focus point to attempt a stunning strike. The target must succeed on a Constitution saving throw or be stunned until the end of your next turn.

\n

Enhanced Strikes

\n

Starting at 6th level, your unarmed strikes count as enhanced for the purpose of overcoming resistance and immunity to unenhanced attacks and damage.

\n

Evasion

\n

At 7th level, your instinctive agility lets you dodge out of the way of certain area effects. When you are subjected to an effect, such as a consular's force storm or an engineer's explosion, that allows you to make a Dexterity saving throw to take only half damage, you instead take no damage if you succeed on a saving throw, and only half damage if you fail.

\n

Stillness of Mind

\n

Starting at 7th level, you can use your action to end one effect on yourself that is causing you to be charmed or frightened.

\n

Purity of Body

\n

Starting at 13th level, your mastery of the focus flowing through you makes you immune to disease and poison and resistant to poison damage.

\n

Diamond Soul

\n

Beginning at 14th level, your mastery of focus grants you proficiency in all saving throws. Additionally, whenever you make a saving throw and fail, you can spend 1 focus point to reroll it and take the second result.

\n

Timeless Vessel

\n

At 15th level, your focus sustains you so that you suffer none of the frailty of old age, and you can't be aged abnormally. You can still die of old age, however. Additionally, when you complete a short rest, you can expend a Hit Die to remove 1 level of exhaustion or slowed.

\n

Empty Body

\n

Beginning at 18th level, you can use your action to spend 4 focus points to become invisible for 1 minute. During that time, you also have resistance to all damage but force damage.

\n

Perfect Self

\n

At 20th level, you've gained perfect control over your body. Your Dexterity and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for those scores increases by 2. Additionally, when you roll for initiative and have fewer than 6 focus points remaining, you regain up to 6 focus points.

\n

Monastic Vows

\n

The vows are presented in alphabetical order. If a vow has prerequisites, you must meet them to learn it. You can learn a vow at the same time you meet its prerequisites.

\n

Vow of Deflection

\n

You can use your reaction to divert a strike when you are dealt damage by a melee weapon attack. When you do so, the damage taken by the attack is reduced by 1d10 + your Dexterity modifier + your monk level.

\n

Vow of the Devoted

\n

You gain a limited ability to manipulate the Force. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

Force Powers Known. You learn 2 force powers of your choice. You learn an additional power at 3rd, 5th, 7th, 9th, 11th, 13th, 15th, and 17th level. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite. You may only learn universal powers in this way.

\n

Force Points. Rather than force points, powers you learn through this vow are cast using your focus points, at 1 focus point per power level. You may only cast universal powers in this way.

\n

Max Power Level. Many force powers can be overpowered, consuming more focus points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels. Your Max Power Level is 1st. It increases to 2nd at 7th level, 3rd at 13th level, and 4th at 17th level. You may only cast force powers at 4th-level once. You regain the ability to do so after a long rest.

\n

Forcecasting Ability. You use your focus ability whenever a power refers to your forcecasting ability. If a power you cast with focus points calls for a saving throw, you use your focus save DC. If a power you cast with focus points calls for an attack roll, you use your focus attack modifier.

\n

Vow of Fate

\n

Prerequisite: 7th level
When you finish a short or long rest, roll a d20 and record the number rolled. Once before your next short or long rest, you can replace any attack roll, saving throw, or ability check made by you or a creature within 5 feet of you with this roll. You must choose to do so before the roll.

\n

Vow of the Fighter

\n

You adopt a particular style of fighting as your specialty. Choose one of the fighting Style options, detailed in Chapter 6. You can’t take a fighting Style option more than once, even if you later get to choose again.

\n

Vow of Fortitude

\n

Prerequisite: 7th level
You can use your action or bonus action to end one effect on yourself that is causing you to be blinded or deafened.

\n

Vow of Freedom

\n

You ignore unenhanced difficult terrain, and when you would use your action to break free of an effect that is grappling or restraining you, you can instead use your bonus action.

\n

Vow of Intuition

\n

You can no longer have disadvantage on attack rolls against creatures within 10 feet of you due to not being able to see them.

\n

Vow of the Limber

\n

Prerequisite: 7th level
When you make your first unarmed strike on your turn, you can choose to spend 1 focus point. If you do so, your reach with your unarmed strikes increases by 5 feet until the end of your turn.

\n

Vow of Mettle

\n

You can use Strength instead of Wisdom or Charisma when determining your Unarmored Defense.

\n

Vow of the Mortal

\n

You can use Constitution instead of Wisdom or Charisma when determining your Unarmored Defense.

\n

Vow of the Nemesis

\n

Prerequisite: 13th level
As a bonus action, you can choose one creature within 30 feet that you can see. The creature must make a Wisdom saving throw against your focus save DC. On a successful save, the creature becomes immune to this feature for 24 hours. On a failed save, for the next minute, the creature has disadvantage on attack rolls against creatures other than you, and it must make an additional Wisdom saving throw each time it attempts to move to a space that is more than 30 feet away from you; if it succeeds on this saving throw, this feature doesn't restrict its movement for that turn.

\n

This feature ends early if you attack another creature, if you target another hostile creature with a power or class feature, if a friendly creature damages the target, if a friendly creature targets it with a power or class feature, or if you target another creature with this feature.

\n

Vow of the Open Mind

\n

You gain proficiency in a skill of your choice. Additionally, you can spend 1 focus point and 10 minutes meditating on a skill in which you are proficient. If you do so, when you make an ability check with the chosen skill, you can add your Wisdom or Charisma modifier to the check if it doesn’t already include that modifier. You can only have one instance of this feature active at a time.

\n

Vow of Precision

\n

Prerequisite: 13th level
Your critical hit range with unarmed strikes increases by 1.

\n

Vow of Requital

\n

Prerequisite: 13th level
When you take the Dodge action and an attack made by a creature within 5 feet of you misses you before the start of your next turn, you can use your reaction to make one melee weapon attack with a monk weapon or unarmed strike against that creature.

\n

Vow of Restoration

\n

When you would make an unarmed strike, you can spend 1 focus point to instead touch a willing creature within your reach. Roll your Martial Arts die. The target gains hit points equal to the amount rolled + your Wisdom or Charisma modifier (your choice, minimum of +1).

\n

Vow of the Sentry

\n

You gain proficiency in light and medium armor. Additionally, you can now gain the benefits of your Martial Arts and Unarmored Movement features while wearing light or medium armor as long as you are not wielding a shield.

\n

Vow of Serenity

\n

Your maximum focus increases by an amount equal to half your Wisdom or Charisma modifier (your choice, rounded up, minimum of +1).

\n

Vow of the Shrewd

\n

You can use Intelligence instead of Wisdom or Charisma when determining your Unarmored Defense.

\n

Vow of Spirit

\n

You can use your choice of Wisdom or Charisma instead of Strength or Dexterity for the attack and damage rolls of your unarmed strikes and monk weapons. You must use the same modifier for both rolls.

\n

Vow of the Versatile

\n

When you would make an unarmed strike as part of your Martial Arts bonus action attack or your Flurry of Blows, you can instead make a weapon attack with a monk weapon you are wielding.

"},"className":{"value":"Monk"},"atFlavorText":{"value":"

Monastic Orders

\n

Orders of monastic pursuit are common in the locales scattered across the galaxy. Each order is based in a specific culture and is mutually exclusive, despite relying on the same basic techniques. Your order grants you features at 3rd, 6th, 11th, and 17th level.

\n

@Compendium[sw5e.archetypes.f6laKRexQAH7Oa3b]{Aing-Tii Order}

\n

@Compendium[sw5e.archetypes.5ZfztAWnxh7mqTL7]{Crimson Order}

\n

@Compendium[sw5e.archetypes.0s8yk4E0Kneqe4zt]{Echani Order}

\n

@Compendium[sw5e.archetypes.PoyYtrej7B5BZRRG]{Jal Shey Order}

\n

@Compendium[sw5e.archetypes.MorU2Jy5yx77N9QO]{Kage Order}

\n

@Compendium[sw5e.archetypes.Vtk1Pw4AILqZk27u]{Kyuzo Order}

\n

@Compendium[sw5e.archetypes.taNiZralaSUdH6a2]{Matukai Order}

\n

@Compendium[sw5e.archetypes.igjYYoVyL95UNC0c]{Nightsister Order}

\n

@Compendium[sw5e.archetypes.OPVska67MO0Zauct]{Trickster Order}

\n

@Compendium[sw5e.archetypes.gbP89R34SpttnfPb]{Whills Order}

"}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.weaponProf.custom","value":"simple blasters","mode":"+","targetSpecific":false,"id":1,"itemId":"wekZnR9jIMVn4Gfq","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple vibroweapons","mode":"+","targetSpecific":false,"id":2,"itemId":"wekZnR9jIMVn4Gfq","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"chakrams","mode":"+","targetSpecific":false,"id":3,"itemId":"wekZnR9jIMVn4Gfq","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"techblades","mode":"+","targetSpecific":false,"id":4,"itemId":"wekZnR9jIMVn4Gfq","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.abilities.str.proficient","value":"1","mode":"+","targetSpecific":false,"id":5,"itemId":"wekZnR9jIMVn4Gfq","active":false,"_targets":[],"label":"Abilities Strength Proficiency"},{"modSpecKey":"data.abilities.dex.proficient","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"wekZnR9jIMVn4Gfq","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Classes/Monk.webp","effects":[]} -{"_id":"Q14Bi1e8iFPQYbpz","name":"Berserker","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

A massive wookiee hunter prowls through the forest, hefting his vibroaxe. With a roar he charges at the pair of trandoshans who dared poach his kin.

\n

A gamorrean snarls at the latest challenger to his authority over their savage tribe, ready to break his neck with his bare hands as he did to the last six rivals.

\n

Frothing at the mouth, a nikto slams his helmet into the face of his foe, then turns to drive his armored elbow into the gut of another.

\n

These berserkers, different as they might be, are defined by their rage: unbridled, unquenchable, and unthinking fury. More than a mere emotion, their anger is the ferocity of a cornered predator, the unrelenting assault of a storm, the churning turmoil of the sea. For every berserker, rage is a power that fuels not just a battle frenzy but also uncanny reflexes, resilience, and feats of strength.

\n

Primal Instinct

\n

People of towns and cities take pride in how their civilized ways set them apart from animals, as if denying one's own nature was a mark of superiority. To a berserker, though, civilization is no virtue, but a sign of weakness. The strong embrace their animal nature, keen instincts, primal physicality, and ferocious rage. Berserkers are uncomfortable when hedged in by walls and crowds. They thrive where the civilized don't.

\n

Berserkers come alive in the chaos of combat. They can enter a berserk state where rage takes over, giving them superhuman strength and resilience. A berserker can draw on this reservoir of fury only a few times without resting, but those few rages are usually sufficient to defeat whatever threats arise.

\n

A Life of Danger

\n

Not every person deemed \"berserker\" by scions of civilized society has the berserker class. A true berserker among these people is as uncommon as a skilled fighter in a town, and he or she plays a similar role as a protector of the people and a leader in times of war. Life in the wild places of the world is fraught with peril: rival tribes, deadly weather, and terrifying monsters. Berserkers charge headlong into that danger so that their people don't have to.

\n

Their courage in the face of danger makes berserkers perfectly suited for adventuring. Wandering is often a way of life for their native tribes, and the rootless life of the adventurer is little hardship for a berserker. Some berserkers miss the close-knit family structures of the tribe, but eventually find them replaced by the bonds formed among the members of their adventuring parties.

\n

Creating a Berzerker

\n

When creating a berserker character, think about where your character comes from and his or her place in the world. Talk with your GM about an appropriate origin for your berserker. Did you come from a remote planet, making you a stranger in the area of the campaign? Or is the campaign set in a rough-and-tumble frontier where berserkers are common?

\n

What led you to take up the adventuring life? Were you lured to settled planets by the promise of riches? Did you join forces with soldiers of those lands to face a shared threat? Did monsters or an invading horde drive you out of your homeland, making you a rootless refugee? Perhaps you were a prisoner of war, brought in chains to \"civilized\" lands and only now able to win your freedom. Or you might have been cast out from your people because of a crime you committed, a taboo you violated, or a coup that removed you from a position of authority?

\n

Quick Build

\n

You can make a berserker quickly by following these suggestions. First, put your highest ability score in Strength, followed by Constitution. Second, choose the @Compendium[sw5e.backgrounds.1auJD75qZvgEEUdq]{Mercenary} background.

","chat":"","unidentified":""},"levelsTable":{"value":"
LevelProficiency BonusFeaturesRagesRage Damage
1st+2Rage, Unarmored Defense2+2
2nd+2Reckless Attack, Danger Sense2+2
3rd+2Berserker Approach3+2
4th+2Ability Score Improvement3+2
5th+3Extra Attack, Fast Movement3+2
6th+3Path feature4+2
7th+3Feral Instinct4+2
8th+3Ability Score Improvement4+2
9th+4Brutal Critical (1 die)4+3
10th+4Path Feature4+3
11th+4Relentless Rage4+3
12th+4Ability Score Improvement5+3
13th+5Brutal Critical (2 dice)5+3
14th+5Path Feature5+3
15th+5Persistent Rage5+3
16th+5Ability Score Improvement5+4
17th+6Brutal Critical (3 dice)6+4
18th+6Indomitable Might6+4
19th+6Ability Score Improvement6+4
20th+6Primal ChampionUnlimited+4
"},"source":"PHB","levels":1,"subclass":"","hitDice":"d12","hitDiceUsed":0,"skills":{"number":2,"choices":[],"value":[]},"spellcasting":"none","attributes":{"spelldc":10},"damage":{"parts":[]},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"archetypes":{"value":"
AUGMENTED APPROACH

\n

The Augmented Approach is for those who seek to increase their prowess through cybernetic enhancement. Some who take this path go so far they are left with little more than the memory of the body they once owned, all to achieve in combat what they cannot with a body made of flesh and bone.

\n

Basic Cybernetics

\n

When you choose this approach at 3rd level, you learn the mending and analyse tech powers and can cast them without the use of a wristpad or spending tech points. You can cast analyse this way a number of times equal to your Constitution modifier (minimum of one). You regain all expended uses when you complete a long rest.

\n

Overdrive Enhancement

\n

Also at 3rd level, you gain a cybernetic enhancement. Choose one of the following enhancements and gain its feature. You must undergo cybernetic surgery by a person proficient in biotech's tools that incorporates this enhancement into your body. This surgery costs 100 credits and takes 8 hours.

\n

Dermal Armor

\n

While raging you have resistance to all damage except psychic damage.

\n

Morbid Protrusions

\n

While raging, your unarmed strike deals 1d4 + Strength modifier kinetic damage and when you take the Attack action and attack with a melee weapon or unarmed strike, you can use a bonus action to make an unarmed attack. \\r\\n\\r\\nThis unarmed attack die increases to 1d6 at 5th level, 1d8 at 11th level, and 1d10 at 17th level.\\r\\n\\r\\n#### Pressurised Limbs\\r\\nWhile raging, you can use your bonus action to leap up to 30 feet to an empty space you can see. When you land you deal kinetic damage equal to your Strength modifier to each creature within 5 feet of where you land. You can use this feature a number of times equal to your Consitution modifier (minimum of one). You regain all expended uses when you complete a long rest.\\r\\n\\r\\n#### Twitchlock Actuators\\r\\nWhile you're raging, other creatures have disadvantage on opportunity attack rolls against you, you can also use the Dash action as a bonus action on your turn.\\r\\n\\r\\n### Support Enhancement\\r\\nAt 6th level you gain an additional cybernetic enhancement. Choose one of the following enhancements and gain its feature. You must undergo cybernetic surgery by a person proficient in biotech's tools that incorporates this enhancement into your body. This surgery costs 600 credits and takes 8 hours.\\r\\n\\r\\n#### Body Sculpting\\r\\nYou gain proficiency in two skills of your choice from Athletics, Acrobatics, Stealth, and Sleight of Hand.\\r\\n\\r\\n#### Holdout Cavity\\r\\nYou have a shielded compartment built into your body that can be used to store and hide a light weapon or item of similar size.\\r\\n\\r\\n#### Krykna Anchors\\r\\nYou gain a climbing speed equal to your movement speed.\\r\\n\\r\\n#### Panspectral Optics\\r\\nYou can see up to 1 mile away with no difficulty. You are able to discern even fine details as though looking at something no more than 100 feet away from you. Additionally, dim light doesn't impose disadvantage on your Wisdom (Perception) checks.\\r\\n\\r\\n#### Support Structure\\r\\nYour carrying capacity (including maximum load and maximum lift) is doubled and you have advantage on Strength checks made to push, pull, lift, or break objects.\\r\\n\\r\\n### More Machine than Man\\r\\nStarting at 10th level, your cybernetics allow you to become immune to poison and disease. Additionally, you ignore unenhanced difficult terrain.\\r\\n\\r\\n### Final Enhancement\\r\\nAt 14th level you gain a final cybernetic enhancement. Choose one of the following enhancements and gain its feature. You must undergo cybernetic surgery by a person proficient in biotech's tools that incorporates this enhancement into your body. This surgery costs 2000 credits and takes 8 hours.\\r\\n\\r\\n#### Holoskin Emitters\\r\\nWhile you're raging any creature within 5 feet of you that's hostile to you has disadvantage on attack rolls against targets other than you or another character with this feature. An enemy is immune to this effect if it can't see or hear you or if it can't be frightened.\\r\\n\\r\\n#### Hydraulic Overrides\\r\\nWhile you're raging you can use a bonus action on your turn to knock a Large or smaller creature prone when you hit it with melee weapon attack.\\r\\n\\r\\n#### Integrated Boosters\\r\\nWhile raging you have a flying speed equal to your current walking speed. This benefit works only in short bursts; you fall if you end your turn in the air and nothing else is holding you aloft.\\r\\n\\r\\n#### Ysalamir Capacitor Mesh\\r\\nWhen you are forced to make a saving throw against a force power, you can immediately use your reaction to move up to half your speed towards the source power's caster. If you end this movement within 5 feet of the target, you can immediately make one melee weapon attack against the target as a part of that reaction.

"},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Berserker
LevelProficiency BonusFeaturesRagesRage DamageBerserker Instincts
1st+2Rage, Unarmored Defense2+2
2nd+2Reckless Attack, Berserker Instincts2+22
3rd+2Danger Sense, Berserker Approach3+22
4th+2Ability Score Improvement3+22
5th+3Extra Attack, Fast Movement3+22
6th+3Path feature4+22
7th+3Feral Impulse4+23
8th+3Ability Score Improvement4+23
9th+4Brutal Critical (1 die)4+33
10th+4Path Feature4+33
11th+4Relentless Rage4+33
12th+4Ability Score Improvement5+33
13th+5Brutal Critical (2 dice)5+34
14th+5Path Feature5+34
15th+5Persistent Rage5+34
16th+5Ability Score Improvement5+44
17th+6Brutal Critical (3 dice)6+45
18th+6Indomitable Might6+45
19th+6Ability Score Improvement6+45
20th+6Primal ChampionUnlimited+45
\n
\n
\n

 

\n

Class Features

\n

As a Berserker, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d12 per Berserker level

\n

Hit Points at 1st Level: 12 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d12 (or 7) + your Constitution modifier per berserker level after 1st

\n

Proficiencies

\n

Armor: Light armor, medium armor

\n

Weapons: All vibroweapons, simple blasters

\n

Tools: None

\n

Saving Throws: Strength, Constitution

\n

Skills: Choose two from Animal Handling, Athletics, Intimidation, Nature, Perception, Survival

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) a martial vibroweapon and a light or medium physical shield or (b) two martial vibroweapons
  • \n
  • (a) two techaxes or (b) two vibrospears
  • \n
  • An explorer's pack
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealthusing the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Berserker5d4 x 100 cr
\n


Rage

\n

Beginning at 1st level, in battle, you fight with primal ferocity. On your turn, you can enter a rage as a bonus action, if you aren't wearing heavy armor.

\n

While raging, you gain the following benefits:

\n
    \n
  • You have advantage on Strength checks and Strength saving throws.
  • \n
  • When you make a melee weapon attack using Strength, you gain a bonus to the damage roll that increases as you gain levels as a berserker, as shown in the Rage Damage column of the Berserker table.
  • \n
  • You have resistance to kinetic and energy damage.
  • \n
\n

If you are able to cast powers, you can't cast them or concentrate on them while raging.

\n

Your rage lasts for 1 minute. It ends early if you are knocked unconscious, you don heavy armor, or if your turn ends and you haven't attacked a hostile creature or taken damage since your last turn. You can also end your rage on your turn as a bonus action.

\n

Once you have raged the number of times shown for your berserker level in the Rages column of the Berserker table, you must finish a long rest before you can rage again.

\n

Unarmored Defense

\n

Also at 1st level, while you are not wearing any armor, your Armor Class equals 10 + your Dexterity modifier + your Constitution modifier. You can use a shield and still gain this benefit.

\n

Reckless Attack

\n

Starting at 2nd level, you can throw aside all concern for defense to attack with fierce desperation. When you make your first attack on your turn, you can decide to attack recklessly. Doing so gives you advantage on melee weapon attack rolls using Strength during this turn, but attack rolls against you have advantage until your next turn.

\n

Berserker Instincts

\n

Also at 2nd level, you've honed two instincts, as detailed at the end of the class description. You hone an additional instinct at 7th, 13th, and 17th level.

\n

Danger Sense

\n

At 3rd level, you gain an uncanny sense of when things nearby aren't as they should be, giving you an edge when you dodge away from danger.

\n

You have advantage on Dexterity saving throws against effects that you can see, such as traps and powers. To gain this benefit, you can't be blinded, deafened, or incapacitated.

\n

Berserker Approach

\n

Also at 3rd level, you choose an approach that shapes the nature of your rage which is detailed at the end of the class description. Your choice grants you features at 3rd level and again at 6th, 10th, and 14th levels.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can't increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

Extra Attack

\n

Beginning at 5th level, you can attack twice, instead of once, whenever you take the Attack action on your turn.

\n

Feral Impulse

\n

By 7th level, your instincts are so honed that you have advantage on initiative rolls.

\n

Additionally, if you are surprised at the start of combat and aren't incapacitated, you can act normally on your first turn, but only if you enter your rage before doing anything else on that turn.

\n

Brutal Critical

\n

Beginning at 9th level, you can roll one additional weapon damage die when determining the extra damage for a critical hit with a melee attack.

\n

This increases to two additional dice at 13th level and three additional dice at 17th level.

\n

Relentless Rage

\n

Starting at 11th level, your rage can keep you fighting despite grievous wounds. If you drop to 0 hit points while you're raging and don't die outright, you can make a DC 10 Constitution saving throw. If you succeed, you drop to 1 hit point instead.

\n

Each time you use this feature after the first, the DC increases by 5. When you finish a short or long rest, the DC resets to 10.

\n

Persistent Rage

\n

Beginning at 15th level, your rage is so fierce that it ends early only if you fall unconscious or if you choose to end it.

\n

Indomitable Might

\n

Beginning at 18th level, if your total for a Strength check is less than your Strength score, you can use that score in place of the total.

\n

Primal Champion

\n

At 20th level, you embody the power of the wilds. Your Strength or Dexterity score increases by 2, and your Consitution score increases by 2. Your maximum for those scores increases by 2.

\n

Additionally, you can enter rage an unlimited number of times, and entering rage no longer requires your bonus action.

\n

Berserker Instincts

\n

The instincts are presented in alphabetical order. If an instinct has prerequisites, you must meet them to learn it. You can learn an instinct at the same time you meet its prerequisites.

\n

Acklay’s Instinct

\n

While raging, you have advantage on Constitution saving throws.

\n

Bantha’s Instinct

\n

Prerequisite: 7th level
Your carrying capacity and the weight you can push, drag, or lift doubles. If it would already double, it instead triples. Additionally, you have advantage on Strength checks made to push, pull, lift, or break objects.

\n

Blurrg’s Instinct

\n

Whether mounted or on foot, your travel pace is doubled, as is the travel pace of up to ten companions while they’re within 60 feet of you and you’re not incapacitated.

\n

Boggdo’s Instinct

\n

Prerequisite: 13th level
While raging you have a flying speed equal to your current walking speed, though you fall if you end your turn in the air and nothing else is holding you aloft.

\n

Chirodactyl’s Instinct

\n

Prerequisite: 7th level
While raging, you have blindsight to a range of 30 feet, and you have advantage on Wisdom (Perception) checks that rely on sound, as long as you aren’t deafened.

\n

Dewback’s Instinct

\n

Choose three damage types. While raging, you have resistance to the chosen damage types.

\n

Fighter’s Instinct

\n

You adopt a particular style of fighting as your specialty. Choose one of the Fighting Style options, detailed in Chapter 6. You can’t take a Fighting Style option more than once, even if you later get to choose again.

\n

Fyrnock’s Instinct

\n

While raging, you can use your bonus action to leap up to 30 feet to an empty space you can see. When you land you deal kinetic damage equal to your Strength modifier to each creature within 5 feet of where you land. You can use this feature a number of times equal to your Constitution modifier (a minimum of once). You regain all expended uses when you complete a long rest.

\n

Hawk’s Instinct

\n

Prerequisite: 7th level
You can see up to 1 mile away with no difficulty. You are able to discern even fine details as though looking at something no more than 100 feet away from you. Additionally, dim light doesn’t impose disadvantage on your Wisdom (Perception) checks.

\n

Katarn’s Instinct

\n

You gain a climbing speed equal to your movement speed.

\n

Llothcat’s Instinct

\n

While you’re raging, other creatures have disadvantage on opportunity attack rolls against you, you can also use the Dash action as a bonus action on your turn.

\n

Predator’s Instinct

\n

Your speed increases by 10 feet.

\n

Rancor’s Instinct

\n

Prerequisite: 13th level
While you’re raging any creature within 5 feet of you that’s hostile to you has disadvantage on attack rolls against targets other than you or another character with this feature. An enemy is immune to this effect if it can’t see or hear you or if it can’t be frightened.

\n

Tactician’s Instinct

\n

When you use your Reckless Attack feature, you can choose to not have advantage on your attack rolls this turn. If you do so, friendly creatures within 5 feet of a hostile creature that is within 5 feet of you have advantage on attack rolls against that creature.

\n

Tracker’s Instinct

\n

Prerequisite: 7th level
You can track other creatures while traveling at a fast pace, and you can move stealthily while traveling at a normal pace.

\n

Terentatek’s Instinct

\n

Prerequisite: 13th level
When you are forced to make a saving throw against a force power, you can immediately use your reaction to move up to half your speed towards the source power’s caster. If you end this movement within 5 feet of the target, you can immediately make one melee weapon attack against the target as a part of that reaction.

\n

Varactyl’s Instinct

\n

Prerequisite: 13th level
While raging, you have advantage Dexterity checks, your attack rolls can’t suffer from disadvantage, and each slowed level only reduces your speed by 5 feet, unless it would reduce your speed to 0.

"},"className":{"value":"Berzerker"},"atFlavorText":{"value":"

Berserker Approaches

\n

For berserkers, rage is an internal reservoir where pain, grief, and anger are forged into a fury hard as steel. Your approach grants you features at 3rd, 6th, 10th, and 14th level.

\n

@Compendium[sw5e.archetypes.PCwepUZqHYlxr4T3]{Addicted Approach}

\n

@Compendium[sw5e.archetypes.hlZPMF7NjGemaw66]{Ballistic Approach}

\n

@Compendium[sw5e.archetypes.cjI8o9tAfKsuSGAP]{Bloodstorm Approach}

\n

@Compendium[sw5e.archetypes.XxG8t5Tr9agbjytr]{Brawling Approach}

\n

@Compendium[sw5e.archetypes.bBMsNrnCUOXGfb0h]{Cyclone Approach}

\n

@Compendium[sw5e.archetypes.4zUolY92dTrk3e5B]{Frenzied Approach}

\n

@Compendium[sw5e.archetypes.jEXfkSLXZvy0BQG7]{Industrial Approach}

\n

@Compendium[sw5e.archetypes.QRwypM2cIYxW0NVN]{Juggernaut Approach}

\n

@Compendium[sw5e.archetypes.Fo2ZNwCWXfWuDJji]{Marauder Approach}

\n

@Compendium[sw5e.archetypes.q4cqalPyT4rkroVr]{Precision Approach}

\n

@Compendium[sw5e.archetypes.pSIVnxwvRlyNoFM4]{Warchief Approach}

"}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.armorProf.value","value":"lgt","mode":"+","targetSpecific":false,"id":1,"itemId":"Q14Bi1e8iFPQYbpz","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.armorProf.value","value":"med","mode":"+","targetSpecific":false,"id":2,"itemId":"Q14Bi1e8iFPQYbpz","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"all vibroweapons","mode":"+","targetSpecific":false,"id":3,"itemId":"Q14Bi1e8iFPQYbpz","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple blasters","mode":"+","targetSpecific":false,"id":4,"itemId":"Q14Bi1e8iFPQYbpz","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.abilities.con.proficient","value":"1","mode":"+","targetSpecific":false,"id":5,"itemId":"Q14Bi1e8iFPQYbpz","active":false,"_targets":[],"label":"Abilities Constitution Proficiency"},{"modSpecKey":"data.abilities.str.proficient","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"Q14Bi1e8iFPQYbpz","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Classes/Berserker.webp","effects":[]} -{"_id":"oWdjvPwScXkQxEzd","name":"Fighter","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

A Trandoshan runs frantically across rooftops, constantly looking over his shoulder. As he prepares to leap a gap, a blaster bolt hits him in the back and renders him unconscious. His blurry vision barely makes out the figure of a masked woman who casually approaches, ready to collect her bounty.

\n

With his muscular arms held wide, a grizzled-looking Wookiee grins to his bloodthirsty crowd. He turns back to his arena opponent just in time to see the Besalisk take a swing. He ducks, punching the four-armed fighter in the gut. Two wild haymakers later, and he stands alone as the gladiatorial champion.

\n

Taking a deep breath, a Republic soldier looks out onto the war zone waging across the frozen surface of Ilum. He grips his blaster rifle tightly then, with a nod to the dozen squad-mates beside him, he charges onto the battlefield.

\n

Fighters combine discipline with martial skills to become the best pure warriors in the galaxy. Fighters can be stalwart defenders of those in need, cruel marauders, or brave advent-urers. They fight for glory, honor, to right wrongs, to gain power, to acquire wealth, or simple for the thrill of battle.

\n

All in a Day’s Work

\n

Many fighters see adventures, raids on enemy strongholds, and dangerous missions as their jobs. Some want to defend those who can’t defend themselves while others seek to use their muscle to carve their own place of importance in the galaxy. Fighters can take the form of guards, champions, bounty hunters, enforcers, mercenaries, freedom fighters, or simply armed explorers.

\n

Code Red

\n

Most fighters come to the profession after receiving at least some amount of formal training from a military organization. Some attend formal academies; others are self-taught and well tested. A fighter may have taken up his weapon to escape a mundane life while another may be following a proud family tradition. Whatever their origins, most fighters share an unshakeable loyalty. Fighters follow orders with little hesitation, as failure can often mean death.

\n

While creating your fighter character, consider where your loyalties lie. You could be part of a formal military, one of countless troopers fighting for your enterprise. Perhaps you are a gun-for-hire, traveling the galaxy in search of your next gig. What weapons do you prefer and specialize in? Who or what do you fight for? Do you have aspirations of a life beyond the battlefield, or have you been at war so long you know of nothing else?

\n

Quick Build

\n

You can make a fighter quickly by following these suggestions. First, make Strength or Dexterity your highest ability modifier, depending on whether you want to focus on melee combat or on ranged weapons (or finesse weapons). Your next-highest score should be Constitution. Second, choose the @Compendium[sw5e.backgrounds.6jOIxwB8TYnShEJJ]{Soldier} background.

","chat":"","unidentified":""},"source":"PHB","levels":1,"subclass":"","hitDice":"d10","hitDiceUsed":0,"skills":{"number":2,"choices":[],"value":[]},"spellcasting":"none","attributes":{"spelldc":10},"damage":{"parts":[]},"archetypes":{"value":""},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"levelsTable":{"value":"

Test

"},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Fighter
LevelProficiency BonusFeaturesSuperiority DiceManeuvers Known
1st+2Fighting Style, Second Wind--
2nd+2Action Surge (one use), Combat Superiority22
3rd+2Fighter Specialty22
4th+2Ability Score Improvement22
5th+3Extra Attack22
6th+3Ability Score Improvement22
7th+3Fighter Specialty feature33
8th+3Ability Score Improvement33
9th+4Indomitable (one use)33
10th+4Fighter Specialty feature33
11th+4Greater Extra Attack34
12th+4Ability Score Improvement34
13th+5Indomitable (two uses)34
14th+5Ability Score Improvement34
15th+5Fighter Specialty feature45
16th+5Ability Score Improvement45
17th+6Action Surge (two uses), Indomitable (three uses)45
18th+6Fighter Specialty feature45
19th+6Ability Score Improvement45
20th+6Master of Combat45
\n
\n
\n

Class Features

\n

As a Fighter, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d10 per Fighter level

\n

Hit Points at 1st Level: 10 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d10 (or 6) + your Constitution modifier per fighter level after 1st

\n

Proficiencies

\n

Armor: All armor

\n

Weapons: All blasters, all vibroweapons

\n

Tools: None

\n

Saving Throws: Strength, Constitution

\n

Skills: Choose two skills from Acrobatics, Animal Handling, Athletics, Lore, Insight, Intimidation, Perception, and Survival

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) mesh armor or (b) combat suit, blaster rifle, and two power cells
  • \n
  • (a) a martial vibroweapon and a light or medium physical shield or (b) two martial vibroweapons
  • \n
  • (a) a hold-out and a power cell or (b) two vibrodaggers
  • \n
  • (a) a dungeoneer’s pack or (b) an explorer’s pack
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealth using the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Fighter8d4 x 100 cr
\n

 

\n

Fighting Style

\n

Beginning at 1st level, you adopt a particular style of fighting as your specialty. Choose one of the Fighting Style options, detailed in Chapter 6. You can’t take a Fighting Style option more than once, even if you later get to choose again.

\n

Second Wind

\n

You have a limited well of stamina that you can draw on to protect yourself from harm. On your turn, you can use a bonus action to regain hit points equal to 1d10 + your fighter level.

\n

Once you’ve used this feature, you must finish a short or long rest before you can use it again.

\n

Action Surge

\n

Starting at 2nd level, you can push yourself beyond your normal limits for a moment. On your turn, you can take one additional action on top of your regular action and a possible bonus action.

\n

Once you’ve used this feature, you must finish a short or long rest before you can use it again. Starting at 17th level, you can use it twice before a rest, but only once on the same turn.

\n

Combat Superiority

\n

Also at 2nd level, you learn maneuvers that are fueled by special dice called superiority dice.

\n

Maneuvers

\n

You learn two maneuvers of your choice, which are detailed under “Maneuvers” below, and you earn more at higher levels, as shown in the Maneuvers Known column of the fighter class table. Many maneuvers enhance an attack in some way. You can use only one maneuver per attack, and you may only use each maneuver once per turn.

\n

Each time you learn new maneuvers, you can also replace one maneuver you know with a different one.

\n

Superiority Dice

\n

You have two superiority dice, which are d4s, and you earn more at higher levels, as shown in the Superiority Dice column of the fighter class table. A superiority die is expended when you use it. You regain all of your expended superiority dice when you finish a short or long rest.

\n

Saving Throws

\n

Some of your maneuvers require your target to make a saving throw to resist the maneuver’s effects. The saving throw DC is calculated as follows:

\n

Maneuver save DC = 8 + your proficiency bonus + your Strength or Dexterity modifier (your choice)

\n

Maneuvers

\n

The maneuvers are presented in alphabetical order.

\n

Commander’s Strike

\n

When you take the Attack action on your turn, you can forgo one of your attacks and use a bonus action to direct one of your companions to strike. When you do so, choose a friendly creature who can see or hear you and expend one superiority die. That creature can immediately use its reaction to make one weapon attack, adding the superiority die to the attack’s damage roll.

\n

Disarming Attack

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to disarm the target, forcing it to drop one item of your choice that it’s holding. You add the superiority die to the attack’s damage roll, and the target must make a Strength saving throw. On a failed save, it drops the object you choose. The object lands at its feet.

\n

Distracting Strike

\n

When you hit a creature with a weapon attack, you can expend one superiority die to distract the creature, giving your allies an opening. You add the superiority die to the attack’s damage roll. The next attack roll against the target by an attacker other than you has advantage if the attack is made before the start of your next turn.

\n

Evasive Footwork

\n

When you move, you can expend one superiority die, rolling the die and adding the number rolled to your AC until you stop moving.

\n

Feinting Attack

\n

You can expend one superiority die and use a bonus action on your turn to feint, choosing one creature within 5 feet of you as your target. You have advantage on your next attack roll against that creature. If that attack hits, add the superiority die to the attack’s damage roll.

\n

Goading Attack

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to goad the target into attacking you. You add the superiority die to the attack’s damage roll, and the target must make a Wisdom saving throw. On a failed save, the target has disadvantage on all attack rolls against targets other than you until the end of your next turn.

\n

Lunging Attack

\n

When you make a melee weapon attack on your turn, you can expend one superiority die to increase your reach for that attack by 5 feet. If you hit, you add the superiority die to the attack’s damage roll.

\n

Maneuvering Attack

\n

When you hit a creature with a weapon attack, you can expend one superiority die to maneuver one of your comrades into a more advantageous position. You add the superiority die to the attack’s damage roll, and you choose a friendly creature who can see or hear you.

\n

That creature can use its reaction to move up to half its speed without provoking opportunity attacks from the target of your attack.

\n

Menacing Attack

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to frighten the target. You add the superiority die to the attack’s damage roll, and the target must make a Wisdom saving throw. On a failed save, it is frightened of you until the end of your next turn.

\n

Parry

\n

When another creature damages you with a melee attack, you can use your reaction and expend one superiority die to reduce the damage by the number you roll on your superiority die + your Dexterity modifier.

\n

Precision Attack

\n

When you make a weapon attack roll against a creature, you can expend one superiority die to add it to the roll. You can use this maneuver before or after making the attack roll, but before any effects of the attack are applied.

\n

Pushing Attack

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to drive the target back. You add the superiority die to the attack’s damage roll, and if the target is Large or smaller, it must make a Strength saving throw. On a failed save, you push the target up to 15 feet away from you.

\n

Rally

\n

On your turn, you can use a bonus action and expend one superiority die to bolster the resolve of one of your companions. When you do so, choose a friendly creature who can see or hear you. That creature gains temporary hit points equal to the superiority die roll + your Charisma modifier.

\n

Riposte

\n

When a creature misses you with a melee attack, you can use your reaction and expend one superiority die to make a melee weapon attack against the creature. If you hit, you add the superiority die to the attack’s damage roll.

\n

Sweeping Attack

\n

When you hit a creature with a melee weapon attack, you can expend one superiority die to attempt to damage another creature with the same attack. Choose another creature within 5 feet of the original target and within your reach. If the original attack roll would hit the second creature, it takes damage equal to the number you roll on your superiority die. The damage is of the same type dealt by the original attack.

\n

Trip Attack

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to knock the target down. You add the superiority die to the attack’s damage roll, and if the target is Large or smaller, it must make a Strength saving throw. On a failed save, you knock the target prone.

\n

Fighter Specialty

\n

At 3rd level, you choose a specialty that you strive to emulate in your combat styles and techniques, which is detailed at the end of the class description. The archetype you choose grants you features at 3rd level and again at 7th, 10th, 15th, and 18th level.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 6th, 8th, 12th, 14th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can’t increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

Extra Attack

\n

Beginning at 5th level, you can attack twice, instead of once, whenever you take the Attack action on your turn.

\n

Indomitable

\n

Beginning at 9th level, you can reroll a saving throw that you fail. If you do so, you must use the new roll, and you can’t use this feature again until you finish a long rest.

\n

You can use this feature twice between long rests starting at 13th level and three times between long rests starting at 17th level.

\n

Greater Extra Attack

\n

Beginning at 11th level, you can attack three times, instead of once, whenever you take the Attack action on your turn.

\n

Additionally, when you use a bonus action to engage in two-weapon fighting, you can make two attacks instead of one.

\n

Master of Combat

\n

At 20th level, you are the master of combat. Your Strength or Dexterity score increases by 2, and your Constitution score increases by 2. Your maximum for those scores increases by 2.

\n

Additionally, you can attack four times, instead of once, whenever you take the Attack action on your turn.

"},"className":{"value":"Fighter"},"atFlavorText":{"value":"

Fighter Specialties

\n

Different fighters choose different approaches to perfecting their fighting prowess. The fighter specialty you choose to emulate reflects your approach. Your specialty grants you features at 3rd, 7th, 10th, 15th, and 18th level.

\n

@Compendium[sw5e.archetypes.6HRxOPMOmOiKmuIG]{Adept Specialist}

\n

@Compendium[sw5e.archetypes.vWCA4gae11g8s1xq]{Assault Specialist}

\n

@Compendium[sw5e.archetypes.7OqolLOiiu5K59rD]{Blademaster Specialist}

\n

@Compendium[sw5e.archetypes.V4vCxmTwJFxi0HGM]{Demolitions Specialist}

\n

@Compendium[sw5e.archetypes.dY9gPH2vjYpS9onW]{Enhancement Specialist}

\n

@Compendium[sw5e.archetypes.n46s1RsRnnQjxHvX]{Heavy Weapons Specialist}

\n

@Compendium[sw5e.archetypes.uV3tG38Fo7JAXF0W]{Mounted Specialist}

\n

@Compendium[sw5e.archetypes.zxnST2OeLGmt8buI]{Praetorian Specialist}

\n

@Compendium[sw5e.archetypes.huTTmKT9yzE89Go1]{Shield Specialist}

\n

@Compendium[sw5e.archetypes.SKluJRGJzsX03qlx]{Tactical Specialist}

\n

@Compendium[sw5e.archetypes.CRRgJPKHIHD72CEt]{Totem Specialist}

"}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.armorProf.value","value":"lgt","mode":"+","targetSpecific":false,"id":1,"itemId":"oWdjvPwScXkQxEzd","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.armorProf.value","value":"med","mode":"+","targetSpecific":false,"id":2,"itemId":"oWdjvPwScXkQxEzd","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.armorProf.value","value":"hvy","mode":"+","targetSpecific":false,"id":3,"itemId":"oWdjvPwScXkQxEzd","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.armorProf.value","value":"shl","mode":"+","targetSpecific":false,"id":4,"itemId":"oWdjvPwScXkQxEzd","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"all blasters","mode":"+","targetSpecific":false,"id":5,"itemId":"oWdjvPwScXkQxEzd","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"all vibroweapons","mode":"+","targetSpecific":false,"id":6,"itemId":"oWdjvPwScXkQxEzd","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.abilities.con.proficient","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"oWdjvPwScXkQxEzd","active":false,"_targets":[],"label":"Abilities Constitution Proficiency"},{"modSpecKey":"data.abilities.str.proficient","value":"1","mode":"+","targetSpecific":false,"id":8,"itemId":"oWdjvPwScXkQxEzd","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Classes/Fighter%20Alt.webp","effects":[]} -{"_id":"O414X0HamnCKpEF5","name":"Consular","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

A twi’lek in black robes steps on a terrified rodian, who scampers away on the ground. Lightning sparks from his fingers, illuminating his red and black tattoos. The rodian’s pleas for mercy fall on deaf ears as the Sith channels his lightning into his failed apprentice, leaving nothing but a charred husk behind.

\n

Sitting cross-legged on a dense patch of grass, a miraluka mystic meditates on the Force. With every breath, the trees sway with a rhythmic breeze. Though she lacks simple vision, she can see the Force as it moves everything around her.

\n

A drably-robed human focuses inward, channeling the Force into the ground around him. Slowly, all the debris within arms reach rises into the air around him; with a flick of his wrist, he clears the air, sending his projectiles to pound on the approaching tank.

\n

Consulars are the supreme wielders of the Force, defined and united by the powers they cast. Drawing on the omnipresent Force that permeates the universe, consulars cast powers of rejuvenating healing and destructive lightning, draining life-force and manipulating minds; the most powerful with the Force can even experience brief glimpses of the future.

\n

Strong with the Force

\n

Refraining from drawing their lightsabers except as a measure of last resort, consulars spend a great deal of time studying the mysteries of the Force. Their knowledge allows them to channel the Force to greater heights, unlocking unrivaled power, and twisting those powers to greater effect.

\n

Sage or Sorcerer

\n

Consulars who follow the light side of the Force, using their powers to better their communities and people, are often called sages, while consulars who fall to the dark side and subjugate or cast aside all in their path are commonly called sorcerers. Alternatively, they may tend toward the middle, refraining from politics and war, spending their time in isolation and study.

\n

While creating your consular, consider your personal philosophy in regards to the Force and its most famous practitioners - the Jedi and the Sith. Are you a member of one of the two orders, or do you walk a different path? Perhaps you were ostracized from your primitive village out of superstition or jealousy. You may have been brutally trained from a young age in the dark side, fueling your innate thirst for power, or perhaps you were trained as a padawan in one of the Jedi temples. How do you treat strangers, and how do they treat you once they know your abilities? What was your family like, or what did you have instead of a family? Do you see the Force as light and dark, or an impartial river of gray?

\n

Quick Build

\n

You can make a consular quickly by following these suggestions. First, make Wisdom or Charisma your highest ability score, followed by Dexterity. Second, choose the @Compendium[sw5e.backgrounds.8WMQJLQ6JqRcTZUc]{Jedi} or @Compendium[sw5e.backgrounds.eOpE0XX7z0jx8lwI]{Sith} background.

","chat":"","unidentified":""},"levelsTable":{"value":"
LevelProficiency BonusFeaturesForce Powers KnownForce PointsMax Power Level
1st+2Forcecasting, Force Recovery841st
2nd+2Force-Empowered Casting, Force Shield981st
3rd+2Consular Tradition, Hidden Force11122nd
4th+2Ability Score Improvement12162nd
5th+3-14203rd
6th+3Tradition feature15243rd
7th+3-17284th
8th+3Ability Score Improvement18324th
9th+4-20365th
10th+4Tradition feature21405th
11th+4-23446th
12th+4Ability Score Improvement24486th
13th+5-26527th
14th+5Tradition feature27567th
15th+5-29608th
16th+5Ability Score Improvement30648th
17th+6-32689th
18th+6Tradition feature33729th
19th+6Ability Score Improvement34769th
20th+6One with the Force35809th
"},"source":"PHB","levels":1,"subclass":"","hitDice":"d6","hitDiceUsed":0,"skills":{"number":2,"choices":[],"value":[]},"spellcasting":"full","attributes":{"spelldc":10},"damage":{"parts":[]},"archetypes":{"value":""},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Consular
LevelProficiency BonusFeaturesForce Powers KnownForce PointsMax Power Level
1st+2Forcecasting, Force Recovery841st
2nd+2Force-Empowered Casting, Force Shield981st
3rd+2Consular Tradition, Hidden Force11122nd
4th+2Ability Score Improvement12162nd
5th+3-14203rd
6th+3Tradition feature15243rd
7th+3-17284th
8th+3Ability Score Improvement18324th
9th+4-20365th
10th+4Tradition feature21405th
11th+4-23446th
12th+4Ability Score Improvement24486th
13th+5-26527th
14th+5Tradition feature27567th
15th+5-29608th
16th+5Ability Score Improvement30648th
17th+6-32689th
18th+6Tradition feature33729th
19th+6Ability Score Improvement34769th
20th+6One with the Force35809th
\n
\n
\n

Class Features

\n

As a Consular, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d6 per Consular level

\n

Hit Points at 1st Level: 6 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d6 (or 4) + your Constitution modifier per consular level after 1st

\n

Proficiencies

\n

Armor: None

\n

Weapons: Simple lightweapons, simple vibroweapons

\n

Tools: None

\n

Saving Throws: Wisdom, Charisma

\n

Skills: Choose two from Deception, Insight, Intimidation, Investigation, Lore, Medicine, and Persuasion.

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) a simple lightweapon or (b) a simple vibroweapon
  • \n
  • (a) a scholar’s pack, (b) an explorer’s pack, or © a diplomat’s pack
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealth using the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Consular5d4 x 100 cr
\n

 

\n

Forcecasting

\n

In your meditations on the force, you have learned powers, fragments of knowledge that imbue you with an abiding force ability. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

Force Powers Known

\n

You learn 8 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the consular class table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

Force Points

\n

You have a number of force points equal to your consular level x 4, as shown in the Force Points column of the consular class table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

Max Power Level

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the consular class table.

\n

You may only cast force powers at 6th, 7th, 8th, and 9th-level once. You regain the ability to do so after a long rest.

\n

Forcecasting Ability

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use your Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. In addition, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n

Force save DC = 8 + your proficiency bonus + your forcecasting ability modifier

\n

Force attack modifier = your proficiency bonus + your forcecasting ability modifier

\n

Force Recovery

\n

Also at 1st level, you have learned to regain some of your energy by briefly meditating. When you finish a short rest, you can regain a number of force points equal to half your consular level (rounded down) + your Wisdom or Charisma modifier (your choice, minimum of one). Once you’ve used this feature, you must complete a long rest before you can use it again.

\n

Force-Empowered Casting

\n

At 2nd level, you gain the ability to twist your powers to suit your needs. When you cast a force power, you can expend additional force points to modify the power. You gain two of the following Empowerment options of your choice. You gain another one at 10th and 17th level.

\n

You can use only one Empowerment option on a power when you cast it, unless otherwise noted.

\n

Careful Power

\n

When you cast a power that forces other creatures to make a saving throw, you can protect some of those creatures from the power’s full force. To do so, you spend 1 additional force point and choose a number of those creatures up to your Wisdom or Charisma modifier (your choice, minimum of one). A chosen creature automatically succeeds on its saving throw against the power.

\n

Distant Power

\n

When you cast a power that has a range of 5 feet or greater, you can spend 1 additional force point to double the range of the power.

\n

When you cast a power that has a range of touch, you can spend 1 additional force point to make the range of the power 30 feet.

\n

Extended Power

\n

When you cast a power that has a duration of 1 minute or longer, you can spend 1 additional force point to double its duration, to a maximum duration of 24 hours.

\n

Heightened Power

\n

When you cast a power that forces a creature to make a saving throw to resist its effects, you can spend 3 additional force points to give one target of the power disadvantage on its first saving throw made against the power.

\n

Improved Power

\n

When you roll damage for a power, you can spend 1 additional force point to reroll a number of the damage dice up to your Wisdom or Charisma modifier (your choice, minimum of one). You must use the new rolls.

\n

You can use Improved Power even if you have already used a different Empowerment option during the casting of the power.

\n

Lingering Power

\n

When you cast a power that requires concentration to maintain you can choose to spend 3 additional force points. If you do, when you lose concentration on the power, the power will not end until the end of your next turn.

\n

Pinpoint Power

\n

When you cast a power that allows you to force creatures in an area to make a saving throw you can instead spend 1 force point and make a ranged force attack against a single target that would be in the range. On a hit the target suffers the effects as though they failed their saving throw.

\n

Quickened Power

\n

When you cast a power that has a casting time of 1 action, you can spend 2 additional force points to change the casting time to 1 bonus action for this casting.

\n

Refocused Power

\n

When you are forced to make a Constitution saving throw to maintain concentration on a power you can use your reaction and spend 2 force points to automatically succeed on the saving throw. You can use this option even if you have already used a different Empowerment option during the casting of the power.

\n

Twinned Power

\n

When you cast a power that targets only one creature and doesn’t have a range of self, you can spend a number of additional force points equal to the power’s level to target a second creature in range with the same power (1 force point if the power is at-will).

\n

Force Shield

\n

Also at 2nd level, you learn how to defend yourself purely through your strength with the Force. When you are hit by an attack, you can use your reaction to shroud yourself in Force energy. Until the start of your next turn, you have a bonus to AC equal to your Wisdom or Charisma modifier (your choice, a minimum of +1). This includes the triggering attack.

\n

You can use this feature twice. You gain an additional use at 5th, 11th, and 17th level in this class. You regain all expended uses when you finish a long rest.

\n

Force Affinity

\n

When you reach 3rd level, you've developed an affinity for one of the three aspects of the Force: the Ashla, the Bendu, or the Bogan. Choose one from the following:

\n

Ashla

\n

When you successfully cast a light side power, either your or the target's (your choice) hit point maximum and current hit points increase by an amount equal to the power’s level. This effect lasts for 1 minute. You can only have one instance of this effect active at a time.

\n

Bendu

\n

You can add both your Wisdom and Charisma modifier to your maximum number of force points, instead of just one.

\n

Bogan

\n

When you roll a 1 on a damage die for a dark side power, you can reroll the die and must use the new roll, even if the new roll is a 1.

\n

Consular Tradition

\n

When you reach 3rd level, you choose a consular tradition, which is detailed at the end of the class description. Your choice grants you features at 3rd level and again at 6th, 10th, 14th, and 18th level.

\n

Hidden Force

\n

Also at 3rd level, you learn how to conceal the casting of your force powers. When you cast a force power, you can choose to conceal the presence of that casting from others. A creature that sees you cast the force power can make an Investigation (Intelligence) check against your universal force save DC. On a success, they can determine that you used the Force in some way. If a creature has the force sight force power active, they automatically succeed on this check. A creature that can not see you automatically fails this check.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can’t increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

One with the Force

\n

At 20th level, your attunement to the Force is absolute. Your Wisdom or Charisma score increases by 4, and your maximum for this score increases by 4. Additionally, you gain mastery over a single force power, and can cast it with little effort. Choose one 3rd-level force power that you know as your signature power. You can cast it once at 3rd level without expending force points. When you do so, you can’t do so again until you finish a short or long rest.

\n

If you want to cast it at a higher level, you must expend force points as normal.

"},"className":{"value":"Consular"},"atFlavorText":{"value":"

Consular Traditions

\n

Different consulars select different traditions, called Ways, to follow as they hone their powers. Your tradition grants you features at 3rd, 6th, 10th, 14th, and 18th level.

\n

@Compendium[sw5e.archetypes.kqAxtz1x4ydhppPG]{Way of Balance}

\n

@Compendium[sw5e.archetypes.Lz0gdQ5ou3k5E7Fo]{Way of Confluence}

\n

@Compendium[sw5e.archetypes.Y1JjyA1CuOSRCjAb]{Way of Endurance}

\n

@Compendium[sw5e.archetypes.e1tObWwWnq5gt9zE]{Way of Lightning}

\n

@Compendium[sw5e.archetypes.q208WP2Lacp7dG6v]{Way of Manipulation}

\n

@Compendium[sw5e.archetypes.6JrXY2jDqQiuuUGq]{Way of Negation}

\n

@Compendium[sw5e.archetypes.FLN1Vqb53UECBMVu]{Way of the Sage}

\n

@Compendium[sw5e.archetypes.12fYGPcLSITUYHMK]{Way of the Seer}

\n

@Compendium[sw5e.archetypes.Wdi8eckrcxpxQL3p]{Way of Suggestion}

\n

@Compendium[sw5e.archetypes.oYAXrbXaFVAoGDLM]{Way of Technology}

\n

@Compendium[sw5e.archetypes.r7BKY5yWig2vhW5i]{Way of Telekinetics}

"}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.weaponProf.custom","value":"simple lightweapons","mode":"+","targetSpecific":false,"id":1,"itemId":"O414X0HamnCKpEF5","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple vibroweapons","mode":"+","targetSpecific":false,"id":2,"itemId":"O414X0HamnCKpEF5","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.abilities.cha.proficient","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"O414X0HamnCKpEF5","active":false,"_targets":[],"label":"Abilities Charisma Proficiency"},{"modSpecKey":"data.abilities.wis.proficient","value":"1","mode":"+","targetSpecific":false,"id":4,"itemId":"O414X0HamnCKpEF5","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Classes/Consular.webp","effects":[]} -{"_id":"O414X0HamnCKpEF5","name":"Consular","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

A twi’lek in black robes steps on a terrified rodian, who scampers away on the ground. Lightning sparks from his fingers, illuminating his red and black tattoos. The rodian’s pleas for mercy fall on deaf ears as the Sith channels his lightning into his failed apprentice, leaving nothing but a charred husk behind.

\n

Sitting cross-legged on a dense patch of grass, a miraluka mystic meditates on the Force. With every breath, the trees sway with a rhythmic breeze. Though she lacks simple vision, she can see the Force as it moves everything around her.

\n

A drably-robed human focuses inward, channeling the Force into the ground around him. Slowly, all the debris within arms reach rises into the air around him; with a flick of his wrist, he clears the air, sending his projectiles to pound on the approaching tank.

\n

Consulars are the supreme wielders of the Force, defined and united by the powers they cast. Drawing on the omnipresent Force that permeates the universe, consulars cast powers of rejuvenating healing and destructive lightning, draining life-force and manipulating minds; the most powerful with the Force can even experience brief glimpses of the future.

\n

Strong with the Force

\n

Refraining from drawing their lightsabers except as a measure of last resort, consulars spend a great deal of time studying the mysteries of the Force. Their knowledge allows them to channel the Force to greater heights, unlocking unrivaled power, and twisting those powers to greater effect.

\n

Sage or Sorcerer

\n

Consulars who follow the light side of the Force, using their powers to better their communities and people, are often called sages, while consulars who fall to the dark side and subjugate or cast aside all in their path are commonly called sorcerers. Alternatively, they may tend toward the middle, refraining from politics and war, spending their time in isolation and study.

\n

While creating your consular, consider your personal philosophy in regards to the Force and its most famous practitioners - the Jedi and the Sith. Are you a member of one of the two orders, or do you walk a different path? Perhaps you were ostracized from your primitive village out of superstition or jealousy. You may have been brutally trained from a young age in the dark side, fueling your innate thirst for power, or perhaps you were trained as a padawan in one of the Jedi temples. How do you treat strangers, and how do they treat you once they know your abilities? What was your family like, or what did you have instead of a family? Do you see the Force as light and dark, or an impartial river of gray?

\n

Quick Build

\n

You can make a consular quickly by following these suggestions. First, make Wisdom or Charisma your highest ability score, followed by Dexterity. Second, choose the @Compendium[sw5e.backgrounds.8WMQJLQ6JqRcTZUc]{Jedi} or @Compendium[sw5e.backgrounds.eOpE0XX7z0jx8lwI]{Sith} background.

","chat":"","unidentified":""},"levelsTable":{"value":"
LevelProficiency BonusFeaturesForce Powers KnownForce PointsMax Power Level
1st+2Forcecasting, Force Recovery841st
2nd+2Force-Empowered Casting, Force Shield981st
3rd+2Consular Tradition, Hidden Force11122nd
4th+2Ability Score Improvement12162nd
5th+3-14203rd
6th+3Tradition feature15243rd
7th+3-17284th
8th+3Ability Score Improvement18324th
9th+4-20365th
10th+4Tradition feature21405th
11th+4-23446th
12th+4Ability Score Improvement24486th
13th+5-26527th
14th+5Tradition feature27567th
15th+5-29608th
16th+5Ability Score Improvement30648th
17th+6-32689th
18th+6Tradition feature33729th
19th+6Ability Score Improvement34769th
20th+6One with the Force35809th
"},"source":"PHB","levels":1,"subclass":"","hitDice":"d6","hitDiceUsed":0,"skills":{"number":2,"choices":[],"value":[]},"spellcasting":"full","attributes":{"spelldc":10},"damage":{"parts":[]},"archetypes":{"value":""},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Consular
LevelProficiency BonusFeaturesForce Powers KnownForce PointsMax Power Level
1st+2Forcecasting, Force Recovery841st
2nd+2Force-Empowered Casting, Force Shield981st
3rd+2Consular Tradition, Hidden Force11122nd
4th+2Ability Score Improvement12162nd
5th+3-14203rd
6th+3Tradition feature15243rd
7th+3-17284th
8th+3Ability Score Improvement18324th
9th+4-20365th
10th+4Tradition feature21405th
11th+4-23446th
12th+4Ability Score Improvement24486th
13th+5-26527th
14th+5Tradition feature27567th
15th+5-29608th
16th+5Ability Score Improvement30648th
17th+6-32689th
18th+6Tradition feature33729th
19th+6Ability Score Improvement34769th
20th+6One with the Force35809th
\n
\n
\n

Class Features

\n

As a Consular, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d6 per Consular level

\n

Hit Points at 1st Level: 6 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d6 (or 4) + your Constitution modifier per consular level after 1st

\n

Proficiencies

\n

Armor: None

\n

Weapons: Simple lightweapons, simple vibroweapons

\n

Tools: None

\n

Saving Throws: Wisdom, Charisma

\n

Skills: Choose two from Deception, Insight, Intimidation, Investigation, Lore, Medicine, and Persuasion.

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) a simple lightweapon or (b) a simple vibroweapon
  • \n
  • (a) a scholar’s pack, (b) an explorer’s pack, or © a diplomat’s pack
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealth using the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Consular5d4 x 100 cr
\n

 

\n

Forcecasting

\n

In your meditations on the force, you have learned powers, fragments of knowledge that imbue you with an abiding force ability. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

Force Powers Known

\n

You learn 8 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the consular class table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

Force Points

\n

You have a number of force points equal to your consular level x 4, as shown in the Force Points column of the consular class table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

Max Power Level

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the consular class table.

\n

You may only cast force powers at 6th, 7th, 8th, and 9th-level once. You regain the ability to do so after a long rest.

\n

Forcecasting Ability

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use your Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. In addition, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n

Force save DC = 8 + your proficiency bonus + your forcecasting ability modifier

\n

Force attack modifier = your proficiency bonus + your forcecasting ability modifier

\n

Force Recovery

\n

Also at 1st level, you have learned to regain some of your energy by briefly meditating. When you finish a short rest, you can regain a number of force points equal to half your consular level (rounded down) + your Wisdom or Charisma modifier (your choice, minimum of one). Once you’ve used this feature, you must complete a long rest before you can use it again.

\n

Force-Empowered Casting

\n

At 2nd level, you gain the ability to twist your powers to suit your needs. When you cast a force power, you can expend additional force points to modify the power. You gain two of the following Empowerment options of your choice. You gain another one at 10th and 17th level.

\n

You can use only one Empowerment option on a power when you cast it, unless otherwise noted.

\n

Careful Power

\n

When you cast a power that forces other creatures to make a saving throw, you can protect some of those creatures from the power’s full force. To do so, you spend 1 additional force point and choose a number of those creatures up to your Wisdom or Charisma modifier (your choice, minimum of one). A chosen creature automatically succeeds on its saving throw against the power.

\n

Distant Power

\n

When you cast a power that has a range of 5 feet or greater, you can spend 1 additional force point to double the range of the power.

\n

When you cast a power that has a range of touch, you can spend 1 additional force point to make the range of the power 30 feet.

\n

Extended Power

\n

When you cast a power that has a duration of 1 minute or longer, you can spend 1 additional force point to double its duration, to a maximum duration of 24 hours.

\n

Heightened Power

\n

When you cast a power that forces a creature to make a saving throw to resist its effects, you can spend 3 additional force points to give one target of the power disadvantage on its first saving throw made against the power.

\n

Improved Power

\n

When you roll damage for a power, you can spend 1 additional force point to reroll a number of the damage dice up to your Wisdom or Charisma modifier (your choice, minimum of one). You must use the new rolls.

\n

You can use Improved Power even if you have already used a different Empowerment option during the casting of the power.

\n

Lingering Power

\n

When you cast a power that requires concentration to maintain you can choose to spend 3 additional force points. If you do, when you lose concentration on the power, the power will not end until the end of your next turn.

\n

Pinpoint Power

\n

When you cast a power that allows you to force creatures in an area to make a saving throw you can instead spend 1 force point and make a ranged force attack against a single target that would be in the range. On a hit the target suffers the effects as though they failed their saving throw.

\n

Quickened Power

\n

When you cast a power that has a casting time of 1 action, you can spend 2 additional force points to change the casting time to 1 bonus action for this casting.

\n

Refocused Power

\n

When you are forced to make a Constitution saving throw to maintain concentration on a power you can use your reaction and spend 2 force points to automatically succeed on the saving throw. You can use this option even if you have already used a different Empowerment option during the casting of the power.

\n

Twinned Power

\n

When you cast a power that targets only one creature and doesn’t have a range of self, you can spend a number of additional force points equal to the power’s level to target a second creature in range with the same power (1 force point if the power is at-will).

\n

Force Shield

\n

Also at 2nd level, you learn how to defend yourself purely through your strength with the Force. When you are hit by an attack, you can use your reaction to shroud yourself in Force energy. Until the start of your next turn, you have a bonus to AC equal to your Wisdom or Charisma modifier (your choice, a minimum of +1). This includes the triggering attack.

\n

You can use this feature twice. You gain an additional use at 5th, 11th, and 17th level in this class. You regain all expended uses when you finish a long rest.

\n

Force Affinity

\n

When you reach 3rd level, you've developed an affinity for one of the three aspects of the Force: the Ashla, the Bendu, or the Bogan. Choose one from the following:

\n

Ashla

\n

When you successfully cast a light side power, either your or the target's (your choice) hit point maximum and current hit points increase by an amount equal to the power’s level. This effect lasts for 1 minute. You can only have one instance of this effect active at a time.

\n

Bendu

\n

You can add both your Wisdom and Charisma modifier to your maximum number of force points, instead of just one.

\n

Bogan

\n

When you roll a 1 on a damage die for a dark side power, you can reroll the die and must use the new roll, even if the new roll is a 1.

\n

Consular Tradition

\n

When you reach 3rd level, you choose a consular tradition, which is detailed at the end of the class description. Your choice grants you features at 3rd level and again at 6th, 10th, 14th, and 18th level.

\n

Hidden Force

\n

Also at 3rd level, you learn how to conceal the casting of your force powers. When you cast a force power, you can choose to conceal the presence of that casting from others. A creature that sees you cast the force power can make an Investigation (Intelligence) check against your universal force save DC. On a success, they can determine that you used the Force in some way. If a creature has the force sight force power active, they automatically succeed on this check. A creature that can not see you automatically fails this check.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can’t increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

One with the Force

\n

At 20th level, your attunement to the Force is absolute. Your Wisdom or Charisma score increases by 4, and your maximum for this score increases by 4. Additionally, you gain mastery over a single force power, and can cast it with little effort. Choose one 3rd-level force power that you know as your signature power. You can cast it once at 3rd level without expending force points. When you do so, you can’t do so again until you finish a short or long rest.

\n

If you want to cast it at a higher level, you must expend force points as normal.

"},"className":{"value":"Consular"},"atFlavorText":{"value":"

Consular Traditions

\n

Different consulars select different traditions, called Ways, to follow as they hone their powers. Your tradition grants you features at 3rd, 6th, 10th, 14th, and 18th level.

\n

@Compendium[sw5e.archetypes.kqAxtz1x4ydhppPG]{Way of Balance}

\n

@Compendium[sw5e.archetypes.Lz0gdQ5ou3k5E7Fo]{Way of Confluence}

\n

@Compendium[sw5e.archetypes.Y1JjyA1CuOSRCjAb]{Way of Endurance}

\n

@Compendium[sw5e.archetypes.e1tObWwWnq5gt9zE]{Way of Lightning}

\n

@Compendium[sw5e.archetypes.q208WP2Lacp7dG6v]{Way of Manipulation}

\n

@Compendium[sw5e.archetypes.6JrXY2jDqQiuuUGq]{Way of Negation}

\n

@Compendium[sw5e.archetypes.FLN1Vqb53UECBMVu]{Way of the Sage}

\n

@Compendium[sw5e.archetypes.12fYGPcLSITUYHMK]{Way of the Seer}

\n

@Compendium[sw5e.archetypes.Wdi8eckrcxpxQL3p]{Way of Suggestion}

\n

@Compendium[sw5e.archetypes.oYAXrbXaFVAoGDLM]{Way of Technology}

\n

@Compendium[sw5e.archetypes.r7BKY5yWig2vhW5i]{Way of Telekinetics}

"}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.weaponProf.custom","value":"simple lightweapons","mode":"+","targetSpecific":false,"id":1,"itemId":"O414X0HamnCKpEF5","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple vibroweapons","mode":"+","targetSpecific":false,"id":2,"itemId":"O414X0HamnCKpEF5","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.abilities.cha.proficient","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"O414X0HamnCKpEF5","active":false,"_targets":[],"label":"Abilities Charisma Proficiency"},{"modSpecKey":"data.abilities.wis.proficient","value":"1","mode":"+","targetSpecific":false,"id":4,"itemId":"O414X0HamnCKpEF5","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Classes/Consular.webp","effects":[]} -{"_id":"XZhWixwwCdFfnhoT","name":"Engineer","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

Flinching occasionally as a blaster bolt hits the nearby bulkhead, a Sullustan mechanic quickly solders a large wire. He peers through his tinted goggles, ignoring the shouts of his ship captain as the enemy descends on the hanger. Finally he shouts with pride as the repaired coupling powers up, causing the frigate to hum with energy. He gathers his tools and runs into the ship moments before it finally takes off.

\n

Inside, the human captain jumps into the cockpit. She nods to her droid co-pilot, who quickly begins charting a course home. Before the calculations can be completed, enemy Starfighters scream in from the clouds. The pilot rolls the ship, nimbly evading incoming fire. She reroutes the power to shields, leaving just enough for astronavigation. Just as the energy reserves near depletion, the exosphere and stars beyond blur into streaks of light. In a flash, they warp to safety.

\n

A Cerean officer surveys the battlefield, looking for weaknesses. When he identifies a potential problem, he keys in a quick combination in his wristpad. In a blink, a custom suit of armor assembles itself around him. As the helmet locks into place, the officer leaps into the air, flying overhead and raining destruction on the opposition.

\n

Every machine needs an engineer to run it, and a living crew is no different. Engineers are the experts and professionals who rely on skill, bravery, and their tools to survive and keep others alive. While they do not claim to be fighters, their mere presence can turn the tide of battle or simply keep operations running.

\n

Behind the Curtain

\n

While perhaps not as intimidating as a heavily-armored trooper, or as exotic as a lighsaber-wielding guardian, engineers are no less vital to group dynamic. They are armorers and gunsmiths, electricians and welders, or any other facet to be found in facilities across the galaxy. Their work, often unsung, is what keeps starships (and their crew) intact.

\n

Unflappable

\n

It takes bravery for a soldier to enter a battlefield. It perhaps takes more for someone who is unarmed, and untrained in combat, to do the same. Engineers put their lives on the line for a living, whether by choice or acknowledging their plights as an occupational hazard. Whether they come from an elite training academy or learned their talents surviving in the slums, they are no strangers to danger and conflict.

\n

While creating your engineer character, consider what your primary skill set is and how you use it. You could be a street-smart mechanic who taught yourself how to fix swoop bikes as a teenager. Perhaps you are the recent graduate of an esteemed medical college, or a rookie pilot in the fledgling Rebel Alliance. What is the number one skill you are known for? Why are you willing to enter battles when you have no combat training? How do you view the more adventurous members of your group, and how do they see you and your role?

\n

Quick Build

\n

You can make an engineer quickly by following these suggestions. First, make Intelligence your highest ability score. Your next-highest score should be Constitution. Second, choose the @Compendium[sw5e.backgrounds.zjfwlWucPUtTTuQo]{Scientist} background.

","chat":"","unidentified":""},"levelsTable":{"value":"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelProficiency BonusFeaturesTech Powers KnownTech PointsMax Power LevelModification Slots
1+2Techcasting, Potent Aptitude (d6)621st-
2+2Infuse Item, Tool Expertise741st-
3+2Engineering Discipline962nd4
4+2Ability Score Improvement1082nd4
5+3Potent Aptitude (d8), Quick Thinking11103rd5
6+3Engineering Discipline feature12123rd5
7+3-13144th5
8+3Ability Score Improvement14164th6
9+4-15185th6
10+4Potent Aptitude (d10)16205th6
11+4-17226th7
12+4Ability Score Improvement18246th7
13+5-19267th7
14+5Engineering Discipline feature20287th8
15+5Potent Aptitude (d12)21308th8
16+5Ability Score Improvement22328th8
17+6-23349th9
18+6Engineering Discipline feature24369th9
19+6Ability Score Improvement25389th9
20+6Tech Mastery26409th9
"},"source":"PHB","levels":1,"subclass":"","hitDice":"d8","hitDiceUsed":0,"skills":{"number":3,"choices":[],"value":[]},"spellcasting":"full","damage":{"parts":[]},"attributes":{"spelldc":10},"archetypes":{"value":""},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Engineer
LevelProficiency BonusFeaturesTech Powers KnownTech PointsMax Power LevelPotent AptitudeModification Slots
1+2Techcasting, Potent Aptitude 621std4-
2+2Infuse Item (+1), Tool Expertise741std4-
3+2Engineering Discipline962ndd44
4+2Ability Score Improvement1082ndd44
5+3Quick Thinking12103rdd65
6+3Engineering Discipline feature13123rdd65
7+3-15144thd65
8+3Ability Score Improvement16164thd65
9+4-18185thd86
10+4Infuse Item (+2)19205thd86
11+4-21226thd87
12+4Ability Score Improvement22246thd87
13+5-23267thd108
14+5Engineering Discipline feature24287thd108
15+5Infuse Item (+3)25308thd108
16+5Ability Score Improvement26328thd108
17+6-27349thd129
18+6Engineering Discipline feature28369thd129
19+6Ability Score Improvement29389thd129
20+6Tech Mastery30409thd129
\n
\n
\n

Class Features

\n

As a Engineer, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d8 per Engineer level

\n

Hit Points at 1st Level: 8 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d8 (or 5) + your Constitution modifier per engineer level after 1st

\n

Proficiencies

\n
Armor: Light armor\n

Weapons: Simple blasters, simple vibroweapons

\n

Tools: Tinker's tools, and one of your choice

\n

Saving Throws: Constitution, Intelligence

\n

Skills: Choose three from Investigation, Lore, Medicine, Nature, Piloting, and Technology

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) a simple vibroweapon or (b) a simple blaster and two power cells
  • \n
  • (a) a dungeoneer’s pack or (b) an explorer’s pack
  • \n
  • Combat suit, a set of tinker’s implements, a vibrodagger, and a wristpad
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealth using the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Engineer6d4 x 100 cr
\n
\n

Techcasting

\n

Beginning at 1st level, during your training you have derived powers from schematics with the aid of your wristpad. See chapter 10 for the general rules of techcasting and chapter 12 for the tech powers list.

\n

Tech Powers Known

\n

You learn 6 tech powers of your choice, and you learn more at higher levels, as shown in the Tech Powers Known column of the engineer table. You may not learn a tech power of a level higher than your Max Power Level.

\n

Tech Points

\n

You have a number of tech points equal to your engineer level x 2, as shown in the Tech Points column of the engineer table, + your Intelligence modifier. You use these tech points to cast tech powers. You regain all expended tech points when you finish a short or long rest.

\n

Max Power Level

\n

Many tech powers can be overcharged, consuming more tech points to create a greater effect. You can overcharge these powers to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the engineer class table.

\n

You may only cast tech powers at 6th, 7th, 8th, and 9th level once. You regain the ability to do so after a long rest.

\n

Techcasting Ability

\n

Intelligence is your techcasting ability for your tech powers. You use your Intelligence whenever a power refers to your techcasting ability. In addition, you use your Intelligence modifier when setting the saving throw DC for a tech power you cast and when making an attack roll with one.

\n

Tech save DC = 8 + your proficiency bonus + your Intelligence modifier

\n

Tech attack modifier = your proficiency bonus + your Intelligence modifier

\n

Techcasting Focus

\n

You use a wristpad (found in chapter 5) or your tool proficiencies granted by this class as a techcasting focus for your tech powers.

\n

Potent Aptitude

\n

Also at 1st level, your technological experience lends you an uncommon insight that you can use to bolster your allies. To do so, you use a bonus action on your turn to choose one creature other than yourself within 60 feet of you who can hear you. That creature gains one Potent Aptitude die, a d4. This die changes as you gain engineer levels, as shown in the Potent Aptitude column of the engineer table.

\n

Once within the next 10 minutes, the creature can roll the die and add the number rolled to one ability check, attack roll, or saving throw it makes. The creature can wait until after it rolls the d20 before deciding to use the Potent Aptitude die, but must decide before the GM says whether the roll succeeds or fails. Once the Potent Aptitude die is rolled, it is lost.

\n

A creature can have only one Potent Aptitude die at a time.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain any expended uses when you finish a long rest.

\n

Your Potent Aptitude die changes when you reach certain levels in this class. The die becomes a d8 at 5th level, a d10 at 10th level, and a d12 at 15th level.

\n

Infuse Item

\n

At 2nd level, you gain the ability to temporarily enhance a weapon or armor. At the end of a long rest, you can touch one unenhanced object that is a suit of armor, a shield, or a simple or martial weapon. Until the end of your next long rest or until you die, the object becomes an enhanced item, granting a +1 bonus to AC if it's armor or a +1 bonus to attack and damage rolls if it's a weapon.

\n

Once you've used this feature, you can't use it again until you finish a long rest.

\n

This bonus increases to +2 at 10th level and +3 at 15th level.

\n

Tool Expertise

\n

Also at 2nd level, you gain expertise in any tool proficiencies you gain from this class.

\n

Engineering Discipline

\n

Starting at 3rd level, you begin to focus on a specific engineering discipline, which is detailed at the end of the class description. Your discipline grants you features at 3rd level and again at 6th, 14th, and 18th level.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can’t increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

Quick Thinking

\n

Beginning when you reach 5th level, you regain all of your expended uses of Potent Aptitude when you finish a short or long rest.

\n

Tech Mastery

\n

At 20th level, your mastery of technology is unrivaled. Your Constitution and Intelligence scores increase by 2. Your maximum for those scores increases by 2.

\n

Additionally, when you roll initiative and have no uses of Potent Aptitude left, you regain one use.

\n
"},"className":{"value":"Engineer"},"atFlavorText":{"value":"

Engineering Disciplines

\n

The wide range of tool applications gives birth to well defined distinctions between different engineering disciplines. Each discipline focuses on maximizing the personal use of a certain tool. Your discipline grants you features at 3rd, 6th, 14th, and 18th level.

\n

@Compendium[sw5e.archetypes.2Cloz2rrPw76ACn0]{Armormech Engineering}

\n

@Compendium[sw5e.archetypes.Mbe9qsurpJ0mb4F2]{Armstech Engineering}

\n

@Compendium[sw5e.archetypes.F3eJbFw1kKde9Zg9]{Artificer Engineering}

\n

@Compendium[sw5e.archetypes.avFn1m9oUpDgKAAF]{Astrotech Engineering}

\n

@Compendium[sw5e.archetypes.UsIUJiNPmFWbEgjK]{Audiotech Engineering}

\n

@Compendium[sw5e.archetypes.uqpzyWm3JoIJlHrb]{Biochem Engineering}

\n

@Compendium[sw5e.archetypes.2yiTq2k7xFpjcLVv]{Biotech Engineering}

\n

@Compendium[sw5e.archetypes.m0oQQxDCTO6nqWnz]{Cybertech Engineering}

\n

@Compendium[sw5e.archetypes.SsvsNMkJX1wW2rs6]{Gadgeteer Engineering}

\n

@Compendium[sw5e.archetypes.KDx2Pjxk4RZQD05d]{Unstable Engineering}

"}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.armorProf.value","value":"lgt","mode":"+","targetSpecific":false,"id":1,"itemId":"XZhWixwwCdFfnhoT","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple blasters","mode":"+","targetSpecific":false,"id":2,"itemId":"XZhWixwwCdFfnhoT","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple vibroweapons","mode":"+","targetSpecific":false,"id":3,"itemId":"XZhWixwwCdFfnhoT","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.toolProf.value","value":"tin","mode":"+","targetSpecific":false,"id":4,"itemId":"XZhWixwwCdFfnhoT","active":false,"_targets":[],"label":"Traits Tool Prof"},{"modSpecKey":"data.abilities.con.proficient","value":"1","mode":"+","targetSpecific":false,"id":5,"itemId":"XZhWixwwCdFfnhoT","active":false,"_targets":[],"label":"Abilities Constitution Proficiency"},{"modSpecKey":"data.abilities.int.proficient","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"XZhWixwwCdFfnhoT","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Classes/Engineer.webp","effects":[]} -{"_id":"XZhWixwwCdFfnhoT","name":"Engineer","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

Flinching occasionally as a blaster bolt hits the nearby bulkhead, a Sullustan mechanic quickly solders a large wire. He peers through his tinted goggles, ignoring the shouts of his ship captain as the enemy descends on the hanger. Finally he shouts with pride as the repaired coupling powers up, causing the frigate to hum with energy. He gathers his tools and runs into the ship moments before it finally takes off.

\n

Inside, the human captain jumps into the cockpit. She nods to her droid co-pilot, who quickly begins charting a course home. Before the calculations can be completed, enemy Starfighters scream in from the clouds. The pilot rolls the ship, nimbly evading incoming fire. She reroutes the power to shields, leaving just enough for astronavigation. Just as the energy reserves near depletion, the exosphere and stars beyond blur into streaks of light. In a flash, they warp to safety.

\n

A Cerean officer surveys the battlefield, looking for weaknesses. When he identifies a potential problem, he keys in a quick combination in his wristpad. In a blink, a custom suit of armor assembles itself around him. As the helmet locks into place, the officer leaps into the air, flying overhead and raining destruction on the opposition.

\n

Every machine needs an engineer to run it, and a living crew is no different. Engineers are the experts and professionals who rely on skill, bravery, and their tools to survive and keep others alive. While they do not claim to be fighters, their mere presence can turn the tide of battle or simply keep operations running.

\n

Behind the Curtain

\n

While perhaps not as intimidating as a heavily-armored trooper, or as exotic as a lighsaber-wielding guardian, engineers are no less vital to group dynamic. They are armorers and gunsmiths, electricians and welders, or any other facet to be found in facilities across the galaxy. Their work, often unsung, is what keeps starships (and their crew) intact.

\n

Unflappable

\n

It takes bravery for a soldier to enter a battlefield. It perhaps takes more for someone who is unarmed, and untrained in combat, to do the same. Engineers put their lives on the line for a living, whether by choice or acknowledging their plights as an occupational hazard. Whether they come from an elite training academy or learned their talents surviving in the slums, they are no strangers to danger and conflict.

\n

While creating your engineer character, consider what your primary skill set is and how you use it. You could be a street-smart mechanic who taught yourself how to fix swoop bikes as a teenager. Perhaps you are the recent graduate of an esteemed medical college, or a rookie pilot in the fledgling Rebel Alliance. What is the number one skill you are known for? Why are you willing to enter battles when you have no combat training? How do you view the more adventurous members of your group, and how do they see you and your role?

\n

Quick Build

\n

You can make an engineer quickly by following these suggestions. First, make Intelligence your highest ability score. Your next-highest score should be Constitution. Second, choose the @Compendium[sw5e.backgrounds.zjfwlWucPUtTTuQo]{Scientist} background.

","chat":"","unidentified":""},"levelsTable":{"value":"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelProficiency BonusFeaturesTech Powers KnownTech PointsMax Power LevelModification Slots
1+2Techcasting, Potent Aptitude (d6)621st-
2+2Infuse Item, Tool Expertise741st-
3+2Engineering Discipline962nd4
4+2Ability Score Improvement1082nd4
5+3Potent Aptitude (d8), Quick Thinking11103rd5
6+3Engineering Discipline feature12123rd5
7+3-13144th5
8+3Ability Score Improvement14164th6
9+4-15185th6
10+4Potent Aptitude (d10)16205th6
11+4-17226th7
12+4Ability Score Improvement18246th7
13+5-19267th7
14+5Engineering Discipline feature20287th8
15+5Potent Aptitude (d12)21308th8
16+5Ability Score Improvement22328th8
17+6-23349th9
18+6Engineering Discipline feature24369th9
19+6Ability Score Improvement25389th9
20+6Tech Mastery26409th9
"},"source":"PHB","levels":1,"subclass":"","hitDice":"d8","hitDiceUsed":0,"skills":{"number":3,"choices":[],"value":[]},"spellcasting":"full","damage":{"parts":[]},"attributes":{"spelldc":10},"archetypes":{"value":""},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Engineer
LevelProficiency BonusFeaturesTech Powers KnownTech PointsMax Power LevelPotent AptitudeModification Slots
1+2Techcasting, Potent Aptitude 621std4-
2+2Infuse Item (+1), Tool Expertise741std4-
3+2Engineering Discipline962ndd44
4+2Ability Score Improvement1082ndd44
5+3Quick Thinking12103rdd65
6+3Engineering Discipline feature13123rdd65
7+3-15144thd65
8+3Ability Score Improvement16164thd65
9+4-18185thd86
10+4Infuse Item (+2)19205thd86
11+4-21226thd87
12+4Ability Score Improvement22246thd87
13+5-23267thd108
14+5Engineering Discipline feature24287thd108
15+5Infuse Item (+3)25308thd108
16+5Ability Score Improvement26328thd108
17+6-27349thd129
18+6Engineering Discipline feature28369thd129
19+6Ability Score Improvement29389thd129
20+6Tech Mastery30409thd129
\n
\n
\n

Class Features

\n

As a Engineer, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d8 per Engineer level

\n

Hit Points at 1st Level: 8 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d8 (or 5) + your Constitution modifier per engineer level after 1st

\n

Proficiencies

\n
Armor: Light armor\n

Weapons: Simple blasters, simple vibroweapons

\n

Tools: Tinker's tools, and one of your choice

\n

Saving Throws: Constitution, Intelligence

\n

Skills: Choose three from Investigation, Lore, Medicine, Nature, Piloting, and Technology

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) a simple vibroweapon or (b) a simple blaster and two power cells
  • \n
  • (a) a dungeoneer’s pack or (b) an explorer’s pack
  • \n
  • Combat suit, a set of tinker’s implements, a vibrodagger, and a wristpad
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealth using the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Engineer6d4 x 100 cr
\n
\n

Techcasting

\n

Beginning at 1st level, during your training you have derived powers from schematics with the aid of your wristpad. See chapter 10 for the general rules of techcasting and chapter 12 for the tech powers list.

\n

Tech Powers Known

\n

You learn 6 tech powers of your choice, and you learn more at higher levels, as shown in the Tech Powers Known column of the engineer table. You may not learn a tech power of a level higher than your Max Power Level.

\n

Tech Points

\n

You have a number of tech points equal to your engineer level x 2, as shown in the Tech Points column of the engineer table, + your Intelligence modifier. You use these tech points to cast tech powers. You regain all expended tech points when you finish a short or long rest.

\n

Max Power Level

\n

Many tech powers can be overcharged, consuming more tech points to create a greater effect. You can overcharge these powers to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the engineer class table.

\n

You may only cast tech powers at 6th, 7th, 8th, and 9th level once. You regain the ability to do so after a long rest.

\n

Techcasting Ability

\n

Intelligence is your techcasting ability for your tech powers. You use your Intelligence whenever a power refers to your techcasting ability. In addition, you use your Intelligence modifier when setting the saving throw DC for a tech power you cast and when making an attack roll with one.

\n

Tech save DC = 8 + your proficiency bonus + your Intelligence modifier

\n

Tech attack modifier = your proficiency bonus + your Intelligence modifier

\n

Techcasting Focus

\n

You use a wristpad (found in chapter 5) or your tool proficiencies granted by this class as a techcasting focus for your tech powers.

\n

Potent Aptitude

\n

Also at 1st level, your technological experience lends you an uncommon insight that you can use to bolster your allies. To do so, you use a bonus action on your turn to choose one creature other than yourself within 60 feet of you who can hear you. That creature gains one Potent Aptitude die, a d4. This die changes as you gain engineer levels, as shown in the Potent Aptitude column of the engineer table.

\n

Once within the next 10 minutes, the creature can roll the die and add the number rolled to one ability check, attack roll, or saving throw it makes. The creature can wait until after it rolls the d20 before deciding to use the Potent Aptitude die, but must decide before the GM says whether the roll succeeds or fails. Once the Potent Aptitude die is rolled, it is lost.

\n

A creature can have only one Potent Aptitude die at a time.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain any expended uses when you finish a long rest.

\n

Your Potent Aptitude die changes when you reach certain levels in this class. The die becomes a d8 at 5th level, a d10 at 10th level, and a d12 at 15th level.

\n

Infuse Item

\n

At 2nd level, you gain the ability to temporarily enhance a weapon or armor. At the end of a long rest, you can touch one unenhanced object that is a suit of armor, a shield, or a simple or martial weapon. Until the end of your next long rest or until you die, the object becomes an enhanced item, granting a +1 bonus to AC if it's armor or a +1 bonus to attack and damage rolls if it's a weapon.

\n

Once you've used this feature, you can't use it again until you finish a long rest.

\n

This bonus increases to +2 at 10th level and +3 at 15th level.

\n

Tool Expertise

\n

Also at 2nd level, you gain expertise in any tool proficiencies you gain from this class.

\n

Engineering Discipline

\n

Starting at 3rd level, you begin to focus on a specific engineering discipline, which is detailed at the end of the class description. Your discipline grants you features at 3rd level and again at 6th, 14th, and 18th level.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can’t increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

Quick Thinking

\n

Beginning when you reach 5th level, you regain all of your expended uses of Potent Aptitude when you finish a short or long rest.

\n

Tech Mastery

\n

At 20th level, your mastery of technology is unrivaled. Your Constitution and Intelligence scores increase by 2. Your maximum for those scores increases by 2.

\n

Additionally, when you roll initiative and have no uses of Potent Aptitude left, you regain one use.

\n
"},"className":{"value":"Engineer"},"atFlavorText":{"value":"

Engineering Disciplines

\n

The wide range of tool applications gives birth to well defined distinctions between different engineering disciplines. Each discipline focuses on maximizing the personal use of a certain tool. Your discipline grants you features at 3rd, 6th, 14th, and 18th level.

\n

@Compendium[sw5e.archetypes.2Cloz2rrPw76ACn0]{Armormech Engineering}

\n

@Compendium[sw5e.archetypes.Mbe9qsurpJ0mb4F2]{Armstech Engineering}

\n

@Compendium[sw5e.archetypes.F3eJbFw1kKde9Zg9]{Artificer Engineering}

\n

@Compendium[sw5e.archetypes.avFn1m9oUpDgKAAF]{Astrotech Engineering}

\n

@Compendium[sw5e.archetypes.UsIUJiNPmFWbEgjK]{Audiotech Engineering}

\n

@Compendium[sw5e.archetypes.uqpzyWm3JoIJlHrb]{Biochem Engineering}

\n

@Compendium[sw5e.archetypes.2yiTq2k7xFpjcLVv]{Biotech Engineering}

\n

@Compendium[sw5e.archetypes.m0oQQxDCTO6nqWnz]{Cybertech Engineering}

\n

@Compendium[sw5e.archetypes.SsvsNMkJX1wW2rs6]{Gadgeteer Engineering}

\n

@Compendium[sw5e.archetypes.KDx2Pjxk4RZQD05d]{Unstable Engineering}

"}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.armorProf.value","value":"lgt","mode":"+","targetSpecific":false,"id":1,"itemId":"XZhWixwwCdFfnhoT","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple blasters","mode":"+","targetSpecific":false,"id":2,"itemId":"XZhWixwwCdFfnhoT","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple vibroweapons","mode":"+","targetSpecific":false,"id":3,"itemId":"XZhWixwwCdFfnhoT","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.toolProf.value","value":"tin","mode":"+","targetSpecific":false,"id":4,"itemId":"XZhWixwwCdFfnhoT","active":false,"_targets":[],"label":"Traits Tool Prof"},{"modSpecKey":"data.abilities.con.proficient","value":"1","mode":"+","targetSpecific":false,"id":5,"itemId":"XZhWixwwCdFfnhoT","active":false,"_targets":[],"label":"Abilities Constitution Proficiency"},{"modSpecKey":"data.abilities.int.proficient","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"XZhWixwwCdFfnhoT","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Classes/Engineer.webp","effects":[]} -{"_id":"O414X0HamnCKpEF5","name":"Consular","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

A twi’lek in black robes steps on a terrified rodian, who scampers away on the ground. Lightning sparks from his fingers, illuminating his red and black tattoos. The rodian’s pleas for mercy fall on deaf ears as the Sith channels his lightning into his failed apprentice, leaving nothing but a charred husk behind.

\n

Sitting cross-legged on a dense patch of grass, a miraluka mystic meditates on the Force. With every breath, the trees sway with a rhythmic breeze. Though she lacks simple vision, she can see the Force as it moves everything around her.

\n

A drably-robed human focuses inward, channeling the Force into the ground around him. Slowly, all the debris within arms reach rises into the air around him; with a flick of his wrist, he clears the air, sending his projectiles to pound on the approaching tank.

\n

Consulars are the supreme wielders of the Force, defined and united by the powers they cast. Drawing on the omnipresent Force that permeates the universe, consulars cast powers of rejuvenating healing and destructive lightning, draining life-force and manipulating minds; the most powerful with the Force can even experience brief glimpses of the future.

\n

Strong with the Force

\n

Refraining from drawing their lightsabers except as a measure of last resort, consulars spend a great deal of time studying the mysteries of the Force. Their knowledge allows them to channel the Force to greater heights, unlocking unrivaled power, and twisting those powers to greater effect.

\n

Sage or Sorcerer

\n

Consulars who follow the light side of the Force, using their powers to better their communities and people, are often called sages, while consulars who fall to the dark side and subjugate or cast aside all in their path are commonly called sorcerers. Alternatively, they may tend toward the middle, refraining from politics and war, spending their time in isolation and study.

\n

While creating your consular, consider your personal philosophy in regards to the Force and its most famous practitioners - the Jedi and the Sith. Are you a member of one of the two orders, or do you walk a different path? Perhaps you were ostracized from your primitive village out of superstition or jealousy. You may have been brutally trained from a young age in the dark side, fueling your innate thirst for power, or perhaps you were trained as a padawan in one of the Jedi temples. How do you treat strangers, and how do they treat you once they know your abilities? What was your family like, or what did you have instead of a family? Do you see the Force as light and dark, or an impartial river of gray?

\n

Quick Build

\n

You can make a consular quickly by following these suggestions. First, make Wisdom or Charisma your highest ability score, followed by Dexterity. Second, choose the @Compendium[sw5e.backgrounds.8WMQJLQ6JqRcTZUc]{Jedi} or @Compendium[sw5e.backgrounds.eOpE0XX7z0jx8lwI]{Sith} background.

","chat":"","unidentified":""},"levelsTable":{"value":"
LevelProficiency BonusFeaturesForce Powers KnownForce PointsMax Power Level
1st+2Forcecasting, Force Recovery841st
2nd+2Force-Empowered Casting, Force Shield981st
3rd+2Consular Tradition, Hidden Force11122nd
4th+2Ability Score Improvement12162nd
5th+3-14203rd
6th+3Tradition feature15243rd
7th+3-17284th
8th+3Ability Score Improvement18324th
9th+4-20365th
10th+4Tradition feature21405th
11th+4-23446th
12th+4Ability Score Improvement24486th
13th+5-26527th
14th+5Tradition feature27567th
15th+5-29608th
16th+5Ability Score Improvement30648th
17th+6-32689th
18th+6Tradition feature33729th
19th+6Ability Score Improvement34769th
20th+6One with the Force35809th
"},"source":"PHB","levels":1,"subclass":"","hitDice":"d6","hitDiceUsed":0,"skills":{"number":2,"choices":[],"value":[]},"spellcasting":"full","attributes":{"spelldc":10},"damage":{"parts":[]},"archetypes":{"value":""},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Consular
LevelProficiency BonusFeaturesForce Powers KnownForce PointsMax Power Level
1st+2Forcecasting, Force Recovery841st
2nd+2Force-Empowered Casting, Force Shield981st
3rd+2Consular Tradition, Hidden Force11122nd
4th+2Ability Score Improvement12162nd
5th+3-14203rd
6th+3Tradition feature15243rd
7th+3-17284th
8th+3Ability Score Improvement18324th
9th+4-20365th
10th+4Tradition feature21405th
11th+4-23446th
12th+4Ability Score Improvement24486th
13th+5-26527th
14th+5Tradition feature27567th
15th+5-29608th
16th+5Ability Score Improvement30648th
17th+6-32689th
18th+6Tradition feature33729th
19th+6Ability Score Improvement34769th
20th+6One with the Force35809th
\n
\n
\n

Class Features

\n

As a Consular, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d6 per Consular level

\n

Hit Points at 1st Level: 6 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d6 (or 4) + your Constitution modifier per consular level after 1st

\n

Proficiencies

\n

Armor: None

\n

Weapons: Simple lightweapons, simple vibroweapons

\n

Tools: None

\n

Saving Throws: Wisdom, Charisma

\n

Skills: Choose two from Deception, Insight, Intimidation, Investigation, Lore, Medicine, and Persuasion.

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) a simple lightweapon or (b) a simple vibroweapon
  • \n
  • (a) a scholar’s pack, (b) an explorer’s pack, or © a diplomat’s pack
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealth using the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Consular5d4 x 100 cr
\n

 

\n

Forcecasting

\n

In your meditations on the force, you have learned powers, fragments of knowledge that imbue you with an abiding force ability. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

Force Powers Known

\n

You learn 8 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the consular class table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

Force Points

\n

You have a number of force points equal to your consular level x 4, as shown in the Force Points column of the consular class table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

Max Power Level

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the consular class table.

\n

You may only cast force powers at 6th, 7th, 8th, and 9th-level once. You regain the ability to do so after a long rest.

\n

Forcecasting Ability

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use your Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. In addition, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n

Force save DC = 8 + your proficiency bonus + your forcecasting ability modifier

\n

Force attack modifier = your proficiency bonus + your forcecasting ability modifier

\n

Force Recovery

\n

Also at 1st level, you have learned to regain some of your energy by briefly meditating. When you finish a short rest, you can regain a number of force points equal to half your consular level (rounded down) + your Wisdom or Charisma modifier (your choice, minimum of one). Once you’ve used this feature, you must complete a long rest before you can use it again.

\n

Force-Empowered Casting

\n

At 2nd level, you gain the ability to twist your powers to suit your needs. When you cast a force power, you can expend additional force points to modify the power. You gain two of the following Empowerment options of your choice. You gain another one at 10th and 17th level.

\n

You can use only one Empowerment option on a power when you cast it, unless otherwise noted.

\n

Careful Power

\n

When you cast a power that forces other creatures to make a saving throw, you can protect some of those creatures from the power’s full force. To do so, you spend 1 additional force point and choose a number of those creatures up to your Wisdom or Charisma modifier (your choice, minimum of one). A chosen creature automatically succeeds on its saving throw against the power.

\n

Distant Power

\n

When you cast a power that has a range of 5 feet or greater, you can spend 1 additional force point to double the range of the power.

\n

When you cast a power that has a range of touch, you can spend 1 additional force point to make the range of the power 30 feet.

\n

Extended Power

\n

When you cast a power that has a duration of 1 minute or longer, you can spend 1 additional force point to double its duration, to a maximum duration of 24 hours.

\n

Heightened Power

\n

When you cast a power that forces a creature to make a saving throw to resist its effects, you can spend 3 additional force points to give one target of the power disadvantage on its first saving throw made against the power.

\n

Improved Power

\n

When you roll damage for a power, you can spend 1 additional force point to reroll a number of the damage dice up to your Wisdom or Charisma modifier (your choice, minimum of one). You must use the new rolls.

\n

You can use Improved Power even if you have already used a different Empowerment option during the casting of the power.

\n

Lingering Power

\n

When you cast a power that requires concentration to maintain you can choose to spend 3 additional force points. If you do, when you lose concentration on the power, the power will not end until the end of your next turn.

\n

Pinpoint Power

\n

When you cast a power that allows you to force creatures in an area to make a saving throw you can instead spend 1 force point and make a ranged force attack against a single target that would be in the range. On a hit the target suffers the effects as though they failed their saving throw.

\n

Quickened Power

\n

When you cast a power that has a casting time of 1 action, you can spend 2 additional force points to change the casting time to 1 bonus action for this casting.

\n

Refocused Power

\n

When you are forced to make a Constitution saving throw to maintain concentration on a power you can use your reaction and spend 2 force points to automatically succeed on the saving throw. You can use this option even if you have already used a different Empowerment option during the casting of the power.

\n

Twinned Power

\n

When you cast a power that targets only one creature and doesn’t have a range of self, you can spend a number of additional force points equal to the power’s level to target a second creature in range with the same power (1 force point if the power is at-will).

\n

Force Shield

\n

Also at 2nd level, you learn how to defend yourself purely through your strength with the Force. When you are hit by an attack, you can use your reaction to shroud yourself in Force energy. Until the start of your next turn, you have a bonus to AC equal to your Wisdom or Charisma modifier (your choice, a minimum of +1). This includes the triggering attack.

\n

You can use this feature twice. You gain an additional use at 5th, 11th, and 17th level in this class. You regain all expended uses when you finish a long rest.

\n

Force Affinity

\n

When you reach 3rd level, you've developed an affinity for one of the three aspects of the Force: the Ashla, the Bendu, or the Bogan. Choose one from the following:

\n

Ashla

\n

When you successfully cast a light side power, either your or the target's (your choice) hit point maximum and current hit points increase by an amount equal to the power’s level. This effect lasts for 1 minute. You can only have one instance of this effect active at a time.

\n

Bendu

\n

You can add both your Wisdom and Charisma modifier to your maximum number of force points, instead of just one.

\n

Bogan

\n

When you roll a 1 on a damage die for a dark side power, you can reroll the die and must use the new roll, even if the new roll is a 1.

\n

Consular Tradition

\n

When you reach 3rd level, you choose a consular tradition, which is detailed at the end of the class description. Your choice grants you features at 3rd level and again at 6th, 10th, 14th, and 18th level.

\n

Hidden Force

\n

Also at 3rd level, you learn how to conceal the casting of your force powers. When you cast a force power, you can choose to conceal the presence of that casting from others. A creature that sees you cast the force power can make an Investigation (Intelligence) check against your universal force save DC. On a success, they can determine that you used the Force in some way. If a creature has the force sight force power active, they automatically succeed on this check. A creature that can not see you automatically fails this check.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can’t increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

One with the Force

\n

At 20th level, your attunement to the Force is absolute. Your Wisdom or Charisma score increases by 4, and your maximum for this score increases by 4. Additionally, you gain mastery over a single force power, and can cast it with little effort. Choose one 3rd-level force power that you know as your signature power. You can cast it once at 3rd level without expending force points. When you do so, you can’t do so again until you finish a short or long rest.

\n

If you want to cast it at a higher level, you must expend force points as normal.

"},"className":{"value":"Consular"},"atFlavorText":{"value":"

Consular Traditions

\n

Different consulars select different traditions, called Ways, to follow as they hone their powers. Your tradition grants you features at 3rd, 6th, 10th, 14th, and 18th level.

\n

@Compendium[sw5e.archetypes.kqAxtz1x4ydhppPG]{Way of Balance}

\n

@Compendium[sw5e.archetypes.Lz0gdQ5ou3k5E7Fo]{Way of Confluence}

\n

@Compendium[sw5e.archetypes.Y1JjyA1CuOSRCjAb]{Way of Endurance}

\n

@Compendium[sw5e.archetypes.e1tObWwWnq5gt9zE]{Way of Lightning}

\n

@Compendium[sw5e.archetypes.q208WP2Lacp7dG6v]{Way of Manipulation}

\n

@Compendium[sw5e.archetypes.6JrXY2jDqQiuuUGq]{Way of Negation}

\n

@Compendium[sw5e.archetypes.FLN1Vqb53UECBMVu]{Way of the Sage}

\n

@Compendium[sw5e.archetypes.12fYGPcLSITUYHMK]{Way of the Seer}

\n

@Compendium[sw5e.archetypes.Wdi8eckrcxpxQL3p]{Way of Suggestion}

\n

@Compendium[sw5e.archetypes.oYAXrbXaFVAoGDLM]{Way of Technology}

\n

@Compendium[sw5e.archetypes.r7BKY5yWig2vhW5i]{Way of Telekinetics}

"}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.weaponProf.custom","value":"simple lightweapons","mode":"+","targetSpecific":false,"id":1,"itemId":"O414X0HamnCKpEF5","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple vibroweapons","mode":"+","targetSpecific":false,"id":2,"itemId":"O414X0HamnCKpEF5","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.abilities.cha.proficient","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"O414X0HamnCKpEF5","active":false,"_targets":[],"label":"Abilities Charisma Proficiency"},{"modSpecKey":"data.abilities.wis.proficient","value":"1","mode":"+","targetSpecific":false,"id":4,"itemId":"O414X0HamnCKpEF5","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Classes/Consular.webp","effects":[]} -{"_id":"wekZnR9jIMVn4Gfq","name":"Monk","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

Her vibrostaff a blur as they deflect an incoming hail of blaster bolts, a human springs over a barricade and throws herself into the massed ranks of pirates on the other side. She whirls among them, knocking their blows aside and sending them reeling, until at last she stands alone.

\n

Taking a deep breath, a zabrak covered in tattoos settles into a battle stance. As the first charging mercenaries reach him, he exhales and a blast of negative energy courses from his hands, engulfing his foes.

\n

Moving with the silence of the night, a black-clad mirialan steps into a shadow beneath an arch and nimbly climbs to the balcony a stone’s throw above her. She slides her blade free of its cloth-wrapped scabbard and peers through the open window at the warlord, so vulnerable in the grip of sleep.

\n

Whatever their discipline, monks are united in their ability to harness the energy that flows in their bodies. Whether channeled as a striking display of combat prowess or a subtler focus of defensive ability and speed, this energy infuses all that a monk does.

\n

The Power of Focus

\n

Monks make careful study of a mystical energy that most monastic orders call focus. This energy is an element of the power that suffuses the galaxy—specifically, the element that flows through living bodies. Monks harness this energy within themselves to create powerful effects and exceed their bodies’ physical capabilities, and some of their special attacks can hinder the flow of focus in their opponents. Using this energy, monks channel uncanny speed and strength into their unarmed strikes. As they gain experience, their martial training and their mastery of focus gives them more power over their bodies and the bodies of their foes.

\n

Training and Asceticism

\n

Most monks live entirely apart from the surrounding population, secluded from anything that might impede their spiritual progress. Others are sworn to isolation, emerging only to serve as spies or assassins at the command of their leader, a noble patron, or some other power.

\n

The majority of monks don’t shun their neighbors, making frequent visits to nearby towns or villages and exchanging their service for food and other goods. As versatile warriors, monks often end up protecting their neighbors from monsters or brigands.

\n

For a monk, becoming an adventurer means leaving a structured, communal lifestyle to become a wanderer. This can be a harsh transition, and monks don’t undertake it lightly. Those who leave their cloisters take their work seriously, approaching their adventures as personal tests of their physical and spiritual growth.

\n

As you make your monk character, think about your connection to the monastery where you learned your skills and spent your formative years. Were you an orphan or a child left on the monastery's threshold? Did your parents promise you to the monastery in gratitude for a service performed by the monks? Did you enter this secluded life to hide from a crime you committed? Or did you choose the monastic life for yourself? Consider why you left. Did the head of your monastery choose you for a particularly important mission beyond the cloister? Perhaps you were cast out because of some violation of the community's rules. Did you dread leaving, or were you happy to go? Is there something you hope to accomplish outside the monastery? Are you eager to return to your home? As a result of the structured life of a monastic community and the discipline required to harness focus, monks are typically lawful in alignment.

\n

Quick Build

\n

You can make a monk quickly by following these suggestions. First, make Dexterity your highest ability score, followed by Wisdom. Second, choose the @Compendium[sw5e.backgrounds.db.uIAswoyitMSQjwU6]{Agent} background.

","chat":"","unidentified":""},"source":"PHB","levels":1,"subclass":"","hitDice":"d8","hitDiceUsed":0,"skills":{"number":2,"choices":[],"value":[]},"spellcasting":"none","attributes":{"spelldc":10},"damage":{"parts":[]},"archetypes":{"value":""},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"levelsTable":{"value":"

Test

"},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Monk
LevelProficiency BonusFeaturesMartial ArtsFocus PointsMonastic VowsUnarmored Movement
1st+2Martial Arts, Unarmored Defensed4---
2nd+2Focus, Monastic Vowsd422-
3rd+2Unarmored Movement, Deflect Missiles, Monastic Orderd432+10 ft.
4th+2Ability Score Improvement, Slow Falld442+10 ft.
5th+3Extra Attack, Stunning Striked652+15 ft.
6th+3Enhanced Strikes, Monastic Order featured662+15 ft.
7th+3Evasion, Stillness of Mindd673+15 ft.
8th+3Ability Score Improvementd683+15 ft.
9th+4Unarmored Movement Improvementd893+20 ft.
10th+4Ability Score Improvementd8103+20 ft.
11th+4Monastic Order featured8113+20 ft.
12th+4Ability Score Improvementd8123+20 ft.
13th+5Purity of Bodyd10134+25 ft.
14th+5Diamond Sould10144+25 ft.
15th+5Timeless Vesseld10154+25 ft.
16th+5Ability Score Improvementd10164+25 ft.
17th+6Monastic Order featured12175+30 ft.
18th+6Empty Bodyd12185+30 ft.
19th+6Ability Score Improvementd12195+30 ft.
20th+6Perfect Selfd12205+30 ft.
\n
\n
\n

Class Features

\n

As a Monk, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d8 per Monk level

\n

Hit Points at 1st Level: 8 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d8 (or 5) + your Constitution modifier per monk level after 1st

\n

Proficiencies

\n

Armor: None

\n

Weapons: Simple blasters, simple vibroweapons, chakrams, techblades

\n

Tools: None

\n

Saving Throws: Strength, Dexterity

\n

Skills: Choose two from Acrobatics, Athletics, Insight, Lore, Perception, and Stealth

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) a chakram, (b) a techblade, (c) a simple vibroweapon, or (d) a simple blaster and a power cell
  • \n
  • (a) a dungeoneer’s pack or (b) an explorer’s pack
  • \n
  • 10 vibrodarts
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealth using the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Monk4d4 x 100 cr
\n

 

\n

Martial Arts

\n

Beginning at 1st level, your practice of martial arts gives you mastery of combat styles that use unarmed strikes and monk weapons, which are chakrams, techblades, and any simple vibroweapons that don’t have the two-handed property.

\n

You gain the following benefits while you are unarmed or wielding only monk weapons and you aren't wearing armor or wielding a shield:

\n
    \n
  • You can use Dexterity instead of Strength for the attack and damage rolls of your unarmed strikes and monk weapons. You must use the same modifier for both rolls.
  • \n
  • You can roll a d4 in place of the normal damage of your unarmed strike or monk weapon. This die changes as you gain monk levels, as shown in the Martial Arts column of the Monk table.
  • \n
  • You can use Dexterity instead of Strength whenever you would make a Strength (Athletics) check to grapple, shove, or trip a creature.
  • \n
  • When you use the Attack action with an unarmed strike or a monk weapon on your turn, you can make one unarmed strike as a bonus action.
  • \n
  • You can take the Dash and Disengage actions as a bonus action.
  • \n
\n
\n

Variant: Monks with Lightweapons
If monks gain lightweapon proficiency, consider letting them use lightweapons as monk weapons, provided the lightweapon has a vibroweapon analogue. For instance, chakrams count as monk weapons. If a monk gains proficiency in a light ring, they could also use it as a monk weapon.

\n
\n

Unarmored Defense

\n

Also at 1st level, while you are wearing no armor and not wielding a shield, your AC equals 10 + your Dexterity modifier + your Wisdom or Charisma modifier (your choice).

\n

Focus

\n

Starting at 2nd level, your training allows you to harness the mystic energy of focus. Your access to this energy is represented by a number of focus points. Your monk level determines the number of points you have, as shown in the Focus Points column of the Monk table.

\n

You can spend these points to fuel various focus features. You start knowing three such features: Flurry of Blows, Patient Defense, and Step of the Wind. You learn more focus features as you gain levels in this class.

\n

When you spend a focus point, it is unavailable until you finish a short or long rest, at the end of which you draw all of your expended focus back into yourself. You must spend at least 30 minutes of the rest meditating to regain your focus points.

\n

You use your choice of Wisdom or Charisma for your focus ability. You use the chosen ability modifier whenever a feature refers to your focus ability. Additionally, you use the chosen ability modifier when making an attack with a focus feature or setting the saving throw DC for one.

\n

Focus save DC = 8 + your proficiency bonus + your Wisdom or Charisma modifier (your choice)

\n

Focus attack modifier = your proficiency bonus + your Wisdom or Charisma modifier (your choice)

\n

Flurry of Blows

\n

When you make your Martial Arts bonus action unarmed strike, you can spend 1 focus point to make an additional unarmed strike (no action required). At 11th level, you can instead spend 2 focus points to make two additional unarmed strikes.

\n

Patient Defense

\n

When you use your bonus action to Disengage, you can spend 1 focus point to also Dodge (no action required). At 11th level, you can instead spend 2 focus points to Dodge and gain an additional reaction until the start of your next turn. You can only take one reaction per turn.

\n

Step of the Wind

\n

When you use your bonus action to Dash, you can spend 1 focus point to double your jump distance for the turn. At 11th level, you can instead spend 2 focus points to gain a flying speed equal to your walking speed until the end of your turn, though you fall if you end your speed in the air and nothing else is holding you aloft.

\n

Monastic Vows

\n

Also at 2nd level, you’ve sworn two vows, as detailed at the end of the class description. You swear an additional vow at 7th, 13th, and 17th level.

\n

Unarmored Movement

\n

Starting at 3rd level, your speed increases by 10 feet while you are not wearing armor or wielding a shield. This bonus increases when you reach certain monk levels, as shown in the Unarmored Movement column of the monk table.

\n

At 9th level, you gain the ability to move along vertical surfaces and across liquids on your turn without falling during the move.

\n

Deflect Missiles

\n

Also at 3rd level, you can use your reaction to deflect a projectile when you are hit by a ranged weapon attack. When you do so, the damage you take from the attack is reduced by 1d10 + your Dexterity modifier + your monk level.

\n

If you reduce the damage to 0, and the damage is energy or ion, you can redirect it at another target if you have a weapon capable of doing so. You can spend 1 focus point to make a ranged attack as you deflect the projectile, as part of the same reaction. You make this attack with proficiency, regardless of your weapon proficiencies, and the projectile counts as a monk weapon for the attack.

\n

Monastic Order

\n

Lastly at 3rd level, you commit yourself to one a monastic order, which is detailed at the end of the class description. Your order grants you features at 3rd level and again at 6th, 11th, and 17th level.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can’t increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

Slow Fall

\n

Beginning at 4th level, you can use your reaction when you fall to reduce any falling damage you take by an amount equal to five times your monk level.

\n

Extra Attack

\n

Beginning at 5th level, you can attack twice, instead of once, whenever you take the Attack action on your turn.

\n

Stunning Strike

\n

Starting at 5th level, you can interfere with an opponent's body. When you hit another creature with a melee weapon attack, you can spend 1 focus point to attempt a stunning strike. The target must succeed on a Constitution saving throw or be stunned until the end of your next turn.

\n

Enhanced Strikes

\n

Starting at 6th level, your unarmed strikes count as enhanced for the purpose of overcoming resistance and immunity to unenhanced attacks and damage.

\n

Evasion

\n

At 7th level, your instinctive agility lets you dodge out of the way of certain area effects. When you are subjected to an effect, such as a consular's force storm or an engineer's explosion, that allows you to make a Dexterity saving throw to take only half damage, you instead take no damage if you succeed on a saving throw, and only half damage if you fail.

\n

Stillness of Mind

\n

Starting at 7th level, you can use your action to end one effect on yourself that is causing you to be charmed or frightened.

\n

Purity of Body

\n

Starting at 13th level, your mastery of the focus flowing through you makes you immune to disease and poison and resistant to poison damage.

\n

Diamond Soul

\n

Beginning at 14th level, your mastery of focus grants you proficiency in all saving throws. Additionally, whenever you make a saving throw and fail, you can spend 1 focus point to reroll it and take the second result.

\n

Timeless Vessel

\n

At 15th level, your focus sustains you so that you suffer none of the frailty of old age, and you can't be aged abnormally. You can still die of old age, however. Additionally, when you complete a short rest, you can expend a Hit Die to remove 1 level of exhaustion or slowed.

\n

Empty Body

\n

Beginning at 18th level, you can use your action to spend 4 focus points to become invisible for 1 minute. During that time, you also have resistance to all damage but force damage.

\n

Perfect Self

\n

At 20th level, you've gained perfect control over your body. Your Dexterity and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for those scores increases by 2. Additionally, when you roll for initiative and have fewer than 6 focus points remaining, you regain up to 6 focus points.

\n

Monastic Vows

\n

The vows are presented in alphabetical order. If a vow has prerequisites, you must meet them to learn it. You can learn a vow at the same time you meet its prerequisites.

\n

Vow of Deflection

\n

You can use your reaction to divert a strike when you are dealt damage by a melee weapon attack. When you do so, the damage taken by the attack is reduced by 1d10 + your Dexterity modifier + your monk level.

\n

Vow of the Devoted

\n

You gain a limited ability to manipulate the Force. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

Force Powers Known. You learn 2 force powers of your choice. You learn an additional power at 3rd, 5th, 7th, 9th, 11th, 13th, 15th, and 17th level. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite. You may only learn universal powers in this way.

\n

Force Points. Rather than force points, powers you learn through this vow are cast using your focus points, at 1 focus point per power level. You may only cast universal powers in this way.

\n

Max Power Level. Many force powers can be overpowered, consuming more focus points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels. Your Max Power Level is 1st. It increases to 2nd at 7th level, 3rd at 13th level, and 4th at 17th level. You may only cast force powers at 4th-level once. You regain the ability to do so after a long rest.

\n

Forcecasting Ability. You use your focus ability whenever a power refers to your forcecasting ability. If a power you cast with focus points calls for a saving throw, you use your focus save DC. If a power you cast with focus points calls for an attack roll, you use your focus attack modifier.

\n

Vow of Fate

\n

Prerequisite: 7th level
When you finish a short or long rest, roll a d20 and record the number rolled. Once before your next short or long rest, you can replace any attack roll, saving throw, or ability check made by you or a creature within 5 feet of you with this roll. You must choose to do so before the roll.

\n

Vow of the Fighter

\n

You adopt a particular style of fighting as your specialty. Choose one of the fighting Style options, detailed in Chapter 6. You can’t take a fighting Style option more than once, even if you later get to choose again.

\n

Vow of Fortitude

\n

Prerequisite: 7th level
You can use your action or bonus action to end one effect on yourself that is causing you to be blinded or deafened.

\n

Vow of Freedom

\n

You ignore unenhanced difficult terrain, and when you would use your action to break free of an effect that is grappling or restraining you, you can instead use your bonus action.

\n

Vow of Intuition

\n

You can no longer have disadvantage on attack rolls against creatures within 10 feet of you due to not being able to see them.

\n

Vow of the Limber

\n

Prerequisite: 7th level
When you make your first unarmed strike on your turn, you can choose to spend 1 focus point. If you do so, your reach with your unarmed strikes increases by 5 feet until the end of your turn.

\n

Vow of Mettle

\n

You can use Strength instead of Wisdom or Charisma when determining your Unarmored Defense.

\n

Vow of the Mortal

\n

You can use Constitution instead of Wisdom or Charisma when determining your Unarmored Defense.

\n

Vow of the Nemesis

\n

Prerequisite: 13th level
As a bonus action, you can choose one creature within 30 feet that you can see. The creature must make a Wisdom saving throw against your focus save DC. On a successful save, the creature becomes immune to this feature for 24 hours. On a failed save, for the next minute, the creature has disadvantage on attack rolls against creatures other than you, and it must make an additional Wisdom saving throw each time it attempts to move to a space that is more than 30 feet away from you; if it succeeds on this saving throw, this feature doesn't restrict its movement for that turn.

\n

This feature ends early if you attack another creature, if you target another hostile creature with a power or class feature, if a friendly creature damages the target, if a friendly creature targets it with a power or class feature, or if you target another creature with this feature.

\n

Vow of the Open Mind

\n

You gain proficiency in a skill of your choice. Additionally, you can spend 1 focus point and 10 minutes meditating on a skill in which you are proficient. If you do so, when you make an ability check with the chosen skill, you can add your Wisdom or Charisma modifier to the check if it doesn’t already include that modifier. You can only have one instance of this feature active at a time.

\n

Vow of Precision

\n

Prerequisite: 13th level
Your critical hit range with unarmed strikes increases by 1.

\n

Vow of Requital

\n

Prerequisite: 13th level
When you take the Dodge action and an attack made by a creature within 5 feet of you misses you before the start of your next turn, you can use your reaction to make one melee weapon attack with a monk weapon or unarmed strike against that creature.

\n

Vow of Restoration

\n

When you would make an unarmed strike, you can spend 1 focus point to instead touch a willing creature within your reach. Roll your Martial Arts die. The target gains hit points equal to the amount rolled + your Wisdom or Charisma modifier (your choice, minimum of +1).

\n

Vow of the Sentry

\n

You gain proficiency in light and medium armor. Additionally, you can now gain the benefits of your Martial Arts and Unarmored Movement features while wearing light or medium armor as long as you are not wielding a shield.

\n

Vow of Serenity

\n

Your maximum focus increases by an amount equal to half your Wisdom or Charisma modifier (your choice, rounded up, minimum of +1).

\n

Vow of the Shrewd

\n

You can use Intelligence instead of Wisdom or Charisma when determining your Unarmored Defense.

\n

Vow of Spirit

\n

You can use your choice of Wisdom or Charisma instead of Strength or Dexterity for the attack and damage rolls of your unarmed strikes and monk weapons. You must use the same modifier for both rolls.

\n

Vow of the Versatile

\n

When you would make an unarmed strike as part of your Martial Arts bonus action attack or your Flurry of Blows, you can instead make a weapon attack with a monk weapon you are wielding.

"},"className":{"value":"Monk"},"atFlavorText":{"value":"

Monastic Orders

\n

Orders of monastic pursuit are common in the locales scattered across the galaxy. Each order is based in a specific culture and is mutually exclusive, despite relying on the same basic techniques. Your order grants you features at 3rd, 6th, 11th, and 17th level.

\n

@Compendium[sw5e.archetypes.f6laKRexQAH7Oa3b]{Aing-Tii Order}

\n

@Compendium[sw5e.archetypes.5ZfztAWnxh7mqTL7]{Crimson Order}

\n

@Compendium[sw5e.archetypes.0s8yk4E0Kneqe4zt]{Echani Order}

\n

@Compendium[sw5e.archetypes.PoyYtrej7B5BZRRG]{Jal Shey Order}

\n

@Compendium[sw5e.archetypes.MorU2Jy5yx77N9QO]{Kage Order}

\n

@Compendium[sw5e.archetypes.Vtk1Pw4AILqZk27u]{Kyuzo Order}

\n

@Compendium[sw5e.archetypes.taNiZralaSUdH6a2]{Matukai Order}

\n

@Compendium[sw5e.archetypes.igjYYoVyL95UNC0c]{Nightsister Order}

\n

@Compendium[sw5e.archetypes.OPVska67MO0Zauct]{Trickster Order}

\n

@Compendium[sw5e.archetypes.gbP89R34SpttnfPb]{Whills Order}

"}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.weaponProf.custom","value":"simple blasters","mode":"+","targetSpecific":false,"id":1,"itemId":"wekZnR9jIMVn4Gfq","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple vibroweapons","mode":"+","targetSpecific":false,"id":2,"itemId":"wekZnR9jIMVn4Gfq","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"chakrams","mode":"+","targetSpecific":false,"id":3,"itemId":"wekZnR9jIMVn4Gfq","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"techblades","mode":"+","targetSpecific":false,"id":4,"itemId":"wekZnR9jIMVn4Gfq","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.abilities.str.proficient","value":"1","mode":"+","targetSpecific":false,"id":5,"itemId":"wekZnR9jIMVn4Gfq","active":false,"_targets":[],"label":"Abilities Strength Proficiency"},{"modSpecKey":"data.abilities.dex.proficient","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"wekZnR9jIMVn4Gfq","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Classes/Monk.webp","effects":[]} +{"_id":"1KSGcLL9HvLEkanx","name":"Sentinel","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

Clad in black robes, the rattataki pulls his hood forward and steps into the shadowy alcove, only to reappear further down the hall. As his quarry walks past, he presses the hilt of his lightsaber to the back of their head, quickly toggling it on-and-off. He is gone before the corpse hits the ground.

\n

The togruta dashes across the battlefield, doublesaber deflecting blaster shots to the ground. She pulls her wounded padawan to her feet, and guides her away from the warzone.

\n

Green-bladed lightsaber a blur, the cathar ferociously presses the attack. With each strike, she guides her opponent closer to the ravine’s edge. A flurry of blows followed by a quick force push and her foe tumbles over the edge.

\n

Sentinels are the masters of blending force powers with weapon attacks. They weave the two together so expertly that their foes have trouble predicting them.

\n

The Middle of the Road

\n

The sentinel uses stealth and subterfuge to accomplish the will of the Force. Where the consular focuses on mastery of the Force and the guardian focuses on the mastery of the lightsaber, the sentinel focuses on merging the two.

\n

Solitary Action

\n

Sentinels are notoriously independent, most comfortable acting alone and without backup; where some use a team to make up for their weaknesses, the sentinel uses the Force to overcome theirs. While some take this independent streak to the extreme, they are usually accepting of authority, as long as they are allowed to carry out directions using their preferred methods.

\n

While creating your sentinel, consider your personal philosophy in regards to the Force and its most famous practitioners - the Jedi and the Sith. Are you a member of one of the two orders, or do you walk a different path? Are you an operative tapping into a latent Force-sensitivity? Were you trained in the force from a young age, or did you discover it as an adult? How do you treat those weaker than you? What was your family like? Do you see the Force as light and dark, or an impartial river of gray?

\n

Quick Build

\n

You can make a sentinel quickly by following these suggestions. First, make Dexterity your highest ability score, followed by Wisdom or Charisma. Second, choose the @Compendium[sw5e.backgrounds.8WMQJLQ6JqRcTZUc]{Jedi} or @Compendium[sw5e.backgrounds.eOpE0XX7z0jx8lwI]{Sith} background.

","chat":"","unidentified":""},"source":"PHB","levels":1,"archetype":"","hitDice":"d8","hitDiceUsed":0,"skills":{"number":3,"choices":[],"value":[]},"spellcasting":"full","attributes":{"spelldc":10},"damage":{"parts":[]},"archetypes":{"value":""},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"levelsTable":{"value":"

Test

"},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Sentinel
LevelProficiency BonusFeaturesForce Powers KnownForce PointsMax Power LevelKinetic Combat
1st+2Forcecasting, Led by the Force731st-
2nd+2Force-Empowered Self, Sentinel Ideals961std4
3rd+2Sentinel Calling1192ndd4
4th+2Ability Score Improvement13122ndd4
5th+3Extra Attack15152ndd6
6th+3Sentinel Ideals (three ideals)17183rdd6
7th+3Calling feature18213rdd6
8th+3Ability Score Improvement19243rdd6
9th+4Sentinel Ideals (three manifestations)21274thd8
10th+4Battle Readiness22304thd8
11th+4Sentinel Ideals (four ideals)24335thd8
12th+4Ability Score Improvement25365thd8
13th+5Calling feature26395thd10
14th+5-28426thd10
15th+5Enlightened Evasion29456thd10
16th+5Ability Score Improvement30486thd10
17th+6Sentinel Ideals (four manifestations)32517thd12
18th+6Calling feature33547thd12
19th+6Ability Score Improvement34577thd12
20th+6Center of the Force35607thd12
\n
\n
\n

Class Features

\n

As a Sentinel, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d8 per Sentinel level

\n

Hit Points at 1st Level: 8 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d8 (or 5) + your Constitution modifier per sentinel level after 1st

\n

Proficiencies

\n

Armor: Light armor

\n

Weapons: Simple vibroweapons, simple lightweapons, chakram, doubleblade, doublesaber, doubleshoto, doublesword, hidden blade, lightfoil, light ring, saberwhip, vibrorapier, vibrowhip

\n

Tools: One specialist's kit of your choice

\n

Saving Throws: Dexterity, Charisma

\n

Skills: Choose three from Acrobatics, Animal Handling, Insight, Intimidation, Perception, Persuasion, Piloting, Stealth, and Technology

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) two simple lightweapons or vibroweapons or (b) one martial lightweapon or vibroweapon with which you are proficient
  • \n
  • (a) a dungeoneer’s pack or (b) an explorer’s pack
  • \n
  • (a) a demolitions kit, (b) a security kit, or (c) a slicer’s kit
  • \n
  • a combat suit and a light physical shield
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealth using the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Sentinel1,000 + 3d4 x 100 cr
\n

Forcecasting

\n

Beginning at 1st level, In your meditations on the force, you have learned powers, fragments of knowledge that imbue you with an abiding force ability. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

Force Powers Known

\n

You learn 7 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the sentinel class table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

Force Points

\n

You have a number of force points equal to your sentinel level x 3, as shown in the Force Points column of the sentinel class table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

Max Power Level

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the sentinel class table.

\n

You may only cast force powers at 5th, 6th, and 7th-level once. You regain the ability to do so after a long rest.

\n

Forcecasting Ability

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use your Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. In addition, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n

Force save DC = 8 + your proficiency bonus + your forcecasting ability modifier

\n

Force attack modifier = your proficiency bonus + your forcecasting ability modifier

\n

Led by the Force

\n

Also at 1st level, you can add half your proficiency bonus, rounded down, to any ability check you make that doesn’t already include your proficiency bonus.

\n

Force-Empowered Self

\n

Starting at 2nd level, your training allows you to harness the mystical energy of the Force throughout your body. When you hit a creature with a melee weapon attack, you can spend 1 force point to use a Force-Empowered Self effect. Each effect uses a d4, which changes as you gain sentinel levels, as shown in the Kinetic Combat column of the sentinel table. You have three such effects: Deflection, Double Strike, and Slow Time. You can only use each effect once per turn, and you can only use one effect per hit.

\n

Deflection

\n

You can roll a Kinetic Combat die and add it to your AC against one attack before the start of your next turn.

\n

Double Strike

\n

You can roll a Kinetic Combat die and deal additional damage equal to the amount rolled.

\n

Slow Time

\n

You can roll a Kinetic Combat die to increase your speed by 5 x the amount rolled until the end of your turn.

\n

Sentinel Ideals

\n

Also at 2nd level, you adopt ideals that exemplify your bond with the Force. You adopt two ideals of your choice, as detailed at the end of the class description. You adopt an additional ideal at 6th and 11th level. When you manifest your Sentinel Ideals, you choose which effect to create.

\n

You can manifest your ideals twice. You gain an additional use at 9th and 17th level. You regain all expended uses when you finish a long rest.

\n

Sentinel Calling

\n

When you reach 3rd level, you choose a sentinel calling, which is detailed at the end of the class description. Your calling grants you features at 3rd level and again at 7th, 13th, and 18th level.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can’t increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

Extra Attack

\n

At 5th level, you can attack twice, instead of once, whenever you take the Attack action on your turn.

\n

Battle Readiness

\n

Starting at 10th level, you have fully learned how to meld your physical self with the Force. When you take the Dodge or Disengage actions, or use your action to cast a force power, you can make one melee weapon attack as a bonus action.

\n

Enlightened Evasion

\n

When you reach 15th level, when you are subjected to a damage-dealing effect that forces you to make a saving throw, you can spend 2 force points to add your Wisdom or Charisma modifier (your choice, minimum of one) to the saving throw if doesn’t already include that modifier. If you do so, you instead take no damage if you succeed on the saving throw, and only half damage if you fail. You can wait until after you roll the d20 to use this feature, but you must decide before the GM says whether the roll succeeds or fails.

\n

Center of the Force

\n

At 20th level, you are perfectly centered with the Force. Your Dexterity and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for those scores increases by 2.

\n

Additionally, once per turn, when you would roll a Kinetic Combat die, you can instead choose the maximum.

\n

Sentinel Ideals

\n

The ideals are presented in alphabetical order. You can’t benefit from a Sentinel Ideal option more than once, even if you later get to choose again.

\n

Ideal of the Agile

\n

You gain a swimming speed and a climbing speed equal to your walking speed. When you make a long jump, you can cover a number of feet up to twice your Wisdom or Charisma score (your choice). When you make a high jump, you can leap a number of feet up into the air equal to 3 + twice your Wisdom or Charisma modifier (your choice).

\n

Additionally, as a bonus action, you can manifest this ideal in a brief surge of energy. For the next minute, opportunity attacks against you are made with disadvantage.

\n

Ideal of the Artisan

\n

Choose one of your skill or tool proficiencies. When you make an ability check with the chosen skill or tool, you can add half your Wisdom or Charisma modifier (your choice, minimum of one) to any check you make that doesn’t already include that modifier.

\n

Additionally, as an action, you can manifest this ideal in a brief surge of energy. For the next 10 minutes, the bonus increases to your Wisdom or Charisma modifier, and you can choose a second skill or tool to extend this feature to.

\n

Ideal of the Contender

\n

You can use Dexterity instead of Strength for the attack and damage rolls of your unarmed strikes, and your unarmed strike damage increases by one step (from 1 to d4, d4 to d6, or d6 to d8).

\n

Additionally, as a bonus action, you can manifest this ideal in a brief surge of energy. For the next minute, your unarmed strikes count as enhanced for the purpose of overcoming resistance and immunity to unenhanced attacks and damage, and you can use your Wisdom or Charisma modifier (your choice) instead of Strength for checks made to grapple a target or escape a grapple.

\n

Ideal of the Fighter

\n

You adopt a particular style of fighting as your specialty. Choose one of the fighting style options, detailed in Chapter 6. You can’t take a fighting style option more than once, even if you later get to choose again.

\n

Additionally, as a bonus action, you can manifest this ideal in a brief surge of energy. For the next minute, you know the fighting mastery that corresponds with the fighting style you chose with this feature. If you already know that fighting mastery, you instead learn another of your choice for the duration.

\n

Ideal of the Hunter

\n

You gain darkvision out to a range of 60 feet. If you already have darkvision, this ideal increases its range by 30 feet.

\n

Additionally, as a bonus action, you can manifest this ideal in a brief surge of energy. For the next minute, you can see normally in enhanced darkness, and you gain blindsight to 10 feet.

\n

Ideal of the Steadfast

\n

When you would make a melee weapon attack roll, you can instead force the target to make a Dexterity saving throw (DC = 8 + your proficiency bonus + your Strength or Dexterity modifier + any bonuses to melee weapon attack rolls). If you would have advantage on your attack roll, the creature instead has disadvantage on their saving throw. On a failed save, the target takes normal weapon damage and is subjected to any additional effects that would occur on a hit.

\n

Additionally, as a bonus action, you can manifest this ideal in a brief surge of energy. For the next minute, when a creature succeeds on the saving throw, they take half the normal weapon damage, and when a creature rolls a 1 on the saving throw, they take damage as if suffering a critical hit.

\n

Ideal of the Titan

\n

You gain proficiency in medium armor.

\n

Additionally, as a bonus action, you can manifest this ideal in a brief surge of energy. For the next minute, you have advantage on ability checks and attack rolls that would forcefully move another creature, and the distance they would be moved increases by 5 feet.

\n

Ideal of the Tranquil

\n

When you finish a short or long rest, you gain a number of temporary force points equal to half your Wisdom or Charisma modifier (rounded up, your choice, minimum of one). When you would spend a force point while you have temporary force points, the temporary force points are spent first. All temporary force points are lost at the end of your next short or long rest.

\n

Additionally, as an action, you can manifest this ideal in a brief surge of energy. You regain a number of force points equal to half your Wisdom or Charisma modifier (rounded up, your choice, minimum of one).

\n

Ideal of the Vigorous

\n

When you roll a Hit Die to regain hit points, you may use your Wisdom or Charisma modifier in place of your Constitution modifier when determining the number of hit points you regain.

\n

Additionally, as an action, you can manifest this ideal in a brief surge of energy. You gain a number of temporary hit points equal to half your sentinel level (rounded down) + your Wisdom or Charisma modifier (your choice, minimum of one).

"},"className":{"value":"Sentinel"},"atFlavorText":{"value":"

Sentinel Callings

\n

Different sentinels select different callings, called Paths, to follow as they hone their powers. Your calling grants you features at 3rd, 7th, 13th, and 18th level.

\n

@Compendium[sw5e.archetypes.3GmBJl9h0FpyIKFg]{Path of Aggression}

\n

@Compendium[sw5e.archetypes.qlg4myujDRxt6FXB]{Path of Communion}

\n

@Compendium[sw5e.archetypes.9AQImD6JBpd9c1UK]{Path of the Corsair}

\n

@Compendium[sw5e.archetypes.pnWaHtbho4xgFpIU]{Path of Etherealness}

\n

@Compendium[sw5e.archetypes.xIgy4jaHPhmry1Ub]{Path of Focus}

\n

@Compendium[sw5e.archetypes.4afEpKVpPAUq3lMe]{Path of the Forceblade}

\n

@Compendium[sw5e.archetypes.X3FsoSbXFXkvJvZO]{Path of Shadows}

\n

@Compendium[sw5e.archetypes.tND6Q1akd5unb3jf]{Path of Synthesis}

\n

@Compendium[sw5e.archetypes.BtUr8K0noVfAE11J]{Path of Tenacity}

\n

@Compendium[sw5e.archetypes.VRfBQKAhumWExGiy]{Path of Witchcraft}

"}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.armorProf.value","value":"lgt","mode":"+","targetSpecific":false,"id":1,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple vibroweapons","mode":"+","targetSpecific":false,"id":2,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.abilities.cha.proficient","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Abilities Charisma Proficiency"},{"modSpecKey":"data.abilities.dex.proficient","value":"1","mode":"+","targetSpecific":false,"id":4,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Abilities Dexterity Proficiency"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple lightweapons","mode":"+","targetSpecific":false,"id":5,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"chakram","mode":"+","targetSpecific":false,"id":6,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"doubleblade","mode":"+","targetSpecific":false,"id":7,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"doublesaber","mode":"+","targetSpecific":false,"id":8,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"doubleshoto","mode":"+","targetSpecific":false,"id":9,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"doublesword","mode":"+","targetSpecific":false,"id":10,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"hidden blade","mode":"+","targetSpecific":false,"id":11,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"lightfoil","mode":"+","targetSpecific":false,"id":12,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"light ring","mode":"+","targetSpecific":false,"id":13,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"saberwhip","mode":"+","targetSpecific":false,"id":14,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibrorapier","mode":"+","targetSpecific":false,"id":15,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibrowhip","mode":"+","targetSpecific":false,"id":16,"itemId":"1KSGcLL9HvLEkanx","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Classes/Sentinel.webp","effects":[]} +{"_id":"2femmWtRKWpl2VAl","name":"Operative","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

A Bothan spy takes a moment to adjust her infrared goggles. Nimbly sidestepping the laser grid in the room, she slips to the computer at the far end. Counting down the seconds in her head, she slices the mainframe. Twenty seconds. Ten seconds. A handful of soldiers bursts into the room, but she is already gone—with the data in hand.

\n

With a wary eye on the door, a scruffy-looking Duros plays pazaak in a seedy cantina. When two city guards appear at the exit, he smiles and reaches under the table. Before they can move in, the smuggler flips the table and opens fire. The crowd scatters in panic, giving him just enough cover to escape.

\n

A gorgeous young human dances before an intoxicated senator in his parlor. She winks enticingly through her golden blonde hair as she sways closer. Leaning in for a kiss, the senator is instead surprised by the barrel of a hold-out blaster pistol shoved into his mouth. He has no time to shout before the assassin pulls the trigger.

\n

Operatives, whether good, bad, or neutral, are those who focus on a specific practice and utilize it to get the upper hand. They can come from any world or region in the galaxy, with origins from the lowliest scoundrel to the once social elite.

\n

Evading Danger

\n

Operatives have a knack for getting out of trouble. They have an instinct for self-preservation that keeps them alive, but it’s usually tempered with a need to experience the thrills that their profession has to offer, and many adventurous operatives are also saddled with a sense of honor that sometimes makes them go against their natural inclinations. No matter what their immediate concerns may be, survival is the name of the game.

\n

Outside the Law

\n

Operatives don’t often start out seeking to defy authority and break the law. Some are thrust into the profession as a means of rebellion. Others wind up on the wrong side of the law due to bad luck, poor decisions, or circumstances beyond their control. The skills they pick up along the way make them great members of any mission team.

\n

While creating your operative character, consider how you first started on your path. Maybe you were raised on the street and fell into the criminal element as a means of survival. You could be a simple trader who decided to strike against the Sith Empire when it encroached on your business. What would you say is your greatest skill set? What is your core, the truest essence about yourself that keeps you focused? Why would society treat you as a criminal, yet your allies hold you as a loyal companion?

\n

Quick Build

\n

You can make an operative quickly by following these suggestions. First, make Dexterity your highest ability score, followed by Intelligence or Charisma. Second, choose the @Compendium[sw5e.backgrounds.IgvB3RMSetUpL1l0]{Gambler} background.

","chat":"","unidentified":""},"source":"PHB","levels":1,"archetype":"","hitDice":"d8","hitDiceUsed":0,"skills":{"number":4,"choices":[],"value":[]},"spellcasting":"none","attributes":{"spelldc":10},"damage":{"parts":[]},"archetypes":{"value":""},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"levelsTable":{"value":"

Test

"},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Operative
LevelProficiency BonusFeaturesSneak AttackOperative Exploits
1st+2Expertise, Sneak Attack1d6-
2nd+2Cunning Action, Operative Exploits1d62
3rd+2Bad Feeling, Operative Practice2d62
4th+2Ability Score Improvement2d62
5th+3Uncanny Dodge3d62
6th+3Expertise3d62
7th+3Evasion4d63
8th+3Ability Score Improvement4d63
9th+4Practice feature5d63
10th+4Ability Score Improvement5d63
11th+4Reliable Talent6d63
12th+4Ability Score Improvement6d63
13th+5Practice feature7d64
14th+5Blindsense7d64
15th+5Slippery Mind8d64
16th+5Ability Score Improvement8d64
17th+6Practice feature9d65
18th+6Elusive9d65
19th+6Ability Score Improvement10d65
20th+6Stroke of Luck10d65
\n
\n
\n

Class Features

\n

As a Operative, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d8 per Operative level

\n

Hit Points at 1st Level: 8 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d8 (or 5) + your Constitution modifier per operative level after 1st

\n

Proficiencies

\n

Armor: Light armor

\n

Weapons: Simple blasters, simple vibroweapons, blaster pistol, hidden blade, techblade, vibrorapier

\n

Tools: One specialist's kit of your choice

\n

Saving Throws: Dexterity, Intelligence

\n

Skills: Choose any four

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) a vibrorapier, (b) a hidden blade, (c) a simple blaster and a power cell, or (d) a simple vibroweapon
  • \n
  • (a) a simple blaster and two power cells or (b) a simple vibroweapon and a light physical shield
  • \n
  • (a) a burglar’s pack, (b) a dungeoneer’s pack, or (c) an explorer’s pack
  • \n
  • A tool with which you are proficient
  • \n
  • Combat suit and a vibrodagger
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealth using the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Operative7d4 x 100 cr
\n

Expertise

\n

Beginning at 1st level, choose two of your skill proficiencies, or one of your skill proficiencies and one of your tool proficiencies, or two of your tool proficiencies. You gain expertise in those skills or tools.

\n

At 6th level, you can choose two more of your proficiencies (in skills or tools) to gain this benefit.

\n

Sneak Attack

\n

Also at 1st level, you know how to strike subtly and exploit a foe's distraction. Once per turn, you can deal an extra 1d6 damage to one creature you hit with an attack if you have advantage on the attack roll. The attack must use a finesse or a ranged weapon.

\n

You don't need advantage on the attack roll if another enemy of the target is within 5 feet of it, that enemy isn't incapacitated, and you don't have disadvantage on the attack roll.

\n

The amount of the extra damage increases as you gain levels in this class, as shown in the Sneak Attack column of the operative class table.

\n

Cunning Action

\n

At 2nd level, your quick thinking and agility allow you to move and act quickly. You can take a bonus action on each of your turns in combat. This action can be used only to take the Dash, Disengage, or Hide action.

\n

Operative Exploits

\n

Also at 2nd level, you’ve adopted two exploits, as detailed at the end of the class description. You adopt an additional exploit at 7th, 13th, and 17th level.

\n

Bad Feeling

\n

Starting at 3rd level, you have a wary eye, bordering on paranoia. When you roll for initiative, you can move up to your speed. This movement happens before the initiative order is determined.

\n

Once you've used this feature, you can't use it again until you finish a long rest.

\n

Operative Practice

\n

Also at 3rd level, you choose a practice that you emulate in the exercise of your operative abilities, which is detailed at the end of the class description. Your practice choice grants you features at 3rd level and then again at 9th, 13th, and 17th level.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 8th, 10th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can't increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

Uncanny Dodge

\n

Starting at 5th level, when an attacker that you can see hits you with an attack, you can use your reaction to halve the attack's damage against you.

\n

Evasion

\n

Beginning at 7th level, when you are subjected to an effect, such as a consular's force storm or an engineer's explosion, that allows you to make a Dexterity saving throw to take only half damage, you instead take no damage if you succeed on a saving throw, and only half damage if you fail.

\n

Reliable Talent

\n

By 11th level, you have refined your chosen skills until they approach perfection. Whenever you make an ability check that lets you add your proficiency bonus, you can treat a d20 roll of 9 or lower as a 10.

\n

Blindsense

\n

Starting at 14th level, if you are able to hear, you are aware of the location of any hidden or invisible creature within 10 feet of you.

\n

Slippery Mind

\n

By 15th level, you have acquired greater mental strength. You gain proficiency in Wisdom saving throws.

\n

Elusive

\n

Beginning at 18th level, you are so evasive that attackers rarely gain the upper hand against you. No attack roll has advantage against you while you aren't incapacitated.

\n

Stroke of Luck

\n

At 20th level, you have an uncanny knack for succeeding when you need to. Your Dexterity and Intelligence scores increase by 2. Your maximum for those scores increases by 2. Additionally, if your attack misses a target within range, you can turn the miss into a hit. Alternatively, if you fail an ability check, you can treat the d20 roll as a 20.

\n

Once you’ve used this feature, you can’t use it again until you finish a short or long rest.

\n

Operative Exploits

\n

The exploits are presented in alphabetical order. If an exploit has prerequisites, you must meet them to learn it. You can learn an exploit at the same time you meet its prerequisites.

\n

Commander’s Exploit

\n

You gain proficiency in medium armor.

\n

Explorer’s Exploit

\n

You can hold your breath twice as long as you are normally able to, and take half as much damage from fall damage.

\n

Fate’s Exploit

\n

Prerequisite: 7th level
When you finish a short or long rest, roll a d20 and record the number rolled. Once before your next short or long rest, you can replace any attack roll, saving throw, or ability check made by you or a creature within 5 feet of you with this roll. You must choose to do so before the roll.

\n

Fighter’s Exploit

\n

You adopt a particular style of fighting as your specialty. Choose one of the fighting Style options, detailed in Chapter 6. You can’t take a fighting Style option more than once, even if you later get to choose again.

\n

Freedom’s Exploit

\n

You ignore unenhanced difficult terrain, and when you would use your action to break free of an effect that is grappling or restraining you, you can instead use your bonus action.

\n

Guerrilla’s Exploit

\n

You only need 4 hours of sleep to gain the benefit of a long rest.

\n

Additionally, you have advantage on saving throws against exhaustion.

\n

Learner’s Exploit

\n

You gain proficiency in a skill and a tool, or two tools.

\n

You can select this discovery multiple times, each time choosing a new skill and a tool, or two new tools.

\n

Mentor’s Exploit

\n

Prerequisite: 13th level
Once per turn, whenever both you and a friendly creature within 60 feet that can see and hear you both have to make a saving throw to resist the same effect, you can choose to have disadvantage on the save. If you do so, the friendly creature gains advantage on the save. You can use this feature before or after you both make the saving throw, but you must do so before the GM says whether the save succeeds or fails.

\n

Skill’s Exploit

\n

You learn an exploit that enhances your ability to apply your knowledge to combat situations. You can take this exploit multiple times.

\n

When you take the Attack action, you can use one of your skill exploits granted by this feature. You can use these features a combined number of times equal to your Intelligence modifier (a minimum of once). You regain any expended uses when you finish a long rest.

\n

Choose from the following. You must be proficient in the skill in order to take that skill’s exploit.

\n

Aim (Stealth). You attempt to line up a strike against a creature you can see that you are hidden from. Make a Dexterity (Stealth) check contested by the target’s Wisdom (Perception) check. If your check succeeds, you gain a +10 bonus to the first attack roll you make against the target before the end of your next turn. If your check fails, you are no longer hidden from the target.

\n

Angle (Perception). You attempt to predict the behavior of a humanoid you can see within 30 feet. Make a Wisdom (Perception) check contested by the target’s Dexterity (Sleight of Hand) check. If your check succeeds, the first attack roll the target makes before the start of your next turn has disadvantage, and the first saving throw the creature makes before the start of your next turn has disadvantage. If your check fails, you can’t use this feature on this target again for 1 hour.

\n

Battle Cry (Intimidation). You attempt to demoralize one humanoid you can see within 30 feet of you that can see and hear you. Make a Charisma (Intimidation) check contested by the target’s Wisdom (Insight) check. If your check succeeds, the target is frightened until the end of your next turn. If the target was already frightened of you, it must immediately drop whatever it is holding. On its next turn, if it is still frightened of you, it must take the Dash action and move away from you by the safest available route on its turn, unless there is nowhere to move. If your check fails, you can’t use this feature on this target again for 1 hour.

\n

Charm (Persuasion). You attempt to convince one humanoid you can see within 30 feet that can hear and understand you. Make a Charisma (Persuasion) check contested by the target’s Wisdom (Insight) check. If you have dealt damage to the creature in the last hour, it has advantage on the check. If your check succeeds, the target is charmed by you until the start of your next turn, and it has disadvantage on the first attack roll it makes against a creature before the end of its next turn. If your check fails, you can’t use this feature on this target again for 1 hour.

\n

Confuse Beast (Animal Handling). You attempt to confuse one beast on the battlefield. Make a Wisdom (Animal Handling) check contested by the target’s Wisdom (Insight) check. If your check succeeds, the beast cannot take actions or reactions until the end of your next turn. If your check fails, you can’t use this feature on this target again for 1 hour.

\n

Distract (Performance). You attempt to distract one beast or humanoid you can see within 30 feet of you that can see and hear you. Make a Charisma (Performance) check contested by the target’s Wisdom (Insight) check. If your check succeeds, the next attack roll made against the target before the start of its next turn has advantage. If your check fails, you can’t use this feature on this target again for 1 hour.

\n

Emulate Predator (Nature). You attempt to emulate the sounds of a natural predator of a beast or plant you can see within 30 feet. Make an Intelligence (Nature) check contested by the target’s Wisdom (Insight) check. If your check succeeds, the target must take the Dash action and move away from you by the safest available route on its turn, unless there is nowhere to move. If your check fails, you can’t use this feature on this target again for 1 hour.

\n

Feint (Deception). You attempt to divert the attention of a target you can see within 30 feet. Make a Charisma (Deception) check contested by the target’s Wisdom (Insight) check. If your check succeeds, the first attack roll made against the target before the start of your next turn by someone other than you has advantage, and the target has disadvantage on the first saving throw they make against an effect caused by a creature other than you before the start of your next turn. If your check fails, the target can’t be deceived by you in this way for 1 hour.

\n

Hacktivate (Technology). You attempt to determine the weaknesses in a droid you can see within 30 feet. Make an Intelligence (Technology) check contested by the target’s Intelligence (Technology) check. If your check succeeds, you have advantage on the next attack roll you make against the target before the end of your turn, and if you hit, you deal additional damage equal to your Intelligence modifier. If your check fails, you can’t use this feature on this target again for 1 hour.

\n

Instruct (Investigation). You attempt to find a weakness in your target. Make an Intelligence (Investigation) check contested by the target’s Charisma (Deception) check. If your check succeeds, if a friendly creature makes an attack roll against the target and they can see and hear you, you can use your reaction to grant them advantage on the roll. If you do so, and they hit, they deal additional damage equal to your bonus to Investigation checks. This damage is the same type as the attack’s damage. If your check fails, you can’t use this feature on this target again for 1 hour.

\n

Intuit (Insight). You attempt to determine the motivations of one humanoid you can see within 30 feet. Make a Wisdom (Insight) check contested by the target’s Charisma (Deception) check. If your check succeeds, the target can’t have advantage on ability checks, attack rolls, or saving throws against you until the end of your next turn. If your check fails, the target instead can’t have disadvantage on ability checks, attack rolls, or saving throws against you until the end of your next turn.

\n

Tumble (Acrobatics). You attempt to make a quick tumble, immediately moving 10 feet. If you begin or end this movement within a creature’s reach, make a Dexterity (Acrobatics) check contested by it’s Strength (Athletics) or Dexterity (Acrobatics) check (the target chooses the ability to use). If your check succeeds, this movement does not provoke opportunity attacks from it, and you have advantage on the first attack roll you make against it before the end of your turn. If your check fails, you immediately fall prone.

\n

Pocket Sand (Sleight of Hand). You attempt to blind one beast or humanoid you can see within 15 feet of you. Make a Dexterity (Sleight of Hand) check contested by the target’s Wisdom (Perception) check. If your check succeeds, the target is blinded until the end of your turn. If your check fails, you can’t use this feature on this target again for 1 hour.

\n

Precision Strike (Medicine). You attempt to strike a pressure point in one humanoid within your reach. Make a Wisdom (Medicine) check contested by the target’s Strength (Athletics) or Dexterity (Acrobatics) check (the target chooses the ability to use). If your check succeeds, they are incapacitated until the end of their next turn. If your check fails, you can’t use this feature on this target again for 1 hour.

\n

Snare (Survival). You attempt to cause a creature within 30 feet of you to stumble. Make a Wisdom (Survival) check contested by the target’s Wisdom (Perception) check. If your check succeeds, and the target moves towards you before the start of your next turn, it gains 1 slowed level, and you can use your reaction to cause it to fall prone. If your check fails, you can’t use this feature on this target again for 1 hour.

\n

Spin (Piloting). You attempt to confound a piloted construct you can see within 30 feet. Make an Intelligence (Piloting) check contested by the target’s Intelligence (Piloting) check. If your check succeeds, the target has disadvantage on attack rolls against you, and you have advantage on Dexterity saving throws against the target, until the start of your next turn. If your check fails, the target instead has advantage on attack rolls against you, and you have disadvantage on Dexterity saving throws against the target, until the start of your next turn.

\n

Study (Lore). You attempt to anticipate your target’s action. Make an Intelligence (Lore) check contested by the target’s Charisma (Deception) check. If your check succeeds, you have advantage on the first ability check, attack roll or saving throw you make against that creature before the end of your next turn. Alternatively, before the end of your next turn, you can use your reaction to grant disadvantage on the first ability check, attack roll, or saving throw the target makes against you. If your check fails, you instead have disadvantage on the first ability check, attack roll or saving throw you make against that creature before the end of your next turn.

\n

Wrestle (Athletics). You attempt to grab and pin a creature within 5 feet of you with at least one free hand. The target must be no more than one size larger than you. Make a Strength (Athletics) check contested by the target’s Strength (Athletics) or Dexterity (Acrobatics) check (the target chooses the ability to use). If your check succeeds, the target is both grappled and restrained by you. If the target stops being grappled, it also stops being restrained. If your check fails, you can’t use this feature on this target again for 1 hour.

\n

Technologist’s Exploit

\n

Choose one 1st-level tech power. You learn that power and can cast it at its lowest level without expending tech points and without the use of a wristpad. Once you cast it in this way, you must finish a long rest before you can cast it again. Your techcasting ability for this power is Intelligence.

\n

You can select this exploit multiple times. Each time you do so, you must choose a different power.

\n

Weaponmaster’s Exploit

\n

You gain proficiency in three blasters or vibroweapons that lack the heavy and strength properties.

\n

You can select this exploit multiple times. Each time you do so, you must choose different weapons.

"},"className":{"value":"Operative"},"atFlavorText":{"value":"

Operative Practices

\n

Operatives have many features in common, including their emphasis on perfecting their skills, their precise and deadly approach to combat, and their increasingly quick reflexes. But different operatives steer those talents in varying directions, embodied by the different operative practices. Your practice grants you features at 3rd, 9th, 13th, and 17th level.

\n

@Compendium[sw5e.archetypes.uKs4nEUZxYJ6iAd7]{Acquisitions Practice}

\n

@Compendium[sw5e.archetypes.xUUk8lINd1wpQrIh]{Beguiler Practice}

\n

@Compendium[sw5e.archetypes.KXH9dZsv2CAXAa6X]{Disabling Practice}

\n

@Compendium[sw5e.archetypes.HAbjFjbdRHO3mBss]{Gunslinger Practice}

\n

@Compendium[sw5e.archetypes.G1F7NBAvLma5Aot4]{Lethality Practice}

\n

@Compendium[sw5e.archetypes.owhXRBD1NnGWXdr6]{Performance Practice}

\n

@Compendium[sw5e.archetypes.A3MyNIRoyvE9fP64]{Ruffian Practice}

\n

@Compendium[sw5e.archetypes.lETcZuQWPZg3n2u0]{Saboteur Practice}

\n

@Compendium[sw5e.archetypes.TgUiU6MrAP7Xyj3H]{Sawbones Practice}

\n

@Compendium[sw5e.archetypes.RulD3rQZqDk5H0Pl]{Scrapper Practice}

\n

@Compendium[sw5e.archetypes.YByrgf4R9lfeVVBQ]{Sharpshooter Practice}

"}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Classes/Operative.webp","effects":[]} +{"_id":"MN79cDvuWQ2YGjNA","name":"Scout","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

Rough and grizzled looking, a human stalks alone through the shadows of trees, hunting the quarry he knows is planning a raid on a nearby settlement. Clutching a techblade in each hand, he becomes a whirlwind of steel, cutting down one enemy after another.

\n

After tumbling away from the shrapnel of a missile’s explosion, a bothan finds her feet and quick-fires two shots from her carbine at the oncoming tank. Shrugging off the wave of fear that threatens to permeate her entire being, she strafes around her foe, firing shot after shot to try to penetrate the tank’s thick armor.

\n

Glancing at his wristpad, a sullustan looks through the eyes of his tracker droid. Transmitting instructions, he sends his droid to distract the houk he’s been tracking while he readies his sniper rifle for the shot.

\n

Scouts are the first on the trail and the last to lose it, tracking their quarry for miles unimpeded. They are adaptable, wielding both tech powers and their weaponry to overcome their foes.

\n

Deadly Hunters

\n

Warriors in their own right, scouts specialize in tracking and hunting the monsters that threaten civilization—humanoid raiders, rampaging beasts and monstrosities, terrible Force-wielders, and renegade droids. They learn to track their quarry as a predator does, moving stealthily through any terrain and hiding themselves in brush and rubble. Scouts focus their combat training on techniques that are particularly useful against their specific favored foes.

\n

Scouts acquire the ability to cast tech powers through utilization of a wristpad. Their powers, like their combat abilities, emphasize speed, stealth, and the hunt. A scout’s talents and abilities are honed with deadly focus on the grim task of protecting the civilization.

\n

Independent Adventurers

\n

Though a scout might make a living as a bounty hunter, a guide, or a tracker, a scout’s true calling is to defend civilization from the ravages of monsters and humanoid hordes that press in. In some places, scouts gather in secretive orders, though many scouts are independent almost to a fault, knowing that, when a rancor or a band of pirates attacks, a scout might be the first—and possibly the last—line of defense. This fierce independence makes scouts well suited to adventuring, since they are accustomed to life far from the comforts of a dry bed and a hot bath. Faced with city-bred adventurers who grouse and whine about the hardships of the wild, scouts respond with some mixture of amusement, frustration, and compassion. But they quickly learn that other adventurers who can carry their own weight in a fight against civilization’s foes are worth any extra burden. Coddled city folk might not know how to feed themselves or find fresh water in the wild, but they make up for it in other ways.

\n

As you create your scout character, consider the nature of the training that gave you your particular capabilities. Did you train with a single mentor, tracking together until you mastered the scout's ways? Did you leave your apprenticeship, or was your mentor slain-perhaps by some kind of bestial monstrosity on which you've sworn revenge? Or perhaps you learned your skills as part of a band of mercenaries. What's the source of your particular hatred of a certain kind of enemy? Did a monster kill someone you loved or destroy your home village? Or did you see too much of the destruction these monsters cause and commit yourself to reining in their depredations? Is your adventuring career a continuation of your work, or a significant change? What made you join up with a band of adventurers? Do you find it challenging to teach new allies the ways of the wild, or do you welcome the relief from solitude that they offer?

\n

Quick Build

\n

You can make a scout quickly by following these suggestions. First, make Strength or Dexterity your highest ability modifier, depending on whether you want to focus on melee combat or on ranged weapons (or finesse weapons). Your next-highest score should be Intelligence. Second, choose the @Compendium[sw5e.backgrounds.wjFDb34eLfyjff1k]{Bounty Hunter} background.

","chat":"","unidentified":""},"source":"PHB","levels":1,"archetype":"","hitDice":"d10","hitDiceUsed":0,"skills":{"number":3,"choices":[],"value":[]},"spellcasting":"full","attributes":{"spelldc":10},"damage":{"parts":[]},"archetypes":{"value":""},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"levelsTable":{"value":"

Test

"},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Scout
LevelProficiency BonusFeaturesRanger's QuarryTech Powers KnownTech PointsMax Power Level
1st+2Ranger's Quarry, Pathfinderd4---
2nd+2Techcasting, Fighting Styled4421st
3rd+2Scout Routine, Scout Techniqued4531st
4th+2Ability Score Improvementd4641st
5th+3Extra Attackd6752nd
6th+3Expertised6862nd
7th+3Technique feature, Scout Routine (two routines)d6972nd
8th+3Ability Score Improvementd61082nd
9th+4Scout Routine (15-foot radius)d81293rd
10th+4Commandod813103rd
11th+4Technique featured814113rd
12th+4Ability Score Improvementd815123rd
13th+5-d1016134th
14th+5Expertise, Combat Techd1017144th
15th+5Technique feature, Scout Routine (three routines)d1018154th
16th+5Ability Score Improvementd1019164th
17th+6Scout Routine (30-foot radius)d1220175th
18th+6Supreme Awarenessd1221185th
19th+6Ability Score Improvementd1222195th
20th+6Foe Slayerd1223205th
\n
\n
\n

Class Features

\n

As a Scout, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d10 per Scout level

\n

Hit Points at 1st Level: 10 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d10 (or 6) + your Constitution modifier per scout level after 1st

\n

Proficiencies

\n

Armor: Light armor, medium armor

\n

Weapons: All blasters, all vibroweapons

\n

Tools: None

\n

Saving Throws: Strength, Dexterity

\n

Skills: Choose three from Animal Handling, Athletics, Insight, Investigation, Perception, Piloting, Stealth, Survival, and Technology

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) mesh armor or (b) combat suit, blaster carbine, and two power cells
  • \n
  • (a) a simple vibroweapon and a light or medium physical shield or (b) two simple vibroweapons
  • \n
  • (a) a hold-out and a power cell or (b) two vibrodaggers
  • \n
  • (a) a dungeoneer’s pack or (b) an explorer’s pack
  • \n
  • A wristpad
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealth using the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Scout8d4 x 100 cr
\n

Ranger's Quarry

\n

Beginning at 1st level, you learn how to effectively read and track your prey. Once on each of your turns, you can choose a creature you can see within 120 feet and mark it as your quarry (no action required). For the next hour, you gain the following benefits:

\n
    \n
  • Once per round, when you hit the target with a weapon attack, you can deal 1d4 additional damage to it of the same type as the weapon's damage. This die changes as you gain scout levels, as shown in the Ranger's Quarry Damage Die column of the scout class table.
  • \n
  • You have advantage on any Wisdom (Perception) or Wisdom (Survival) check you make to find it while it's on the same planet as you.
  • \n
\n

You can only have one creature marked in this way at a time. Beginning at 5th level, you can use your reaction to mark a creature when it enters your line of sight, provided it is within range of your Ranger’s Quarry.

\n

The duration increases to 8 hours at 9th level and 24 hours at 17th level.

\n

Pathfinder

\n

Also at 1st level, you are skilled at navigating the untamed wilds. You ignore difficult terrain, and when traveling for an hour or more, you gain the following benefits:

\n
    \n
  • Difficult terrain doesn't slow your group's travel.
  • \n
  • You can't become lost by unenhanced means.
  • \n
  • Even when you are engaged in another activity while traveling (such as foraging, navigating, or tracking), you remain alert to danger.
  • \n
  • If you are traveling alone, you can move stealthily at a normal pace.
  • \n
  • When you forage, you find twice as much food as you normally would.
  • \n
  • When you make a Wisdom (Survival) check, you gain a bonus to the check equal to your Intelligence modifier.
  • \n
\n

Techcasting

\n

Beginning at 2nd level, you have derived powers from schematics with the aid of your wristpad. See chapter 10 for the general rules of techcasting and chapter 12 for the tech powers list.

\n

Tech Powers Known

\n

You learn 4 tech powers of your choice, and you learn more at higher levels, as shown in the Tech Powers Known column of the scout class table. You may not learn a tech power of a level higher than your Max Power Level.

\n

Tech Points

\n

You have a number of tech points equal to your scout level, as shown in the Tech Points column of the scout class table, + your Intelligence modifier. You use these tech points to cast tech powers. You regain all expended tech points when you finish a short or long rest.

\n

Max Power Level

\n

Many tech powers can be overcharged, consuming more tech points to create a greater effect. You can overcharge these powers to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the scout class table.

\n

You may only cast tech powers at 4th and 5th-level once. You regain the ability to do so after a long rest.

\n

Techcasting Ability

\n

Intelligence is your techcasting ability for your tech powers. You use your Intelligence whenever a power refers to your techcasting ability. In addition, you use your Intelligence modifier when setting the saving throw DC for a tech power you cast and when making an attack roll with one.

\n

Tech save DC = 8 + your proficiency bonus +your Intelligence modifier

\n

Tech attack modifier = your proficiency bonus +your Intelligence modifier

\n

Techcasting Focus

\n

You use a wristpad (found in chapter 5) as a techcasting focus for your tech powers.

\n

Fighting Style

\n

Also at 2nd level, you adopt a particular style of fighting as your specialty. Choose one of the Fighting Style options, detailed in Chapter 6. You can't take a Fighting Style option more than once, even if you later get to choose again.

\n

Scout Routine

\n

Beginning at 3rd level, you’ve developed one routine, as detailed at the end of the class description. You develop an additional routine at 7th and 15th level.

\n

Scout Technique

\n

Also at 3rd level, you choose to focus on a specific scout technique, which is detailed at the end of the class description. Your choice grants you features at 3rd level and again at 7th, 11th, and 15th level.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can't increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

Extra Attack

\n

Beginning at 5th level, you can attack twice, instead of once, whenever you take the Attack action on your turn.

\n

Expertise

\n

At 6th level, choose two of your skill proficiencies, or one of skill proficiencies and one of your tool proficiencies, or two of your tool proficiencies. You gain expertise in those skills or tools.

\n

At 14th level, you can choose another two proficiencies (in skills or tools) to gain this benefit.

\n

Commando

\n

Starting at 10th level, you can take the Dash and Hide actions as a bonus action on each of your turns. Additionally, you can remain perfectly still for long periods of time to set up ambushes.

\n

When you attempt to hide on your turn, you can opt to not move on that turn. If you avoid moving, creatures that attempt to detect you take a -10 penalty to their Wisdom (Perception) checks until the start of your next turn. You lose this benefit if you move or fall prone, either voluntarily or because of some external effect. You are still automatically detected if any effect or action causes you to no longer be hidden.

\n

If you are still hidden on your next turn, you can continue to remain motionless and gain this benefit until you are detected.

\n

Additionally, you can no longer be tracked by unenhanced means, unless you choose to leave a trail.

\n

Combat Tech

\n

At 14th level, when you use your action to cast a tech power, you can make one weapon attack as a bonus action.

\n

Supreme Awareness

\n

At 18th level, you gain preternatural senses that help you fight creatures you can't see. When you attack a creature you can't see, your inability to see it doesn't impose disadvantage on your attack rolls against it.

\n

You are also aware of the location of any invisible creature within 30 feet of you, provided that the creature isn't hidden from you and you aren't blinded or deafened.

\n

Foe Slayer

\n

At 20th level, you become an unparalleled hunter. Your Strength or Dexterity score increases by 2, and your Intelligence score increases by 2. Your maximum for those scores increases by 2.

\n

Additionally, once on each of your turns, you can add your Intelligence modifier to the attack roll or the damage roll of an attack you make. You can choose to use this feature before or after the roll but before any effects of the roll are applied.

\n

Scout Routines

\n

The routines are presented in alphabetical order. If multiple scouts grant the same routine, affected creatures can only benefit from it once. You must be conscious to grant the benefit of your routines.

\n

At 9th level, the range of your routines increases to 15 feet, and at 17th level, the range of these routines increases to 30 feet.

\n

Adaptability Routine

\n

At the start of each of your turns, you can choose an ability score with a saving throw in which you are not proficient. Until the start of your next turn, you add half your proficiency bonus, rounded down, to saving throws you make with the chosen ability. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n

Maven’s Routine

\n

At the start of each of your turns, you can choose to gain resistance to damage from tech powers until the start of your next turn. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n

Mesmer’s Routine

\n

At the start of each of your turns, you can choose to have advantage on saving throws against effects that would incapacitate you or put you to sleep until the start of your next turn. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n

Nomad’s Routine

\n

At the start of each of your turns, you can choose to gain advantage on Constitution saving throws to avoid exhaustion from unenhanced sources, as well as being naturally adapted to both hot and cold climates. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n

Responder’s Routine

\n

When you roll initiative, you can choose to add your proficiency bonus to the initiative roll and have advantage on attack rolls against creatures that have not yet acted. Alternatively, you can choose to allow each creature within 5 feet of you, including you, to add half your proficiency bonus to the initiative roll and have advantage on the first attack roll they make against a creature that has not yet acted.

\n

Sharpshooter’s Routine

\n

At the start of each of your turns, you can choose to gain a bonus to the first weapon attack roll you make before the start of your next turn equal to your Intelligence modifier. Alternatively, you can choose to allow each creature within 5 feet of you, including you, to add half your Intelligence modifier to the first weapon attack roll they make before the start of your next turn.

\n

Strider’s Routine

\n

At the start of each of your turns, you can choose to have each slowed level only reduce your speed by 5 feet, unless it would reduce your speed to 0 until the start of your next turn. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n

Warden’s Routine

\n

At the start of each of your turns, you can choose to gain a climbing and swimming speed equal to your walking speed. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

"},"className":{"value":"Scout"},"atFlavorText":{"value":"

Scout Techniques

\n

Scouts tend to share knowledge amongst themselves, focusing on specific techniques and honing them to perfection. Your technique grants you features at 3rd, 7th, 11th, and 15th level.

\n

@Compendium[sw5e.archetypes.sgoAH5OjfxsXf2fp]{Artillerist Technique}

\n

@Compendium[sw5e.archetypes.hJfD06NmantavchV]{Bulwark Technique}

\n

@Compendium[sw5e.archetypes.ZDNCB88TzeMFGY6i]{Deadeye Technique}

\n

@Compendium[sw5e.archetypes.Ls55Gc4qha7Muacz]{Hunter Technique}

\n

@Compendium[sw5e.archetypes.174qCi5FWBd5LDP0]{Illusionist Technique}

\n

@Compendium[sw5e.archetypes.BEMJgPn6JKghk2zh]{Inquisitor Technique}

\n

@Compendium[sw5e.archetypes.EOnRnPaACPP1vRTQ]{Mastermind Technique}

\n

@Compendium[sw5e.archetypes.xAObT0H9SNxYOQh2]{Predator Technique}

\n

@Compendium[sw5e.archetypes.EEBl6B5YPcztiGRm]{Slayer Technique}

\n

@Compendium[sw5e.archetypes.EipqN28Px01dBfmH]{Stalker Technique}

\n

@Compendium[sw5e.archetypes.np8PlkH43bFHGOjq]{Teleportation Technique}

"}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.armorProf.value","value":"lgt","mode":"+","targetSpecific":false,"id":1,"itemId":"MN79cDvuWQ2YGjNA","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.armorProf.value","value":"med","mode":"+","targetSpecific":false,"id":2,"itemId":"MN79cDvuWQ2YGjNA","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"all blasters","mode":"+","targetSpecific":false,"id":3,"itemId":"MN79cDvuWQ2YGjNA","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"all vibroweapons","mode":"+","targetSpecific":false,"id":4,"itemId":"MN79cDvuWQ2YGjNA","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.abilities.dex.proficient","value":"1","mode":"+","targetSpecific":false,"id":5,"itemId":"MN79cDvuWQ2YGjNA","active":false,"_targets":[],"label":"Abilities Dexterity Proficiency"},{"modSpecKey":"data.abilities.str.proficient","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"MN79cDvuWQ2YGjNA","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Classes/Scout.webp","effects":[]} +{"_id":"O414X0HamnCKpEF5","name":"Consular","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

A twi’lek in black robes steps on a terrified rodian, who scampers away on the ground. Lightning sparks from his fingers, illuminating his red and black tattoos. The rodian’s pleas for mercy fall on deaf ears as the Sith channels his lightning into his failed apprentice, leaving nothing but a charred husk behind.

\n

Sitting cross-legged on a dense patch of grass, a miraluka mystic meditates on the Force. With every breath, the trees sway with a rhythmic breeze. Though she lacks simple vision, she can see the Force as it moves everything around her.

\n

A drably-robed human focuses inward, channeling the Force into the ground around him. Slowly, all the debris within arms reach rises into the air around him; with a flick of his wrist, he clears the air, sending his projectiles to pound on the approaching tank.

\n

Consulars are the supreme wielders of the Force, defined and united by the powers they cast. Drawing on the omnipresent Force that permeates the universe, consulars cast powers of rejuvenating healing and destructive lightning, draining life-force and manipulating minds; the most powerful with the Force can even experience brief glimpses of the future.

\n

Strong with the Force

\n

Refraining from drawing their lightsabers except as a measure of last resort, consulars spend a great deal of time studying the mysteries of the Force. Their knowledge allows them to channel the Force to greater heights, unlocking unrivaled power, and twisting those powers to greater effect.

\n

Sage or Sorcerer

\n

Consulars who follow the light side of the Force, using their powers to better their communities and people, are often called sages, while consulars who fall to the dark side and subjugate or cast aside all in their path are commonly called sorcerers. Alternatively, they may tend toward the middle, refraining from politics and war, spending their time in isolation and study.

\n

While creating your consular, consider your personal philosophy in regards to the Force and its most famous practitioners - the Jedi and the Sith. Are you a member of one of the two orders, or do you walk a different path? Perhaps you were ostracized from your primitive village out of superstition or jealousy. You may have been brutally trained from a young age in the dark side, fueling your innate thirst for power, or perhaps you were trained as a padawan in one of the Jedi temples. How do you treat strangers, and how do they treat you once they know your abilities? What was your family like, or what did you have instead of a family? Do you see the Force as light and dark, or an impartial river of gray?

\n

Quick Build

\n

You can make a consular quickly by following these suggestions. First, make Wisdom or Charisma your highest ability score, followed by Dexterity. Second, choose the @Compendium[sw5e.backgrounds.8WMQJLQ6JqRcTZUc]{Jedi} or @Compendium[sw5e.backgrounds.eOpE0XX7z0jx8lwI]{Sith} background.

","chat":"","unidentified":""},"levelsTable":{"value":"
LevelProficiency BonusFeaturesForce Powers KnownForce PointsMax Power Level
1st+2Forcecasting, Force Recovery841st
2nd+2Force-Empowered Casting, Force Shield981st
3rd+2Consular Tradition, Hidden Force11122nd
4th+2Ability Score Improvement12162nd
5th+3-14203rd
6th+3Tradition feature15243rd
7th+3-17284th
8th+3Ability Score Improvement18324th
9th+4-20365th
10th+4Tradition feature21405th
11th+4-23446th
12th+4Ability Score Improvement24486th
13th+5-26527th
14th+5Tradition feature27567th
15th+5-29608th
16th+5Ability Score Improvement30648th
17th+6-32689th
18th+6Tradition feature33729th
19th+6Ability Score Improvement34769th
20th+6One with the Force35809th
"},"source":"PHB","levels":1,"archetype":"","hitDice":"d6","hitDiceUsed":0,"skills":{"number":2,"choices":[],"value":[]},"spellcasting":"full","attributes":{"spelldc":10},"damage":{"parts":[]},"archetypes":{"value":""},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Consular
LevelProficiency BonusFeaturesForce Powers KnownForce PointsMax Power Level
1st+2Forcecasting, Force Recovery841st
2nd+2Force-Empowered Casting, Force Shield981st
3rd+2Consular Tradition, Hidden Force11122nd
4th+2Ability Score Improvement12162nd
5th+3-14203rd
6th+3Tradition feature15243rd
7th+3-17284th
8th+3Ability Score Improvement18324th
9th+4-20365th
10th+4Tradition feature21405th
11th+4-23446th
12th+4Ability Score Improvement24486th
13th+5-26527th
14th+5Tradition feature27567th
15th+5-29608th
16th+5Ability Score Improvement30648th
17th+6-32689th
18th+6Tradition feature33729th
19th+6Ability Score Improvement34769th
20th+6One with the Force35809th
\n
\n
\n

Class Features

\n

As a Consular, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d6 per Consular level

\n

Hit Points at 1st Level: 6 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d6 (or 4) + your Constitution modifier per consular level after 1st

\n

Proficiencies

\n

Armor: None

\n

Weapons: Simple lightweapons, simple vibroweapons

\n

Tools: None

\n

Saving Throws: Wisdom, Charisma

\n

Skills: Choose two from Deception, Insight, Intimidation, Investigation, Lore, Medicine, and Persuasion.

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) a simple lightweapon or (b) a simple vibroweapon
  • \n
  • (a) a scholar’s pack, (b) an explorer’s pack, or © a diplomat’s pack
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealth using the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Consular5d4 x 100 cr
\n

 

\n

Forcecasting

\n

In your meditations on the force, you have learned powers, fragments of knowledge that imbue you with an abiding force ability. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

Force Powers Known

\n

You learn 8 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the consular class table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

Force Points

\n

You have a number of force points equal to your consular level x 4, as shown in the Force Points column of the consular class table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

Max Power Level

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the consular class table.

\n

You may only cast force powers at 6th, 7th, 8th, and 9th-level once. You regain the ability to do so after a long rest.

\n

Forcecasting Ability

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use your Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. In addition, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n

Force save DC = 8 + your proficiency bonus + your forcecasting ability modifier

\n

Force attack modifier = your proficiency bonus + your forcecasting ability modifier

\n

Force Recovery

\n

Also at 1st level, you have learned to regain some of your energy by briefly meditating. When you finish a short rest, you can regain a number of force points equal to half your consular level (rounded down) + your Wisdom or Charisma modifier (your choice, minimum of one). Once you’ve used this feature, you must complete a long rest before you can use it again.

\n

Force-Empowered Casting

\n

At 2nd level, you gain the ability to twist your powers to suit your needs. When you cast a force power, you can expend additional force points to modify the power. You gain two of the following Empowerment options of your choice. You gain another one at 10th and 17th level.

\n

You can use only one Empowerment option on a power when you cast it, unless otherwise noted.

\n

Careful Power

\n

When you cast a power that forces other creatures to make a saving throw, you can protect some of those creatures from the power’s full force. To do so, you spend 1 additional force point and choose a number of those creatures up to your Wisdom or Charisma modifier (your choice, minimum of one). A chosen creature automatically succeeds on its saving throw against the power.

\n

Distant Power

\n

When you cast a power that has a range of 5 feet or greater, you can spend 1 additional force point to double the range of the power.

\n

When you cast a power that has a range of touch, you can spend 1 additional force point to make the range of the power 30 feet.

\n

Extended Power

\n

When you cast a power that has a duration of 1 minute or longer, you can spend 1 additional force point to double its duration, to a maximum duration of 24 hours.

\n

Heightened Power

\n

When you cast a power that forces a creature to make a saving throw to resist its effects, you can spend 3 additional force points to give one target of the power disadvantage on its first saving throw made against the power.

\n

Improved Power

\n

When you roll damage for a power, you can spend 1 additional force point to reroll a number of the damage dice up to your Wisdom or Charisma modifier (your choice, minimum of one). You must use the new rolls.

\n

You can use Improved Power even if you have already used a different Empowerment option during the casting of the power.

\n

Lingering Power

\n

When you cast a power that requires concentration to maintain you can choose to spend 3 additional force points. If you do, when you lose concentration on the power, the power will not end until the end of your next turn.

\n

Pinpoint Power

\n

When you cast a power that allows you to force creatures in an area to make a saving throw you can instead spend 1 force point and make a ranged force attack against a single target that would be in the range. On a hit the target suffers the effects as though they failed their saving throw.

\n

Quickened Power

\n

When you cast a power that has a casting time of 1 action, you can spend 2 additional force points to change the casting time to 1 bonus action for this casting.

\n

Refocused Power

\n

When you are forced to make a Constitution saving throw to maintain concentration on a power you can use your reaction and spend 2 force points to automatically succeed on the saving throw. You can use this option even if you have already used a different Empowerment option during the casting of the power.

\n

Twinned Power

\n

When you cast a power that targets only one creature and doesn’t have a range of self, you can spend a number of additional force points equal to the power’s level to target a second creature in range with the same power (1 force point if the power is at-will).

\n

Force Shield

\n

Also at 2nd level, you learn how to defend yourself purely through your strength with the Force. When you are hit by an attack, you can use your reaction to shroud yourself in Force energy. Until the start of your next turn, you have a bonus to AC equal to your Wisdom or Charisma modifier (your choice, a minimum of +1). This includes the triggering attack.

\n

You can use this feature twice. You gain an additional use at 5th, 11th, and 17th level in this class. You regain all expended uses when you finish a long rest.

\n

Force Affinity

\n

When you reach 3rd level, you've developed an affinity for one of the three aspects of the Force: the Ashla, the Bendu, or the Bogan. Choose one from the following:

\n

Ashla

\n

When you successfully cast a light side power, either your or the target's (your choice) hit point maximum and current hit points increase by an amount equal to the power’s level. This effect lasts for 1 minute. You can only have one instance of this effect active at a time.

\n

Bendu

\n

You can add both your Wisdom and Charisma modifier to your maximum number of force points, instead of just one.

\n

Bogan

\n

When you roll a 1 on a damage die for a dark side power, you can reroll the die and must use the new roll, even if the new roll is a 1.

\n

Consular Tradition

\n

When you reach 3rd level, you choose a consular tradition, which is detailed at the end of the class description. Your choice grants you features at 3rd level and again at 6th, 10th, 14th, and 18th level.

\n

Hidden Force

\n

Also at 3rd level, you learn how to conceal the casting of your force powers. When you cast a force power, you can choose to conceal the presence of that casting from others. A creature that sees you cast the force power can make an Investigation (Intelligence) check against your universal force save DC. On a success, they can determine that you used the Force in some way. If a creature has the force sight force power active, they automatically succeed on this check. A creature that can not see you automatically fails this check.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can’t increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

One with the Force

\n

At 20th level, your attunement to the Force is absolute. Your Wisdom or Charisma score increases by 4, and your maximum for this score increases by 4. Additionally, you gain mastery over a single force power, and can cast it with little effort. Choose one 3rd-level force power that you know as your signature power. You can cast it once at 3rd level without expending force points. When you do so, you can’t do so again until you finish a short or long rest.

\n

If you want to cast it at a higher level, you must expend force points as normal.

"},"className":{"value":"Consular"},"atFlavorText":{"value":"

Consular Traditions

\n

Different consulars select different traditions, called Ways, to follow as they hone their powers. Your tradition grants you features at 3rd, 6th, 10th, 14th, and 18th level.

\n

@Compendium[sw5e.archetypes.kqAxtz1x4ydhppPG]{Way of Balance}

\n

@Compendium[sw5e.archetypes.Lz0gdQ5ou3k5E7Fo]{Way of Confluence}

\n

@Compendium[sw5e.archetypes.Y1JjyA1CuOSRCjAb]{Way of Endurance}

\n

@Compendium[sw5e.archetypes.e1tObWwWnq5gt9zE]{Way of Lightning}

\n

@Compendium[sw5e.archetypes.q208WP2Lacp7dG6v]{Way of Manipulation}

\n

@Compendium[sw5e.archetypes.6JrXY2jDqQiuuUGq]{Way of Negation}

\n

@Compendium[sw5e.archetypes.FLN1Vqb53UECBMVu]{Way of the Sage}

\n

@Compendium[sw5e.archetypes.12fYGPcLSITUYHMK]{Way of the Seer}

\n

@Compendium[sw5e.archetypes.Wdi8eckrcxpxQL3p]{Way of Suggestion}

\n

@Compendium[sw5e.archetypes.oYAXrbXaFVAoGDLM]{Way of Technology}

\n

@Compendium[sw5e.archetypes.r7BKY5yWig2vhW5i]{Way of Telekinetics}

"}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.weaponProf.custom","value":"simple lightweapons","mode":"+","targetSpecific":false,"id":1,"itemId":"O414X0HamnCKpEF5","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple vibroweapons","mode":"+","targetSpecific":false,"id":2,"itemId":"O414X0HamnCKpEF5","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.abilities.cha.proficient","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"O414X0HamnCKpEF5","active":false,"_targets":[],"label":"Abilities Charisma Proficiency"},{"modSpecKey":"data.abilities.wis.proficient","value":"1","mode":"+","targetSpecific":false,"id":4,"itemId":"O414X0HamnCKpEF5","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Classes/Consular.webp","effects":[]} +{"_id":"Q14Bi1e8iFPQYbpz","name":"Berserker","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

A massive wookiee hunter prowls through the forest, hefting his vibroaxe. With a roar he charges at the pair of trandoshans who dared poach his kin.

\n

A gamorrean snarls at the latest challenger to his authority over their savage tribe, ready to break his neck with his bare hands as he did to the last six rivals.

\n

Frothing at the mouth, a nikto slams his helmet into the face of his foe, then turns to drive his armored elbow into the gut of another.

\n

These berserkers, different as they might be, are defined by their rage: unbridled, unquenchable, and unthinking fury. More than a mere emotion, their anger is the ferocity of a cornered predator, the unrelenting assault of a storm, the churning turmoil of the sea. For every berserker, rage is a power that fuels not just a battle frenzy but also uncanny reflexes, resilience, and feats of strength.

\n

Primal Instinct

\n

People of towns and cities take pride in how their civilized ways set them apart from animals, as if denying one's own nature was a mark of superiority. To a berserker, though, civilization is no virtue, but a sign of weakness. The strong embrace their animal nature, keen instincts, primal physicality, and ferocious rage. Berserkers are uncomfortable when hedged in by walls and crowds. They thrive where the civilized don't.

\n

Berserkers come alive in the chaos of combat. They can enter a berserk state where rage takes over, giving them superhuman strength and resilience. A berserker can draw on this reservoir of fury only a few times without resting, but those few rages are usually sufficient to defeat whatever threats arise.

\n

A Life of Danger

\n

Not every person deemed \"berserker\" by scions of civilized society has the berserker class. A true berserker among these people is as uncommon as a skilled fighter in a town, and he or she plays a similar role as a protector of the people and a leader in times of war. Life in the wild places of the world is fraught with peril: rival tribes, deadly weather, and terrifying monsters. Berserkers charge headlong into that danger so that their people don't have to.

\n

Their courage in the face of danger makes berserkers perfectly suited for adventuring. Wandering is often a way of life for their native tribes, and the rootless life of the adventurer is little hardship for a berserker. Some berserkers miss the close-knit family structures of the tribe, but eventually find them replaced by the bonds formed among the members of their adventuring parties.

\n

Creating a Berzerker

\n

When creating a berserker character, think about where your character comes from and his or her place in the world. Talk with your GM about an appropriate origin for your berserker. Did you come from a remote planet, making you a stranger in the area of the campaign? Or is the campaign set in a rough-and-tumble frontier where berserkers are common?

\n

What led you to take up the adventuring life? Were you lured to settled planets by the promise of riches? Did you join forces with soldiers of those lands to face a shared threat? Did monsters or an invading horde drive you out of your homeland, making you a rootless refugee? Perhaps you were a prisoner of war, brought in chains to \"civilized\" lands and only now able to win your freedom. Or you might have been cast out from your people because of a crime you committed, a taboo you violated, or a coup that removed you from a position of authority?

\n

Quick Build

\n

You can make a berserker quickly by following these suggestions. First, put your highest ability score in Strength, followed by Constitution. Second, choose the @Compendium[sw5e.backgrounds.1auJD75qZvgEEUdq]{Mercenary} background.

","chat":"","unidentified":""},"levelsTable":{"value":"
LevelProficiency BonusFeaturesRagesRage Damage
1st+2Rage, Unarmored Defense2+2
2nd+2Reckless Attack, Danger Sense2+2
3rd+2Berserker Approach3+2
4th+2Ability Score Improvement3+2
5th+3Extra Attack, Fast Movement3+2
6th+3Path feature4+2
7th+3Feral Instinct4+2
8th+3Ability Score Improvement4+2
9th+4Brutal Critical (1 die)4+3
10th+4Path Feature4+3
11th+4Relentless Rage4+3
12th+4Ability Score Improvement5+3
13th+5Brutal Critical (2 dice)5+3
14th+5Path Feature5+3
15th+5Persistent Rage5+3
16th+5Ability Score Improvement5+4
17th+6Brutal Critical (3 dice)6+4
18th+6Indomitable Might6+4
19th+6Ability Score Improvement6+4
20th+6Primal ChampionUnlimited+4
"},"source":"PHB","levels":1,"archetype":"","hitDice":"d12","hitDiceUsed":0,"skills":{"number":2,"choices":[],"value":[]},"spellcasting":"none","attributes":{"spelldc":10},"damage":{"parts":[]},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"archetypes":{"value":"
AUGMENTED APPROACH

\n

The Augmented Approach is for those who seek to increase their prowess through cybernetic enhancement. Some who take this path go so far they are left with little more than the memory of the body they once owned, all to achieve in combat what they cannot with a body made of flesh and bone.

\n

Basic Cybernetics

\n

When you choose this approach at 3rd level, you learn the mending and analyse tech powers and can cast them without the use of a wristpad or spending tech points. You can cast analyse this way a number of times equal to your Constitution modifier (minimum of one). You regain all expended uses when you complete a long rest.

\n

Overdrive Enhancement

\n

Also at 3rd level, you gain a cybernetic enhancement. Choose one of the following enhancements and gain its feature. You must undergo cybernetic surgery by a person proficient in biotech's tools that incorporates this enhancement into your body. This surgery costs 100 credits and takes 8 hours.

\n

Dermal Armor

\n

While raging you have resistance to all damage except psychic damage.

\n

Morbid Protrusions

\n

While raging, your unarmed strike deals 1d4 + Strength modifier kinetic damage and when you take the Attack action and attack with a melee weapon or unarmed strike, you can use a bonus action to make an unarmed attack. \\r\\n\\r\\nThis unarmed attack die increases to 1d6 at 5th level, 1d8 at 11th level, and 1d10 at 17th level.\\r\\n\\r\\n#### Pressurised Limbs\\r\\nWhile raging, you can use your bonus action to leap up to 30 feet to an empty space you can see. When you land you deal kinetic damage equal to your Strength modifier to each creature within 5 feet of where you land. You can use this feature a number of times equal to your Consitution modifier (minimum of one). You regain all expended uses when you complete a long rest.\\r\\n\\r\\n#### Twitchlock Actuators\\r\\nWhile you're raging, other creatures have disadvantage on opportunity attack rolls against you, you can also use the Dash action as a bonus action on your turn.\\r\\n\\r\\n### Support Enhancement\\r\\nAt 6th level you gain an additional cybernetic enhancement. Choose one of the following enhancements and gain its feature. You must undergo cybernetic surgery by a person proficient in biotech's tools that incorporates this enhancement into your body. This surgery costs 600 credits and takes 8 hours.\\r\\n\\r\\n#### Body Sculpting\\r\\nYou gain proficiency in two skills of your choice from Athletics, Acrobatics, Stealth, and Sleight of Hand.\\r\\n\\r\\n#### Holdout Cavity\\r\\nYou have a shielded compartment built into your body that can be used to store and hide a light weapon or item of similar size.\\r\\n\\r\\n#### Krykna Anchors\\r\\nYou gain a climbing speed equal to your movement speed.\\r\\n\\r\\n#### Panspectral Optics\\r\\nYou can see up to 1 mile away with no difficulty. You are able to discern even fine details as though looking at something no more than 100 feet away from you. Additionally, dim light doesn't impose disadvantage on your Wisdom (Perception) checks.\\r\\n\\r\\n#### Support Structure\\r\\nYour carrying capacity (including maximum load and maximum lift) is doubled and you have advantage on Strength checks made to push, pull, lift, or break objects.\\r\\n\\r\\n### More Machine than Man\\r\\nStarting at 10th level, your cybernetics allow you to become immune to poison and disease. Additionally, you ignore unenhanced difficult terrain.\\r\\n\\r\\n### Final Enhancement\\r\\nAt 14th level you gain a final cybernetic enhancement. Choose one of the following enhancements and gain its feature. You must undergo cybernetic surgery by a person proficient in biotech's tools that incorporates this enhancement into your body. This surgery costs 2000 credits and takes 8 hours.\\r\\n\\r\\n#### Holoskin Emitters\\r\\nWhile you're raging any creature within 5 feet of you that's hostile to you has disadvantage on attack rolls against targets other than you or another character with this feature. An enemy is immune to this effect if it can't see or hear you or if it can't be frightened.\\r\\n\\r\\n#### Hydraulic Overrides\\r\\nWhile you're raging you can use a bonus action on your turn to knock a Large or smaller creature prone when you hit it with melee weapon attack.\\r\\n\\r\\n#### Integrated Boosters\\r\\nWhile raging you have a flying speed equal to your current walking speed. This benefit works only in short bursts; you fall if you end your turn in the air and nothing else is holding you aloft.\\r\\n\\r\\n#### Ysalamir Capacitor Mesh\\r\\nWhen you are forced to make a saving throw against a force power, you can immediately use your reaction to move up to half your speed towards the source power's caster. If you end this movement within 5 feet of the target, you can immediately make one melee weapon attack against the target as a part of that reaction.

"},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Berserker
LevelProficiency BonusFeaturesRagesRage DamageBerserker Instincts
1st+2Rage, Unarmored Defense2+2
2nd+2Reckless Attack, Berserker Instincts2+22
3rd+2Danger Sense, Berserker Approach3+22
4th+2Ability Score Improvement3+22
5th+3Extra Attack, Fast Movement3+22
6th+3Path feature4+22
7th+3Feral Impulse4+23
8th+3Ability Score Improvement4+23
9th+4Brutal Critical (1 die)4+33
10th+4Path Feature4+33
11th+4Relentless Rage4+33
12th+4Ability Score Improvement5+33
13th+5Brutal Critical (2 dice)5+34
14th+5Path Feature5+34
15th+5Persistent Rage5+34
16th+5Ability Score Improvement5+44
17th+6Brutal Critical (3 dice)6+45
18th+6Indomitable Might6+45
19th+6Ability Score Improvement6+45
20th+6Primal ChampionUnlimited+45
\n
\n
\n

 

\n

Class Features

\n

As a Berserker, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d12 per Berserker level

\n

Hit Points at 1st Level: 12 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d12 (or 7) + your Constitution modifier per berserker level after 1st

\n

Proficiencies

\n

Armor: Light armor, medium armor

\n

Weapons: All vibroweapons, simple blasters

\n

Tools: None

\n

Saving Throws: Strength, Constitution

\n

Skills: Choose two from Animal Handling, Athletics, Intimidation, Nature, Perception, Survival

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) a martial vibroweapon and a light or medium physical shield or (b) two martial vibroweapons
  • \n
  • (a) two techaxes or (b) two vibrospears
  • \n
  • An explorer's pack
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealthusing the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Berserker5d4 x 100 cr
\n


Rage

\n

Beginning at 1st level, in battle, you fight with primal ferocity. On your turn, you can enter a rage as a bonus action, if you aren't wearing heavy armor.

\n

While raging, you gain the following benefits:

\n
    \n
  • You have advantage on Strength checks and Strength saving throws.
  • \n
  • When you make a melee weapon attack using Strength, you gain a bonus to the damage roll that increases as you gain levels as a berserker, as shown in the Rage Damage column of the Berserker table.
  • \n
  • You have resistance to kinetic and energy damage.
  • \n
\n

If you are able to cast powers, you can't cast them or concentrate on them while raging.

\n

Your rage lasts for 1 minute. It ends early if you are knocked unconscious, you don heavy armor, or if your turn ends and you haven't attacked a hostile creature or taken damage since your last turn. You can also end your rage on your turn as a bonus action.

\n

Once you have raged the number of times shown for your berserker level in the Rages column of the Berserker table, you must finish a long rest before you can rage again.

\n

Unarmored Defense

\n

Also at 1st level, while you are not wearing any armor, your Armor Class equals 10 + your Dexterity modifier + your Constitution modifier. You can use a shield and still gain this benefit.

\n

Reckless Attack

\n

Starting at 2nd level, you can throw aside all concern for defense to attack with fierce desperation. When you make your first attack on your turn, you can decide to attack recklessly. Doing so gives you advantage on melee weapon attack rolls using Strength during this turn, but attack rolls against you have advantage until your next turn.

\n

Berserker Instincts

\n

Also at 2nd level, you've honed two instincts, as detailed at the end of the class description. You hone an additional instinct at 7th, 13th, and 17th level.

\n

Danger Sense

\n

At 3rd level, you gain an uncanny sense of when things nearby aren't as they should be, giving you an edge when you dodge away from danger.

\n

You have advantage on Dexterity saving throws against effects that you can see, such as traps and powers. To gain this benefit, you can't be blinded, deafened, or incapacitated.

\n

Berserker Approach

\n

Also at 3rd level, you choose an approach that shapes the nature of your rage which is detailed at the end of the class description. Your choice grants you features at 3rd level and again at 6th, 10th, and 14th levels.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can't increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

Extra Attack

\n

Beginning at 5th level, you can attack twice, instead of once, whenever you take the Attack action on your turn.

\n

Feral Impulse

\n

By 7th level, your instincts are so honed that you have advantage on initiative rolls.

\n

Additionally, if you are surprised at the start of combat and aren't incapacitated, you can act normally on your first turn, but only if you enter your rage before doing anything else on that turn.

\n

Brutal Critical

\n

Beginning at 9th level, you can roll one additional weapon damage die when determining the extra damage for a critical hit with a melee attack.

\n

This increases to two additional dice at 13th level and three additional dice at 17th level.

\n

Relentless Rage

\n

Starting at 11th level, your rage can keep you fighting despite grievous wounds. If you drop to 0 hit points while you're raging and don't die outright, you can make a DC 10 Constitution saving throw. If you succeed, you drop to 1 hit point instead.

\n

Each time you use this feature after the first, the DC increases by 5. When you finish a short or long rest, the DC resets to 10.

\n

Persistent Rage

\n

Beginning at 15th level, your rage is so fierce that it ends early only if you fall unconscious or if you choose to end it.

\n

Indomitable Might

\n

Beginning at 18th level, if your total for a Strength check is less than your Strength score, you can use that score in place of the total.

\n

Primal Champion

\n

At 20th level, you embody the power of the wilds. Your Strength or Dexterity score increases by 2, and your Consitution score increases by 2. Your maximum for those scores increases by 2.

\n

Additionally, you can enter rage an unlimited number of times, and entering rage no longer requires your bonus action.

\n

Berserker Instincts

\n

The instincts are presented in alphabetical order. If an instinct has prerequisites, you must meet them to learn it. You can learn an instinct at the same time you meet its prerequisites.

\n

Acklay’s Instinct

\n

While raging, you have advantage on Constitution saving throws.

\n

Bantha’s Instinct

\n

Prerequisite: 7th level
Your carrying capacity and the weight you can push, drag, or lift doubles. If it would already double, it instead triples. Additionally, you have advantage on Strength checks made to push, pull, lift, or break objects.

\n

Blurrg’s Instinct

\n

Whether mounted or on foot, your travel pace is doubled, as is the travel pace of up to ten companions while they’re within 60 feet of you and you’re not incapacitated.

\n

Boggdo’s Instinct

\n

Prerequisite: 13th level
While raging you have a flying speed equal to your current walking speed, though you fall if you end your turn in the air and nothing else is holding you aloft.

\n

Chirodactyl’s Instinct

\n

Prerequisite: 7th level
While raging, you have blindsight to a range of 30 feet, and you have advantage on Wisdom (Perception) checks that rely on sound, as long as you aren’t deafened.

\n

Dewback’s Instinct

\n

Choose three damage types. While raging, you have resistance to the chosen damage types.

\n

Fighter’s Instinct

\n

You adopt a particular style of fighting as your specialty. Choose one of the Fighting Style options, detailed in Chapter 6. You can’t take a Fighting Style option more than once, even if you later get to choose again.

\n

Fyrnock’s Instinct

\n

While raging, you can use your bonus action to leap up to 30 feet to an empty space you can see. When you land you deal kinetic damage equal to your Strength modifier to each creature within 5 feet of where you land. You can use this feature a number of times equal to your Constitution modifier (a minimum of once). You regain all expended uses when you complete a long rest.

\n

Hawk’s Instinct

\n

Prerequisite: 7th level
You can see up to 1 mile away with no difficulty. You are able to discern even fine details as though looking at something no more than 100 feet away from you. Additionally, dim light doesn’t impose disadvantage on your Wisdom (Perception) checks.

\n

Katarn’s Instinct

\n

You gain a climbing speed equal to your movement speed.

\n

Llothcat’s Instinct

\n

While you’re raging, other creatures have disadvantage on opportunity attack rolls against you, you can also use the Dash action as a bonus action on your turn.

\n

Predator’s Instinct

\n

Your speed increases by 10 feet.

\n

Rancor’s Instinct

\n

Prerequisite: 13th level
While you’re raging any creature within 5 feet of you that’s hostile to you has disadvantage on attack rolls against targets other than you or another character with this feature. An enemy is immune to this effect if it can’t see or hear you or if it can’t be frightened.

\n

Tactician’s Instinct

\n

When you use your Reckless Attack feature, you can choose to not have advantage on your attack rolls this turn. If you do so, friendly creatures within 5 feet of a hostile creature that is within 5 feet of you have advantage on attack rolls against that creature.

\n

Tracker’s Instinct

\n

Prerequisite: 7th level
You can track other creatures while traveling at a fast pace, and you can move stealthily while traveling at a normal pace.

\n

Terentatek’s Instinct

\n

Prerequisite: 13th level
When you are forced to make a saving throw against a force power, you can immediately use your reaction to move up to half your speed towards the source power’s caster. If you end this movement within 5 feet of the target, you can immediately make one melee weapon attack against the target as a part of that reaction.

\n

Varactyl’s Instinct

\n

Prerequisite: 13th level
While raging, you have advantage Dexterity checks, your attack rolls can’t suffer from disadvantage, and each slowed level only reduces your speed by 5 feet, unless it would reduce your speed to 0.

"},"className":{"value":"Berzerker"},"atFlavorText":{"value":"

Berserker Approaches

\n

For berserkers, rage is an internal reservoir where pain, grief, and anger are forged into a fury hard as steel. Your approach grants you features at 3rd, 6th, 10th, and 14th level.

\n

@Compendium[sw5e.archetypes.PCwepUZqHYlxr4T3]{Addicted Approach}

\n

@Compendium[sw5e.archetypes.hlZPMF7NjGemaw66]{Ballistic Approach}

\n

@Compendium[sw5e.archetypes.cjI8o9tAfKsuSGAP]{Bloodstorm Approach}

\n

@Compendium[sw5e.archetypes.XxG8t5Tr9agbjytr]{Brawling Approach}

\n

@Compendium[sw5e.archetypes.bBMsNrnCUOXGfb0h]{Cyclone Approach}

\n

@Compendium[sw5e.archetypes.4zUolY92dTrk3e5B]{Frenzied Approach}

\n

@Compendium[sw5e.archetypes.jEXfkSLXZvy0BQG7]{Industrial Approach}

\n

@Compendium[sw5e.archetypes.QRwypM2cIYxW0NVN]{Juggernaut Approach}

\n

@Compendium[sw5e.archetypes.Fo2ZNwCWXfWuDJji]{Marauder Approach}

\n

@Compendium[sw5e.archetypes.q4cqalPyT4rkroVr]{Precision Approach}

\n

@Compendium[sw5e.archetypes.pSIVnxwvRlyNoFM4]{Warchief Approach}

"}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.armorProf.value","value":"lgt","mode":"+","targetSpecific":false,"id":1,"itemId":"Q14Bi1e8iFPQYbpz","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.armorProf.value","value":"med","mode":"+","targetSpecific":false,"id":2,"itemId":"Q14Bi1e8iFPQYbpz","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"all vibroweapons","mode":"+","targetSpecific":false,"id":3,"itemId":"Q14Bi1e8iFPQYbpz","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple blasters","mode":"+","targetSpecific":false,"id":4,"itemId":"Q14Bi1e8iFPQYbpz","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.abilities.con.proficient","value":"1","mode":"+","targetSpecific":false,"id":5,"itemId":"Q14Bi1e8iFPQYbpz","active":false,"_targets":[],"label":"Abilities Constitution Proficiency"},{"modSpecKey":"data.abilities.str.proficient","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"Q14Bi1e8iFPQYbpz","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Classes/Berserker.webp","effects":[]} +{"_id":"X7aZfupQsjnLVS8D","name":"Guardian","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

A dark-skinned human quickly runs down a corridor, the metal armor under his grey cloak clanking with each step. He rounds the corner into the prison while the lights and power are still out, urging the weakened prisoners to escape. Just then a handful of slavers arrive and ready their blasters. The man draws and ignites a white-bladed lightsaber, ready to die for the strangers behind him.

\n

A sith pureblood, clad head to toe in black and red armor, charges towards a line of soldiers. Shot after shot deflects off his armor until he reaches his prey, where he unleashes his fury in a series of devastating lightsaber sweeps.

\n

A zabrak general dramatically leaps to his soon-to-be overrun squad, landing with a flurry of lightsaber attacks. At the arrival of this powerful Jedi, the attackers fall back.

\n

Guardians are the master of the art of lightsaber combat. They focus on utilizing the everpresent power of the Force to enable devastating attacks, often single-handedly turning the tide of battle.

\n

Protector or Destroyer

\n

An unstoppable agent of the Force, the guardian channels the power flowing through him into his weapons. Their skills with a lightsaber are unrivalled. Subduing their enemies and bolstering their allies, the guardian uses the Force to control what happens around them.

\n

Natural Leaders

\n

The guardian’s command of the Force lends them a powerful presence. Whether through fear and intimidation or respect and admiration, the guardian is one of the greatest generals on the battlefield. They are a symbol of power to their followers.

\n

While creating your guardian, consider your attraction to the Force and its most famous practitioners - the Jedi and the Sith. Are you a member of one of the two orders, or do you walk a different path? Are you a soldier tapping into a latent Force-sensitivity? Were you trained in the force from a young age, or did you discover it as an adult? How do you treat those weaker than you? What was your family like? Do you see the Force as light and dark, or an impartial river of gray?

\n

Quick Build

\n

You can make a guardian quickly by following these suggestions. First, make Strength your highest ability score, followed by Constitution. Second, choose the @Compendium[sw5e.backgrounds.8WMQJLQ6JqRcTZUc]{Jedi} or @Compendium[sw5e.backgrounds.eOpE0XX7z0jx8lwI]{Sith} background.

","chat":"","unidentified":""},"source":"PHB","levels":1,"archetype":"","hitDice":"d10","hitDiceUsed":0,"skills":{"number":2,"choices":[],"value":[]},"spellcasting":"full","attributes":{"spelldc":10},"damage":{"parts":[]},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"archetypes":{"value":""},"levelsTable":{"value":"

Test

"},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Guardian
LevelProficiency BonusFeaturesForce Powers KnownForce PointsMax Power LevelFocused Strikes
1st+2Forcecasting, Channel the Force521st-
2nd+2Force-Empowered Strikes, Fighting Style741st2d8
3rd+2Guardian Aura, Guardian Focus961st2d8
4th+2Ability Score Improvement1081st2d8
5th+3Extra Attack12102nd3d8
6th+3Force Purity13122nd3d8
7th+3Focus feature14142nd3d8
8th+3Ability Score Improvement15162nd3d8
9th+4Guardian Aura (15-foot radius)17183rd4d8
10th+4Guardian Aura (two auras)18203rd4d8
11th+4Improved Force-Empowered Strikes19223rd4d8
12th+4Ability Score Improvement20243rd4d8
13th+5-22264th5d8
14th+5Cleansing Touch23284th5d8
15th+5Focus feature24304th5d8
16th+5Ability Score Improvement25324th5d8
17th+6Guardian Aura (30-foot radius)27345th6d8
18th+6Guardian Aura (three auras)28365th6d8
19th+6Ability Score Improvement29385th6d8
20th+6Focus feature30405th6d8
\n
\n
\n

Class Features

\n

As a Guardian, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d10 per Guardian level

\n

Hit Points at 1st Level: 10 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d10 (or 6) + your Constitution modifier per guardian level after 1st.

\n

Proficiencies

\n

Armor: Light armor, medium armor

\n

Weapons: All lightweapons, all vibroweapons

\n

Tools: None

\n

Saving Throws: Constitution, Charisma

\n

Skills: Choose two from Acrobatics, Athletics, Deception, Insight, Intimidation, Lore, Perception, Persuasion, and Piloting

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) a lightweapon or vibroweapon and a light or medium physical shield or (b) two lightweapons or vibroweapons
  • \n
  • (a) combat suit and a light physical shield or (b) mesh armor
  • \n
  • (a) a priest’s pack or (b) an explorer’s pack
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealth using the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Guardian8d4 x 100 cr
\n

 

\n
\n

Forcecasting

\n

Beginning at 1st level, in your meditations on the force, you have learned powers, fragments of knowledge that imbue you with an abiding force ability. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

Force Powers Known

\n

You learn 5 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the guardian table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

Force Points

\n

You have a number of force points equal to your guardian level x 2, as shown in the Force Points column of the guardian table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

Max Power Level

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the guardian table.

\n

You may only cast force powers at 5th-level once. You regain the ability to do so after a long rest.

\n

Forcecasting Ability

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use your Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. In addition, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n

Force save DC = 8 + your proficiency bonus + your forcecasting ability modifier

\n

Force attack modifier = your proficiency bonus + your forcecasting ability modifier

\n

Channel the Force

\n

You know how to channel the Force to create a unique effect. You start with your choice from two such effects: Cause Harm and Lend Aid. At 3rd level, your Guardian Focus grants you an additional effect. When you use your Channel the Force, you choose which effect to create.

\n

Some Channel the Force effects require saving throws. When you use such an effect from this class, the DC equals your universal force save DC.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, minimum of once). You regain all expended uses when you finish a short or long rest.

\n

Cause Harm

\n

As an action, you can expend a use of your Channel the Force to sap the life from a hostile creature you can see within 60 feet. That creature must make a Constitution saving throw. On a failed save, the creature takes necrotic damage equal to your guardian level + your Charisma modifier (minimum of one), or half as much on a successful one.

\n

Lend Aid

\n

As a bonus action, you can expend a use of your Channel the Force and touch a beast or humanoid within 5 feet of you. That creature regains hit points equal to your guardian level + your Wisdom modifier (minimum of one). Alternatively, if the beast or humanoid is poisoned or diseased, you neutralize the poison or disease. If more than one poison or disease afflicts the target, you neutralize one poison or disease that you know is present, or you neutralize one at random.

\n

Force-Empowered Strikes

\n

Starting at 2nd level, when you hit a creature with a melee weapon attack, you can expend force points to deal additional damage to the target, which is the same type as the weapon’s damage. The additional damage is 1d8 for each point spent in this way. You can’t deal more additional damage than the amount shown in the Focused Strikes column of the guardian table.

\n

Fighting Style

\n

Also at 2nd level, you adopt a particular style of fighting as your specialty. Choose one of the fighting style options, detailed in Chapter 6. You can’t take a fighting style option more than once, even if you later get to choose again.

\n

Guardian Aura

\n

When you reach 3rd level, you gain an aura of your choice, as detailed at the end of the class description. You gain an additional aura at 10th and 18th level.

\n

Guardian Focus

\n

Also at 3rd level, you begin to focus your studies on a specific lightsaber form, which is detailed at the end of the class description. Your focus grants you features at 3rd level and again at 7th, 15th, and 20th level.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can't increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

Extra Attack

\n

Beginning at 5th level, you can attack twice, instead of once, whenever you take the Attack action on your turn.

\n

Force Purity

\n

By 6th level, the Force flowing through you makes you immune to poison and disease.

\n

Improved Force-Empowered Strikes

\n

By 11th level, you are so in tune with the Force that all your melee weapon strikes carry the power of the Force with them. Whenever you hit a creature with a melee weapon, the creature takes an extra 1d8 damage. If you also use your Force-Empowered Strikes with an attack, you add this damage to the extra damage of your Force-Empowered Strikes. The damage is the same type as the weapon's damage.

\n

Cleansing Touch

\n

Beginning at 14th level, you can use your action and expend a use of your Channel the Force ability to end one force power on yourself or on one willing creature that you touch.

\n

Guardian Auras

\n

The auras are presented in alphabetical order. If multiple guardians grant the same aura, affected creatures can only benefit from it once. You must be conscious to grant the benefits of your auras.

\n

At 9th level, the range of these auras increases to 15 feet, and at 17th level, the range of these auras increases to 30 feet.

\n

Aura of Conquest

\n

Whenever a creature who is frightened of you starts its turn within 5 feet of you, its speed is reduced to 0 and that creature takes psychic damage equal to half your guardian level.

\n

Aura of Conviction

\n

You and friendly creatures within 5 feet of you have advantage on saving throws against effects that would cause you to be charmed or frightened.

\n

Aura of Hatred

\n

You and friendly creatures within 5 feet of you gain a bonus to the first melee weapon damage rolls you make each round equal to your Charisma modifier (minimum of +1).

\n

Aura of Presence

\n

Whenever you or a friendly creature within 5 feet of you must make a saving throw, the creature gains a bonus to the saving throw equal to your Wisdom modifier (minimum of +1).

\n

Aura of Protection

\n

Whenever a creature within 5 feet of you takes damage, you can use your reaction to take that damage instead of that creature taking it. This feature doesn’t transfer any other effects that might accompany the damage, and this damage can’t be reduced in any way.

\n

Aura of Vigor

\n

Whenever a friendly creature starts its turn within 5 feet of you, that creature gains temporary hit points equal to your Wisdom or Charisma modifier (your choice, minimum of one).

\n

Aura of Warding

\n

You and friendly creatures within 5 feet of you have resistance to damage from force powers.

\n
"},"className":{"value":"Guardian"},"atFlavorText":{"value":"

Guardian Foci

\n

Different guardians focus on different lightsaber styles, called Forms, as they hone their powers. Your focus grants you features at 3rd, 7th, 15th, and 20th level.

\n

@Compendium[sw5e.archetypes.cROcc25Zj1MT6Yf6]{Form I: Shii-Cho}

\n

@Compendium[sw5e.archetypes.rW7zqxiNXePBLnui]{Form II: Makashi}

\n

@Compendium[sw5e.archetypes.ECxUMB1p8nu6WAGL]{Form III: Soresu}

\n

@Compendium[sw5e.archetypes.9Hva27QHj2ruQXTA]{Form IV: Ataru}

\n

@Compendium[sw5e.archetypes.i0AaMWBnSREQdQsg]{Form V: Shien/Djem So}

\n

@Compendium[sw5e.archetypes.w1XQ5LzJNpk6PT0F]{Form VI: Niman}

\n

@Compendium[sw5e.archetypes.3yOiMsM439IfwEBm]{Form VII: Juyo/Vapaad}

\n

@Compendium[sw5e.archetypes.t5LS6epj3270S38n]{Form VIII: Sokan}

\n

@Compendium[sw5e.archetypes.ucmQpCjxdEN6tpxD]{Form IX: Tràkata}

\n

@Compendium[sw5e.archetypes.pr7Xe82MOaof0IXj]{Form X: Jar'Kai}

\n

@Compendium[sw5e.archetypes.VXmVX5a3ac4kKAIT]{Ysannanite Form}

"}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.armorProf.value","value":"lgt","mode":"+","targetSpecific":false,"id":1,"itemId":"X7aZfupQsjnLVS8D","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.armorProf.value","value":"med","mode":"+","targetSpecific":false,"id":2,"itemId":"X7aZfupQsjnLVS8D","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"all lightweapons","mode":"+","targetSpecific":false,"id":3,"itemId":"X7aZfupQsjnLVS8D","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"all vibroweapons","mode":"+","targetSpecific":false,"id":4,"itemId":"X7aZfupQsjnLVS8D","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.abilities.con.proficient","value":"1","mode":"+","targetSpecific":false,"id":5,"itemId":"X7aZfupQsjnLVS8D","active":false,"_targets":[],"label":"Abilities Constitution Proficiency"},{"modSpecKey":"data.abilities.cha.proficient","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"X7aZfupQsjnLVS8D","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Classes/Guardian.webp","effects":[]} +{"_id":"XZhWixwwCdFfnhoT","name":"Engineer","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

Flinching occasionally as a blaster bolt hits the nearby bulkhead, a Sullustan mechanic quickly solders a large wire. He peers through his tinted goggles, ignoring the shouts of his ship captain as the enemy descends on the hanger. Finally he shouts with pride as the repaired coupling powers up, causing the frigate to hum with energy. He gathers his tools and runs into the ship moments before it finally takes off.

\n

Inside, the human captain jumps into the cockpit. She nods to her droid co-pilot, who quickly begins charting a course home. Before the calculations can be completed, enemy Starfighters scream in from the clouds. The pilot rolls the ship, nimbly evading incoming fire. She reroutes the power to shields, leaving just enough for astronavigation. Just as the energy reserves near depletion, the exosphere and stars beyond blur into streaks of light. In a flash, they warp to safety.

\n

A Cerean officer surveys the battlefield, looking for weaknesses. When he identifies a potential problem, he keys in a quick combination in his wristpad. In a blink, a custom suit of armor assembles itself around him. As the helmet locks into place, the officer leaps into the air, flying overhead and raining destruction on the opposition.

\n

Every machine needs an engineer to run it, and a living crew is no different. Engineers are the experts and professionals who rely on skill, bravery, and their tools to survive and keep others alive. While they do not claim to be fighters, their mere presence can turn the tide of battle or simply keep operations running.

\n

Behind the Curtain

\n

While perhaps not as intimidating as a heavily-armored trooper, or as exotic as a lighsaber-wielding guardian, engineers are no less vital to group dynamic. They are armorers and gunsmiths, electricians and welders, or any other facet to be found in facilities across the galaxy. Their work, often unsung, is what keeps starships (and their crew) intact.

\n

Unflappable

\n

It takes bravery for a soldier to enter a battlefield. It perhaps takes more for someone who is unarmed, and untrained in combat, to do the same. Engineers put their lives on the line for a living, whether by choice or acknowledging their plights as an occupational hazard. Whether they come from an elite training academy or learned their talents surviving in the slums, they are no strangers to danger and conflict.

\n

While creating your engineer character, consider what your primary skill set is and how you use it. You could be a street-smart mechanic who taught yourself how to fix swoop bikes as a teenager. Perhaps you are the recent graduate of an esteemed medical college, or a rookie pilot in the fledgling Rebel Alliance. What is the number one skill you are known for? Why are you willing to enter battles when you have no combat training? How do you view the more adventurous members of your group, and how do they see you and your role?

\n

Quick Build

\n

You can make an engineer quickly by following these suggestions. First, make Intelligence your highest ability score. Your next-highest score should be Constitution. Second, choose the @Compendium[sw5e.backgrounds.zjfwlWucPUtTTuQo]{Scientist} background.

","chat":"","unidentified":""},"levelsTable":{"value":"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelProficiency BonusFeaturesTech Powers KnownTech PointsMax Power LevelModification Slots
1+2Techcasting, Potent Aptitude (d6)621st-
2+2Infuse Item, Tool Expertise741st-
3+2Engineering Discipline962nd4
4+2Ability Score Improvement1082nd4
5+3Potent Aptitude (d8), Quick Thinking11103rd5
6+3Engineering Discipline feature12123rd5
7+3-13144th5
8+3Ability Score Improvement14164th6
9+4-15185th6
10+4Potent Aptitude (d10)16205th6
11+4-17226th7
12+4Ability Score Improvement18246th7
13+5-19267th7
14+5Engineering Discipline feature20287th8
15+5Potent Aptitude (d12)21308th8
16+5Ability Score Improvement22328th8
17+6-23349th9
18+6Engineering Discipline feature24369th9
19+6Ability Score Improvement25389th9
20+6Tech Mastery26409th9
"},"source":"PHB","levels":1,"archetype":"","hitDice":"d8","hitDiceUsed":0,"skills":{"number":3,"choices":[],"value":[]},"spellcasting":"full","damage":{"parts":[]},"attributes":{"spelldc":10},"archetypes":{"value":""},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Engineer
LevelProficiency BonusFeaturesTech Powers KnownTech PointsMax Power LevelPotent AptitudeModification Slots
1+2Techcasting, Potent Aptitude 621std4-
2+2Infuse Item (+1), Tool Expertise741std4-
3+2Engineering Discipline962ndd44
4+2Ability Score Improvement1082ndd44
5+3Quick Thinking12103rdd65
6+3Engineering Discipline feature13123rdd65
7+3-15144thd65
8+3Ability Score Improvement16164thd65
9+4-18185thd86
10+4Infuse Item (+2)19205thd86
11+4-21226thd87
12+4Ability Score Improvement22246thd87
13+5-23267thd108
14+5Engineering Discipline feature24287thd108
15+5Infuse Item (+3)25308thd108
16+5Ability Score Improvement26328thd108
17+6-27349thd129
18+6Engineering Discipline feature28369thd129
19+6Ability Score Improvement29389thd129
20+6Tech Mastery30409thd129
\n
\n
\n

Class Features

\n

As a Engineer, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d8 per Engineer level

\n

Hit Points at 1st Level: 8 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d8 (or 5) + your Constitution modifier per engineer level after 1st

\n

Proficiencies

\n
Armor: Light armor\n

Weapons: Simple blasters, simple vibroweapons

\n

Tools: Tinker's tools, and one of your choice

\n

Saving Throws: Constitution, Intelligence

\n

Skills: Choose three from Investigation, Lore, Medicine, Nature, Piloting, and Technology

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) a simple vibroweapon or (b) a simple blaster and two power cells
  • \n
  • (a) a dungeoneer’s pack or (b) an explorer’s pack
  • \n
  • Combat suit, a set of tinker’s implements, a vibrodagger, and a wristpad
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealth using the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Engineer6d4 x 100 cr
\n
\n

Techcasting

\n

Beginning at 1st level, during your training you have derived powers from schematics with the aid of your wristpad. See chapter 10 for the general rules of techcasting and chapter 12 for the tech powers list.

\n

Tech Powers Known

\n

You learn 6 tech powers of your choice, and you learn more at higher levels, as shown in the Tech Powers Known column of the engineer table. You may not learn a tech power of a level higher than your Max Power Level.

\n

Tech Points

\n

You have a number of tech points equal to your engineer level x 2, as shown in the Tech Points column of the engineer table, + your Intelligence modifier. You use these tech points to cast tech powers. You regain all expended tech points when you finish a short or long rest.

\n

Max Power Level

\n

Many tech powers can be overcharged, consuming more tech points to create a greater effect. You can overcharge these powers to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the engineer class table.

\n

You may only cast tech powers at 6th, 7th, 8th, and 9th level once. You regain the ability to do so after a long rest.

\n

Techcasting Ability

\n

Intelligence is your techcasting ability for your tech powers. You use your Intelligence whenever a power refers to your techcasting ability. In addition, you use your Intelligence modifier when setting the saving throw DC for a tech power you cast and when making an attack roll with one.

\n

Tech save DC = 8 + your proficiency bonus + your Intelligence modifier

\n

Tech attack modifier = your proficiency bonus + your Intelligence modifier

\n

Techcasting Focus

\n

You use a wristpad (found in chapter 5) or your tool proficiencies granted by this class as a techcasting focus for your tech powers.

\n

Potent Aptitude

\n

Also at 1st level, your technological experience lends you an uncommon insight that you can use to bolster your allies. To do so, you use a bonus action on your turn to choose one creature other than yourself within 60 feet of you who can hear you. That creature gains one Potent Aptitude die, a d4. This die changes as you gain engineer levels, as shown in the Potent Aptitude column of the engineer table.

\n

Once within the next 10 minutes, the creature can roll the die and add the number rolled to one ability check, attack roll, or saving throw it makes. The creature can wait until after it rolls the d20 before deciding to use the Potent Aptitude die, but must decide before the GM says whether the roll succeeds or fails. Once the Potent Aptitude die is rolled, it is lost.

\n

A creature can have only one Potent Aptitude die at a time.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain any expended uses when you finish a long rest.

\n

Your Potent Aptitude die changes when you reach certain levels in this class. The die becomes a d8 at 5th level, a d10 at 10th level, and a d12 at 15th level.

\n

Infuse Item

\n

At 2nd level, you gain the ability to temporarily enhance a weapon or armor. At the end of a long rest, you can touch one unenhanced object that is a suit of armor, a shield, or a simple or martial weapon. Until the end of your next long rest or until you die, the object becomes an enhanced item, granting a +1 bonus to AC if it's armor or a +1 bonus to attack and damage rolls if it's a weapon.

\n

Once you've used this feature, you can't use it again until you finish a long rest.

\n

This bonus increases to +2 at 10th level and +3 at 15th level.

\n

Tool Expertise

\n

Also at 2nd level, you gain expertise in any tool proficiencies you gain from this class.

\n

Engineering Discipline

\n

Starting at 3rd level, you begin to focus on a specific engineering discipline, which is detailed at the end of the class description. Your discipline grants you features at 3rd level and again at 6th, 14th, and 18th level.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can’t increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

Quick Thinking

\n

Beginning when you reach 5th level, you regain all of your expended uses of Potent Aptitude when you finish a short or long rest.

\n

Tech Mastery

\n

At 20th level, your mastery of technology is unrivaled. Your Constitution and Intelligence scores increase by 2. Your maximum for those scores increases by 2.

\n

Additionally, when you roll initiative and have no uses of Potent Aptitude left, you regain one use.

\n
"},"className":{"value":"Engineer"},"atFlavorText":{"value":"

Engineering Disciplines

\n

The wide range of tool applications gives birth to well defined distinctions between different engineering disciplines. Each discipline focuses on maximizing the personal use of a certain tool. Your discipline grants you features at 3rd, 6th, 14th, and 18th level.

\n

@Compendium[sw5e.archetypes.2Cloz2rrPw76ACn0]{Armormech Engineering}

\n

@Compendium[sw5e.archetypes.Mbe9qsurpJ0mb4F2]{Armstech Engineering}

\n

@Compendium[sw5e.archetypes.F3eJbFw1kKde9Zg9]{Artificer Engineering}

\n

@Compendium[sw5e.archetypes.avFn1m9oUpDgKAAF]{Astrotech Engineering}

\n

@Compendium[sw5e.archetypes.UsIUJiNPmFWbEgjK]{Audiotech Engineering}

\n

@Compendium[sw5e.archetypes.uqpzyWm3JoIJlHrb]{Biochem Engineering}

\n

@Compendium[sw5e.archetypes.2yiTq2k7xFpjcLVv]{Biotech Engineering}

\n

@Compendium[sw5e.archetypes.m0oQQxDCTO6nqWnz]{Cybertech Engineering}

\n

@Compendium[sw5e.archetypes.SsvsNMkJX1wW2rs6]{Gadgeteer Engineering}

\n

@Compendium[sw5e.archetypes.KDx2Pjxk4RZQD05d]{Unstable Engineering}

"}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.armorProf.value","value":"lgt","mode":"+","targetSpecific":false,"id":1,"itemId":"XZhWixwwCdFfnhoT","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple blasters","mode":"+","targetSpecific":false,"id":2,"itemId":"XZhWixwwCdFfnhoT","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple vibroweapons","mode":"+","targetSpecific":false,"id":3,"itemId":"XZhWixwwCdFfnhoT","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.toolProf.value","value":"tin","mode":"+","targetSpecific":false,"id":4,"itemId":"XZhWixwwCdFfnhoT","active":false,"_targets":[],"label":"Traits Tool Prof"},{"modSpecKey":"data.abilities.con.proficient","value":"1","mode":"+","targetSpecific":false,"id":5,"itemId":"XZhWixwwCdFfnhoT","active":false,"_targets":[],"label":"Abilities Constitution Proficiency"},{"modSpecKey":"data.abilities.int.proficient","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"XZhWixwwCdFfnhoT","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Classes/Engineer.webp","effects":[]} +{"_id":"glPjmRU5IT8dn4GW","name":"Scholar","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

An overwhelming horde of tusken raiders bears down on a chiss and her fellow adventurers. She gives the order and her allies unleash a single coordinated attack cutting deep into their lines. Under her command the enemy is quickly routed against all odds, all according to plan.

\n

Deep within the once thought abandoned ruins, a nautolan tends to his companions wounds as they rest. Countless long nights of study and training have conditioned him to keep going even when all others have exhausted themselves. He will see them through this.

\n

A twi’lek in fine vestments addresses a gathering crowd. What was the making of an angry mob begins to disperse, his mere presence putting them at ease, giving his companions time to make their escape.

\n

Scholars are master of the mundane arts, using methodical practices to turn the tables to their advantage. From years of study and testing, scholars take in the situation around them and quickly formulate the means to achieve whatever they have minds set to. Whatever pursuit they follow, a scholar will have a plan for anything that comes their way.

\n

The Pursuit of Knowledge

\n

A true scholar is never satisfied. They are always seeking out a new answer to a new question. This often goes hand-in-hand with seeking a life of adventure, to explore new, hidden areas, or accompany those that do. The life of a scholar often times begins in the mundane, as a teacher or sage. Sometimes they serve as doctors, diplomats, or as officers in the military.

\n

To Learn, To Know

\n

For scholars, mundane life is often too slow. When life becomes stagnant or when an answer cannot be found, the call to adventure rings louder. Scholars will often go to ancient, forgotten, and often dangerous places to find something to quench their thirst for knowledge.

\n

As you create a scholar, it's important to think of where you gained your knowledge. Did you serve as an apprentice under a master? Did you attend college or other formal education? Perhaps you gained it on your own, searching out and pouring over dusty tomes found in forgotten places. Where did your thirst for knowledge come from? Insatiable curiosity? Always wanting to know the right answer? Or do you have something to prove? Think about what field you wish to pursue and think of what is driving you in that direction.

\n

Quick Build

\n

You can make a scholar quickly by following these suggestions. First, make Intelligence your highest ability score. Your next-highest score should be Dexterity. Second, choose the @Compendium[sw5e.backgrounds.aiBPuaLODR08hveu]{Noble} background.

","chat":"","unidentified":""},"source":"PHB","levels":1,"archetype":"","hitDice":"d8","hitDiceUsed":0,"skills":{"number":3,"choices":[],"value":[]},"spellcasting":"none","attributes":{"spelldc":10},"damage":{"parts":[]},"archetypes":{"value":""},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"levelsTable":{"value":"

Test

"},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Scholar
LevelProficiency BonusFeaturesAcademic SuperioritySuperiority DiceManeuvers KnownDiscoveries
1st+2Academic Superiority, Critical Analysisd422-
2nd+2Discovery, Sage Advice (long rest)d4222
3rd+2Expertise, Academic Pursuitd4444
4th+2Ability Score Improvementd4444
5th+3Multitaskerd6445
6th+3Pursuit featured6445
7th+3-d6665
8th+3Ability Score Improvementd6665
9th+4Pursuit featured8666
10th+4Expertised8666
11th+4-d8887
12th+4Ability Score Improvementd8887
13th+5Sage Advice (short rest)d10888
14th+5Calm and Collectedd10888
15th+5-d1010108
16th+5Ability Score Improvementd1010108
17th+6Pursuit featured1210109
18th+6Adaptable Intellectuald1210109
19th+6Ability Score Improvementd1210109
20th+6Knowledge Unboundd1210109
\n
\n
\n

Class Features

\n

As a Scholar, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d8 per Scholar level

\n

Hit Points at 1st Level: 8 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d8 (or 5) + your Constitution modifier per scholar level after 1st

\n

Proficiencies

\n

Armor: Light armor

\n

Weapons: Simple blasters, simple vibroweapons, techblades

\n

Tools: Any one

\n

Saving Throws: Wisdom, Intelligence

\n

Skills: Choose three from Deception, Insight, Intimidation, Investigation, Lore, Medicine, Nature, Persuasion, and Survival

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) a simple vibroweapon or (b) a simple blaster and two power cells
  • \n
  • (a) scholar’s pack or (b) explorer’s pack
  • \n
  • a combat suit
  • \n
  • any tool of your choice
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealth using the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Scholar6d4 x 100 cr
\n

Academic Superiority

\n

Beginning at 1st level, you learn maneuvers that are fueled by special dice called superiority dice.

\n

Maneuvers

\n

You know two maneuvers of your choice, which are detailed under “Maneuvers” below, and you earn more at higher levels, as shown in the Maneuvers Known column of the scholar class table. Many maneuvers enhance an attack in some way. You can use only one maneuver per attack, and you may only use each maneuver once per turn.

\n

Each time you learn new maneuvers, you can also replace one maneuver you know with a different one.

\n

Superiority Dice

\n

You have two superiority dice, which are d4s, and you earn more at higher levels, as shown in the Superiority Dice column of the scholar class table. This die changes as you gain scholar levels, as shown in the Academic Superiority column of the scholar class table. A superiority die is expended when you use it.

\n

You regain all of your expended superiority dice when you finish a short or long rest.

\n

Saving Throws

\n

Some of your maneuvers require your target to make a saving throw to resist the maneuver’s effects. The saving throw DC is calculated as follows:

\n

Maneuver save DC = 8 + your proficiency bonus + your Intelligence modifier

\n

Maneuvers

\n

The maneuvers are presented in alphabetical order.

\n

Administer Aid

\n

As an action, you can expend a superiority die to tend to a creature you can touch. The creature regains a number of hit points equal to the number rolled + your Intelligence modifier.

\n

Assess the Situation

\n

You can expend one superiority die to make a Wisdom (Perception) or Intelligence (Investigation) check as a bonus action, adding the superiority die to the check.

\n

Crippling Strike

\n

When you hit a creature with a weapon attack, you can expend one superiority die to cripple the creature. You add the superiority die to the attack’s damage roll and the creature’s speed is reduced by 10 feet until the end of their next turn.

\n

Deliberate Movement

\n

You can expend one superiority die to take the Disengage action as a bonus action and ignore the effects of standard difficult terrain until the end of your turn.

\n

Exploit Weakness

\n

When you hit a creature with a weapon attack, you can expend a superiority die and deal additional damage equal to the number rolled. This damage cannot be reduced in any way.

\n

Goading Attack

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to goad the target into attacking you. You add the superiority die to the attack’s damage roll, and the target must make a Wisdom saving throw. On a failed save, the target has disadvantage on all attack rolls against targets other than you until the end of your next turn.

\n

Heads Up

\n

When a friendly creature who can see or hear you makes a saving throw, you can use your reaction and expend a superiority die, adding the number rolled to the result of the saving throw. You can use this maneuver before or after making the saving throw, but before any effects of the saving throw are determined.

\n

Measured Action

\n

As a reaction when you make a roll for a contested skill check, you can expend a superiority die to add to the roll. You can use this maneuver before or after making the contested skill check roll, but before any effects of the contested skill check are determined.

\n

One Step Ahead

\n

When you roll initiative and you are not surprised, you can expend a superiority die and add the number rolled to your initiative.

\n

Targeted Strike

\n

When an ally makes an attack against a creature, you can use your reaction to expend a superiority die. You add the superiority die to the attack roll, and the damage roll if it hits. You can use this maneuver before or after the attack roll, but before the GM determines whether or not the attack hits.

\n

Critical Analysis

\n

At 1st level, you are able to analyze a target, develop a plan on how to best overcome any potential obstacle, and execute that plan with ruthless efficiency. As a bonus action on your turn, you can analyze a target you can see within 60 feet of you. For the next minute, or until you analyze another target, you gain the following benefits:

\n
    \n
  • When you analyze a hostile creature, your attack and damage rolls made with weapons with the finesse property or blaster weapons against that target may use your Intelligence modifier instead of Strength or Dexterity.
  • \n
  • When you analyze a friendly creature, the target can end your Critical Analysis on them (no action required) to add your Intelligence modifier to one attack roll, ability check, or saving throw. Once a friendly creature has benefited from this ability, they can not do so again until they complete a short or long rest.
  • \n
\n

Discovery

\n

As you adventure, your studies have helped you discover new practices you can apply to your skills.

\n

At 2nd level, you master two discoveries of your choice. Your discovery options are detailed at the end of the class description. When you gain certain scholar levels, you gain additional discoveries of your choice, as shown in the Discoveries column of the scholar class table.

\n

Additionally, when you gain a level in this class, you can choose one of the discoveries you know and replace it with another discovery that you could learn at that level.

\n

Sage Advice

\n

When you reach 2nd level, you can spend 1 minute spreading your knowledge and experience, advising those around you. When you do so, choose a skill or tool you are proficient with and a number of friendly creatures up to your Intelligence modifier within 30 feet of you who can hear you and who can understand you. Once within the next hour, the next time each creature would make an ability check with the chosen skill or tool, they may add their proficiency bonus to the roll if they are not already proficient. A creature may only benefit from this feature once. If a creature is targeted by this feature again before using it, they can choose to retain the first benefit or replace it with the new skill or tool instead.

\n

Once you've used this feature, you can't use it again until you finish a long rest. Starting at 13th level, you regain the ability to use it after you complete a short or long rest.

\n

Expertise

\n

At 3rd level, choose two of your skill proficiencies, or one of skill proficiencies and one of your tool proficiencies, or two of your tool proficiencies. You gain expertise in those skills or tools.

\n

At 10th level, you can choose another two proficiencies (in skills or tools) to gain this benefit.

\n

Academic Pursuit

\n

At 3rd level, you dedicate your studies towards a pursuit, which is detailed at the end of the class description. The pursuit you choose grants you features at 3rd level, and again at 6th, 9th, and 17th level.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two Ability Scores of your choice by 1. As normal, you can’t increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

Multitasker

\n

Starting at 5th level, you can take a second reaction each round. You can only take one reaction per turn.

\n

Additionally, when a friendly creature you can see that can hear you is forced to make a saving throw, you can use your reaction to target them with your Critical Analysis feature.

\n

Calm and Collected

\n

Beginning at 14th level, when you make a saving throw from an effect you can see, you may gain a bonus to the saving throw equal to your Intelligence modifier.

\n

Once you have used this feature, you must wait until a short or long rest before using it again.

\n

Adaptable Intellectual

\n

At 18th level, you are able to effectively prepare for any mission on hand. At the end of a long rest, you may choose one of the discoveries you know and replace it with another discover that you could learn at that level.

\n

Knowledge Unbound

\n

When you reach 20th level, you are the pinnacle of your pursuit. Your Intelligence score increases by 4. Your maximum for that score increases by 4. Additionally, you can use any maneuver you know without expending a superiority die, rolling a d4 instead.

\n

Academic Pursuits

\n

Your pursuit is a representation of which fields you have studied or how you practically apply your knowledge.

\n

Discoveries

\n

The discoveries are presented in alphabetical order. If a discovery has prerequisites, you must meet them to learn it. If a discovery requires a level, you must be that level in this class to learn the discovery. You can learn the discovery at the same time you meet its prerequisites.

\n

Academic Memory

\n

You can recall anything you have read in the past month that you understand. This includes but is not limited to books, maps, signs, and lists.

\n

Adaptive

\n

Prerequisite: 15th level
When the target of your Critical Analysis feature is reduced to 0 hit points, you can use your reaction to change the target of your analysis to another creature within range.

\n

Ambassador

\n

You learn three additional languages of your choice.

\n

You my choose this discovery multiple times.

\n

Clever Applications

\n

You gain proficiency with improvised weapons, and they gain the finesse property for you. Additionally, when you make an attack with an improvised weapon, it deals 1d6 damage.

\n

You can use your Sage Advice feature to give friendly creatures improvised weapon proficiency if they don’t already have it, following the same rules of that feature as if it were a skill or tool. The friendly creatures retain this proficiency for the entire duration instead.

\n

Mental Prowess

\n

When you make a Strength (Athletics) or Dexterity (Acrobatics) check to grapple a creature or break out of a grapple, net, and other restraining equipment, you can use your Intelligence modifier instead of Strength or Dexterity.

\n

Hardened Mind

\n

Prerequisite: 9th level
You have advantage on saving throws against illusions and on Intelligence checks to discern them from reality.

\n

You also gain resistance to psychic damage.

\n

Lifelong Learning

\n

You gain proficiency in a skill and a tool, or two tools.

\n

You can select this discovery multiple times, each time choosing a new skill and a tool, or two new tools.

\n

Lingering Advice

\n

Prerequisite: 5th level
When you use your Sage Advice feature, the targeted creatures retain the benefit from your instruction for the full duration.

\n

Master’s Advice

\n

When you use your Sage Advice feature, the first time each targeted creature makes the chosen skill check, they gain an additional bonus to the roll equal to your Intelligence modifier.

\n

Perfect Maneuver

\n

Prerequisite: 15th level
When you roll a 1 on a superiority die, you can reroll the die and must use the new roll.

\n

Quick Analysis

\n

Prerequisite: 9th level
When you roll initiative and aren’t surprised, you can use your reaction to use your Critical Analysis feature.

\n

Reliable Sources

\n

Prerequisite: 9th level
When you make an Intelligence (Lore) or Intelligence (Nature) skill check that lets you add your proficiency bonus, you can treat a d20 roll of 9 or lower as a 10.

\n

Resolute

\n

When you make a saving throw to resist charm and fear effects, you may add your Intelligence modifier to the roll.

\n

Running on Fumes

\n

You only need 4 hours of sleep to gain the benefit of a long rest.

\n

Additionally, you have advantage on saving throws against exhaustion.

\n

Survival Expert

\n

When you make a Survival skill check, you may use your Intelligence modifier instead of your Wisdom modifier.

\n

Additionally, you have advantage on saving throws against poison.

\n

Targeted Analysis

\n

Prerequisite: 5th level
Your attack rolls against the target of your critical analysis feature cannot suffer from disadvantage.

\n

Tech Amateur

\n

Choose one 1st-level tech power. You learn that power and can cast it at its lowest level without expending tech points. Once you cast it in this way, you must finish a long rest before you can cast it again. Your techcasting ability for this power is Intelligence.

\n

You can select this discovery multiple times. Each time you do so, you must choose a different power.

\n

Universal Language

\n

You can communicate simple ideas with any creature with an Intelligence score of 6 or higher through basic expressions and gestures.

"},"className":{"value":"Scholar"},"atFlavorText":{"value":"

Academic Pursuits

\n

Your pursuit is a representation of which fields you have studied or how you practically apply your knowledge. Your pursuit grants you features at 3rd, 6th, 9th, and 17th level.

\n

@Compendium[sw5e.archetypes.jTIquPrCJE4cdUTt]{Chef Pursuit}

\n

@Compendium[sw5e.archetypes.PI1B9vYofzCXU9so]{Doctor Pursuit}

\n

@Compendium[sw5e.archetypes.rhte8G7Duf9dtKLV]{Explorer Pursuit}

\n

@Compendium[sw5e.archetypes.lGoI3XalF3gv8el4]{Gambler Pursuit}

\n

@Compendium[sw5e.archetypes.nP8lpZPBh0HGKUJR]{Geneticist Pursuit}

\n

@Compendium[sw5e.archetypes.UZCwqqLLp7IBjqku]{Politician Pursuit}

\n

@Compendium[sw5e.archetypes.ovm5WJyAM317IC4K]{Slicer Pursuit}

\n

@Compendium[sw5e.archetypes.OZ0ln6ZxQgdEUxoy]{Tactician Pursuit}

\n

@Compendium[sw5e.archetypes.c89hsFFZG4WGlYcV]{Zoologist Pursuit}

"}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.armorProf.value","value":"lgt","mode":"+","targetSpecific":false,"id":1,"itemId":"glPjmRU5IT8dn4GW","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple blasters","mode":"+","targetSpecific":false,"id":2,"itemId":"glPjmRU5IT8dn4GW","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple vibroweapons","mode":"+","targetSpecific":false,"id":3,"itemId":"glPjmRU5IT8dn4GW","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"techblades","mode":"+","targetSpecific":false,"id":4,"itemId":"glPjmRU5IT8dn4GW","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.abilities.wis.proficient","value":"1","mode":"+","targetSpecific":false,"id":5,"itemId":"glPjmRU5IT8dn4GW","active":false,"_targets":[],"label":"Abilities Wisdom Proficiency"},{"modSpecKey":"data.abilities.int.proficient","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"glPjmRU5IT8dn4GW","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Classes/Scholar.webp","effects":[]} +{"_id":"oWdjvPwScXkQxEzd","name":"Fighter","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

A Trandoshan runs frantically across rooftops, constantly looking over his shoulder. As he prepares to leap a gap, a blaster bolt hits him in the back and renders him unconscious. His blurry vision barely makes out the figure of a masked woman who casually approaches, ready to collect her bounty.

\n

With his muscular arms held wide, a grizzled-looking Wookiee grins to his bloodthirsty crowd. He turns back to his arena opponent just in time to see the Besalisk take a swing. He ducks, punching the four-armed fighter in the gut. Two wild haymakers later, and he stands alone as the gladiatorial champion.

\n

Taking a deep breath, a Republic soldier looks out onto the war zone waging across the frozen surface of Ilum. He grips his blaster rifle tightly then, with a nod to the dozen squad-mates beside him, he charges onto the battlefield.

\n

Fighters combine discipline with martial skills to become the best pure warriors in the galaxy. Fighters can be stalwart defenders of those in need, cruel marauders, or brave advent-urers. They fight for glory, honor, to right wrongs, to gain power, to acquire wealth, or simple for the thrill of battle.

\n

All in a Day’s Work

\n

Many fighters see adventures, raids on enemy strongholds, and dangerous missions as their jobs. Some want to defend those who can’t defend themselves while others seek to use their muscle to carve their own place of importance in the galaxy. Fighters can take the form of guards, champions, bounty hunters, enforcers, mercenaries, freedom fighters, or simply armed explorers.

\n

Code Red

\n

Most fighters come to the profession after receiving at least some amount of formal training from a military organization. Some attend formal academies; others are self-taught and well tested. A fighter may have taken up his weapon to escape a mundane life while another may be following a proud family tradition. Whatever their origins, most fighters share an unshakeable loyalty. Fighters follow orders with little hesitation, as failure can often mean death.

\n

While creating your fighter character, consider where your loyalties lie. You could be part of a formal military, one of countless troopers fighting for your enterprise. Perhaps you are a gun-for-hire, traveling the galaxy in search of your next gig. What weapons do you prefer and specialize in? Who or what do you fight for? Do you have aspirations of a life beyond the battlefield, or have you been at war so long you know of nothing else?

\n

Quick Build

\n

You can make a fighter quickly by following these suggestions. First, make Strength or Dexterity your highest ability modifier, depending on whether you want to focus on melee combat or on ranged weapons (or finesse weapons). Your next-highest score should be Constitution. Second, choose the @Compendium[sw5e.backgrounds.6jOIxwB8TYnShEJJ]{Soldier} background.

","chat":"","unidentified":""},"source":"PHB","levels":1,"archetype":"","hitDice":"d10","hitDiceUsed":0,"skills":{"number":2,"choices":[],"value":[]},"spellcasting":"none","attributes":{"spelldc":10},"damage":{"parts":[]},"archetypes":{"value":""},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"levelsTable":{"value":"

Test

"},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Fighter
LevelProficiency BonusFeaturesSuperiority DiceManeuvers Known
1st+2Fighting Style, Second Wind--
2nd+2Action Surge (one use), Combat Superiority22
3rd+2Fighter Specialty22
4th+2Ability Score Improvement22
5th+3Extra Attack22
6th+3Ability Score Improvement22
7th+3Fighter Specialty feature33
8th+3Ability Score Improvement33
9th+4Indomitable (one use)33
10th+4Fighter Specialty feature33
11th+4Greater Extra Attack34
12th+4Ability Score Improvement34
13th+5Indomitable (two uses)34
14th+5Ability Score Improvement34
15th+5Fighter Specialty feature45
16th+5Ability Score Improvement45
17th+6Action Surge (two uses), Indomitable (three uses)45
18th+6Fighter Specialty feature45
19th+6Ability Score Improvement45
20th+6Master of Combat45
\n
\n
\n

Class Features

\n

As a Fighter, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d10 per Fighter level

\n

Hit Points at 1st Level: 10 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d10 (or 6) + your Constitution modifier per fighter level after 1st

\n

Proficiencies

\n

Armor: All armor

\n

Weapons: All blasters, all vibroweapons

\n

Tools: None

\n

Saving Throws: Strength, Constitution

\n

Skills: Choose two skills from Acrobatics, Animal Handling, Athletics, Lore, Insight, Intimidation, Perception, and Survival

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) mesh armor or (b) combat suit, blaster rifle, and two power cells
  • \n
  • (a) a martial vibroweapon and a light or medium physical shield or (b) two martial vibroweapons
  • \n
  • (a) a hold-out and a power cell or (b) two vibrodaggers
  • \n
  • (a) a dungeoneer’s pack or (b) an explorer’s pack
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealth using the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Fighter8d4 x 100 cr
\n

 

\n

Fighting Style

\n

Beginning at 1st level, you adopt a particular style of fighting as your specialty. Choose one of the Fighting Style options, detailed in Chapter 6. You can’t take a Fighting Style option more than once, even if you later get to choose again.

\n

Second Wind

\n

You have a limited well of stamina that you can draw on to protect yourself from harm. On your turn, you can use a bonus action to regain hit points equal to 1d10 + your fighter level.

\n

Once you’ve used this feature, you must finish a short or long rest before you can use it again.

\n

Action Surge

\n

Starting at 2nd level, you can push yourself beyond your normal limits for a moment. On your turn, you can take one additional action on top of your regular action and a possible bonus action.

\n

Once you’ve used this feature, you must finish a short or long rest before you can use it again. Starting at 17th level, you can use it twice before a rest, but only once on the same turn.

\n

Combat Superiority

\n

Also at 2nd level, you learn maneuvers that are fueled by special dice called superiority dice.

\n

Maneuvers

\n

You learn two maneuvers of your choice, which are detailed under “Maneuvers” below, and you earn more at higher levels, as shown in the Maneuvers Known column of the fighter class table. Many maneuvers enhance an attack in some way. You can use only one maneuver per attack, and you may only use each maneuver once per turn.

\n

Each time you learn new maneuvers, you can also replace one maneuver you know with a different one.

\n

Superiority Dice

\n

You have two superiority dice, which are d4s, and you earn more at higher levels, as shown in the Superiority Dice column of the fighter class table. A superiority die is expended when you use it. You regain all of your expended superiority dice when you finish a short or long rest.

\n

Saving Throws

\n

Some of your maneuvers require your target to make a saving throw to resist the maneuver’s effects. The saving throw DC is calculated as follows:

\n

Maneuver save DC = 8 + your proficiency bonus + your Strength or Dexterity modifier (your choice)

\n

Maneuvers

\n

The maneuvers are presented in alphabetical order.

\n

Commander’s Strike

\n

When you take the Attack action on your turn, you can forgo one of your attacks and use a bonus action to direct one of your companions to strike. When you do so, choose a friendly creature who can see or hear you and expend one superiority die. That creature can immediately use its reaction to make one weapon attack, adding the superiority die to the attack’s damage roll.

\n

Disarming Attack

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to disarm the target, forcing it to drop one item of your choice that it’s holding. You add the superiority die to the attack’s damage roll, and the target must make a Strength saving throw. On a failed save, it drops the object you choose. The object lands at its feet.

\n

Distracting Strike

\n

When you hit a creature with a weapon attack, you can expend one superiority die to distract the creature, giving your allies an opening. You add the superiority die to the attack’s damage roll. The next attack roll against the target by an attacker other than you has advantage if the attack is made before the start of your next turn.

\n

Evasive Footwork

\n

When you move, you can expend one superiority die, rolling the die and adding the number rolled to your AC until you stop moving.

\n

Feinting Attack

\n

You can expend one superiority die and use a bonus action on your turn to feint, choosing one creature within 5 feet of you as your target. You have advantage on your next attack roll against that creature. If that attack hits, add the superiority die to the attack’s damage roll.

\n

Goading Attack

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to goad the target into attacking you. You add the superiority die to the attack’s damage roll, and the target must make a Wisdom saving throw. On a failed save, the target has disadvantage on all attack rolls against targets other than you until the end of your next turn.

\n

Lunging Attack

\n

When you make a melee weapon attack on your turn, you can expend one superiority die to increase your reach for that attack by 5 feet. If you hit, you add the superiority die to the attack’s damage roll.

\n

Maneuvering Attack

\n

When you hit a creature with a weapon attack, you can expend one superiority die to maneuver one of your comrades into a more advantageous position. You add the superiority die to the attack’s damage roll, and you choose a friendly creature who can see or hear you.

\n

That creature can use its reaction to move up to half its speed without provoking opportunity attacks from the target of your attack.

\n

Menacing Attack

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to frighten the target. You add the superiority die to the attack’s damage roll, and the target must make a Wisdom saving throw. On a failed save, it is frightened of you until the end of your next turn.

\n

Parry

\n

When another creature damages you with a melee attack, you can use your reaction and expend one superiority die to reduce the damage by the number you roll on your superiority die + your Dexterity modifier.

\n

Precision Attack

\n

When you make a weapon attack roll against a creature, you can expend one superiority die to add it to the roll. You can use this maneuver before or after making the attack roll, but before any effects of the attack are applied.

\n

Pushing Attack

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to drive the target back. You add the superiority die to the attack’s damage roll, and if the target is Large or smaller, it must make a Strength saving throw. On a failed save, you push the target up to 15 feet away from you.

\n

Rally

\n

On your turn, you can use a bonus action and expend one superiority die to bolster the resolve of one of your companions. When you do so, choose a friendly creature who can see or hear you. That creature gains temporary hit points equal to the superiority die roll + your Charisma modifier.

\n

Riposte

\n

When a creature misses you with a melee attack, you can use your reaction and expend one superiority die to make a melee weapon attack against the creature. If you hit, you add the superiority die to the attack’s damage roll.

\n

Sweeping Attack

\n

When you hit a creature with a melee weapon attack, you can expend one superiority die to attempt to damage another creature with the same attack. Choose another creature within 5 feet of the original target and within your reach. If the original attack roll would hit the second creature, it takes damage equal to the number you roll on your superiority die. The damage is of the same type dealt by the original attack.

\n

Trip Attack

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to knock the target down. You add the superiority die to the attack’s damage roll, and if the target is Large or smaller, it must make a Strength saving throw. On a failed save, you knock the target prone.

\n

Fighter Specialty

\n

At 3rd level, you choose a specialty that you strive to emulate in your combat styles and techniques, which is detailed at the end of the class description. The archetype you choose grants you features at 3rd level and again at 7th, 10th, 15th, and 18th level.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 6th, 8th, 12th, 14th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can’t increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

Extra Attack

\n

Beginning at 5th level, you can attack twice, instead of once, whenever you take the Attack action on your turn.

\n

Indomitable

\n

Beginning at 9th level, you can reroll a saving throw that you fail. If you do so, you must use the new roll, and you can’t use this feature again until you finish a long rest.

\n

You can use this feature twice between long rests starting at 13th level and three times between long rests starting at 17th level.

\n

Greater Extra Attack

\n

Beginning at 11th level, you can attack three times, instead of once, whenever you take the Attack action on your turn.

\n

Additionally, when you use a bonus action to engage in two-weapon fighting, you can make two attacks instead of one.

\n

Master of Combat

\n

At 20th level, you are the master of combat. Your Strength or Dexterity score increases by 2, and your Constitution score increases by 2. Your maximum for those scores increases by 2.

\n

Additionally, you can attack four times, instead of once, whenever you take the Attack action on your turn.

"},"className":{"value":"Fighter"},"atFlavorText":{"value":"

Fighter Specialties

\n

Different fighters choose different approaches to perfecting their fighting prowess. The fighter specialty you choose to emulate reflects your approach. Your specialty grants you features at 3rd, 7th, 10th, 15th, and 18th level.

\n

@Compendium[sw5e.archetypes.6HRxOPMOmOiKmuIG]{Adept Specialist}

\n

@Compendium[sw5e.archetypes.vWCA4gae11g8s1xq]{Assault Specialist}

\n

@Compendium[sw5e.archetypes.7OqolLOiiu5K59rD]{Blademaster Specialist}

\n

@Compendium[sw5e.archetypes.V4vCxmTwJFxi0HGM]{Demolitions Specialist}

\n

@Compendium[sw5e.archetypes.dY9gPH2vjYpS9onW]{Enhancement Specialist}

\n

@Compendium[sw5e.archetypes.n46s1RsRnnQjxHvX]{Heavy Weapons Specialist}

\n

@Compendium[sw5e.archetypes.uV3tG38Fo7JAXF0W]{Mounted Specialist}

\n

@Compendium[sw5e.archetypes.zxnST2OeLGmt8buI]{Praetorian Specialist}

\n

@Compendium[sw5e.archetypes.huTTmKT9yzE89Go1]{Shield Specialist}

\n

@Compendium[sw5e.archetypes.SKluJRGJzsX03qlx]{Tactical Specialist}

\n

@Compendium[sw5e.archetypes.CRRgJPKHIHD72CEt]{Totem Specialist}

"}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.armorProf.value","value":"lgt","mode":"+","targetSpecific":false,"id":1,"itemId":"oWdjvPwScXkQxEzd","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.armorProf.value","value":"med","mode":"+","targetSpecific":false,"id":2,"itemId":"oWdjvPwScXkQxEzd","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.armorProf.value","value":"hvy","mode":"+","targetSpecific":false,"id":3,"itemId":"oWdjvPwScXkQxEzd","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.armorProf.value","value":"shl","mode":"+","targetSpecific":false,"id":4,"itemId":"oWdjvPwScXkQxEzd","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"all blasters","mode":"+","targetSpecific":false,"id":5,"itemId":"oWdjvPwScXkQxEzd","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"all vibroweapons","mode":"+","targetSpecific":false,"id":6,"itemId":"oWdjvPwScXkQxEzd","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.abilities.con.proficient","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"oWdjvPwScXkQxEzd","active":false,"_targets":[],"label":"Abilities Constitution Proficiency"},{"modSpecKey":"data.abilities.str.proficient","value":"1","mode":"+","targetSpecific":false,"id":8,"itemId":"oWdjvPwScXkQxEzd","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Classes/Fighter%20Alt.webp","effects":[]} +{"_id":"wekZnR9jIMVn4Gfq","name":"Monk","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"class","data":{"description":{"value":"

\n

Her vibrostaff a blur as they deflect an incoming hail of blaster bolts, a human springs over a barricade and throws herself into the massed ranks of pirates on the other side. She whirls among them, knocking their blows aside and sending them reeling, until at last she stands alone.

\n

Taking a deep breath, a zabrak covered in tattoos settles into a battle stance. As the first charging mercenaries reach him, he exhales and a blast of negative energy courses from his hands, engulfing his foes.

\n

Moving with the silence of the night, a black-clad mirialan steps into a shadow beneath an arch and nimbly climbs to the balcony a stone’s throw above her. She slides her blade free of its cloth-wrapped scabbard and peers through the open window at the warlord, so vulnerable in the grip of sleep.

\n

Whatever their discipline, monks are united in their ability to harness the energy that flows in their bodies. Whether channeled as a striking display of combat prowess or a subtler focus of defensive ability and speed, this energy infuses all that a monk does.

\n

The Power of Focus

\n

Monks make careful study of a mystical energy that most monastic orders call focus. This energy is an element of the power that suffuses the galaxy—specifically, the element that flows through living bodies. Monks harness this energy within themselves to create powerful effects and exceed their bodies’ physical capabilities, and some of their special attacks can hinder the flow of focus in their opponents. Using this energy, monks channel uncanny speed and strength into their unarmed strikes. As they gain experience, their martial training and their mastery of focus gives them more power over their bodies and the bodies of their foes.

\n

Training and Asceticism

\n

Most monks live entirely apart from the surrounding population, secluded from anything that might impede their spiritual progress. Others are sworn to isolation, emerging only to serve as spies or assassins at the command of their leader, a noble patron, or some other power.

\n

The majority of monks don’t shun their neighbors, making frequent visits to nearby towns or villages and exchanging their service for food and other goods. As versatile warriors, monks often end up protecting their neighbors from monsters or brigands.

\n

For a monk, becoming an adventurer means leaving a structured, communal lifestyle to become a wanderer. This can be a harsh transition, and monks don’t undertake it lightly. Those who leave their cloisters take their work seriously, approaching their adventures as personal tests of their physical and spiritual growth.

\n

As you make your monk character, think about your connection to the monastery where you learned your skills and spent your formative years. Were you an orphan or a child left on the monastery's threshold? Did your parents promise you to the monastery in gratitude for a service performed by the monks? Did you enter this secluded life to hide from a crime you committed? Or did you choose the monastic life for yourself? Consider why you left. Did the head of your monastery choose you for a particularly important mission beyond the cloister? Perhaps you were cast out because of some violation of the community's rules. Did you dread leaving, or were you happy to go? Is there something you hope to accomplish outside the monastery? Are you eager to return to your home? As a result of the structured life of a monastic community and the discipline required to harness focus, monks are typically lawful in alignment.

\n

Quick Build

\n

You can make a monk quickly by following these suggestions. First, make Dexterity your highest ability score, followed by Wisdom. Second, choose the @Compendium[sw5e.backgrounds.db.uIAswoyitMSQjwU6]{Agent} background.

","chat":"","unidentified":""},"source":"PHB","levels":1,"archetype":"","hitDice":"d8","hitDiceUsed":0,"skills":{"number":2,"choices":[],"value":[]},"spellcasting":"none","attributes":{"spelldc":10},"damage":{"parts":[]},"archetypes":{"value":""},"powercasting":"none","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"levelsTable":{"value":"

Test

"},"classFeatures":{"value":"
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
The Monk
LevelProficiency BonusFeaturesMartial ArtsFocus PointsMonastic VowsUnarmored Movement
1st+2Martial Arts, Unarmored Defensed4---
2nd+2Focus, Monastic Vowsd422-
3rd+2Unarmored Movement, Deflect Missiles, Monastic Orderd432+10 ft.
4th+2Ability Score Improvement, Slow Falld442+10 ft.
5th+3Extra Attack, Stunning Striked652+15 ft.
6th+3Enhanced Strikes, Monastic Order featured662+15 ft.
7th+3Evasion, Stillness of Mindd673+15 ft.
8th+3Ability Score Improvementd683+15 ft.
9th+4Unarmored Movement Improvementd893+20 ft.
10th+4Ability Score Improvementd8103+20 ft.
11th+4Monastic Order featured8113+20 ft.
12th+4Ability Score Improvementd8123+20 ft.
13th+5Purity of Bodyd10134+25 ft.
14th+5Diamond Sould10144+25 ft.
15th+5Timeless Vesseld10154+25 ft.
16th+5Ability Score Improvementd10164+25 ft.
17th+6Monastic Order featured12175+30 ft.
18th+6Empty Bodyd12185+30 ft.
19th+6Ability Score Improvementd12195+30 ft.
20th+6Perfect Selfd12205+30 ft.
\n
\n
\n

Class Features

\n

As a Monk, you gain the following class features.

\n

Hit Points

\n

Hit Dice: 1d8 per Monk level

\n

Hit Points at 1st Level: 8 + your Constitution modifier

\n

Hit Points at Higher Levels: 1d8 (or 5) + your Constitution modifier per monk level after 1st

\n

Proficiencies

\n

Armor: None

\n

Weapons: Simple blasters, simple vibroweapons, chakrams, techblades

\n

Tools: None

\n

Saving Throws: Strength, Dexterity

\n

Skills: Choose two from Acrobatics, Athletics, Insight, Lore, Perception, and Stealth

\n

Equipment

\n

You start with the following equipment, in addition to the equipment granted by your background

\n
    \n
  • (a) a chakram, (b) a techblade, (c) a simple vibroweapon, or (d) a simple blaster and a power cell
  • \n
  • (a) a dungeoneer’s pack or (b) an explorer’s pack
  • \n
  • 10 vibrodarts
  • \n
\n

Variant: Starting Wealth

\n

In lieu of the equipment granted by your class and background, you can elect to purchase your starting gear. If you do so, you receive no equipment from your class and background, and instead roll for your starting wealth using the criteria below:

\n\n\n\n\n\n\n\n\n\n\n\n
ClassFunds
Monk4d4 x 100 cr
\n

 

\n

Martial Arts

\n

Beginning at 1st level, your practice of martial arts gives you mastery of combat styles that use unarmed strikes and monk weapons, which are chakrams, techblades, and any simple vibroweapons that don’t have the two-handed property.

\n

You gain the following benefits while you are unarmed or wielding only monk weapons and you aren't wearing armor or wielding a shield:

\n
    \n
  • You can use Dexterity instead of Strength for the attack and damage rolls of your unarmed strikes and monk weapons. You must use the same modifier for both rolls.
  • \n
  • You can roll a d4 in place of the normal damage of your unarmed strike or monk weapon. This die changes as you gain monk levels, as shown in the Martial Arts column of the Monk table.
  • \n
  • You can use Dexterity instead of Strength whenever you would make a Strength (Athletics) check to grapple, shove, or trip a creature.
  • \n
  • When you use the Attack action with an unarmed strike or a monk weapon on your turn, you can make one unarmed strike as a bonus action.
  • \n
  • You can take the Dash and Disengage actions as a bonus action.
  • \n
\n
\n

Variant: Monks with Lightweapons
If monks gain lightweapon proficiency, consider letting them use lightweapons as monk weapons, provided the lightweapon has a vibroweapon analogue. For instance, chakrams count as monk weapons. If a monk gains proficiency in a light ring, they could also use it as a monk weapon.

\n
\n

Unarmored Defense

\n

Also at 1st level, while you are wearing no armor and not wielding a shield, your AC equals 10 + your Dexterity modifier + your Wisdom or Charisma modifier (your choice).

\n

Focus

\n

Starting at 2nd level, your training allows you to harness the mystic energy of focus. Your access to this energy is represented by a number of focus points. Your monk level determines the number of points you have, as shown in the Focus Points column of the Monk table.

\n

You can spend these points to fuel various focus features. You start knowing three such features: Flurry of Blows, Patient Defense, and Step of the Wind. You learn more focus features as you gain levels in this class.

\n

When you spend a focus point, it is unavailable until you finish a short or long rest, at the end of which you draw all of your expended focus back into yourself. You must spend at least 30 minutes of the rest meditating to regain your focus points.

\n

You use your choice of Wisdom or Charisma for your focus ability. You use the chosen ability modifier whenever a feature refers to your focus ability. Additionally, you use the chosen ability modifier when making an attack with a focus feature or setting the saving throw DC for one.

\n

Focus save DC = 8 + your proficiency bonus + your Wisdom or Charisma modifier (your choice)

\n

Focus attack modifier = your proficiency bonus + your Wisdom or Charisma modifier (your choice)

\n

Flurry of Blows

\n

When you make your Martial Arts bonus action unarmed strike, you can spend 1 focus point to make an additional unarmed strike (no action required). At 11th level, you can instead spend 2 focus points to make two additional unarmed strikes.

\n

Patient Defense

\n

When you use your bonus action to Disengage, you can spend 1 focus point to also Dodge (no action required). At 11th level, you can instead spend 2 focus points to Dodge and gain an additional reaction until the start of your next turn. You can only take one reaction per turn.

\n

Step of the Wind

\n

When you use your bonus action to Dash, you can spend 1 focus point to double your jump distance for the turn. At 11th level, you can instead spend 2 focus points to gain a flying speed equal to your walking speed until the end of your turn, though you fall if you end your speed in the air and nothing else is holding you aloft.

\n

Monastic Vows

\n

Also at 2nd level, you’ve sworn two vows, as detailed at the end of the class description. You swear an additional vow at 7th, 13th, and 17th level.

\n

Unarmored Movement

\n

Starting at 3rd level, your speed increases by 10 feet while you are not wearing armor or wielding a shield. This bonus increases when you reach certain monk levels, as shown in the Unarmored Movement column of the monk table.

\n

At 9th level, you gain the ability to move along vertical surfaces and across liquids on your turn without falling during the move.

\n

Deflect Missiles

\n

Also at 3rd level, you can use your reaction to deflect a projectile when you are hit by a ranged weapon attack. When you do so, the damage you take from the attack is reduced by 1d10 + your Dexterity modifier + your monk level.

\n

If you reduce the damage to 0, and the damage is energy or ion, you can redirect it at another target if you have a weapon capable of doing so. You can spend 1 focus point to make a ranged attack as you deflect the projectile, as part of the same reaction. You make this attack with proficiency, regardless of your weapon proficiencies, and the projectile counts as a monk weapon for the attack.

\n

Monastic Order

\n

Lastly at 3rd level, you commit yourself to one a monastic order, which is detailed at the end of the class description. Your order grants you features at 3rd level and again at 6th, 11th, and 17th level.

\n

Ability Score Improvement

\n

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can’t increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

\n

Slow Fall

\n

Beginning at 4th level, you can use your reaction when you fall to reduce any falling damage you take by an amount equal to five times your monk level.

\n

Extra Attack

\n

Beginning at 5th level, you can attack twice, instead of once, whenever you take the Attack action on your turn.

\n

Stunning Strike

\n

Starting at 5th level, you can interfere with an opponent's body. When you hit another creature with a melee weapon attack, you can spend 1 focus point to attempt a stunning strike. The target must succeed on a Constitution saving throw or be stunned until the end of your next turn.

\n

Enhanced Strikes

\n

Starting at 6th level, your unarmed strikes count as enhanced for the purpose of overcoming resistance and immunity to unenhanced attacks and damage.

\n

Evasion

\n

At 7th level, your instinctive agility lets you dodge out of the way of certain area effects. When you are subjected to an effect, such as a consular's force storm or an engineer's explosion, that allows you to make a Dexterity saving throw to take only half damage, you instead take no damage if you succeed on a saving throw, and only half damage if you fail.

\n

Stillness of Mind

\n

Starting at 7th level, you can use your action to end one effect on yourself that is causing you to be charmed or frightened.

\n

Purity of Body

\n

Starting at 13th level, your mastery of the focus flowing through you makes you immune to disease and poison and resistant to poison damage.

\n

Diamond Soul

\n

Beginning at 14th level, your mastery of focus grants you proficiency in all saving throws. Additionally, whenever you make a saving throw and fail, you can spend 1 focus point to reroll it and take the second result.

\n

Timeless Vessel

\n

At 15th level, your focus sustains you so that you suffer none of the frailty of old age, and you can't be aged abnormally. You can still die of old age, however. Additionally, when you complete a short rest, you can expend a Hit Die to remove 1 level of exhaustion or slowed.

\n

Empty Body

\n

Beginning at 18th level, you can use your action to spend 4 focus points to become invisible for 1 minute. During that time, you also have resistance to all damage but force damage.

\n

Perfect Self

\n

At 20th level, you've gained perfect control over your body. Your Dexterity and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for those scores increases by 2. Additionally, when you roll for initiative and have fewer than 6 focus points remaining, you regain up to 6 focus points.

\n

Monastic Vows

\n

The vows are presented in alphabetical order. If a vow has prerequisites, you must meet them to learn it. You can learn a vow at the same time you meet its prerequisites.

\n

Vow of Deflection

\n

You can use your reaction to divert a strike when you are dealt damage by a melee weapon attack. When you do so, the damage taken by the attack is reduced by 1d10 + your Dexterity modifier + your monk level.

\n

Vow of the Devoted

\n

You gain a limited ability to manipulate the Force. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

Force Powers Known. You learn 2 force powers of your choice. You learn an additional power at 3rd, 5th, 7th, 9th, 11th, 13th, 15th, and 17th level. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite. You may only learn universal powers in this way.

\n

Force Points. Rather than force points, powers you learn through this vow are cast using your focus points, at 1 focus point per power level. You may only cast universal powers in this way.

\n

Max Power Level. Many force powers can be overpowered, consuming more focus points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels. Your Max Power Level is 1st. It increases to 2nd at 7th level, 3rd at 13th level, and 4th at 17th level. You may only cast force powers at 4th-level once. You regain the ability to do so after a long rest.

\n

Forcecasting Ability. You use your focus ability whenever a power refers to your forcecasting ability. If a power you cast with focus points calls for a saving throw, you use your focus save DC. If a power you cast with focus points calls for an attack roll, you use your focus attack modifier.

\n

Vow of Fate

\n

Prerequisite: 7th level
When you finish a short or long rest, roll a d20 and record the number rolled. Once before your next short or long rest, you can replace any attack roll, saving throw, or ability check made by you or a creature within 5 feet of you with this roll. You must choose to do so before the roll.

\n

Vow of the Fighter

\n

You adopt a particular style of fighting as your specialty. Choose one of the fighting Style options, detailed in Chapter 6. You can’t take a fighting Style option more than once, even if you later get to choose again.

\n

Vow of Fortitude

\n

Prerequisite: 7th level
You can use your action or bonus action to end one effect on yourself that is causing you to be blinded or deafened.

\n

Vow of Freedom

\n

You ignore unenhanced difficult terrain, and when you would use your action to break free of an effect that is grappling or restraining you, you can instead use your bonus action.

\n

Vow of Intuition

\n

You can no longer have disadvantage on attack rolls against creatures within 10 feet of you due to not being able to see them.

\n

Vow of the Limber

\n

Prerequisite: 7th level
When you make your first unarmed strike on your turn, you can choose to spend 1 focus point. If you do so, your reach with your unarmed strikes increases by 5 feet until the end of your turn.

\n

Vow of Mettle

\n

You can use Strength instead of Wisdom or Charisma when determining your Unarmored Defense.

\n

Vow of the Mortal

\n

You can use Constitution instead of Wisdom or Charisma when determining your Unarmored Defense.

\n

Vow of the Nemesis

\n

Prerequisite: 13th level
As a bonus action, you can choose one creature within 30 feet that you can see. The creature must make a Wisdom saving throw against your focus save DC. On a successful save, the creature becomes immune to this feature for 24 hours. On a failed save, for the next minute, the creature has disadvantage on attack rolls against creatures other than you, and it must make an additional Wisdom saving throw each time it attempts to move to a space that is more than 30 feet away from you; if it succeeds on this saving throw, this feature doesn't restrict its movement for that turn.

\n

This feature ends early if you attack another creature, if you target another hostile creature with a power or class feature, if a friendly creature damages the target, if a friendly creature targets it with a power or class feature, or if you target another creature with this feature.

\n

Vow of the Open Mind

\n

You gain proficiency in a skill of your choice. Additionally, you can spend 1 focus point and 10 minutes meditating on a skill in which you are proficient. If you do so, when you make an ability check with the chosen skill, you can add your Wisdom or Charisma modifier to the check if it doesn’t already include that modifier. You can only have one instance of this feature active at a time.

\n

Vow of Precision

\n

Prerequisite: 13th level
Your critical hit range with unarmed strikes increases by 1.

\n

Vow of Requital

\n

Prerequisite: 13th level
When you take the Dodge action and an attack made by a creature within 5 feet of you misses you before the start of your next turn, you can use your reaction to make one melee weapon attack with a monk weapon or unarmed strike against that creature.

\n

Vow of Restoration

\n

When you would make an unarmed strike, you can spend 1 focus point to instead touch a willing creature within your reach. Roll your Martial Arts die. The target gains hit points equal to the amount rolled + your Wisdom or Charisma modifier (your choice, minimum of +1).

\n

Vow of the Sentry

\n

You gain proficiency in light and medium armor. Additionally, you can now gain the benefits of your Martial Arts and Unarmored Movement features while wearing light or medium armor as long as you are not wielding a shield.

\n

Vow of Serenity

\n

Your maximum focus increases by an amount equal to half your Wisdom or Charisma modifier (your choice, rounded up, minimum of +1).

\n

Vow of the Shrewd

\n

You can use Intelligence instead of Wisdom or Charisma when determining your Unarmored Defense.

\n

Vow of Spirit

\n

You can use your choice of Wisdom or Charisma instead of Strength or Dexterity for the attack and damage rolls of your unarmed strikes and monk weapons. You must use the same modifier for both rolls.

\n

Vow of the Versatile

\n

When you would make an unarmed strike as part of your Martial Arts bonus action attack or your Flurry of Blows, you can instead make a weapon attack with a monk weapon you are wielding.

"},"className":{"value":"Monk"},"atFlavorText":{"value":"

Monastic Orders

\n

Orders of monastic pursuit are common in the locales scattered across the galaxy. Each order is based in a specific culture and is mutually exclusive, despite relying on the same basic techniques. Your order grants you features at 3rd, 6th, 11th, and 17th level.

\n

@Compendium[sw5e.archetypes.f6laKRexQAH7Oa3b]{Aing-Tii Order}

\n

@Compendium[sw5e.archetypes.5ZfztAWnxh7mqTL7]{Crimson Order}

\n

@Compendium[sw5e.archetypes.0s8yk4E0Kneqe4zt]{Echani Order}

\n

@Compendium[sw5e.archetypes.PoyYtrej7B5BZRRG]{Jal Shey Order}

\n

@Compendium[sw5e.archetypes.MorU2Jy5yx77N9QO]{Kage Order}

\n

@Compendium[sw5e.archetypes.Vtk1Pw4AILqZk27u]{Kyuzo Order}

\n

@Compendium[sw5e.archetypes.taNiZralaSUdH6a2]{Matukai Order}

\n

@Compendium[sw5e.archetypes.igjYYoVyL95UNC0c]{Nightsister Order}

\n

@Compendium[sw5e.archetypes.OPVska67MO0Zauct]{Trickster Order}

\n

@Compendium[sw5e.archetypes.gbP89R34SpttnfPb]{Whills Order}

"}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.traits.weaponProf.custom","value":"simple blasters","mode":"+","targetSpecific":false,"id":1,"itemId":"wekZnR9jIMVn4Gfq","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple vibroweapons","mode":"+","targetSpecific":false,"id":2,"itemId":"wekZnR9jIMVn4Gfq","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"chakrams","mode":"+","targetSpecific":false,"id":3,"itemId":"wekZnR9jIMVn4Gfq","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"techblades","mode":"+","targetSpecific":false,"id":4,"itemId":"wekZnR9jIMVn4Gfq","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.abilities.str.proficient","value":"1","mode":"+","targetSpecific":false,"id":5,"itemId":"wekZnR9jIMVn4Gfq","active":false,"_targets":[],"label":"Abilities Strength Proficiency"},{"modSpecKey":"data.abilities.dex.proficient","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"wekZnR9jIMVn4Gfq","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Classes/Monk.webp","effects":[]} diff --git a/packs/packs/classfeatures.db b/packs/packs/classfeatures.db index 70d19999..b0697609 100644 --- a/packs/packs/classfeatures.db +++ b/packs/packs/classfeatures.db @@ -1,343 +1,731 @@ -{"_id":"04YaNAIpdScc9WuJ","name":"Quick Thinking","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning when you reach 5th level, you regain all of your expended uses of Potent Aptitude when you finish a short or long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer 5"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Pure Performance","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, attack rolls you make while wielding a weapon with the heavy or strength properties can’t suffer from disadvantage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"073Ve3axeog6D1eO"} -{"_id":"0L38TGkU8ViI7klt","name":"Master of Combat","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, you are the master of combat. Your Strength or Dexterity score increases by 2, and your Constitution score increases by 2. Your maximum for those scores increases by 2.

\n

Additionally, you can attack four times, instead of once, whenever you take the Attack action on your turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Fighter 20"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"0NxbCrcn4Ty81wWf","name":"Retaliation","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you take damage from a creature that is within 5 feet of you, you can use your reaction to make a melee weapon attack against that creature.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Frenzied 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"1Ddq2hwpr2dTJI2C","name":"Out of Mind","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, you can erase yourself from a single creature’s sight momentarily. As a bonus action, choose a creature within 60 feet of you that you are aware of. That creature must make a Wisdom saving throw against your universal force save DC. On a failed save, you become invisible to that creature for 1 minute, or until you deal damage to it.

\n

Once you’ve used this feature, you can’t use it again until you finish a short or long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"cone"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Consular: Suggestion 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"1P7kIHNyx9mc8CX0","name":"Unarmored Defense (Berserker)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 1st level, while you are not wearing any armor, your Armor Class equals 10 + your Dexterity modifier + your Constitution modifier. You can use a shield and still gain this benefit.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 1"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"1R0GS5nES0BAShSX","name":"Force Barrier","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this tradition at 3rd level, you can weave the Force around yourself for protection. When you cast a universal power of 1st level or higher, you can simultaneously manipulate the Force to create a barrier on yourself that lasts until you finish a long rest. The barrier has hit points equal to twice your consular level + your Wisdom or Charisma modifier (your choice). Your barrier can never have hit points greater than twice your consular level + your Wisdom or Charisma modifier (your choice).

\n

Whenever you take damage, the barrier takes the damage instead. If this damage reduces the barrier to 0 hit points, you take any remaining damage.

\n

While the barrier has 0 hit points, it can’t absorb damage, but its power remains. Whenever you cast a universal power of 1st level or higher, the barrier regains a number of hit points equal to twice the level of the power.

\n

Once you create the barrier, you can’t create it again until you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Balance 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Adaptive Fighting","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you’ve learned to make adaptations to your fighting style on the fly. You have three such effects: Change Up, Draw, and Stow. When you use your Adaptive Fighting, you choose which effect to create.

\n

You can use this features a number of times equal to your Strength or Dexterity modifier (your choice, a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n
\n

CHANGE UP

\n

You can use your object interaction and expend a use of your Adaptive Fighting to change the Fighting Style option granted to you by your fighter class feature. You can’t take a Fighting Style option more than once.

\n
\n

DRAW

\n

When you use your object interaction to draw one or more weapons, you can expend a use of your Adaptive Fighting (no action required) to increase your critical hit range by 1 with the weapon(s) until the start of your next turn.

\n
\n

STOW

\n

When you use your object interaction to stow a weapon, you can expend a use of your Adaptive Fighting (no action required) to take the Disengage action.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"1TSgLZzmLQooG1nX"} -{"_id":"1f9cw6pS3RiiF8DZ","name":"Modified Lightsaber","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to modify an unenhanced lightsaber utilizing your artificer knowledge. Over the course of a long rest, you can modify your lightsaber. You must have the lightsaber and artificer’s implements in order to perform this modification.

\n

Your modified lightsaber is enhanced, requires attunement, can only be used by you, and counts as a tech focus for your tech powers while you are attuned to it. Your modified lightsaber has 4 modification slots, and it gains more at higher levels, as shown in the Modification Slots column of the engineer table. For each modification installed in excess of your proficiency bonus, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

At 9th level, you can maintain two different modified lightsabers. The total modification slots are split across the two items.

\n

ARTIFICER MODIFICATIONS

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n
\n
\n

ADDITONAL BEAM PORT

\n

You install a second beam port into your modified lightsaber. Your modified lightsaber gains the double (1d8) property. You can only benefit from this property while wielding your modified lightsaber with two hands.

\n
\n

ADEGAN CRYSTAL

\n

Prerequisite: 5th level
You gain a +1 bonus to damage rolls made with this weapon. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

ADVANCED BLASTSABER

\n

Prerequisite: 15th level
Prerequisite: Prototype Blastsaber
You further fine tune your blastsaber. As an action, you can disable a single electronic device not being worn or held by another creature within 5 feet of you. The device is then disabled until it is rebooted.

\n

Additionally, when you activate this conversion to alter the properties of your lightweapon, you create a projected barrier of ion energy in a 10-foot-radius sphere around you until the start of your next turn. Hostile creatures treat this area as difficult terrain. When a hostile creature enters the shielded area or starts its turn there, that creature takes 3d4 ion damage. Any electronics not being worn or held within the barrier’s radius are disabled until rebooted.

\n
\n

ADVANCED BRIGHTSABER

\n

Prerequisite: 15th level
Prerequisite: Prototype Brightsaber
You further fine tune your brightsaber. While activated, your modified lightsaber’s bright light now automatically dispels illusions and can detect invisibility, as with truesight.

\n

Additionally, when you activate this conversion to alter the properties of your lightweapon and use a bonus action to attempt to blind your target, it makes the saving throw with disadvantage.

\n
\n

ADVANCED DISRUPTORSABER

\n

Prerequisite: 15th level
Prerequisite: Prototype Disruptorsaber
You further fine tune your disruptorsaber. While activated, your modified lightsaber lightly obscures the area within 5 feet of it.

\n

Additionally, when you activate this conversion to alter the properties of your lightweapon and use a bonus action to attempt to knock your target prone, the next saving throw you make before the end of your next turn has advantage.

\n
\n

BARRIER

\n

Prerequisite: 5th level
On your turn, when you make an attack roll with your modified lightsaber, you can choose to forgo your proficiency bonus. If you do, you can use your reaction to erect a temporary barrier that lasts until the start of your next turn. While the barrier is activated, you have a bonus to AC against the first attack roll made against you equal to your proficiency bonus.

\n
\n

BEAM GEM LENS

\n

Prerequisite: 5th level
You gain a +1 bonus to attack rolls made with this weapon. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

BIOMETRIC SAFETY MEASURES

\n

A security system is installed into the hilt of your lightweapon. When a creature other than you attempts to activate your lightweapon, the activation fails. Additionally, the creature attempting to activate must make on a Constitution saving throw or take lightning damage equal to engineer level, and become shocked until the start of its next turn. On a successful save the creature takes half damage and is not shocked. Regardless of success or failure, the creature drops your modified lightsaber.

\n
\n

BLASTSABER CONVERSION

\n

Incompatible with other conversions
You heavily modify your lightweapon to allow you to make a ranged weapon attack. With this modification, you can make a ranged weapon attack with a range of 30/60. On a hit, it deals 1d6 energy damage.

\n

Additionally, when you make your first attack on your turn, you can alter the properties of your modified lightsaber. Until the start of your next turn, the damage type of your modified lightsaber is changed to ion.

\n

You can use this trait a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

BRIGHTSABER CONVERSION

\n

Incompatible with other conversions
You modify your lightweapon, giving it a brighter glow. While activated, your modified lightsaber sheds bright light in a 20-foot radius and dim light for an additional 20 feet.

\n

Additionally, when you make your first attack on your turn, you can alter the properties of your modified lightsaber. Until the start of your next turn, the damage type of your modified lightsaber is changed to fire.

\n

You can use this trait a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

BURN THROUGH

\n

When you score a critical hit with your modified lightsaber, you have advantage on the next attack roll you make against that creature.

\n
\n

COMFORTABLE HANDLE

\n

You make minor modifications to the ergonomics of your modified saber’s hilt. Your modified lightsaber gains the finesse property.

\n
\n

CROSSGUARD

\n

You add an energy guard at the base of your modified lightsaber’s blade. While wielding your modified lightsaber, you gain a +1 bonus to your armor class against melee weapon attacks.

\n
\n

DISRUPTORSABER CONVERSION

\n

Incompatible with other conversions
You modify your lightweapon, causing it to eminate a sickly green light. Your modified lightsaber loses the luminous property.

\n

Additionally, when you make your first attack on your turn, you can alter the properties of your modified lightsaber. Until the start of your next turn, the damage type of your modified lightsaber is changed to acid.

\n

You can use this trait a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

EXTENDED BEAM

\n

You install a series of beam focusing amplifiers into your modified lightsaber. Your modified lightsaber gains the reach property.

\n
\n

GREATSABER ARRAY

\n

You augment the configuration of your modified lightsaber. Your modified lightsaber gains the two-handed property, and it’s damage die increases to 1d12.

\n
\n

INTENSE BEAM

\n

Prerequisite: 11th level
Prerequisite: Burn Through
Your modified lightsaber’s critical hit range increases by 1.

\n
\n

MAGNETIC-LOCK GRIP

\n

You insert a series of magnetically charged grips into your modified lightsaber’s hilt. While wielding your modified lightsaber, you have advantage on ability checks and saving throws made to disarm or avoid being disarmed.

\n
\n

PROTOTYPE BLASTSABER

\n

Prerequisite: 7th level
Prerequisite: Blastsaber Conversion
You fine tune your blastsaber. When you activate this conversion to alter the properties of your lightweapon, you can use your bonus action to cause your modified lightsaber to let loose a burst of energy. Creatures other than yourself within 5 feet of the target creature must succeed on a Dexterity saving throw. On a failed save, they take ion damage equal to your Intelligence modifier.

\n
\n

PROTOTYPE BRIGHTSABER

\n

Prerequisite: 7th level
Prerequisite: Brightsaber Conversion
You fine tune your brightsaber. When you activate this conversion to alter the properties of your lightweapon, you can use your bonus action to attempt to blind the target of the attack. The creature must succeed on a Constitution saving throw or be blinded.

\n
\n

PROTOTYPE DISRUPTORSABER

\n

Prerequisite: 7th level
Prerequisite: Disruptorsaber Conversion
You fine tune your disruptorsaber. When you activate this conversion to alter the properties of your lightweapon, you can use your bonus action to attempt to knock the target of your attack prone. The creature must make a Strength saving throw or be knocked prone.

\n
\n

RETURNING WEAPON

\n

You install a retractible chain in the hilt of your modified lightsaber. Your modified lightsaber gains the thrown property with a range of 20/60, and when you throw the weapon, it immediately returns to your hand.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Artificer 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"20qc66rPhmC7wXDm","name":"Saber Storm","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this tradition at 3rd level, you learn to deftly control your weapons utilizing the Force. As an action, you can initiate your Saber Storm. When you do so, select a light- or vibro-weapon within 5 feet that is not worn or carried by a conscious creature other than you, and use the Force to cause it to levitate, acting as an extension of your will for 1 minute. When you activate this feature, you can cause the weapon to move up to 10 feet and make a melee force attack against a creature within 5 feet of it. On a hit, the target takes 1d8 + your forcecasting ability modifier damage. The type is of the normal damage dealt by the weapon. The weapon then returns to your side.

\n

Your weapon moves with you, and while Saber Storm is active and you have a weapon animated, on each of your turns you can use an action to move a weapon up to 10 feet and repeat the attack against a creature within 5 feet of it. The weapon then returns to your side. Your Saber Storm ends early if you are incapacitated. At any time, you can end this feature and return the animated weapon to your hand.

\n

Additionally, while your Saber Storm is active, and at least one animated weapon is within 5 feet of you, you gain the following benefits:

\n
    \n
  • You gain a bonus to your AC equal to your Wisdom or Charisma modifier (your choice, minimum of +1) if it doesn’t already include that modifier.
  • \n
  • You gain a bonus to any Constitution saving throw you make to maintain your concentration on a power. The bonus equals your Wisdom or Charisma modifier (your choice, minimum of +1).
  • \n
\n

This feature can animate more than one weapon when you reach higher levels: two weapons at 5th level, three weapons at 11th level, and four weapons at 17th level. When you use your action to attack with your weapons, you can direct them at the same target or at different ones. Make a separate attack roll for each weapon.

\n

At 5th level, the distance your weapon can travel increases to 20 feet. This distance increases to 30 feet at 11th level, and 40 feet at 17th level.

\n

You can use this feature twice. You regain all expended uses of it when you finish a short or long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":2,"max":2,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Consular: Manipulation 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"28peWa7ad8J7FIF7","name":"Dual Wielder","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this approach at 3rd level, when you engage in Two-Weapon Fighting, you can add your Strength or Dexterity modifier (your choice) to the damage of your Two-Weapon Fighting attack as long as it doesn’t already include that modifier.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Cyclone 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"2N5w1alVvT1VcSau","name":"Potent Integration","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, when your droid makes an attack roll, you can use your reaction to expend one use of your Potent Aptitude to give it a boost. Roll the die and add it to both the attack and damage rolls, if the attack hits.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Engineer: Astrotech 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"2cPRZiAJPegsDJEt","name":"Techcasting (Engineer)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 1st level, during your training you have derived powers from schematics with the aid of your wristpad. See chapter 10 for the general rules of techcasting and chapter 12 for the tech powers list.

\n

TECH POWERS KNOWN

\n

You learn 6 tech powers of your choice, and you learn more at higher levels, as shown in the Tech Powers Known column of the engineer table. You may not learn a tech power of a level higher than your Max Power Level.

\n

TECH POINTS

\n

You have a number of tech points equal to your engineer level x 2, as shown in the Tech Points column of the engineer table, + your Intelligence modifier. You use these tech points to cast tech powers. You regain all expended tech points when you finish a short or long rest.

\n

MAX POWER LEVEL

\n

Many tech powers can be overcharged, consuming more tech points to create a greater effect. You can overcharge these powers to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the engineer table.

\n

You may only cast tech powers at 6th, 7th, 8th, and 9th-level once. You regain the ability to do so after a long rest.

\n

TECHCASTING ABILITY

\n

Intelligence is your techcasting ability for your tech powers. You use your Intelligence whenever a power refers to your techcasting ability. Additionally, you use your Intelligence modifier when setting the saving throw DC for a tech power you cast and when making an attack roll with one.

\n
\n

Tech save DC = 8 + your proficiency bonus + your Intelligence modifier

\n
\n

Tech attack modifier = your proficiency bonus + your Intelligence modifier

\n
\n

TECHCASTING FOCUS

\n

You use a wristpad (found in chapter 5) or your tool proficiencies granted by this class as a techcasting focus for your tech powers.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer 1"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Rallying Cry","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, when you use your Second Wind feature, you can choose up to three creatures within 60 feet of you that are allied with you. Each one regains hit points equal to your fighter level, provided that the creature can see or hear you.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"2dNKCtW7jCM0xNgT"} -{"_id":"2jowNrxwqUrXnIlu","name":"Force-Empowered Self","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 2nd level, your training allows you to harness the mystical energy of the Force throughout your body. When you hit a creature with a melee weapon attack, you can spend 1 force point to use a Force-Empowered Self effect. Each effect uses a d4, which changes as you gain sentinel levels, as shown in the Kinetic Combat column of the sentinel table. You have three such effects: Deflection, Double Strike, and Slow Time. You can only use each effect once per turn, and you can only use one effect per hit.

\n
\n
\n

DEFLECTION

\n

You can roll a Kinetic Combat die and add it to your AC against one attack before the start of your next turn.

\n
\n

DOUBLE STRIKE

\n

You can roll a Kinetic Combat die and deal additional damage equal to the amount rolled.

\n
\n

SLOW TIME

\n

You can roll a Kinetic Combat die to increase your speed by 5 x the amount rolled until the end of your turn.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel 2"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Resilient Retainer","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 7th level, your discipline and attention to detail allow you to excel in social situations. Whenever you make a Charisma (Persuasion) check, you gain a bonus to the check equal to your Wisdom modifier.

\n

Your self-control also causes you to gain proficiency in Wisdom saving throws. If you already have this proficiency, you instead gain proficiency in Intelligence or Charisma saving throws (your choice).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"3AZcaWJypiKyjbDo"} -{"_id":"3jqPPd5qJBBnonPw","name":"Seeing Sound","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, while you are raging or experiencing the high of a substance, you have blindsight with a range of 10 feet. If you are both raging and experiencing the high of a substance, you instead have blindsight with a range of 30 feet.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker: Addicted 10","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"3lqydI4v73szourv","name":"Raging Whirlwind","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, you can send your weapon spinning into a gravity-defying whirlwind of pain. Once per rage as an action, you may throw a weapon with the thrown property to a point you choose within 60 feet. The weapon fills the air as a cyclone in a 10 foot radius sphere centered on that point. A creature takes damage equal to the thrown weapon’s damage + your Strength modifier + your Rage Damage when it enter’s the whirlwind’s area for the first time on a turn or starts its turn there. This effect ends when you command the weapon to return to you as a free action or your rage ends.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Bloodstorm 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"3qzL7p1j5m4LlIah","name":"Force Recovery","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 1st level, you have learned to regain some of your energy by briefly meditating. When you finish a short rest, you can regain a number of force points equal to half your consular level (rounded down) + your Wisdom or Charisma modifier (your choice, minimum of one). Once you’ve used this feature, you must complete a long rest before you can use it again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular 1"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"3wNWE9KjkFD76PuW","name":"Droid Companion","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to employ all the knowledge you’ve accumulated to create and customize your own personalized droid companion.

\n

Choose your droid, which is detailed at the end of this discipline. Over the course of 8 hours, which can be done during a long rest, you can expend 500 cr worth of materials to finally finish your droid.

\n

If your droid is irreparably destroyed, or you want to interface with a different droid, you can spend an additional 250 credits and 1 hour to change the target of this feature. You may only have one droid companion at a time.

\n

Your droid gains a variety of benefits while it is interfaced with you:

\n
    \n
  • The droid obeys your commands as best it can. It acts on your turn, and you determine its actions, decisions, attitudes, and so on. If you are incapacitated or absent, your droid acts on its own.
  • \n
  • Your droid’s level equals your engineer level, and for each engineer level you gain after 3rd, your droid companion gains an additional Hit Die and increases its hit points accordingly.
  • \n
  • Your droid has the proficiency bonus of a player character of the same level.
  • \n
  • Whenever you gain the Ability Score Improvement feature in this class, your droid’s abilities also improve. Your droid can increase one ability score of your choice by 2, or it can increase two ability scores of your choice by 1. As normal, your droid can’t increase an ability score above 20 using this feature unless its description specifies otherwise.
  • \n
  • Your droid can not wear armor, but you can have the armor professionally integrated into its chassis. Over the course of a long rest, you can expend materials equal to half the cost of the armor in order to integrate it into your droid. Your droid must be proficient in armor in order to have it integrated.
  • \n
  • Your droid is a valid target of the tracker droid interface tech power.
  • \n
\n

Additionally, you can modify your droid. Your droid companion has 4 modification slots, and it gains more at higher levels, as shown in the Modification Slots column of the engineer table. For each modification installed, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

GENERATING YOUR DROID

\n

Choosing your droid companion is an integral part of being an Astrotech Engineer. The class of droid you choose determines their features. Class I through V droids are all appropriate options, with their statistics listed below.

\n

Once you’ve selected your type of droid class, you assign your droid’s ability scores using standard array (16, 14, 14, 12, 10, 8) as you see fit.

\n
\n

DROID FEATURES

\n

All droids share the following features.

\n
\n
RESISTANCES AND VULNERABILITIES
\n

\n
    \n
  • Droid Resistances: Your droid is resistant to necrotic, poison, and psychic damage, and immune to poison and disease.
  • \n
  • Droid Vulnerabilities: Your droid is vulnerable to ion damage. Additionally, your droid has disadvantage on saving throws against effects that would deal ion or lightning damage.
  • \n
\n
\n
TRAITS
\n

\n
    \n
  • \n
    Creature Type: Droid
    \n
  • \n
  • \n
    Armor Integration: Your droid can not wear armor, but you can have the armor professionally integrated into its chassis. Over the course of a long rest, you can expend materials equal to half the cost of the armor in order to have it integrated. This work must be done by someone proficient with astrotech’s implements. Your droid must be proficient in armor in order to have it integrated.
    \n
  • \n
  • \n
    Droid Systems: Your droid does not need to eat or drink.
    \n
  • \n
\n
\n

CLASS I DROID

\n
\n
Class I droids are programmed for the mathematical, medical, or physical sciences. Subcategories of the first degree are medical droids, biological science droids, physical science droids, and mathematics droids.
\n
As a class I droid, your droid companion has the following features.
\n
HIT POINTS
\n

\n
    \n
  • Hit Dice: 1d8 per class I droid level
  • \n
  • Hit Points at 1st Level: 8 + your droid’s Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d8 (or 5) + your droid’s Constitution modifier per class I droid level after 1st
  • \n
\n
\n
PROFICIENCIES
\n

\n
    \n
  • Armor: Light armor plating
  • \n
  • Weapons: Simple blasters, simple vibroweapons
  • \n
  • Tools: None
  • \n
\n
\n
    \n
  • Languages: Class I droids can speak, read, and write Galactic Basic and one language of your choice. They can understand spoken and written Binary, but can not speak it
  • \n
  • Saving Throws: Wisdom, Intelligence
  • \n
  • Skills: Two Intelligence, Wisdom, or Charisma skills of your choice
  • \n
\n
\n
FEATURES
\n

\n
    \n
  • \n
    Size: Medium
    \n
  • \n
  • \n
    Speed: 25 ft.
    \n
  • \n
\n
\n

CLASS II DROID

\n
\n
Class II droids are programmed for engineering and other technical sciences. They differ from class I droids because they apply the science to real-life situations. Class II droids are rarely equipped with Basic vocabulators, instead communicating through Binary. There are five subcategories of class II droids. Astromech, exploration, environmental, engineering, and maintenance droids are all class II
droids.
\n
As a class II droid, your droid companion has the following features.
\n
HIT POINTS
\n

\n
    \n
  • Hit Dice: 1d6 per class II droid level
  • \n
  • Hit Points at 1st Level: 6 + your droid’s Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d6 (or 4) + your droid’s Constitution modifier per class II droid level after 1st
  • \n
\n
\n
PROFICIENCIES
\n

\n
    \n
  • Armor: Light armor, medium armor
  • \n
  • Weapons: Simple blasters and simple vibroweapons with the light property
  • \n
  • Tools: Your choice of demolition’s kit, security kit, or slicer’s kit
  • \n
\n
\n
    \n
  • Languages: Class II droids can speak, read, and write Binary. They can understand spoken and written Galactic Basic and one language of your choice, but can not speak it
  • \n
  • Saving Throws: Dexterity, Intelligence
  • \n
  • Skills: Two of your choice
  • \n
\n
\n
FEATURES
\n

\n
    \n
  • \n
    Size: Small
    \n
  • \n
  • \n
    Speed: 25 ft.
    \n
  • \n
\n
\n

CLASS III DROID

\n
\n
Class III droids are programmed to interact with humans. They are said to be the most advanced droids ever invented. Protocol, servant, tutor, and child care droids are all class III droids.
\n
As a class III droid, your droid companion has the following features.
\n
HIT POINTS
\n

\n
    \n
  • Hit Dice: 1d8 per class III droid level
  • \n
  • Hit Points at 1st Level: 8 + your droid’s Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d8 (or 5) + your droid’s Constitution modifier per class III droid level after 1st
  • \n
\n
\n
PROFICIENCIES
\n

\n
    \n
  • Armor: Light armor
  • \n
  • Weapons: Simple blasters, simple vibroweapons
  • \n
  • Tools: None
  • \n
\n
\n
    \n
  • Languages: Class III droids can speak and understand all registered languages
  • \n
  • Saving Throws: Wisdom, Charisma
  • \n
  • Skills: None
  • \n
\n
\n
FEATURES
\n

\n
    \n
  • \n
    Size: Medium
    \n
  • \n
  • \n
    Speed: 25 ft.
    \n
  • \n
\n
\n

CLASS IV DROID

\n
\n
Class IV droids are programmed for military and security purposes. Such droids tend to perform tasks of violence or combat might be expected. Almost all class IV droids carry weapons. Armed combat droids are among the first droids ever created. Security, gladiator, battle, and assassin droids are all class IV droids.
\n
As a class IV droid, your droid companion has the following features.
\n
HIT POINTS
\n

\n
    \n
  • Hit Dice: 1d8 per class IV droid level
  • \n
  • Hit Points at 1st Level: 8 + your droid’s Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d8 (or 5) + your droid’s Constitution modifier per class IV droid level after 1st
  • \n
\n
\n
PROFICIENCIES
\n

\n
    \n
  • Armor: All armor
  • \n
  • Weapons: All blasters, All vibroweapons
  • \n
  • Tools: None
  • \n
\n
\n
    \n
  • Languages: Class IV droids can speak, read, and write Galactic Basic and one language of your choice. They can understand spoken and written Binary, but can not speak it
  • \n
  • Saving Throws: Strength, Dexterity
  • \n
  • Skills: None
  • \n
\n
\n
FEATURES
\n

\n
    \n
  • \n
    Size: Medium
    \n
  • \n
  • \n
    Speed: 30 ft.
    \n
  • \n
\n
\n

CLASS V DROID

\n
\n
Class V droids are programmed for menial and low-skill tasks. Such droids tend to perform basic tasks such as construction, lifting, maintenance, mining, sanitation, and transportation.
\n
As a class V droid, your droid companion has the following features.
\n
HIT POINTS
\n

\n
    \n
  • Hit Dice: 1d8 per class V droid level
  • \n
  • Hit Points at 1st Level: 8 + your droid’s Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d8 (or 5) + your droid’s Constitution modifier per class V droid level after 1st
  • \n
\n
\n
PROFICIENCIES
\n

\n
    \n
  • Armor: Light armor, medium armor
  • \n
  • Weapons: All vibroweapons, simple blasters
  • \n
  • Tools: One set of artisan’s implements
  • \n
\n
\n
    \n
  • Languages: Class V droids can speak, read, and write Binary. They can understand spoken and written Galactic Basic and one language of your choice, but can not speak it
  • \n
  • Saving Throws: Strength, Constitution
  • \n
  • Skills: Athletics
  • \n
\n
\n
FEATURES
\n

\n
    \n
  • \n
    Size: Medium
    \n
  • \n
  • \n
    Speed: 30 ft.
    \n
  • \n
\n
\n

ASTROTECH MODIFICATIONS

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n
\n
\n

ADVANCED POWER CORE

\n

Prerequisite: 7th level, d10 Hit Die
Your droid’s hit points increase by an amount equal to its level + 1 and its Hit Die becomes a d12.

\n
\n

ALARM PROTOCOL

\n

You install an alarm module in your droid, granting the following benefits:

\n
    \n
  • Your droid grants a +5 bonus to initiative to creatures within 5 feet of it.
  • \n
  • You and your droid can’t be surprised while your droid is conscious.
  • \n
\n
\n

ANALYSIS PROTOCOL

\n

Prerequisite: 7th level, Class I Droid
Your droid can analyze a target, develop a plan on how to best overcome any potential obstacle, and execute that plan with ruthless efficiency. As a bonus action on your droid’s turn, your droid can analyze a target it can see within 60 feet of it. For the next minute, or until it analyzes another target, it gains the following benefits:

\n
    \n
  • When it analyzes a hostile creature, its attack and damage rolls made with weapons with the finesse property or blaster weapons against that target may use its Intelligence modifier instead of Strength or Dexterity.
  • \n
  • When it analyzes a friendly creature, the target can end your droid’s Analysis Protocol on them (no action required) to add half your droid’s Intelligence modifier (rounded down, minimum of +1) to one attack roll, ability check, or saving throw. Once a friendly creature has benefited from this ability, they can not do so again until they complete a short or long rest.
  • \n
\n
\n

ARM CANNONS

\n

You install dual arm cannons in your droid. The arm cannons have 2 charges. As an action, your droid can use charges to cast the overload tech power, using 1 charge per level. The saving throw is made against your droid’s tech save DC (8 + your droid’s proficiency bonus + your droid’s Intelligence modifier).

\n

You can choose this modification multiple times. Each time you do so, the arm cannons gain another charge, to a maximum of 4. The arm cannons regain all charges after a long rest.

\n
\n

BACK-UP PROTOCOL

\n

Prerequisite: 7th level
You install an emergency protocol in your droid, prompting a quick reboot after critical damage is taken. If your droid would be reduced to 0 hit points, it instead is reduced to 1.

\n

Once your droid uses this feature, it must finish a short or long rest before it can use it again.

\n
\n

CELERITY AUGMENT

\n

You augment your droid to move a little faster. Your droid’s speed increases by 5 feet.

\n

You can choose this modification twice.

\n
\n

CHARISMA CHIP

\n

Prerequisite: Class III Droid
You install a charisma chip in your droid. When an ally your droid can see makes an ability check, attack roll, or saving throw, your droid can use its reaction to give them advantage on the roll. It can do so before or after they roll the d20, but before the GM says the roll succeeds or fails. Once your droid uses this ability, it can’t use it again until it finishes a short or long rest.

\n
\n

DARKVISION OPTICS

\n

Your droid has darkvision to a range of 60 feet. If your droid already has darkvision, this modification increases its range by 30 feet.

\n
\n

DURABILITY MODULE

\n

You enhance your droid’s durability, granting the following benefits:

\n
    \n
  • When your droid rolls a Hit Die to regain hit points, the minimum number of hit points your droid can regain from the roll equals twice your droid’s Constitution modifier (minimum of 2).
  • \n
  • Your droid’s hit point maximum increases by an amount equal to twice its level when you install this protocol. Whenever your droid gains a level thereafter, its hit point maximum increases by an additional 2 hit points.
  • \n
\n
\n

EMERGENCY MODE

\n

Prerequisite: 15th level
Prerequisite: Back-Up Protocol
You modify your droid’s back-up protocol. When your droid’s back-up protocol is initiated, it can use its reaction to make one attack roll against a target within range. If the target is the source of the damage that reduced your droid to 0, the attack roll has advantage.

\n
\n

ENERGY SHIELD

\n

You install an energy shield in your droid, which has 1 charge. As an action, your droid can use 1 charge to cast the energy shield tech power.

\n

You can choose this modification multiple times. Each time you do so, the energy shield gains another charge, to a maximum of 3. The energy shield regains all expended charges after a long rest.

\n
\n

EXPERTISE PROTOCOL

\n

Prerequisite: 5th level
You install a protocol in your droid that grants it expertise in a tool or skill in which it is proficient.

\n
\n

FALSE COMBUSTION

\n

Prerequisite: Class II Droid
As a reaction in response to taking damage, your droid can feign an explosion. For 1 minute, it appears to be destroyed to all outward inspection. A creature can use its action to inspect your droid and make an Intelligence (Investigation) check (DC = 8 + your droid’s proficiency bonus + your droid’s Intelligence modifier). If it succeeds, it becomes aware that your droid still functions.

\n
\n

FIGHTING STYLE PROTOCOL

\n

Your droid adopts a particular style of fighting as its specialty. Choose one of the fighting style options, detailed in chapter 6. Your droid can’t take a Fighting Style option more than once, even if it later gets to choose again.

\n
\n

FLAMETHROWER

\n

You install a flamethrower in your droid. The flamethrower has 1 charge. As an action, your droid can cast the jet of flame tech power, though it does not scale with higher levels, or use 1 charge to cast the flame sweep tech power at 1st level. The saving throw is made against your droid’s tech save DC (8 + your droid’s proficiency bonus + your droid’s Intelligence modifier).

\n

You can choose this modification multiple times. Each time you do so, the flamethrower gains another charge, to a maximum of 3. If the flamethrower has multiple charges, you can use multiple charges to cast flame sweep at a higher level, 1 point per charge. The flamethrower regains all expended charges after a long rest.

\n
\n

FOUR-ARMED COMBATANT

\n

Prerequisite: Class IV Droid
You install two additional arms to improve your droid’s combat capabilities, granting it four arms which it can use independently of one another. Your droid can only gain the benefit of items held by two of its arms at any given time, and once per round your droid can switch which arms it is benefiting from (no action required).

\n

While your droid has at least 3 arms free, it has a climbing speed equal to its walking speed.

\n
\n

HEAVY PLATING

\n

Prerequisite: Medium Armor proficiency
Your droid gains proficiency in heavy armor. If your droid is already proficient in heavy armor, instead critical hits are treated as normal hits against it.

\n
\n

LIGHT PLATING

\n

Your droid gains proficiency in light armor. If your droid is already proficient in light armor, instead your droid’s speed increases by 5 feet while light armor is integrated.

\n
\n

MARTIAL PROTOCOL

\n

Prerequisite: 7th level, Class IV Droid
Your droid has martial training that allows it to perform special combat maneuvers. It gains the following benefits:

\n
    \n
  • It learns two maneuvers of your choice from among those available to the fighter class. If a maneuver it uses requires its target to make a saving throw to resist the maneuver’s effects, the saving throw DC equals 8 + your droid’s proficiency bonus + your droid’s Strength or Dexterity modifier (your choice).
  • \n
  • Your droid has two superiority dice, which are d4s. These dice are used to fuel its maneuvers. A superiority die is expended when your droid uses it. It regain all of its expended superiority dice when you finish a short or long rest.
  • \n
\n
\n

MEDIUM PLATING

\n

Prerequisite: Light Armor proficiency
Your droid gains proficiency in medium armor. If your droid is already proficient in medium armor, the maximum Dexterity bonus your droid can add to AC increases to 3 from 2 while medium armor is integrated.

\n
\n

MEMORY PROTOCOL

\n

Prerequisite: Class I Droid
Your droid can recall anything it has read in the past month that it understood. This includes but is not limited to books, maps, signs, and lists.

\n
\n

OBSERVANT PROTOCOL

\n

Prerequisite: 7th level
Prerequisite: Alarm Protocol
You modify the alarm module in your droid, granting the following benefits:

\n
    \n
  • If your droid can see a creature’s mouth while it is speaking a language it understands, your droid can interpret what it’s saying by reading its lips.
  • \n
  • Your droid is considered to have advantage when determining its passive Wisdom (Perception) and passive Intelligence (Investigation) scores.
  • \n
\n
\n

PERFORMANCE PROTOCOL

\n

Prerequisite: 7th level, Class III Droid
You modify your droid’s charisma chip, granting the following benefits:

\n
    \n
  • Your droid has advantage on Charisma (Performance) checks.
  • \n
  • Your droid can also use its bonus action to motivate an ally within 30 feet of it. Until the start of your droid’s next turn, the ally can add the droid’s Charisma modifier (minimum of +1) to the first attack roll, ability check, or saving throw they make. Your droid can use this feature a number of time equal to its Charisma modifier, and it regains all expended uses after it completes a long rest.
  • \n
\n
\n

POWERFUL DROID

\n

Prerequisite: Class V Droid
Your droid’s carrying capacity and the weight it can push, drag, or lift doubles. If it would already double, it instead triples.

\n
\n

POWERFUL GRIP

\n

Prerequisite: 7th level, Class V Droid
When your droid hits a creature with a melee weapon attack on its turn and has a free hand, it can use a bonus action to attempt to grapple the target. If it does so, and the grapple succeeds, your droid can make one additional attack against the target (no action required).

\n
\n

PREMIUM POWER CORE

\n

Prerequisite: d6 Hit Die
Your droid’s hit points increase by an amount equal to its level + 1 and its Hit Die becomes a d8.

\n
\n

PROFICIENCY PROTOCOL

\n

You install a protocol in your droid that grants it proficiency in a tool or skill. Your droid gains proficiency in a tool or skill of your choice.

\n

You can choose this modification multiple times.

\n
\n

PROTOTYPE POWER CORE

\n

Prerequisite: d8 Hit Die
Your droid’s hit points increase by an amount equal to its level + 1 and its Hit Die becomes a d10.

\n
\n

REPULSOR COIL

\n

Prerequisite: 7th level, Class II Droid
You install repulsor coils in your droid’s legs. Your droid gains a flying speed equal to its walking speed.

\n
\n

SENSOR AUGMENTATION

\n

You augment your droid with an advanced sensor, granting the following benefits:

\n
    \n
  • Your droid has advantage on Wisdom (Perception) and Intelligence (Investigation) checks made to detect the presence of secret doors.
  • \n
  • Your droid has advantage on saving throws made to avoid or resist traps.
  • \n
  • Your droid has resistance to the damage dealt by traps.
  • \n
  • Your droid can search for traps while traveling at a normal pace, instead of only at a slow pace.
  • \n
\n
\n

STUN RAY

\n

You install a stun ray in your droid. The stun ray has 1 charge. As an action, your droid can use 1 charge to cast the hold droid or paralyze humanoid tech power. The saving throw is made against your droid’s tech save DC (8 + your droid’s proficiency bonus + your droid’s Intelligence modifier).

\n

You can choose this modification multiple times. Each time you do so, the stun ray gains another charge, to a maximum of 3. The stun ray regains all expended charges after a long rest.

\n
\n

TECHCASTING PROTOCOL

\n

Your droid learns one at-will tech power and one 1st-level tech power, which it can cast at its lowest level once per long rest. Your droid’s techcasting ability is Intelligence. It does not require use of a wristpad for these powers. At-will powers chosen in this way do not scale with higher levels.

\n
\n

TOUGHNESS MODULE

\n

Prerequisite: 11th level
Prerequisite: Durability Module
You modify the durability module in your droid, granting the following benefit:

\n
    \n
  • Your droid becomes proficient in Constitution saving throws. If it is already proficient, it becomes proficient in another saving throw of your choice.
  • \n
  • Whenever your droid takes the Dodge action in combat, it can spend one Hit Die to heal itself. Roll the die, add its Constitution modifier, and it regains a number of hit points equal to the total (minimum of one).
  • \n
\n
\n

TRUESIGHT OPTICS

\n

Prerequisite: 11th level
Prerequisite: Darkvision Optics
Your droid can see through illusions and detect invisibility within 30 feet, as with truesight.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Astrotech 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"4XaA12U40vAZxRhi","name":"Deflect Missiles","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you can use your reaction to deflect a projectile when you are dealt damage by a ranged weapon attack. When you do so, the damage you take from the attack is reduced by 1d10 + your Dexterity modifier + your monk level.

\n

If you reduce the damage to 0, and the damage is kinetic, energy, or ion, you can redirect it at another target if you have a weapon capable of doing so. You can spend 1 focus point to make a ranged attack as you deflect the projectile, as part of the same reaction. You make this attack with proficiency, regardless of your weapon proficiencies, and the projectile counts as a monk weapon for the attack.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Monk 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Spirit Guide","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 15th level, you can invoke each of your totems twice, instead of once. You regain all expended uses when you finish a short or long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"4lbz6IOCT4Ls6lgC"} -{"_id":"4xUvdPmOAggsvACD","name":"Improved Danger Sense","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, while raging, when you are subjected to an effect that allows you to make a Dexterity saving throw to take only half damage against effects that you can see, such as traps and powers, you are treated as proficient in the save, and you instead take no damage if you succeed on a saving throw, and only half damage if you fail.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Precision 10"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"56rZNAyhWtZrxiWp","name":"Painkiller","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, whenever you cast a tech power of 1st-level or higher, or deal damage using your Explosive Resilience feature, you can cause a friendly creature you can see within 30 feet to gain temporary hit points equal to half your berserker level (rounded up) + your Intelligence modifier. Additionally, while they have these temporary hit points, they have advantage on saving throws against effects that would cause them to be frightened.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Industrial 10"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"5LIZH5J156FPC8Ar","name":"Fighting Style (Guardian)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 2nd level, you adopt a particular style of fighting as your specialty. Choose one of the fighting style options, detailed in Chapter 6. You can’t take a fighting style option more than once, even if you later get to choose again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Guardian 2"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"5MSNIuwM4DtqFzxV","name":"Infuse Item","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 2nd level, you gain the ability to temporarily enhance a weapon or armor. At the end of a long rest, you can touch one unenhanced object that is a suit of armor, a shield, or a simple or martial weapon. Until the end of your next long rest or until you die, the object becomes an enhanced item, granting a +1 bonus to AC if it’s armor or a shield or a +1 bonus to attack and damage rolls if it’s a weapon.

\n

Once you’ve used this feature, you can’t use it again until you finish a long rest.

\n

This bonus increases to +2 at 10th level and +3 at 15th level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Engineer 2"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"5lGNQ7HmWwhWL9Gf","name":"Action Surge","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 2nd level, you can push yourself beyond your normal limits for a moment. On your turn, you can take one additional action on top of your regular action and a possible bonus action.

\n

Once you’ve used this feature, you must finish a short or long rest before you can use it again. Starting at 17th level, you can use it twice before a rest, but only once on the same turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Fighter 2"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"6SND1rFXxTWOyREh","name":"Gadgeteer Harness","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to create and modify adventuring gear utilizing your gadgeteer experience. Over the course of a long rest, you can create your modified gadgeteer harness. You must have gadgeteer’s implements in order to perform this modification.

\n

Your gadgeteer harness is enhanced, requires attunement, can only be used by you, and counts as a tech focus for your tech powers while you are attuned to it. Your gadgeteer harness has 4 modification slots to which you can affix gadgets, and it gains more at higher levels, as shown in the Modification Slots column of the engineer class table. For each modification installed in excess of your proficiency bonus, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

GADGETEER CONTRAPTIONS

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n
\n
\n

ADVANCED GROUNDING SYSTEM

\n

Prerequisite: 13th level
Prerequisite: Prototype Grounding System
While wearing your gadgeteer harness you have immunity to lightning damage.

\n
\n

AUTO-INJECTION REGENERATOR

\n

Prerequisite: 5th level
You install a special kolto injector into your gadgeteer harness that can inject you with kolto in response to pain. When you take damage, you can use your reaction and expend a Hit Die to regain health as long as the damage would not reduce your hit points to 0.

\n
\n

AUTOTHRUSTERS

\n

Prerequisite: Jet Pack
You can take the Dash and Disengage actions as a bonus action while your jet pack is active.

\n
\n

CLIMBING GLOVES

\n

You craft a set of gloves with a powerful assisted grip. While wearing these gloves, you have a climbing speed of 20 feet, and you have advantage on Strength saving throws and Strength (Athletics) checks that involve climbing.

\n
\n

DARKVISION GOGGLES

\n

You craft a pair of sight-enhancing goggles. While wearing these goggles, you have darkvision to a range of 60 feet. If you already have darkvision, this modification increases its range by 30 feet.

\n
\n

EXTENDED TANK

\n

Prerequisite: 5th level
Prerequisite: Jet Pack
Your jet pack now lasts up to 10 minutes when activated.

\n
\n

FLAME VENTS

\n

Prerequisite: 9th level
Prerequisite: Jet Pack
You learn the flame sweep tech power and can cast it at first level without using tech points. Once you have used this ability, you cannot use it again until you finish a short or long rest.

\n

Additionally, while your jet pack is active, you can cast flame sweep using your bonus action instead of your action.

\n
\n

GROUNDING SYSTEM

\n

While wearing your gadgeteer harness you are immune to the shocked condition.

\n
\n

INTEGRATED INHIBITOR

\n

Prerequisite: 5th level
While using your harness as a tech focus, you gain a +1 bonus to your tech save DC. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

INTEGRATED TARGETER

\n

Prerequisite: 5th level
While using your harness as a tech focus, you gain a +1 bonus to tech attack rolls. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

INTELLIGENCE CORE OVERRIDE

\n

Prerequisite: 9th level
You can cast the override interface tech power at 5th level without spending tech points.

\n

Once you’ve used this feature, you must complete a long rest before you can use it again.

\n
\n

JET PACK

\n

You add integrate a jet pack into your gadgeteer harness to grant you temporary, limited flight. Activating or deactivating the jets requires a bonus action and, while active, you have a flying speed of 30 feet.

\n

The jet pack last for 1 minute before deactivating. Once the jets have been activated, they can’t be activated again until you finish a short or long rest.

\n

Your jet pack’s speed increases to 40 feet at 5th level, 50 feet at 9th level, 60 feet at 13th level, 70 feet at 17th level, and 80 feet at 20th level.

\n
\n

MECHANICAL ARM

\n

You create a mechanical arm which mounts to your shoulder, which you can use independently. You can only gain the benefit of items held by two of your arms at any given time.

\n

You can choose this modification twice.

\n
\n

MIMICKER

\n

Prerequisite: 9th level
You create a device that attaches to your gadgeteer harness. Your mimicker casts a shadow that makes you appear to be standing in a place near your actual location, causing any creature to have disadvantage on attack rolls against you. If you take damage, the property ceases to function for 1 minute. Your mimicker is suppressed while you are incapacitated, restrained, or otherwise unable to move.

\n
\n

MINIATURIZED HYDRAULICS

\n

Your gadgeteer harness can store 20 pounds of equipment without adding to your encumbrance.

\n
\n

OIL SPILL

\n

As an action, you can cast the oil slick tech power without expending tech points. Casting the power in this way does not require concentration, and the oil will remain in place for the full duration of the power.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

\n
\n

POWERED GRAPPLING HOOK

\n

Prerequisite: 9th level
Prerequisite: Wrist-Mounted Grappling Hook
While your wrist-mounted grappling hook is deployed, when you cast a tech power with a range of touch, your hook can deliver the power as if it had cast it.

\n
\n

PROTOTYPE GROUNDING SYSTEM

\n

Prerequisite: 9th level
Prerequisite: Grounding System
While wearing your gadgeteer harness you have resistance to lightning damage.

\n
\n

QUICK START ENGINE

\n

Prerequisite: 5th level
Prerequisite: Jet Pack
You can now activate your Jet Pack as an object interaction rather than as a bonus action.

\n
\n

RECYCLED ADRENALS

\n

You can augment a single adrenal to regain its charge. This adrenal can only be used by you, and it can only affect you. Once you’ve used this adrenal, you can’t use it again until you finish a short or long rest.

\n
\n

RECYCLED EXPLOSIVES

\n

You can augment a single explosive to regain its charge. This explosive can only be used by you, and it uses your tech save DC instead of its own, unless its own DC would be higher. Once you’ve used this explosive, you can’t use it again until you finish a short or long rest.

\n
\n

RECYCLED STIMPACS

\n

You can augment a single stimpac to regain its charge. This stimpac can only be used by you, and it can only affect you. Once you’ve used this stimpac, you can’t use it again until you finish a short or long rest.

\n
\n

SENTRY TURRET

\n

You learn how to craft small sentry turrets shaped like globes that can adhere to any surface. As an action or bonus action (your choice), you can throw a sentry to a point you can see within range (30 feet + your Strength modifier x 5). At the end of each of your turns, a deployed sentry automatically targets a hostile creature within 10 feet of it. If multiple targets are available, one is chosen at random. The target must make a Dexterity saving throw. On a failed save, it takes 1d4 energy damage and gains 1 slowed level until the end of your next turn. If a creature would be targeted by more than one of these sentries, it only makes this saving throw once, taking an additional d4 damage for each sentry beyond the first.

\n

The sentries have 1 hit point, an armor class of 10, and can be repaired over the course of a long rest. Each sentry lasts for 1 minute before deactivating. You can maintain a number of sentries equal to your Intelligence modifier. Once a sentry has been activated, it can’t be activated again until you finish a short or long rest.

\n
\n

SHOCKING HOOK

\n

Prerequisite: 9th level
Prerequisite: Wrist-Mounted Grappling Hook
After hitting a creature with your grappling hook, you can use the connection to deliver an at-will tech power. As a bonus action, you can cast an at-will tech power at the target with a range of touch. If the power requires an attack roll, you have advantage. If the target requires a saving throw, the target has disadvantage.

\n

Once you’ve used this feature, you can’t use it again until you recover the harpoon.

\n
\n

STEALTH FIELD GENERATOR

\n

Prerequisite: 9th level
You create an augmented belt that functions as a portable, personal cloaking device. Activating or deactivating the generator requires a bonus action and, while active, you have advantage on Dexterity (Stealth) ability checks that rely on sight. The generator lasts for 1 minute. This effect ends early if you make an attack or cast a force- or tech- power.

\n

Once the belt has been activated, it can’t be activated again until you finish a short or long rest.

\n
\n

SHOCKING BARRIER

\n

Prerequisite: 5th level
You enhanced your barriers. Whenever a creature with one of your barriers active takes damage from a creature within 5 feet of it, the damaged creature can roll your Potent Aptitude die, dealing the result of the die as lightning damage to the creature that damaged it.

\n
\n

TRUESIGHT GOGGLES

\n

Prerequisite: 11th level
Prerequisite: Darkvision Goggles
You modify your goggles with a toggle allowing you to briefly gain enhanced sight. As a bonus action, you can activate the truesight feature of your goggles. When toggled on, for the next minute your goggles now automatically dispel illusions and can detect invisibility, as with truesight.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

\n
\n

WEAPON INTEGRATION

\n

You can integrate a single weapon that weighs no more than 8 lb. into your gadgeteer harness. While integrated, that weapon gains the hidden and fixed properties.

\n
\n

WRIST-MOUNTED GRAPPLING HOOK

\n

You craft a wrist-mounted grappling hook weapon attached to a tightly coiled cord. With this contraption, you can make a ranged weapon attack with a range of 30/60. On a hit, it deals 1d4 kinetic damage. This attack can target a surface, object, or creature.

\n

A creature struck by this attack is impaled by the hook. As an action, a creature can attempt to remove the hook. Removing the hook requires a Strength check. While the hook is stuck in the target, you are connected to the target by a 60 foot cable.

\n

While the hook is deployed, you can use your bonus action to activate the reel, pulling yourself to the location if the target is your size or larger. A creature or object smaller than you is pulled to you. Alternatively, you can opt to release the cable (no action required).

\n

Once you’ve used this feature, you can’t use it again until you recover and reinsert the hook as an action.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Gadgeteer 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"6Sr3sIGSmzAIr5mW","name":"Battle Readiness","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, you have fully learned how to meld your physical self with the Force. When you take the Dodge or Disengage actions, or use your action to cast a force power, you can make one melee weapon attack as a bonus action.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel 10"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"6SyXNLWcjSmB8Z0l","name":"Knowledge Unbound","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you reach 20th level, you are the pinnacle of your pursuit. Your Intelligence score increases by 4. Your maximum for that score increases by 4. Additionally, you can use any maneuver you know without expending a superiority die, rolling a d4 instead.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scholar 20"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"71u1CPfFOBP2UZgi","name":"Stillness of Mind","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 7th level, you can use your action or bonus action to end one effect on yourself that is causing you to be charmed or frightened.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Monk 7"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"7cDCGTD6Zi8u9u8C","name":"Deceptive Strike","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, when you cast a force power with a range of touch while Saber Storm is active, your animated weapon can move up to its range and deliver the power as if it had cast it.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Manipulation 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Unwavering Mark","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, you can menace your foes, foiling their attacks and punishing them for harming others. When you hit a creature with a melee weapon attack, you can mark the creature until the end of your next turn. This effect ends early if you are incapacitated or you die, or if someone else marks the creature. While it is within 5 feet of you, a creature marked by you has disadvantage on any attack roll that doesn’t target you.

\n

In addition, if a creature marked by you deals damage to anyone other than you, you can make a special melee weapon attack against the marked creature as a bonus action on your next turn. You have advantage on the attack roll, and if it hits, the attacks weapon deals extra damage to the target equal to half your fighter level.

\n

Regardless of the number of creatures you mark, you can make this special attack a number of times equal to your Strength modifier (minimum of once), and you regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"7f0fHaZm1rAQrPqj"} -{"_id":"8Pf5riC9RKGwLk7L","name":"Bonus Proficiencies (Engineer: Artificer)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this discipline at 3rd level, you gain proficiency in artificer’s implements, and with the lightsaber simple lightweapon. Additionally, when you engage in crafting with artificer’s implements, the rate at which you craft doubles.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Artificer 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"8siCD9NgvKURO3WW","name":"Firestorm","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this approach at 3rd level, you gain proficiency in martial blasters with the burst or rapid property. Additionally, you’ve learned to use ranged weapons with untold fury. While wielding a blaster with which you are proficient, you gain the following benefits:

\n
    \n
  • When making a ranged weapon attack while within 30 feet of your target, you use your choice of Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.
  • \n
  • When you use a blaster as an improvised weapon, you are considered proficient with it.
  • \n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Ballistic 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"96o60BuVGiClsZuE","name":"Throw Anything","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, your strength and mastery of throwing techniques has allowed you to throw vibroaxes as easily as others hurl vibrodaggers. When you are wielding a melee weapon that you have proficiency with, it gains the thrown property (range 20/60).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Bloodstorm 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"047L6iPjOrgNEZ5L","name":"Focused Superiority","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this technique at 3rd level, you learn maneuvers that are fueled by special dice called superiority dice.

\n

MANEUVERS

\n

You know two maneuvers of your choice, which are detailed under “Maneuvers” below, and you earn more at higher levels, as shown in the Maneuvers Known column of the Deadeye Technique Focused Superiority table. Many maneuvers enhance an attack in some way. You can use only one maneuver per attack, and you may only use each maneuver once per turn.

\n

Each time you learn new maneuvers, you can also replace one maneuver you know with a different one.

\n

SUPERIORITY DICE

\n

You have two superiority dice, which are d4s, and you earn more at higher levels, as shown in the Superiority Dice column of the Deadeye Technique Focused Superiority table. This die changes as you gain scout levels, as shown in the Focused Superiority column of the Deadeye Technique Focused Superiority table. A superiority die is expended when you use it.

\n

You regain all of your expended superiority dice when you finish a short or long rest.

\n

SAVING THROWS

\n

Some of your maneuvers require your target to make a saving throw to resist the maneuver’s effects. The saving throw DC is calculated as follows:

\n
\n

Maneuver save DC = 8 + your proficiency bonus + your Strength or Dexterity modifier (your choice)

\n
\n

MANEUVERS

\n

The maneuvers are presented in alphabetical order.

\n
\n
\n

CRIPPLING SHOT

\n

When you hit a creature with a ranged weapon attack, you can expend a superiority die to cripple its movement. Add the number rolled to the damage of the ranged weapon attack. The creature must succeed on a Constitution saving throw or have its movement speed halved. At the end of each of its turns, the target can make a Constitution saving throw to end the effect.

\n
\n

DARING ESCAPE

\n

You can expend one superiority die to take the Disengage action as a bonus action until the end of your turn. Until the end of this turn, you have advantage on all Strength (Athletics) checks.

\n
\n

COVERING FIRE

\n

When you hit a creature with a ranged weapon attack, you can expend one superiority die to maneuver one of your comrades into a more advantageous position. You add the superiority die to the attack’s damage roll, and you choose a friendly creature who can see or hear you.

\n

That creature can use its reaction to move up to half its speed without provoking opportunity attacks from the target of your attack.

\n
\n

DISARMING SHOT

\n

When you hit a creature with a ranged weapon attack, you can expend one superiority die to attempt to disarm the target, forcing it to drop one item of your choice that it’s holding. Add the superiority die to the attack’s damage roll, and the target must make a Strength saving throw. On a failed save, it drops the object you choose. The object lands at its feet.

\n
\n

DISTRACTING SHOT

\n

When you hit a creature with a ranged weapon attack, you can expend one superiority die to distract the creature, giving your allies an opening. You add the superiority die to the attack’s damage roll. The next attack roll against the target by an attacker other than you has advantage if the attack is made before the start of your next turn.

\n
\n

EXPLOIT WEAKNESS

\n

When you hit a creature with a weapon attack, you can expend a superiority die and deal additional damage equal to the number rolled. This damage cannot be reduced in any way.

\n
\n

PENETRATING SHOT

\n

When you hit a creature with a ranged weapon attack, you can expend one superiority die to attempt to damage another creature with the same attack. Choose up to two creatures within 15 feet of and directly behind your initial target. If the original attack roll would hit the second creature(s), it takes damage equal to the number you roll on your superiority die.

\n

The damage is of the same type dealt by the original attack.

\n
\n

PRECISION ATTACK

\n

When you make a weapon attack roll against a creature, you can expend one superiority die to add it to the roll. You can use this maneuver before or after making the attack roll, but before any effects of the attack are applied.

\n
\n

RETURN FIRE

\n

When a creature misses you with a ranged attack, you can use your reaction and expend one superiority die to make a ranged weapon attack against the creature. If you hit, you add the superiority die to the attack’s damage roll.

\n
\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelFocused SuperioritySuperiority DiceManeuvers Known
3rdd422
4thd422
5thd622
6thd622
7thd633
8thd633
9thd833
10thd833
11thd844
12thd844
13thd1044
14thd1044
15thd1055
16thd1055
17thd1255
18thd1255
19thd1255
20thd1255
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Deadeye 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"04YaNAIpdScc9WuJ","name":"Quick Thinking","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning when you reach 5th level, you regain all of your expended uses of Potent Aptitude when you finish a short or long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"073Ve3axeog6D1eO","name":"Pure Performance","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, attack rolls you make while wielding a weapon with the heavy or strength properties can’t suffer from disadvantage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"0FaZl14DvyIdfyIx","name":"Clinch Strike","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this practice at 3rd level, you learn how to discourage, debilitate, and harm your enemies. You gain the following benefits while you aren’t wearing heavy armor or wielding a medium or heavy shield:

\n
    \n
  • Your damage die for your unarmed strikes and natural weapons increases by one step (from 1 to d4, d4 to d6, or d6 to d8).
  • \n
  • You can deal Sneak Attack damage when making an unarmed strike. Additionally, you don’t need advantage on your attack roll to use your Sneak Attack if the target of your Sneak Attack is a creature grappled by you. All the other rules for the Sneak Attack class feature still apply to you.
  • \n
  • You can use the bonus action granted by your Cunning Action to make an unarmed strike against a creature you are grappling.
  • \n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"0HwMR1NLvJV7vuRC","name":"Techcasting Secrets (Sentinel: Synthesis)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting when you choose this calling at 3rd level, you have learned to intersperse your training with an aptitude for technology. Choose two tech powers of 1st-level or lower. The chosen powers count as universal force powers for you, but are not included in the number in the Powers Known column of the sentinel table.

\n

At 7th-level, you learn two tech powers of 2nd-level or lower. At 13th level, you learn two tech powers of 3rd-level or lower. At 17th level, you learn two tech powers of 4th-level or lower. Whenever you gain a level in this class, you can choose one of the tech powers you know and replace it with another tech power of no higher than the level determined by this feature.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Synthesis 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"0L38TGkU8ViI7klt","name":"Master of Combat","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, you are the master of combat. Your Strength or Dexterity score increases by 2, and your Constitution score increases by 2. Your maximum for those scores increases by 2.

\n

Additionally, you can attack four times, instead of once, whenever you take the Attack action on your turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"0NxbCrcn4Ty81wWf","name":"Retaliation","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you take damage from a creature that is within 5 feet of you, you can use your reaction to make a melee weapon attack against that creature.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"0QBWeM5Z0iSgUShC","name":"Thief's Reflexes","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you reach 17th level, you can take two turns during the first round of any combat. You take your first turn at your normal initiative and your second turn at your initiative minus 10. You can’t use this feature when you are surprised.

\n

Additionally, you learn to utilize the momentum of your fall to make deadly vertical strikes. Whenever you fall at least 50 feet and land within 5 feet of an enemy creature you can use your reaction to make one weapon attack against that creature. If the attack is a Sneak Attack, you can deal three additional weapon dice worth of damage and the creature must make a Dexterity saving throw or be knocked prone.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"0S9V08vxNWCytOmw","name":"Ichor Lightning","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning when you choose this order at 3rd level, you gain a new attack option that you can use with the Attack action. This special attack is a ranged focus attack with a range of 30 feet. You are proficient with it, and you add your focus ability modifier to its attack and damage rolls. Its damage is necrotic, and it uses your Martial Arts die for its damage die.

\n

When you would make an unarmed strike as part of your Martial Arts bonus action attack or your Flurry of Blows, you can replace the attack with this one.

\n

When you reduce a creature to 0 hit points with this attack, you gain temporary hit points equal to your Wisdom or Charisma modifier + your monk level (your choice, minimum of one).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"0SvWfvOHIppxi5FP","name":"Kiss the Wall","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 13th level, you can use your surroundings to further punish the target of your grapple. When you roll a 1 or 2 on a Sneak Attack damage die for an unarmed strike you make against a creature grappled by you, you can reroll the die and must use the new roll, even if the new roll is a 1 or a 2.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"0aSYHfDlpqooV0b2","name":"Force Circuitry","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you use your action to cast a force power, and you use your Fundamentals of Mechu-deru feature as a part of that casting, you can use your bonus action to cast one of the tech powers you know, as long as that power has a casting time of 1 action or bonus action.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"0gfyFmgoOlnrAEkc","name":"Sense Force","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, you can use your action to gain the benefits of the force sight force power until the end of your next turn.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":1,"units":"round"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Scout: Inquisitor 7"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"0jBmCBoW623YCBK3","name":"Unstoppable Adventurer","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 9th level, you learn to swim and scale vertical surfaces with ease. You gain swimming and climbing speed equal to your walking speed.

\n

Additionally, your Sage Advice feature can be used to give friendly creatures knowledge on how to swim or climb, following the same rules of that feature as if it is a skill or tool. However, the friendly creatures have swimming speed or climbing speed for the entire duration instead.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"0jI04KjGE8eJ8NFk","name":"Forceblade Bond","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn how to bond with a light- or vibro-weapon through the Force, making it part of you.

\n

You perform the ritual over the course of 1 hour, which can be done during a short rest. The weapon must be within your reach throughout the ritual, at the conclusion of which you touch the weapon and forge the bond, gaining the following benefits:

\n
    \n
  • You can’t be disarmed of that weapon while you are conscious.
  • \n
  • If the weapon is within 60 feet of you and you can see it, you can summon that weapon as a bonus action on your turn, causing it to travel instantly to you. If you have a free hand, you catch the weapon. Otherwise, it lands at your feet.
  • \n
  • You can use Wisdom or Charisma instead of Strength or Dexterity for the attack and damage rolls.
  • \n
\n

You can have two weapons bonded to you in this way at a time, and you can summon both of them to you with the same bonus action.

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Forceblade 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"0k66wdRfVf8bxEd5","name":"Hostiles Negotiations","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 13th level, when you make a Charisma (Intimidation) or Charisma (Persuasion) check, you gain a bonus to the check equal to half your Dexterity modifier (rounded down) if it doesn’t already include that modifier.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"0mVbi9yePHoAjUaD","name":"Force-Empowered Detonators","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 7th level, you learn to infuse a number of small detonators with the Force. Over the course of a short or long rest, you can create a number of detonators equal to your Wisdom or Charisma modifier (your choice, minimum of one). Your detonators can only be used by you, and they lose their potency at the end of your next short or long rest.

\n

As a bonus action on each of your turns, you can throw one of your detonators at a point within range. Your detonators have a range equal to 30 feet + your Wisdom or Charisma modifier x 5. Make a universal ranged force attack. On a hit, the detonator adheres to the target, and if the target is a Large or smaller creature, it is pushed back 5 feet. On a miss, it falls to the ground. Hit or miss, the detonator then explodes. The target and each creature within 5 feet must make a Dexterity saving throw against your universal force save DC. If the detonator adhered to a target, the creature has disadvantage on the saving throw. A creature takes force damage using your Kinetic Combat die + your Wisdom or Charisma modifier (your choice) on a failed save, or half as much on a successful one.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"rpak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4+@mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Sentinel: Corsair 7"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"0oPBXA3TimKUKez3","name":"The Way of the Hawk-Bat","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, as a bonus action, you can take an aggressive stance, leaping around the battlefield for 1 minute. As a part of this bonus action, and as a bonus action on each of your turns, you can cast the force jump power at 1st-level without expending force points. Additionally, when you cast force jump, you have advantage on the first attack roll you make against each creature within 5 feet of where you land.

\n

This effect ends early if you are incapacitated or die. Once you’ve used this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"0vKdMFsjX0vU9vaw","name":"Stalker's Fury","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 11th level, if you have advantage on a weapon attack against a target on your turn, you can forgo that advantage to immediately make an additional weapon attack against the same target as a bonus action.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Stalker 11"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"1Bo0I3J0R9yjjQIc","name":"Additional Maneuvers (Scholar: Politician)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, you gain access to new maneuvers which reflect the progress of your studies into the political world. Whenever you learn a new maneuver, you can choose from any of the following as well. The maneuvers are listed in alphabetical order.

\n
\n
\n

CALL TO ARMS

\n

If you are surprised at the start of combat and aren’t incapacitated, you can expend one superiority die to act normally. Additionally, on your first turn in combat, as a bonus action you can make a call to arms. When you do so, a number of creatures equal to the amount rolled on the superiority die that you choose within 30 feet who can see or hear you may act normally on their first turn.

\n
\n

CALL THE GUARDS

\n

When a creature makes an attack roll against you, you can use your reaction and expend a superiority die and command a willing ally within 5 feet of that creature to use their reaction to intercede. The creature is then forced to make an attack on the ally instead. If the attack misses, the ally can immediately make a weapon attack against that creature as a part of that same reaction. Roll the superiority die, and add the result to the ally’s attack roll.

\n
\n

CHARGE

\n

As a bonus action on your turn, you can expend one superiority die to spurn your allies to move. Until the start of your next turn, creatures you choose within 10 feet of you who can see or hear you can move an additional distance equal to 5 times the superiority die rolled on their turn and ignore unenhanced difficult terrain.

\n
\n

ENCOURAGING SPEECH

\n

You can expend a superiority die to give an encouraging speech, spending the next minute rallying your allies. You grant a number of creature up to your Intelligence modifier temporary hit points equal to the amount rolled on the superiority die + your Intelligence modifier.

\n
\n

INCITE

\n

On your turn, you can use an action and expend one superiority die to bolster the resolve of one of an ally. When you do so, choose an ally who can see or hear you within 30 feet of you. The ally can add your Intelligence modifier to every damage roll they make until the start of your next turn.

\n
\n

OVERWHELMING PRESENCE

\n

As an action, you can make a Charisma (Persuasion) or Charisma (Intimidation) skill check and expend one superiority die to attempt to charm or frighten a humanoid creature who can see or hear you within 60 feet. Add the superiority die to the roll. The target makes a contested Wisdom (Insight) check. If your check succeeds, the target is charmed by you if you used Persuasion, or frightened of you if you used Intimidation, until the end of your next turn.

\n
\n

SELF-PRESERVATION

\n

As a reaction when you make a saving throw against an effect you can see, you can expend a superiority die and add the result. You can use this maneuver before or after making the saving throw, but before any effects of the saving throw are det-ermined.

\n
\n

STEADY THE NERVES

\n

As an action, you can expend one superiority die to strengthen your allies’ defences. Roll a superiority die. Until the end of your next turn, you and all allies within 5 feet of you when you use this action has a bonus to any saving throws they make equal to amount rolled.

\n
\n

TYRANNICAL STRIKE

\n

When you hit a creature with a weapon attack, you can expend one superiority die and use your reaction to issue a one-word command to a creature who can see or hear you. You add the superiority die to the attack’s damage roll, and the target must succeed on a Wisdom saving throw. On a failed save, the target must follow the command on its next turn.

\n

The target automatically succeeds if it is immune to charm, it doesn’t understand your language, or if your command is directly harmful to it.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"1Ddq2hwpr2dTJI2C","name":"Out of Mind","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, you can erase yourself from a single creature’s sight momentarily. As a bonus action, choose a creature within 60 feet of you that you are aware of. That creature must make a Wisdom saving throw against your universal force save DC. On a failed save, you become invisible to that creature for 1 minute, or until you deal damage to it.

\n

Once you’ve used this feature, you can’t use it again until you finish a short or long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"cone"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"1J5AObombhRl1GuB","name":"Mercurial Mind","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 11th level, you’ve honed your awareness and reflexes through mental aptitude and pattern recognition. Once per turn, if you’ve already used your reaction, you can spend 1 focus point to take an additional reaction. You can only take one reaction per turn.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"attribute","target":"","amount":1},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"1P7kIHNyx9mc8CX0","name":"Unarmored Defense (Berserker)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 1st level, while you are not wearing any armor, your Armor Class equals 10 + your Dexterity modifier + your Constitution modifier. You can use a shield and still gain this benefit.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"1QqM6EmrNj4Mvcjw","name":"Master of Deception","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, your skill with a lightweapon is both mesmerizing and confounding. Your Dexterity and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for these scores increases by 2.

\n
\n

Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to kinetic, energy, and ion damage from weapons.
  • \n
  • Your attack rolls can’t suffer from disadvantage.
  • \n
  • Whenever a creature misses you with a melee attack, it takes 5 energy damage.
  • \n
  • Whenever a creature hits you with a melee attack, it takes damage equal to half of the damage you take from the attack.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you use this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"1R0GS5nES0BAShSX","name":"Force Barrier","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this tradition at 3rd level, you can weave the Force around yourself for protection. When you cast a universal power of 1st level or higher, you can simultaneously manipulate the Force to create a barrier on yourself that lasts until you finish a long rest. The barrier has hit points equal to twice your consular level + your Wisdom or Charisma modifier (your choice). Your barrier can never have hit points greater than twice your consular level + your Wisdom or Charisma modifier (your choice).

\n

Whenever you take damage, the barrier takes the damage instead. If this damage reduces the barrier to 0 hit points, you take any remaining damage.

\n

While the barrier has 0 hit points, it can’t absorb damage, but its power remains. Whenever you cast a universal power of 1st level or higher, the barrier regains a number of hit points equal to twice the level of the power.

\n

Once you create the barrier, you can’t create it again until you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"1TSgLZzmLQooG1nX","name":"Adaptive Fighting","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you’ve learned to make adaptations to your fighting style on the fly. You have three such effects: Change Up, Draw, and Stow. When you use your Adaptive Fighting, you choose which effect to create.

\n

You can use this features a number of times equal to your Strength or Dexterity modifier (your choice, a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n
\n

CHANGE UP

\n

You can use your object interaction and expend a use of your Adaptive Fighting to change the Fighting Style option granted to you by your fighter class feature. You can’t take a Fighting Style option more than once.

\n
\n

DRAW

\n

When you use your object interaction to draw one or more weapons, you can expend a use of your Adaptive Fighting (no action required) to increase your critical hit range by 1 with the weapon(s) until the start of your next turn.

\n
\n

STOW

\n

When you use your object interaction to stow a weapon, you can expend a use of your Adaptive Fighting (no action required) to take the Disengage action.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"1VKKJFetDqCF5GfT","name":"Unhindered Charge","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 15th level, when you move at least 10 feet before making a melee weapon attack, you deal additional damage equal to your Strength modifier.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"1XEpeh0EPWD74pBp","name":"Discoveries (Chef)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you select this pursuit, you gain access to new discoveries which reflect the progress of your studies into the culinary arts. Whenever you learn a new discovery, you can choose from any of the following as well. The discoveries are listed in alphabetical order.

\n
\n
\n

ALTERNATIVE FUEL

\n

Any of your chef features, maneuvers, or discoveries can now affect droids and constructs.

\n
\n

BANQUET

\n

Prerequisite: 17th level, Full Course
Over the course of a long or short rest, you may utilize an additional maneuver from this archetype (total of four).

\n
\n

FILLING MEAL

\n

Prerequisite: 7th level
Over the course of a long or short rest, you may utilize up to two different maneuvers from this archetype, rather than one.

\n
\n

FULL COURSE

\n

Prerequisite: 12th level, Filling Meal
Over the course of a long or short rest, you may utilize an additional maneuver from this archetype (total of three).

\n
\n

ON THE ROCKS

\n

Any food you prepare over a short or long rest carries with it an additional cooling effect. Creatures that consume it are considered adapted to hot climates, as described in chapter 5 of the Dungeon Master’s Guide, until the end of the creature’s next long rest or 24 hours have passed. Additionally, the first time a creature who eats your food takes fire damage before the end of their next short or long rest, they are considered resistant to the damage.

\n
\n

SECRET INGREDIENT

\n

If you or any friendly creature that has consumed food made by you during their last short or long rest gains temporary hit points, the number of temporary hit points they gain increases by an amount equal to your Intelligence modifier.

\n
\n

SPICE OF LIFE

\n

Any food you prepare over a short or long rest carries with it an additional warming effect. Creatures that consume it are considered adapted to cold climates, as described in chapter 5 of the Dungeon Master’s Guide, until the end of the creature’s next long rest or 24 hours have passed. Additionally, the first time a creature who eats your food takes cold damage before the end of their next short or long rest, they are considered resistant to the damage.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"1a5Un991dfb6whRr","name":"Master of Moderation","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, the Force flows in perfect concert with your weapon attacks. Your Dexterity and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for these scores increases by 2.

\n
\n

Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to kinetic and energy damage from unenhanced weapons.
  • \n
  • You have advantage on saving throws against force powers. Additionally, you have resistance against the damage of force powers.
  • \n
  • When you use your action to cast an at-will force power that targets only one creature, you can target an additional creature within 5 feet of the original target and within the power’s range.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you’ve used this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"1aM4u82TO5GRRKhl","name":"Potent Programming","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, when a creature succeeds on a saving throw against an at-will tech power you cast that deals damage, the creature takes half the power’s damage, but suffers no additional effects of the power.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"1cbhX1bPuP09q5Rp","name":"Assassinate","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you are at your deadliest when you get the drop on your enemies. You have advantage on attack rolls against any creature that hasn’t taken a turn in the combat yet. Additionally, any hit you score against a creature that is surprised is a critical hit.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"1f9cw6pS3RiiF8DZ","name":"Modified Lightsaber","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to modify an unenhanced lightsaber utilizing your artificer knowledge. Over the course of a long rest, you can modify your lightsaber. You must have the lightsaber and artificer’s implements in order to perform this modification.

\n

Your modified lightsaber is enhanced, requires attunement, can only be used by you, and counts as a tech focus for your tech powers while you are attuned to it. Your modified lightsaber has 4 modification slots, and it gains more at higher levels, as shown in the Modification Slots column of the engineer table. For each modification installed in excess of your proficiency bonus, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

At 9th level, you can maintain two different modified lightsabers. The total modification slots are split across the two items.

\n

ARTIFICER MODIFICATIONS

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n
\n
\n

ADDITONAL BEAM PORT

\n

You install a second beam port into your modified lightsaber. Your modified lightsaber gains the double (1d8) property. You can only benefit from this property while wielding your modified lightsaber with two hands.

\n
\n

ADEGAN CRYSTAL

\n

Prerequisite: 5th level
You gain a +1 bonus to damage rolls made with this weapon. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

ADVANCED BLASTSABER

\n

Prerequisite: 15th level
Prerequisite: Prototype Blastsaber
You further fine tune your blastsaber. As an action, you can disable a single electronic device not being worn or held by another creature within 5 feet of you. The device is then disabled until it is rebooted.

\n

Additionally, when you activate this conversion to alter the properties of your lightweapon, you create a projected barrier of ion energy in a 10-foot-radius sphere around you until the start of your next turn. Hostile creatures treat this area as difficult terrain. When a hostile creature enters the shielded area or starts its turn there, that creature takes 3d4 ion damage. Any electronics not being worn or held within the barrier’s radius are disabled until rebooted.

\n
\n

ADVANCED BRIGHTSABER

\n

Prerequisite: 15th level
Prerequisite: Prototype Brightsaber
You further fine tune your brightsaber. While activated, your modified lightsaber’s bright light now automatically dispels illusions and can detect invisibility, as with truesight.

\n

Additionally, when you activate this conversion to alter the properties of your lightweapon and use a bonus action to attempt to blind your target, it makes the saving throw with disadvantage.

\n
\n

ADVANCED DISRUPTORSABER

\n

Prerequisite: 15th level
Prerequisite: Prototype Disruptorsaber
You further fine tune your disruptorsaber. While activated, your modified lightsaber lightly obscures the area within 5 feet of it.

\n

Additionally, when you activate this conversion to alter the properties of your lightweapon and use a bonus action to attempt to knock your target prone, the next saving throw you make before the end of your next turn has advantage.

\n
\n

BARRIER

\n

Prerequisite: 5th level
On your turn, when you make an attack roll with your modified lightsaber, you can choose to forgo your proficiency bonus. If you do, you can use your reaction to erect a temporary barrier that lasts until the start of your next turn. While the barrier is activated, you have a bonus to AC against the first attack roll made against you equal to your proficiency bonus.

\n
\n

BEAM GEM LENS

\n

Prerequisite: 5th level
You gain a +1 bonus to attack rolls made with this weapon. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

BIOMETRIC SAFETY MEASURES

\n

A security system is installed into the hilt of your lightweapon. When a creature other than you attempts to activate your lightweapon, the activation fails. Additionally, the creature attempting to activate must make on a Constitution saving throw or take lightning damage equal to engineer level, and become shocked until the start of its next turn. On a successful save the creature takes half damage and is not shocked. Regardless of success or failure, the creature drops your modified lightsaber.

\n
\n

BLASTSABER CONVERSION

\n

Incompatible with other conversions
You heavily modify your lightweapon to allow you to make a ranged weapon attack. With this modification, you can make a ranged weapon attack with a range of 30/60. On a hit, it deals 1d6 energy damage.

\n

Additionally, when you make your first attack on your turn, you can alter the properties of your modified lightsaber. Until the start of your next turn, the damage type of your modified lightsaber is changed to ion.

\n

You can use this trait a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

BRIGHTSABER CONVERSION

\n

Incompatible with other conversions
You modify your lightweapon, giving it a brighter glow. While activated, your modified lightsaber sheds bright light in a 20-foot radius and dim light for an additional 20 feet.

\n

Additionally, when you make your first attack on your turn, you can alter the properties of your modified lightsaber. Until the start of your next turn, the damage type of your modified lightsaber is changed to fire.

\n

You can use this trait a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

BURN THROUGH

\n

When you score a critical hit with your modified lightsaber, you have advantage on the next attack roll you make against that creature.

\n
\n

COMFORTABLE HANDLE

\n

You make minor modifications to the ergonomics of your modified saber’s hilt. Your modified lightsaber gains the finesse property.

\n
\n

CROSSGUARD

\n

You add an energy guard at the base of your modified lightsaber’s blade. While wielding your modified lightsaber, you gain a +1 bonus to your armor class against melee weapon attacks.

\n
\n

DISRUPTORSABER CONVERSION

\n

Incompatible with other conversions
You modify your lightweapon, causing it to eminate a sickly green light. Your modified lightsaber loses the luminous property.

\n

Additionally, when you make your first attack on your turn, you can alter the properties of your modified lightsaber. Until the start of your next turn, the damage type of your modified lightsaber is changed to acid.

\n

You can use this trait a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

EXTENDED BEAM

\n

You install a series of beam focusing amplifiers into your modified lightsaber. Your modified lightsaber gains the reach property.

\n
\n

GREATSABER ARRAY

\n

You augment the configuration of your modified lightsaber. Your modified lightsaber gains the two-handed property, and it’s damage die increases to 1d12.

\n
\n

INTENSE BEAM

\n

Prerequisite: 11th level
Prerequisite: Burn Through
Your modified lightsaber’s critical hit range increases by 1.

\n
\n

MAGNETIC-LOCK GRIP

\n

You insert a series of magnetically charged grips into your modified lightsaber’s hilt. While wielding your modified lightsaber, you have advantage on ability checks and saving throws made to disarm or avoid being disarmed.

\n
\n

PROTOTYPE BLASTSABER

\n

Prerequisite: 7th level
Prerequisite: Blastsaber Conversion
You fine tune your blastsaber. When you activate this conversion to alter the properties of your lightweapon, you can use your bonus action to cause your modified lightsaber to let loose a burst of energy. Creatures other than yourself within 5 feet of the target creature must succeed on a Dexterity saving throw. On a failed save, they take ion damage equal to your Intelligence modifier.

\n
\n

PROTOTYPE BRIGHTSABER

\n

Prerequisite: 7th level
Prerequisite: Brightsaber Conversion
You fine tune your brightsaber. When you activate this conversion to alter the properties of your lightweapon, you can use your bonus action to attempt to blind the target of the attack. The creature must succeed on a Constitution saving throw or be blinded.

\n
\n

PROTOTYPE DISRUPTORSABER

\n

Prerequisite: 7th level
Prerequisite: Disruptorsaber Conversion
You fine tune your disruptorsaber. When you activate this conversion to alter the properties of your lightweapon, you can use your bonus action to attempt to knock the target of your attack prone. The creature must make a Strength saving throw or be knocked prone.

\n
\n

RETURNING WEAPON

\n

You install a retractible chain in the hilt of your modified lightsaber. Your modified lightsaber gains the thrown property with a range of 20/60, and when you throw the weapon, it immediately returns to your hand.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"1oiBleXKcbvKHz4e","name":"Thunderous Momentum","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, your stride becomes nigh unbreakable. You are immune to the shocked condition, and each slowed level only reduces your speed by 5 feet, unless it would reduce your speed to 0.

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Agression 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"1uSK1vNVR9ZlWeBa","name":"Symbiot Spirit","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you attract the attention of the spirit of a Force ghost. Over the course of one hour, you can attune to the spirit, forging a lasting connection. While attuned to a spirit, you gain the following benefits:

\n
    \n
  • Your spirit is always audible and visible to you. Your spirit can choose to make itself audible and visible or inaudible and invisible to other creatures (no action required), but it is always visible to beings with truesight.
  • \n
  • Your spirit can not interact with the corporeal world, but it is also not impeded by unenhanced walls or barriers.
  • \n
  • Your spirit acts independently of you, and it only obeys your commands if it chooses to. In combat, it rolls its own initiative and acts on its own turn. Your spirit can’t attack, but it can take other actions as normal.
  • \n
  • While your spirit is within 100 feet of you, you can telepathically communicate with it. Additionally, as an action, you can see through your spirit’s vision and hear what it hears until the start of your next turn. During this time, you are deaf and blind with regard to your own senses.
  • \n
  • When you cast a force power with a range of touch, your spirit can deliver the power as if it had cast it. Your spirit must be within 100 feet of you, and it must use its reaction to deliver the power when you cast it. If the power requires an attack roll, you use your attack modifier for the roll.
  • \n
\n

You can only attune to one spirit at a time. If you attempt to attune to another spirit, you immediately break the bond with your current spirit.

\n
\n

GENERATING YOUR SPIRIT

\n

Your spirit might be the ghost of a benevolent Jedi, discovered in the ruins of a Jedi temple, or a powerful Sith spirit lingering in an ancient artifact. It might be the spirit of a Nightsister sorceress, or a paragon of a long-forgotten monastic order. Work with your GM to determine the nature of your spirit.

\n
\n

Additionally, your spirit can briefly interact with the physical world. When you would make a melee attack, your spirit can deliver the attack as if it had made it. Your spirit must be within 100 feet of you, and it must use its reaction to deliver the attack. It uses your modifiers for the attack and damage rolls. You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you complete a short or long rest.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Communion 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"1zsB6yknq4JxRzNR","name":"Unwavering Self","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 7th level, if you fail a Strength, Dexterity, or Constitution saving throw, you can reroll the die. You must use the new roll.

\n

Once you’ve used this feature, you must complete a long rest before you can use it again.

\n

At 15th level you can use this feature twice between long rests.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"20qc66rPhmC7wXDm","name":"Saber Storm","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this tradition at 3rd level, you learn to deftly control your weapons utilizing the Force. As an action, you can initiate your Saber Storm. When you do so, select a light- or vibro-weapon within 5 feet that is not worn or carried by a conscious creature other than you, and use the Force to cause it to levitate, acting as an extension of your will for 1 minute. When you activate this feature, you can cause the weapon to move up to 10 feet and make a melee force attack against a creature within 5 feet of it. On a hit, the target takes 1d8 + your forcecasting ability modifier damage. The type is of the normal damage dealt by the weapon. The weapon then returns to your side.

\n

Your weapon moves with you, and while Saber Storm is active and you have a weapon animated, on each of your turns you can use an action to move a weapon up to 10 feet and repeat the attack against a creature within 5 feet of it. The weapon then returns to your side. Your Saber Storm ends early if you are incapacitated. At any time, you can end this feature and return the animated weapon to your hand.

\n

Additionally, while your Saber Storm is active, and at least one animated weapon is within 5 feet of you, you gain the following benefits:

\n
    \n
  • You gain a bonus to your AC equal to your Wisdom or Charisma modifier (your choice, minimum of +1) if it doesn’t already include that modifier.
  • \n
  • You gain a bonus to any Constitution saving throw you make to maintain your concentration on a power. The bonus equals your Wisdom or Charisma modifier (your choice, minimum of +1).
  • \n
\n

This feature can animate more than one weapon when you reach higher levels: two weapons at 5th level, three weapons at 11th level, and four weapons at 17th level. When you use your action to attack with your weapons, you can direct them at the same target or at different ones. Make a separate attack roll for each weapon.

\n

At 5th level, the distance your weapon can travel increases to 20 feet. This distance increases to 30 feet at 11th level, and 40 feet at 17th level.

\n

You can use this feature twice. You regain all expended uses of it when you finish a short or long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":2,"max":2,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"21IcHCEbQXjzQ8kr","name":"Master of Ferocity","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, you are a paragon of extraordinary martial prowess. Your Strength and Dexterity scores increase by 2. Your maximum for those scores increases by 2.

\n
\n

Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to all damage.
  • \n
  • When you take the Attack action on your turn, you can make one additional attack as part of that action.
  • \n
  • Your critical hit range with weapons increases by 1.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you’ve used this feature, you can’t use it again until you complete a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"21o2m4T6nKInTyiI","name":"Slayer's Counter","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 15th level, if the target of your Ranger’s Quarry feature forces you to make a saving throw, you can use your reaction to make one weapon attack against it. You make this attack immediately before making the saving throw. If your attack hits, you automatically succeed on the saving throw, in addition to the attack’s normal effects.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Scout: Slayer 15"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"28peWa7ad8J7FIF7","name":"Dual Wielder","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this approach at 3rd level, when you engage in Two-Weapon Fighting, you can add your Strength or Dexterity modifier (your choice) to the damage of your Two-Weapon Fighting attack as long as it doesn’t already include that modifier.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"2F3RlN4VyyAG2XrU","name":"Discoveries (Gambler)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you select this pursuit, you gain access to new discoveries which reflect your deep understanding of chance. Whenever you learn a new discovery, you can choose from any of the following as well. The discoveries are listed in alphabetical order.

\n
\n
\n

ACE UP YOUR SLEEVE

\n

Whenever you make a Dexterity (Sleight of Hand) or Charisma (Deception) check, you can expend a superiority die, adding the result to your total for the check.

\n
\n

AGAINST THE HOUSE

\n

Whenever you would make a Charisma (Persuasion) check involving haggling, you can instead challenge the target to a game of chance. If they accept your offer, you can make an ability check with an available gaming set. If you win the challenge, you automatically succeed on the Charisma (Persuasion) check.

\n
\n

ANTE UP

\n

When you roll initiative, are not surprised, and end up first in the initiative order, you can take one additional action on top of your regular action and a possible bonus action during your first turn in combat.

\n
\n

CALCULATED BLUFF

\n

When you make an ability check using your Charisma, you can choose to instead make the check using your Intelligence.

\n
\n

COLD READ

\n

Prerequisite: 5th level
As an action, you may make a Wisdom (Insight) check contested by a target’s Charisma (Deception) check. On a success, you know the next action the target intends to take, so long as the situation does not change dramatically.

\n
\n

FEELING THE PRESSURE

\n

Prerequisite: 13th level
Whenever you roll a 4 or higher on your Risk Versus Reward feature, the target of your Critical Analysis feature also has disadvantage on attack rolls made against you until the start of your next turn.

\n
\n

THE MAGIC NUMBER

\n

Prerequisite: 7th level
Whenever you roll a 7 on an ability check or saving throw, you can reroll the ability check or saving throw with advantage.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"2HMgRTnCktSPFpgt","name":"Channel the Force (Makashi)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, you gain the following Channel the Force option.

\n
\n

MAKASHI RIPOSTE

\n

When another creature damages you with a melee attack, you can expend a use of your Channel the Force and use your reaction to attempt to deflect the attack. When you do so, the damage you take from the attack is reduced by 1d10 + your Dexterity modifier + your guardian level.

\n

If you reduce the damage to 0, you can immediately make a single melee weapon attack against that creature as a part of the reaction.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"2MW5NKHVg2sLjPne","name":"Rakish Audacity","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this practice at 3rd level, your unmistakable confidence propels you into battle. You can add your Charisma modifier to your initiative rolls.

\n

Additionally, you don’t need advantage on your attack roll to use your Sneak Attack if no creature other than your target is within 5 feet of you, as long as the target of the attack is within 5 feet of you. All the other rules for the Sneak Attack class feature still apply to you.

\n

Finally, during your turn, if you make a melee attack against a creature, that creature can’t make opportunity attacks against you for the rest of your turn.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"2N5w1alVvT1VcSau","name":"Potent Integration","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, when your droid makes an attack roll, you can use your reaction to expend one use of your Potent Aptitude to give it a boost. Roll the die and add it to both the attack and damage rolls, if the attack hits.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"2cPRZiAJPegsDJEt","name":"Techcasting (Engineer)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 1st level, during your training you have derived powers from schematics with the aid of your wristpad. See chapter 10 for the general rules of techcasting and chapter 12 for the tech powers list.

\n

TECH POWERS KNOWN

\n

You learn 6 tech powers of your choice, and you learn more at higher levels, as shown in the Tech Powers Known column of the engineer table. You may not learn a tech power of a level higher than your Max Power Level.

\n

TECH POINTS

\n

You have a number of tech points equal to your engineer level x 2, as shown in the Tech Points column of the engineer table, + your Intelligence modifier. You use these tech points to cast tech powers. You regain all expended tech points when you finish a short or long rest.

\n

MAX POWER LEVEL

\n

Many tech powers can be overcharged, consuming more tech points to create a greater effect. You can overcharge these powers to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the engineer table.

\n

You may only cast tech powers at 6th, 7th, 8th, and 9th-level once. You regain the ability to do so after a long rest.

\n

TECHCASTING ABILITY

\n

Intelligence is your techcasting ability for your tech powers. You use your Intelligence whenever a power refers to your techcasting ability. Additionally, you use your Intelligence modifier when setting the saving throw DC for a tech power you cast and when making an attack roll with one.

\n
\n

Tech save DC = 8 + your proficiency bonus + your Intelligence modifier

\n
\n

Tech attack modifier = your proficiency bonus + your Intelligence modifier

\n
\n

TECHCASTING FOCUS

\n

You use a wristpad (found in chapter 5) or your tool proficiencies granted by this class as a techcasting focus for your tech powers.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"2dNKCtW7jCM0xNgT","name":"Rallying Cry","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, when you use your Second Wind feature, you can choose up to three creatures within 60 feet of you that are allied with you. Each one regains hit points equal to your fighter level, provided that the creature can see or hear you.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"2gNENhRMngBSCGae","name":"Master Strike","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, your bursts can overpower even the fiercest of foes. Once on your turn, when a creature takes damage from you three times, you can force it to make a Constitution saving throw against your universal force save DC. On a failed save, it becomes stunned until the end of its next turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Focus 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"2jowNrxwqUrXnIlu","name":"Force-Empowered Self","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 2nd level, your training allows you to harness the mystical energy of the Force throughout your body. When you hit a creature with a melee weapon attack, you can spend 1 force point to use a Force-Empowered Self effect. Each effect uses a d4, which changes as you gain sentinel levels, as shown in the Kinetic Combat column of the sentinel table. You have three such effects: Deflection, Double Strike, and Slow Time. You can only use each effect once per turn, and you can only use one effect per hit.

\n
\n
\n

DEFLECTION

\n

You can roll a Kinetic Combat die and add it to your AC against one attack before the start of your next turn.

\n
\n

DOUBLE STRIKE

\n

You can roll a Kinetic Combat die and deal additional damage equal to the amount rolled.

\n
\n

SLOW TIME

\n

You can roll a Kinetic Combat die to increase your speed by 5 x the amount rolled until the end of your turn.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"2nd8f6jyBtaKRMJq","name":"The Way of the Varactyl","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, as a bonus action, you can enter an unyielding stance for one minute. While in this stance, you have advantage on ability checks and saving throws to shove, trip, and avoid being moved, and you ignore difficult terrain. Additionally, once per turn, when you hit with a melee weapon attack, you can attempt to shove the target up to 10 feet away from you (no action required).

\n

This effect ends early if you are incapacitated or die. Once you’ve used this feature, you can’t use it again until you complete a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"2orm91vcgAPZOZHE","name":"Additional Maneuvers (Scholar: Slicer)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, you gain access to new maneuvers which reflect your understanding of tech casting. Whenever you learn a new maneuver, you can choose from any of the following as well. The maneuvers are listed in alphabetical order.

\n
\n
\n

AUTOMATIC STARTUP SEQUENCE

\n

When a creature makes a saving throw against a tech power you cast, you may expend a superiority die, subtracting the number rolled from their total. You can use this maneuver before or after the creature makes saving throw, but before the GM determines whether or not the creature fails.

\n
\n

FAST ACCESS PROGRAMS

\n

When you cast a tech power of 1st-level or higher that has a casting time of 1 action, you can expend a superiority die to change the casting time to 1 bonus action for this casting.

\n
\n

FIREWALL

\n

When you or an ally you can see within 60 feet make a saving throw against a tech power, you can use your reaction to expend a superiority die, adding the number rolled to the result of that saving throw.

\n
\n

HACKED COMMUNICATIONS

\n

As an action, you may expend a superiority die, and choose any number of creatures that you can see within 60 feet of you that have commlinks, headcomms, or other such communications devices. Each creature must succeed on a Constitution saving throw or take sonic damage equal to the number rolled on the dice + your Intelligence modifier (minimum of one). Additionally, on a failed save, their communication devices are disabled until rebooted.

\n
\n

OVERCAPACITY POWERS

\n

When you cast a tech power of 1st-level or higher, you may expend a superiority die to cast the power at a higher level, provided is does not exceed your Maximum Power Level. Roll the superiority die, and add it to the level at which you are casting the power. You can choose to cast it at this new power level or lower.

\n
\n

RUNTIME EXTENSION

\n

When a tech power you cast with a duration of 1 minute or longer reaches the end of its duration, you may expend a superiority die to extend the duration of the power a number of rounds equal to the number rolled on your superiority die.

\n
\n

SUBTLE EXECUTION

\n

When you cast a tech power, you may expend a superiority die to cast the power without any visual or auditory cues. Creatures have disadvantage on any Intelligence (Investigation) or Wisdom (Perception) checks made to determine if you were the caster.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"2r0D2PHtMsms77Mk","name":"Swift Surgery","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 9th level, you know how to quickly patch up wounds, given the right tools. You are able to use a medkit or administer a medpac as a bonus action, and when you use a medkit to stabilize a dying creature, that creature also regains a number of hitpoints equal to your Intelligence modifier.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"33W0D0BvrvQpk5kw","name":"Bonus Proficiencies (Scout: Artillerist)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

You gain proficiency in artillerist’s kits.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Artillerist 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"3AZcaWJypiKyjbDo","name":"Resilient Retainer","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 7th level, your discipline and attention to detail allow you to excel in social situations. Whenever you make a Charisma (Persuasion) check, you gain a bonus to the check equal to your Wisdom modifier.

\n

Your self-control also causes you to gain proficiency in Wisdom saving throws. If you already have this proficiency, you instead gain proficiency in Intelligence or Charisma saving throws (your choice).

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"3NOg28znKOJczSZi","name":"Discoveries (Geneticist)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you select this pursuit, you gain access to new discoveries which reflect the changes you have caused your own body to undergo. Whenever you learn a new discovery, you can choose from any of the following as well. The discoveries are listed in alphabetical order.

\n
\n
\n

ADAPTED HIDE

\n

When you aren’t wearing armor, your AC is 13 + your Dexterity modifier. Additionally, you are adapted to hot or cold climates (your choice), as described in chapter 5 of the Dungeon Master’s Guide. When you undergo your mutagenic transformation, you add your full Intelligence modifier, instead of half, to your AC for the duration.

\n
\n

ATMOSPHERIC ADAPTATION

\n

You can breathe air and water. When you undergo your mutagenic transformation, you no longer need to breathe, and you can survive up to one hour within the vacuum of space for the duration.

\n
\n

ENHANCED MUSCULATURE

\n

Your carrying capacity and the weight you can push, drag, or lift doubles. If it would already double, it instead triples. Additionally, when you make a long jump, you can cover a number of feet up to twice your Strength score. When you make a high jump, you can leap a number of feet up into the air equal to 3 + twice your Strength modifier. When you undergo your mutagenic transformation, you have advantage on Strength checks and Strength saving throws for the duration.

\n
\n

ICARIAN MUTATION

\n

You sprout a pair of winged arms. You gain a flying speed equal to half your walking speed. You can only gain the benefit of items held by two of your arms at any given time, and once per round you can switch which arms you are benefiting from (no action required). When you undergo your mutagenic transformation, your flying speed increases to your full walking speed, and you can use your bonus action to take the Dash action for the duration.

\n
\n

MUTAGENIC HARDINESS

\n

Your hit point maximum increases by a number equal to your level, and it increases by 1 every time you gain a level. When you undergo your mutagenic transformation, and at the beginning of each of your turns, you gain temporary hit points equal to your half your scholar level (rounded down) + your Intelligence modifier for the duration.

\n
\n

PREDATORY SENSES

\n

You have darkvision out to 60 feet. If you already have darkvision, its range instead increases by 30 feet. When you undergo your mutagenic transformation, you gain advantage on Wisdom (Perception) checks that rely on smell for the duration. Additionally, you can track creatures that have left a scent in the last 24 hours.

\n
\n

UNDERGROUND ADAPTATION

\n

You gain a burrowing speed equal to your walking speed and you can tunnel through solid rock at a rate of 1 foot per round. In order to use this speed, you must have two free hands. When you undergo your mutagenic transformation, you gain tremorsense out to 30 feet for the duration. You can detect and pinpoint the origin of vibrations within a specific radius, provided that monster and the source of the vibrations are in contact with the same ground or substance. Tremorsense can’t be used to detect flying or incorporeal creatures.

\n
\n

UNNATURAL WEAPONRY

\n

You sprout claws or some other natural weapon, which deal 1d4 kinetic damage on a hit. You can use your choice of your Strength, Dexterity, or Intelligence modifier for the attack and damage rolls. You must use the same modifier for both rolls. When you undergo your mutagenic transformation, your unarmed strikes increase to a d6 and are considered enhanced for the duration. Additionally, you deal an additional 1d4 acid, lightning, or poison damage when you hit with them.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"3OqwFmlRSb2bklnK","name":"Bumbling Technique","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this order at 3rd level, your martial arts technique mixes combat training with the precision of a dancer and the antics of a jester. When you make a Charisma (Performance) check, you gain a bonus to the check equal to half your Wisdom modifier (rounded down, minimum of +1) if it doesn’t already include that modifier.

\n
\n

Additionally, you learn how to twist and turn quickly. Whenever you use your bonus action to make an unarmed strike, creatures you hit can’t make opportunity attacks against you, and your speed increases by 10 feet until the end of your turn.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"3QWti3hBCcOHMenb","name":"Additional Maneuvers (Scholar: Doctor)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, you gain access to new maneuvers which reflect the progress of your studies into the medical arts. Whenever you learn a new maneuver, you can choose from any of the following as well. The maneuvers are listed in alphabetical order.

\n
\n
\n

ADRENALINE HIT

\n

You can use an action and expend one superiority die to inject a creature with regenerative medication that temporarily enhances their agility. When you do so, a creature you can touch regains hit points equal to the superiority die roll. Additionally, until the start of your next turn, when that creature would take damage, the amount is reduced by an amount equal to your Intelligence modifier.

\n
\n

EMERGENCY PRESCRIPTION

\n

As an action, you can expend one superiority die and touch a creature. That creature regains hit points equal to result of the die + your Intelligence modifier, and when that creature makes their first ability check, attack roll, or saving throw before the start of your next turn they roll the superiority die and add it to the roll.

\n
\n

ENHANCEMENT INJECTION

\n

As an action, you can expend one superiority die to inject a creature you can touch with enhancements, granting them temporary hit points equal to the superiority die roll + your Intelligence modifier, which last for 1 minute. Additionally, when the target makes a Strength or Constitution check or saving throw while it has these temporary hit points, it gains a bonus equal to your Intelligence modifier.

\n
\n

NEUROBLOCK

\n

When you make an attack roll, you can expend a superiority die and add it to the attack roll. On a hit, the creature’s next attack has disadvantage and it cannot regain hit points until the start of your next turn.

\n
\n

REASSURE

\n

As an action, you can expend a superiority die and call out to a creature within 60 feet that can see or hear you that is charmed, frightened, or stunned. When you do so, that creature immediately makes another saving throw, adding the amount rolled to the save.

\n
\n

REMOVE TOXINS

\n

As an action, you can expend a superiority die to purge the toxins from a creature you can touch. The target regains hit points equal to the number rolled and, if it is poisoned or diseased, you neutralize the poison or disease. If more than one poison or disease afflicts the target, you neutralize one poison or disease that you know is present, or you neutralize one at random.

\n
\n

SMELLING SALTS

\n

As a bonus action, you can expend a superiority die to heal a creature you can touch by a number of hit points equal to the number rolled.

\n
\n

TRANSFUSION

\n

Once per turn when you hit a creature with a finesse melee weapon, you can expend a superiority to give you or an ally that is within 5 feet of the creature a transfusion. Add the superiority dice to the damage you deal. You or your ally gain hit points equivalent to the damage you deal to the creature.

\n

You can be the creature hit with the attack as long as there is an ally with 5 feet of you, in which you can let it hit without rolling an attack and must choose an ally to heal with the transfusion.

\n
\n

WEAK POINT STRIKE

\n

When you hit a creature with a weapon attack, you can expend a superiority die to temporarily daze the creature. Add the number rolled to the damage of the weapon attack and the creature must succeed on a Constitution saving throw or be stunned until the end of its next turn.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"3g7tveozmCHAkd5R","name":"Inquisitor's Wrath","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 15th level, you can cast the force suppression and sever force force powers at 3rd level against the target of your Ranger’s Quarry without expending tech points. If they are within 30 feet of you, you have advantage on the forcecasting ability check for these powers.

\n

You can use this feature a number of times equal to 1 + your Intelligence modifier (a minimum of once). You regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Scout: Inquisitor 15"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"3jBAw3l2ulXKcqLV","name":"Forcecasting (Operative: Beguiler)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this practice at 3rd level, you have derived powers from your emotional connection to the Force. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

FORCE POWERS KNOWN

\n

You learn 4 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the Beguiler Practice Forcecasting table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

FORCE POINTS

\n

You have a number of force points equal to your operative level, as shown in the Force Points column of the Beguiler Practice Forcecasting table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

MAX POWER LEVEL

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Beguiler Practice Forcecasting table.

\n

You may only cast force powers at 4th-level once. You regain the ability to do so after a long rest.

\n

FORCECASTING ABILITY

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use your Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. Additionally, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n
\n

Force save DC = 8 + your proficiency bonus + your forcecasting ability modifier

\n
\n

Force attack modifier = your proficiency bonus + your forcecasting ability modifier

\n
\n

THE BEGUILER PRACTICE

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelForce Powers KnownForce PointsMax Power Level
3rd431st
4th641st
5th751st
6th861st
7th1072nd
8th1182nd
9th1292nd
10th13102nd
11th14112nd
12th15122nd
13th17133rd
14th18143rd
15th19153rd
16th20163rd
17th22174th
18th23184th
19th24194th
20th25204th
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"3jqPPd5qJBBnonPw","name":"Seeing Sound","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, while you are raging or experiencing the high of a substance, you have blindsight with a range of 10 feet. If you are both raging and experiencing the high of a substance, you instead have blindsight with a range of 30 feet.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"3lqydI4v73szourv","name":"Raging Whirlwind","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, you can send your weapon spinning into a gravity-defying whirlwind of pain. Once per rage as an action, you may throw a weapon with the thrown property to a point you choose within 60 feet. The weapon fills the air as a cyclone in a 10 foot radius sphere centered on that point. A creature takes damage equal to the thrown weapon’s damage + your Strength modifier + your Rage Damage when it enter’s the whirlwind’s area for the first time on a turn or starts its turn there. This effect ends when you command the weapon to return to you as a free action or your rage ends.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"3paFYzEDFl0XWuO8","name":"Duplicitous Force","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 7th level, when you make a Dexterity (Sleight of Hand) check, you gain a bonus to that check equal to your Wisdom or Charisma modifier (your choice, minimum of one).

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"3qzL7p1j5m4LlIah","name":"Force Recovery","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 1st level, you have learned to regain some of your energy by briefly meditating. When you finish a short rest, you can regain a number of force points equal to half your consular level (rounded down) + your Wisdom or Charisma modifier (your choice, minimum of one). Once you’ve used this feature, you must complete a long rest before you can use it again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"3wNWE9KjkFD76PuW","name":"Droid Companion","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to employ all the knowledge you’ve accumulated to create and customize your own personalized droid companion.

\n

Choose your droid, which is detailed at the end of this discipline. Over the course of 8 hours, which can be done during a long rest, you can expend 500 cr worth of materials to finally finish your droid.

\n

If your droid is irreparably destroyed, or you want to interface with a different droid, you can spend an additional 250 credits and 1 hour to change the target of this feature. You may only have one droid companion at a time.

\n

Your droid gains a variety of benefits while it is interfaced with you:

\n
    \n
  • The droid obeys your commands as best it can. It acts on your turn, and you determine its actions, decisions, attitudes, and so on. If you are incapacitated or absent, your droid acts on its own.
  • \n
  • Your droid’s level equals your engineer level, and for each engineer level you gain after 3rd, your droid companion gains an additional Hit Die and increases its hit points accordingly.
  • \n
  • Your droid has the proficiency bonus of a player character of the same level.
  • \n
  • Whenever you gain the Ability Score Improvement feature in this class, your droid’s abilities also improve. Your droid can increase one ability score of your choice by 2, or it can increase two ability scores of your choice by 1. As normal, your droid can’t increase an ability score above 20 using this feature unless its description specifies otherwise.
  • \n
  • Your droid can not wear armor, but you can have the armor professionally integrated into its chassis. Over the course of a long rest, you can expend materials equal to half the cost of the armor in order to integrate it into your droid. Your droid must be proficient in armor in order to have it integrated.
  • \n
  • Your droid is a valid target of the tracker droid interface tech power.
  • \n
\n

Additionally, you can modify your droid. Your droid companion has 4 modification slots, and it gains more at higher levels, as shown in the Modification Slots column of the engineer table. For each modification installed, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

GENERATING YOUR DROID

\n

Choosing your droid companion is an integral part of being an Astrotech Engineer. The class of droid you choose determines their features. Class I through V droids are all appropriate options, with their statistics listed below.

\n

Once you’ve selected your type of droid class, you assign your droid’s ability scores using standard array (16, 14, 14, 12, 10, 8) as you see fit.

\n
\n

DROID FEATURES

\n

All droids share the following features.

\n
\n
RESISTANCES AND VULNERABILITIES
\n

\n
    \n
  • Droid Resistances: Your droid is resistant to necrotic, poison, and psychic damage, and immune to poison and disease.
  • \n
  • Droid Vulnerabilities: Your droid is vulnerable to ion damage. Additionally, your droid has disadvantage on saving throws against effects that would deal ion or lightning damage.
  • \n
\n
\n
TRAITS
\n

\n
    \n
  • \n
    Creature Type: Droid
    \n
  • \n
  • \n
    Armor Integration: Your droid can not wear armor, but you can have the armor professionally integrated into its chassis. Over the course of a long rest, you can expend materials equal to half the cost of the armor in order to have it integrated. This work must be done by someone proficient with astrotech’s implements. Your droid must be proficient in armor in order to have it integrated.
    \n
  • \n
  • \n
    Droid Systems: Your droid does not need to eat or drink.
    \n
  • \n
\n
\n

CLASS I DROID

\n
\n
Class I droids are programmed for the mathematical, medical, or physical sciences. Subcategories of the first degree are medical droids, biological science droids, physical science droids, and mathematics droids.
\n
As a class I droid, your droid companion has the following features.
\n
HIT POINTS
\n

\n
    \n
  • Hit Dice: 1d8 per class I droid level
  • \n
  • Hit Points at 1st Level: 8 + your droid’s Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d8 (or 5) + your droid’s Constitution modifier per class I droid level after 1st
  • \n
\n
\n
PROFICIENCIES
\n

\n
    \n
  • Armor: Light armor plating
  • \n
  • Weapons: Simple blasters, simple vibroweapons
  • \n
  • Tools: None
  • \n
\n
\n
    \n
  • Languages: Class I droids can speak, read, and write Galactic Basic and one language of your choice. They can understand spoken and written Binary, but can not speak it
  • \n
  • Saving Throws: Wisdom, Intelligence
  • \n
  • Skills: Two Intelligence, Wisdom, or Charisma skills of your choice
  • \n
\n
\n
FEATURES
\n

\n
    \n
  • \n
    Size: Medium
    \n
  • \n
  • \n
    Speed: 25 ft.
    \n
  • \n
\n
\n

CLASS II DROID

\n
\n
Class II droids are programmed for engineering and other technical sciences. They differ from class I droids because they apply the science to real-life situations. Class II droids are rarely equipped with Basic vocabulators, instead communicating through Binary. There are five subcategories of class II droids. Astromech, exploration, environmental, engineering, and maintenance droids are all class II
droids.
\n
As a class II droid, your droid companion has the following features.
\n
HIT POINTS
\n

\n
    \n
  • Hit Dice: 1d6 per class II droid level
  • \n
  • Hit Points at 1st Level: 6 + your droid’s Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d6 (or 4) + your droid’s Constitution modifier per class II droid level after 1st
  • \n
\n
\n
PROFICIENCIES
\n

\n
    \n
  • Armor: Light armor, medium armor
  • \n
  • Weapons: Simple blasters and simple vibroweapons with the light property
  • \n
  • Tools: Your choice of demolition’s kit, security kit, or slicer’s kit
  • \n
\n
\n
    \n
  • Languages: Class II droids can speak, read, and write Binary. They can understand spoken and written Galactic Basic and one language of your choice, but can not speak it
  • \n
  • Saving Throws: Dexterity, Intelligence
  • \n
  • Skills: Two of your choice
  • \n
\n
\n
FEATURES
\n

\n
    \n
  • \n
    Size: Small
    \n
  • \n
  • \n
    Speed: 25 ft.
    \n
  • \n
\n
\n

CLASS III DROID

\n
\n
Class III droids are programmed to interact with humans. They are said to be the most advanced droids ever invented. Protocol, servant, tutor, and child care droids are all class III droids.
\n
As a class III droid, your droid companion has the following features.
\n
HIT POINTS
\n

\n
    \n
  • Hit Dice: 1d8 per class III droid level
  • \n
  • Hit Points at 1st Level: 8 + your droid’s Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d8 (or 5) + your droid’s Constitution modifier per class III droid level after 1st
  • \n
\n
\n
PROFICIENCIES
\n

\n
    \n
  • Armor: Light armor
  • \n
  • Weapons: Simple blasters, simple vibroweapons
  • \n
  • Tools: None
  • \n
\n
\n
    \n
  • Languages: Class III droids can speak and understand all registered languages
  • \n
  • Saving Throws: Wisdom, Charisma
  • \n
  • Skills: None
  • \n
\n
\n
FEATURES
\n

\n
    \n
  • \n
    Size: Medium
    \n
  • \n
  • \n
    Speed: 25 ft.
    \n
  • \n
\n
\n

CLASS IV DROID

\n
\n
Class IV droids are programmed for military and security purposes. Such droids tend to perform tasks of violence or combat might be expected. Almost all class IV droids carry weapons. Armed combat droids are among the first droids ever created. Security, gladiator, battle, and assassin droids are all class IV droids.
\n
As a class IV droid, your droid companion has the following features.
\n
HIT POINTS
\n

\n
    \n
  • Hit Dice: 1d8 per class IV droid level
  • \n
  • Hit Points at 1st Level: 8 + your droid’s Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d8 (or 5) + your droid’s Constitution modifier per class IV droid level after 1st
  • \n
\n
\n
PROFICIENCIES
\n

\n
    \n
  • Armor: All armor
  • \n
  • Weapons: All blasters, All vibroweapons
  • \n
  • Tools: None
  • \n
\n
\n
    \n
  • Languages: Class IV droids can speak, read, and write Galactic Basic and one language of your choice. They can understand spoken and written Binary, but can not speak it
  • \n
  • Saving Throws: Strength, Dexterity
  • \n
  • Skills: None
  • \n
\n
\n
FEATURES
\n

\n
    \n
  • \n
    Size: Medium
    \n
  • \n
  • \n
    Speed: 30 ft.
    \n
  • \n
\n
\n

CLASS V DROID

\n
\n
Class V droids are programmed for menial and low-skill tasks. Such droids tend to perform basic tasks such as construction, lifting, maintenance, mining, sanitation, and transportation.
\n
As a class V droid, your droid companion has the following features.
\n
HIT POINTS
\n

\n
    \n
  • Hit Dice: 1d8 per class V droid level
  • \n
  • Hit Points at 1st Level: 8 + your droid’s Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d8 (or 5) + your droid’s Constitution modifier per class V droid level after 1st
  • \n
\n
\n
PROFICIENCIES
\n

\n
    \n
  • Armor: Light armor, medium armor
  • \n
  • Weapons: All vibroweapons, simple blasters
  • \n
  • Tools: One set of artisan’s implements
  • \n
\n
\n
    \n
  • Languages: Class V droids can speak, read, and write Binary. They can understand spoken and written Galactic Basic and one language of your choice, but can not speak it
  • \n
  • Saving Throws: Strength, Constitution
  • \n
  • Skills: Athletics
  • \n
\n
\n
FEATURES
\n

\n
    \n
  • \n
    Size: Medium
    \n
  • \n
  • \n
    Speed: 30 ft.
    \n
  • \n
\n
\n

ASTROTECH MODIFICATIONS

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n
\n
\n

ADVANCED POWER CORE

\n

Prerequisite: 7th level, d10 Hit Die
Your droid’s hit points increase by an amount equal to its level + 1 and its Hit Die becomes a d12.

\n
\n

ALARM PROTOCOL

\n

You install an alarm module in your droid, granting the following benefits:

\n
    \n
  • Your droid grants a +5 bonus to initiative to creatures within 5 feet of it.
  • \n
  • You and your droid can’t be surprised while your droid is conscious.
  • \n
\n
\n

ANALYSIS PROTOCOL

\n

Prerequisite: 7th level, Class I Droid
Your droid can analyze a target, develop a plan on how to best overcome any potential obstacle, and execute that plan with ruthless efficiency. As a bonus action on your droid’s turn, your droid can analyze a target it can see within 60 feet of it. For the next minute, or until it analyzes another target, it gains the following benefits:

\n
    \n
  • When it analyzes a hostile creature, its attack and damage rolls made with weapons with the finesse property or blaster weapons against that target may use its Intelligence modifier instead of Strength or Dexterity.
  • \n
  • When it analyzes a friendly creature, the target can end your droid’s Analysis Protocol on them (no action required) to add half your droid’s Intelligence modifier (rounded down, minimum of +1) to one attack roll, ability check, or saving throw. Once a friendly creature has benefited from this ability, they can not do so again until they complete a short or long rest.
  • \n
\n
\n

ARM CANNONS

\n

You install dual arm cannons in your droid. The arm cannons have 2 charges. As an action, your droid can use charges to cast the overload tech power, using 1 charge per level. The saving throw is made against your droid’s tech save DC (8 + your droid’s proficiency bonus + your droid’s Intelligence modifier).

\n

You can choose this modification multiple times. Each time you do so, the arm cannons gain another charge, to a maximum of 4. The arm cannons regain all charges after a long rest.

\n
\n

BACK-UP PROTOCOL

\n

Prerequisite: 7th level
You install an emergency protocol in your droid, prompting a quick reboot after critical damage is taken. If your droid would be reduced to 0 hit points, it instead is reduced to 1.

\n

Once your droid uses this feature, it must finish a short or long rest before it can use it again.

\n
\n

CELERITY AUGMENT

\n

You augment your droid to move a little faster. Your droid’s speed increases by 5 feet.

\n

You can choose this modification twice.

\n
\n

CHARISMA CHIP

\n

Prerequisite: Class III Droid
You install a charisma chip in your droid. When an ally your droid can see makes an ability check, attack roll, or saving throw, your droid can use its reaction to give them advantage on the roll. It can do so before or after they roll the d20, but before the GM says the roll succeeds or fails. Once your droid uses this ability, it can’t use it again until it finishes a short or long rest.

\n
\n

DARKVISION OPTICS

\n

Your droid has darkvision to a range of 60 feet. If your droid already has darkvision, this modification increases its range by 30 feet.

\n
\n

DURABILITY MODULE

\n

You enhance your droid’s durability, granting the following benefits:

\n
    \n
  • When your droid rolls a Hit Die to regain hit points, the minimum number of hit points your droid can regain from the roll equals twice your droid’s Constitution modifier (minimum of 2).
  • \n
  • Your droid’s hit point maximum increases by an amount equal to twice its level when you install this protocol. Whenever your droid gains a level thereafter, its hit point maximum increases by an additional 2 hit points.
  • \n
\n
\n

EMERGENCY MODE

\n

Prerequisite: 15th level
Prerequisite: Back-Up Protocol
You modify your droid’s back-up protocol. When your droid’s back-up protocol is initiated, it can use its reaction to make one attack roll against a target within range. If the target is the source of the damage that reduced your droid to 0, the attack roll has advantage.

\n
\n

ENERGY SHIELD

\n

You install an energy shield in your droid, which has 1 charge. As an action, your droid can use 1 charge to cast the energy shield tech power.

\n

You can choose this modification multiple times. Each time you do so, the energy shield gains another charge, to a maximum of 3. The energy shield regains all expended charges after a long rest.

\n
\n

EXPERTISE PROTOCOL

\n

Prerequisite: 5th level
You install a protocol in your droid that grants it expertise in a tool or skill in which it is proficient.

\n
\n

FALSE COMBUSTION

\n

Prerequisite: Class II Droid
As a reaction in response to taking damage, your droid can feign an explosion. For 1 minute, it appears to be destroyed to all outward inspection. A creature can use its action to inspect your droid and make an Intelligence (Investigation) check (DC = 8 + your droid’s proficiency bonus + your droid’s Intelligence modifier). If it succeeds, it becomes aware that your droid still functions.

\n
\n

FIGHTING STYLE PROTOCOL

\n

Your droid adopts a particular style of fighting as its specialty. Choose one of the fighting style options, detailed in chapter 6. Your droid can’t take a Fighting Style option more than once, even if it later gets to choose again.

\n
\n

FLAMETHROWER

\n

You install a flamethrower in your droid. The flamethrower has 1 charge. As an action, your droid can cast the jet of flame tech power, though it does not scale with higher levels, or use 1 charge to cast the flame sweep tech power at 1st level. The saving throw is made against your droid’s tech save DC (8 + your droid’s proficiency bonus + your droid’s Intelligence modifier).

\n

You can choose this modification multiple times. Each time you do so, the flamethrower gains another charge, to a maximum of 3. If the flamethrower has multiple charges, you can use multiple charges to cast flame sweep at a higher level, 1 point per charge. The flamethrower regains all expended charges after a long rest.

\n
\n

FOUR-ARMED COMBATANT

\n

Prerequisite: Class IV Droid
You install two additional arms to improve your droid’s combat capabilities, granting it four arms which it can use independently of one another. Your droid can only gain the benefit of items held by two of its arms at any given time, and once per round your droid can switch which arms it is benefiting from (no action required).

\n

While your droid has at least 3 arms free, it has a climbing speed equal to its walking speed.

\n
\n

HEAVY PLATING

\n

Prerequisite: Medium Armor proficiency
Your droid gains proficiency in heavy armor. If your droid is already proficient in heavy armor, instead critical hits are treated as normal hits against it.

\n
\n

LIGHT PLATING

\n

Your droid gains proficiency in light armor. If your droid is already proficient in light armor, instead your droid’s speed increases by 5 feet while light armor is integrated.

\n
\n

MARTIAL PROTOCOL

\n

Prerequisite: 7th level, Class IV Droid
Your droid has martial training that allows it to perform special combat maneuvers. It gains the following benefits:

\n
    \n
  • It learns two maneuvers of your choice from among those available to the fighter class. If a maneuver it uses requires its target to make a saving throw to resist the maneuver’s effects, the saving throw DC equals 8 + your droid’s proficiency bonus + your droid’s Strength or Dexterity modifier (your choice).
  • \n
  • Your droid has two superiority dice, which are d4s. These dice are used to fuel its maneuvers. A superiority die is expended when your droid uses it. It regain all of its expended superiority dice when you finish a short or long rest.
  • \n
\n
\n

MEDIUM PLATING

\n

Prerequisite: Light Armor proficiency
Your droid gains proficiency in medium armor. If your droid is already proficient in medium armor, the maximum Dexterity bonus your droid can add to AC increases to 3 from 2 while medium armor is integrated.

\n
\n

MEMORY PROTOCOL

\n

Prerequisite: Class I Droid
Your droid can recall anything it has read in the past month that it understood. This includes but is not limited to books, maps, signs, and lists.

\n
\n

OBSERVANT PROTOCOL

\n

Prerequisite: 7th level
Prerequisite: Alarm Protocol
You modify the alarm module in your droid, granting the following benefits:

\n
    \n
  • If your droid can see a creature’s mouth while it is speaking a language it understands, your droid can interpret what it’s saying by reading its lips.
  • \n
  • Your droid is considered to have advantage when determining its passive Wisdom (Perception) and passive Intelligence (Investigation) scores.
  • \n
\n
\n

PERFORMANCE PROTOCOL

\n

Prerequisite: 7th level, Class III Droid
You modify your droid’s charisma chip, granting the following benefits:

\n
    \n
  • Your droid has advantage on Charisma (Performance) checks.
  • \n
  • Your droid can also use its bonus action to motivate an ally within 30 feet of it. Until the start of your droid’s next turn, the ally can add the droid’s Charisma modifier (minimum of +1) to the first attack roll, ability check, or saving throw they make. Your droid can use this feature a number of time equal to its Charisma modifier, and it regains all expended uses after it completes a long rest.
  • \n
\n
\n

POWERFUL DROID

\n

Prerequisite: Class V Droid
Your droid’s carrying capacity and the weight it can push, drag, or lift doubles. If it would already double, it instead triples.

\n
\n

POWERFUL GRIP

\n

Prerequisite: 7th level, Class V Droid
When your droid hits a creature with a melee weapon attack on its turn and has a free hand, it can use a bonus action to attempt to grapple the target. If it does so, and the grapple succeeds, your droid can make one additional attack against the target (no action required).

\n
\n

PREMIUM POWER CORE

\n

Prerequisite: d6 Hit Die
Your droid’s hit points increase by an amount equal to its level + 1 and its Hit Die becomes a d8.

\n
\n

PROFICIENCY PROTOCOL

\n

You install a protocol in your droid that grants it proficiency in a tool or skill. Your droid gains proficiency in a tool or skill of your choice.

\n

You can choose this modification multiple times.

\n
\n

PROTOTYPE POWER CORE

\n

Prerequisite: d8 Hit Die
Your droid’s hit points increase by an amount equal to its level + 1 and its Hit Die becomes a d10.

\n
\n

REPULSOR COIL

\n

Prerequisite: 7th level, Class II Droid
You install repulsor coils in your droid’s legs. Your droid gains a flying speed equal to its walking speed.

\n
\n

SENSOR AUGMENTATION

\n

You augment your droid with an advanced sensor, granting the following benefits:

\n
    \n
  • Your droid has advantage on Wisdom (Perception) and Intelligence (Investigation) checks made to detect the presence of secret doors.
  • \n
  • Your droid has advantage on saving throws made to avoid or resist traps.
  • \n
  • Your droid has resistance to the damage dealt by traps.
  • \n
  • Your droid can search for traps while traveling at a normal pace, instead of only at a slow pace.
  • \n
\n
\n

STUN RAY

\n

You install a stun ray in your droid. The stun ray has 1 charge. As an action, your droid can use 1 charge to cast the hold droid or paralyze humanoid tech power. The saving throw is made against your droid’s tech save DC (8 + your droid’s proficiency bonus + your droid’s Intelligence modifier).

\n

You can choose this modification multiple times. Each time you do so, the stun ray gains another charge, to a maximum of 3. The stun ray regains all expended charges after a long rest.

\n
\n

TECHCASTING PROTOCOL

\n

Your droid learns one at-will tech power and one 1st-level tech power, which it can cast at its lowest level once per long rest. Your droid’s techcasting ability is Intelligence. It does not require use of a wristpad for these powers. At-will powers chosen in this way do not scale with higher levels.

\n
\n

TOUGHNESS MODULE

\n

Prerequisite: 11th level
Prerequisite: Durability Module
You modify the durability module in your droid, granting the following benefit:

\n
    \n
  • Your droid becomes proficient in Constitution saving throws. If it is already proficient, it becomes proficient in another saving throw of your choice.
  • \n
  • Whenever your droid takes the Dodge action in combat, it can spend one Hit Die to heal itself. Roll the die, add its Constitution modifier, and it regains a number of hit points equal to the total (minimum of one).
  • \n
\n
\n

TRUESIGHT OPTICS

\n

Prerequisite: 11th level
Prerequisite: Darkvision Optics
Your droid can see through illusions and detect invisibility within 30 feet, as with truesight.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"3wmpa2PloRYvU2na","name":"Out of Touch","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 7th level, as an action, you can step out of sync with the rest of the universe for 1 minute. At the start of each of your turns, roll a d20. If you roll 11 or higher, you and everything your are wearing or carrying are completely invisible to all beings, except for those with truesight. On a roll of 10 or lower, you instead appear as an indistinguishably blurred form roughly your normal height and weight, though a being with truesight sees you normally. Regardless of your appearance, for the duration, your speed doubles, you gain a flying speed equal to your walking speed, and you can move through creatures and objects willingly though you can not affect them and they can not affect you. You can end this feature early on your turn (no action required). When this effect ends, if you are inside a solid object or creature, you are immediately shunted to the nearest unoccupied space that you can occupy and take force damage equal to twice the number of feet you are moved.

\n

This effect ends early if you are incapacitated or die. Once you’ve used this feature, you must complete a short or long rest before you can use it again.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Sentinel: Ethereal 7"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"4X59Gjodqz87nMsa","name":"Crisis Management","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 11th level, while you can see your turret, it can add half its proficiency bonus (rounded up) to any saving throws it makes.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Artillerist 11"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"4XaA12U40vAZxRhi","name":"Deflect Missiles","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you can use your reaction to deflect a projectile when you are dealt damage by a ranged weapon attack. When you do so, the damage you take from the attack is reduced by 1d10 + your Dexterity modifier + your monk level.

\n

If you reduce the damage to 0, and the damage is kinetic, energy, or ion, you can redirect it at another target if you have a weapon capable of doing so. You can spend 1 focus point to make a ranged attack as you deflect the projectile, as part of the same reaction. You make this attack with proficiency, regardless of your weapon proficiencies, and the projectile counts as a monk weapon for the attack.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"4da8QNAWRrgGCkt3","name":"Flow-Walking","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, you can cast the phasestrike force power without expending force points. When you reach 11th level, the damage bonus of the special attack made during phasestrike increases to 2d8, and at 17th level it increases to 3d8.

\n

Additionally, when you use your action to cast an at-will force power, you can use your Martial Arts or Focus features.

\n

You can use these features a combined number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain any expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"4h4YWb2g2Svtwz85","name":"Creature Comprehension","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 9th level, when your beast makes an attack roll, ability check, or saving throw, you may expend a superiority die and apply the benefits of a maneuver you know from this class, as if you have taken the action yourself.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"4hfinmcJC9pqVDhD","name":"Holographic Decoy","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this technique at 3rd level, as an action, you can create a perfect illusion of yourself that lasts for 10 minutes, or until you lose your concentration (as if you were concentrating on a power). The decoy appears in an unoccupied space that you can see within 30 feet of you. The decoy is purely visual. If anything passes through it, it is revealed to be an illusion. For the duration, you can cast tech powers as though you were in the decoy’s space. Both your decoy and the target of your tech power must be within your line of sight.

\n

You can use your bonus action to cause the decoy to move up to 30 feet. As your decoy changes location, you can alter its appearance so that its movements appear natural for the decoy. If your decoy is ever more than 120 feet away from you, it immediately disappears.

\n

Additionally, when both you and your decoy are within 5 feet of a creature that can see the decoy, but is not aware it is an illusion, you have advantage on attack rolls against that creature.

\n

A creature that uses its action to examine your decoy can determine that it is an illusion with a successful Intelligence (Investigation) check against your tech save DC. If a creature discerns the illusion for what it is, the creature can see through the image.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":10,"units":"minute"},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Scout: Illusionist 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"4kLXvFjUFd6BJGkS","name":"Medical Practitioner","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this pursuit at 3rd level, you gain proficiency with biochemist’s kits and your choice of Medicine or Nature skills. Additionally, when you make a Wisdom (Medicine) check, you gain a bonus to the check equal to your Intelligence modifier.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"4lbz6IOCT4Ls6lgC","name":"Spirit Guide","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 15th level, you can invoke each of your totems twice, instead of once. You regain all expended uses when you finish a short or long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"4xUvdPmOAggsvACD","name":"Improved Danger Sense","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, while raging, when you are subjected to an effect that allows you to make a Dexterity saving throw to take only half damage against effects that you can see, such as traps and powers, you are treated as proficient in the save, and you instead take no damage if you succeed on a saving throw, and only half damage if you fail.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"4xxqmHwlwgyQjfrT","name":"Eye of the Storm","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 7th level, when you score a critical hit with a melee weapon attack, you regain a use of your Channel the Force, to a maximum of your Wisdom or Charisma modifier (your choice, minimum of one).

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"56rZNAyhWtZrxiWp","name":"Painkiller","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, whenever you cast a tech power of 1st-level or higher, or deal damage using your Explosive Resilience feature, you can cause a friendly creature you can see within 30 feet to gain temporary hit points equal to half your berserker level (rounded up) + your Intelligence modifier. Additionally, while they have these temporary hit points, they have advantage on saving throws against effects that would cause them to be frightened.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"58xYGURGvkKad7it","name":"Additional Maneuvers (Scholar: Chef)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, you gain access to new maneuvers which reflect the progress of your studies into the culinary arts. Whenever you learn a new maneuver, you can choose from any of the following as well. The maneuvers are listed in alphabetical order.

\n

You may only perform one maneuver that is used during a long or short rest at a time.

\n
\n
\n

ALLERGENS

\n

As a bonus action while preparing or touching food, you may expend a superiority die and add to it an irritating allergen. At the start of each of its turns, a creature that consumes this food must make a Constitution saving throw. On a failed save, it subtracts half the result of your superiority die (rounded down, minimum of one) from the first ability check, attack roll, or saving throws it makes before the start of its next turn. The effect of this maneuver ends when the creature completes its next long rest or 24 hours have passed. This maneuver has no effect on droids or constructs.

\n
\n

BRAIN FOOD

\n

At the end of a short or long rest you may expend a superiority die and choose a number of friendly creatures up to your Intelligence modifier (minimum of one), if they ate food you prepared. Each creature gains a number of temporary force or tech points (their choice) equal to the number you roll on the superiority die. When an affected creature casts a force or tech power, the temporary force or tech points are spent first. An affected target can only benefit from one source of temporary force or tech points at a time, and they last until they’re depleted or until the affected target completes their next short or long rest. This maneuver has no effect on droids or constructs.

\n
\n

DEBILITANTS

\n

As a bonus action when preparing or touching food, you may expend a superiority die and add to it a subtle poison. Any creature that consumes this food must make a Constitution saving throw. On a failed save, their hit point maximum is reduced by an amount equal to twice the number rolled on your superiority die + your Intelligence modifier. The effect of this maneuver ends when the creature completes its next long rest or 24 hours have passed. This maneuver has no effect on droids or constructs.

\n
\n

ENERGIZERS

\n

At the end of a short or long rest you may expend a superiority die and choose a number of friendly creatures up to your Intelligence modifier (minimum of one), if they ate food you prepared. Each creature has their walking speed increased by 10 until the end of their next short or long rest. This maneuver has no effect on droids or constructs.

\n
\n

ENHANCERS

\n

At the end of a short or long rest you may expend a superiority die and choose a number of friendly creatures up to your Intelligence modifier (minimum of one), if they ate food you prepared. Once before the end of their next short or long rest, affected targets may add the result of the superiority die to a damage roll that would affect only one target. This maneuver has no effect on droids or constructs.

\n
\n

HEALTH FOOD

\n

At the end of a short or long rest you may expend a superiority die and choose a number of friendly creatures up to your Intelligence modifier (minimum of one), if they ate food you prepared. Each creature gains a number of temporary hit points equal to twice the number you roll on the superiority die. This maneuver has no effect on droids or constructs.

\n
\n

MUSCLE RELAXANTS

\n

As a bonus action while preparing or touching food, you may expend a superiority die and add to it a fast acting muscle relaxant. At the start of each of its turns, a creature that consumes this food must make a Constitution saving throw. On a failed save, it subtracts the result of your superiority die from the first damage roll it makes before the start of its next turn. The effect of this maneuver ends when the creature completes its next long rest or 24 hours have passed. This maneuver has no effect on droids or constructs.

\n
\n

SUPPLEMENTS

\n

At the end of a short or long rest you may expend a superiority die and choose a number of friendly creatures up to your Intelligence modifier (minimum of one), if they ate food you prepared. Once before the end of their next short or long rest, affected targets may add the result of the superiority die to one ability check, attack roll, or saving throw. The creature can wait until after it rolls the d20 before deciding to use this feature, but must decide before the DM says whether the roll succeeds or fails. This maneuver has no effect on droids or constructs.

\n
\n

VITAMINS

\n

At the end of a short or long rest you may expend a superiority die and choose a number of friendly creatures up to your Intelligence modifier (minimum of one), if they ate food you prepared. Each creature gains proficiency in Constitution saving throws until the end of their next short or long rest. If a creature was already proficient in Constitution saving throws, they instead become proficient in a saving throw of your choice. This maneuver has no effect on droids or constructs.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"5Fh5O4hQO1zEfI4B","name":"Iridescent Strikes","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 17th level, when you use your action to cast a force power, you can spend 2 focus points to teleport to a space within 5 feet of a creature affected by the power and make two unarmed strikes against that creature as a bonus action.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"5G5BbnJq7kguaZAD","name":"The Way of the Vornskr","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, as a bonus action, you can take a savage stance, designating one creature you can see within 10 feet of you as your prey for 1 minute. You have advantage on attack rolls against the creature. If the target drops to 0 hit points, you can use a bonus action on a subsequent turn to mark a new creature.

\n

This effect ends early if you are incapacitated or die. Once you’ve used this feature, you can’t use it again until you complete a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"5LIZH5J156FPC8Ar","name":"Fighting Style (Guardian)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 2nd level, you adopt a particular style of fighting as your specialty. Choose one of the fighting style options, detailed in Chapter 6. You can’t take a fighting style option more than once, even if you later get to choose again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"5MSNIuwM4DtqFzxV","name":"Infuse Item","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 2nd level, you gain the ability to temporarily enhance a weapon or armor. At the end of a long rest, you can touch one unenhanced object that is a suit of armor, a shield, or a simple or martial weapon. Until the end of your next long rest or until you die, the object becomes an enhanced item, granting a +1 bonus to AC if it’s armor or a shield or a +1 bonus to attack and damage rolls if it’s a weapon.

\n

Once you’ve used this feature, you can’t use it again until you finish a long rest.

\n

This bonus increases to +2 at 10th level and +3 at 15th level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"5PS62OPmM18ws0x9","name":"Channel the Force (Niman)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, you gain the following Channel the Force option.

\n
\n

TELEKINETIC SLASH

\n

When you deal damage with an at-will force power that requires a force attack or a saving throw, you can expend a use of your Channel the Force and expend force points to deal additional damage to the target, which is the same type as the power’s damage. The additional damage is 1d8 for each point spent in this way.

\n

You can’t deal more additional damage than the amount shown in the Focused Strikes column of the guardian table.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"5RNqaMT7MouwaybB","name":"Field Surgeon","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, whenever you expend superiority dice to restore hit points or grant temporary hit points to a creature, you can roll an additional die d6 and add it to the roll. This die increases to d8 at 9th level, d10 at 13th level, and d12 at 17th level.

\n

Additionally, whenever you expend superiority dice to restore hit points or grant temporary hit points to a creature, if the creature is the target of your Critical Analysis, you can instead choose the maximum on both dice. Once you’ve used this feature, you must finish a short or long rest before you can use it again. Starting at 11th level, you can use it twice before a rest, but only once on the same turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"5lGNQ7HmWwhWL9Gf","name":"Action Surge","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 2nd level, you can push yourself beyond your normal limits for a moment. On your turn, you can take one additional action on top of your regular action and a possible bonus action.

\n

Once you’ve used this feature, you must finish a short or long rest before you can use it again. Starting at 17th level, you can use it twice before a rest, but only once on the same turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"5v2aXZyPOFOSUuAV","name":"Stormcaller","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, you’ve learned to command the elements to summon a fierce storm in a 30-foot radius around you. As an action, you can gain the following benefits for 1 minute:

\n
    \n
  • You gain a flying speed equal to your walking speed.
  • \n
  • You have resistance to energy, lightning, and necrotic damage.
  • \n
  • Whenever a hostile creature enters this radius or starts its turn there, it takes 10 lightning damage.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you use this feature, you can't use it again until you finish a long rest.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Sentinel: Witchcraft 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"6QEvSr6jJjATZguf","name":"Form Basics (Jar'Kai)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the Jar’Kai lightsaber form, detailed in Chapter 6 of the Player’s Handbook. If you already know this form, you can instead choose another lightsaber form. You can’t take a lightsaber form option more than once, even if you later get to choose again.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"6SND1rFXxTWOyREh","name":"Gadgeteer Harness","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to create and modify adventuring gear utilizing your gadgeteer experience. Over the course of a long rest, you can create your modified gadgeteer harness. You must have gadgeteer’s implements in order to perform this modification.

\n

Your gadgeteer harness is enhanced, requires attunement, can only be used by you, and counts as a tech focus for your tech powers while you are attuned to it. Your gadgeteer harness has 4 modification slots to which you can affix gadgets, and it gains more at higher levels, as shown in the Modification Slots column of the engineer class table. For each modification installed in excess of your proficiency bonus, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

GADGETEER CONTRAPTIONS

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n
\n
\n

ADVANCED GROUNDING SYSTEM

\n

Prerequisite: 13th level
Prerequisite: Prototype Grounding System
While wearing your gadgeteer harness you have immunity to lightning damage.

\n
\n

AUTO-INJECTION REGENERATOR

\n

Prerequisite: 5th level
You install a special kolto injector into your gadgeteer harness that can inject you with kolto in response to pain. When you take damage, you can use your reaction and expend a Hit Die to regain health as long as the damage would not reduce your hit points to 0.

\n
\n

AUTOTHRUSTERS

\n

Prerequisite: Jet Pack
You can take the Dash and Disengage actions as a bonus action while your jet pack is active.

\n
\n

CLIMBING GLOVES

\n

You craft a set of gloves with a powerful assisted grip. While wearing these gloves, you have a climbing speed of 20 feet, and you have advantage on Strength saving throws and Strength (Athletics) checks that involve climbing.

\n
\n

DARKVISION GOGGLES

\n

You craft a pair of sight-enhancing goggles. While wearing these goggles, you have darkvision to a range of 60 feet. If you already have darkvision, this modification increases its range by 30 feet.

\n
\n

EXTENDED TANK

\n

Prerequisite: 5th level
Prerequisite: Jet Pack
Your jet pack now lasts up to 10 minutes when activated.

\n
\n

FLAME VENTS

\n

Prerequisite: 9th level
Prerequisite: Jet Pack
You learn the flame sweep tech power and can cast it at first level without using tech points. Once you have used this ability, you cannot use it again until you finish a short or long rest.

\n

Additionally, while your jet pack is active, you can cast flame sweep using your bonus action instead of your action.

\n
\n

GROUNDING SYSTEM

\n

While wearing your gadgeteer harness you are immune to the shocked condition.

\n
\n

INTEGRATED INHIBITOR

\n

Prerequisite: 5th level
While using your harness as a tech focus, you gain a +1 bonus to your tech save DC. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

INTEGRATED TARGETER

\n

Prerequisite: 5th level
While using your harness as a tech focus, you gain a +1 bonus to tech attack rolls. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

INTELLIGENCE CORE OVERRIDE

\n

Prerequisite: 9th level
You can cast the override interface tech power at 5th level without spending tech points.

\n

Once you’ve used this feature, you must complete a long rest before you can use it again.

\n
\n

JET PACK

\n

You add integrate a jet pack into your gadgeteer harness to grant you temporary, limited flight. Activating or deactivating the jets requires a bonus action and, while active, you have a flying speed of 30 feet.

\n

The jet pack last for 1 minute before deactivating. Once the jets have been activated, they can’t be activated again until you finish a short or long rest.

\n

Your jet pack’s speed increases to 40 feet at 5th level, 50 feet at 9th level, 60 feet at 13th level, 70 feet at 17th level, and 80 feet at 20th level.

\n
\n

MECHANICAL ARM

\n

You create a mechanical arm which mounts to your shoulder, which you can use independently. You can only gain the benefit of items held by two of your arms at any given time.

\n

You can choose this modification twice.

\n
\n

MIMICKER

\n

Prerequisite: 9th level
You create a device that attaches to your gadgeteer harness. Your mimicker casts a shadow that makes you appear to be standing in a place near your actual location, causing any creature to have disadvantage on attack rolls against you. If you take damage, the property ceases to function for 1 minute. Your mimicker is suppressed while you are incapacitated, restrained, or otherwise unable to move.

\n
\n

MINIATURIZED HYDRAULICS

\n

Your gadgeteer harness can store 20 pounds of equipment without adding to your encumbrance.

\n
\n

OIL SPILL

\n

As an action, you can cast the oil slick tech power without expending tech points. Casting the power in this way does not require concentration, and the oil will remain in place for the full duration of the power.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

\n
\n

POWERED GRAPPLING HOOK

\n

Prerequisite: 9th level
Prerequisite: Wrist-Mounted Grappling Hook
While your wrist-mounted grappling hook is deployed, when you cast a tech power with a range of touch, your hook can deliver the power as if it had cast it.

\n
\n

PROTOTYPE GROUNDING SYSTEM

\n

Prerequisite: 9th level
Prerequisite: Grounding System
While wearing your gadgeteer harness you have resistance to lightning damage.

\n
\n

QUICK START ENGINE

\n

Prerequisite: 5th level
Prerequisite: Jet Pack
You can now activate your Jet Pack as an object interaction rather than as a bonus action.

\n
\n

RECYCLED ADRENALS

\n

You can augment a single adrenal to regain its charge. This adrenal can only be used by you, and it can only affect you. Once you’ve used this adrenal, you can’t use it again until you finish a short or long rest.

\n
\n

RECYCLED EXPLOSIVES

\n

You can augment a single explosive to regain its charge. This explosive can only be used by you, and it uses your tech save DC instead of its own, unless its own DC would be higher. Once you’ve used this explosive, you can’t use it again until you finish a short or long rest.

\n
\n

RECYCLED STIMPACS

\n

You can augment a single stimpac to regain its charge. This stimpac can only be used by you, and it can only affect you. Once you’ve used this stimpac, you can’t use it again until you finish a short or long rest.

\n
\n

SENTRY TURRET

\n

You learn how to craft small sentry turrets shaped like globes that can adhere to any surface. As an action or bonus action (your choice), you can throw a sentry to a point you can see within range (30 feet + your Strength modifier x 5). At the end of each of your turns, a deployed sentry automatically targets a hostile creature within 10 feet of it. If multiple targets are available, one is chosen at random. The target must make a Dexterity saving throw. On a failed save, it takes 1d4 energy damage and gains 1 slowed level until the end of your next turn. If a creature would be targeted by more than one of these sentries, it only makes this saving throw once, taking an additional d4 damage for each sentry beyond the first.

\n

The sentries have 1 hit point, an armor class of 10, and can be repaired over the course of a long rest. Each sentry lasts for 1 minute before deactivating. You can maintain a number of sentries equal to your Intelligence modifier. Once a sentry has been activated, it can’t be activated again until you finish a short or long rest.

\n
\n

SHOCKING HOOK

\n

Prerequisite: 9th level
Prerequisite: Wrist-Mounted Grappling Hook
After hitting a creature with your grappling hook, you can use the connection to deliver an at-will tech power. As a bonus action, you can cast an at-will tech power at the target with a range of touch. If the power requires an attack roll, you have advantage. If the target requires a saving throw, the target has disadvantage.

\n

Once you’ve used this feature, you can’t use it again until you recover the harpoon.

\n
\n

STEALTH FIELD GENERATOR

\n

Prerequisite: 9th level
You create an augmented belt that functions as a portable, personal cloaking device. Activating or deactivating the generator requires a bonus action and, while active, you have advantage on Dexterity (Stealth) ability checks that rely on sight. The generator lasts for 1 minute. This effect ends early if you make an attack or cast a force- or tech- power.

\n

Once the belt has been activated, it can’t be activated again until you finish a short or long rest.

\n
\n

SHOCKING BARRIER

\n

Prerequisite: 5th level
You enhanced your barriers. Whenever a creature with one of your barriers active takes damage from a creature within 5 feet of it, the damaged creature can roll your Potent Aptitude die, dealing the result of the die as lightning damage to the creature that damaged it.

\n
\n

TRUESIGHT GOGGLES

\n

Prerequisite: 11th level
Prerequisite: Darkvision Goggles
You modify your goggles with a toggle allowing you to briefly gain enhanced sight. As a bonus action, you can activate the truesight feature of your goggles. When toggled on, for the next minute your goggles now automatically dispel illusions and can detect invisibility, as with truesight.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

\n
\n

WEAPON INTEGRATION

\n

You can integrate a single weapon that weighs no more than 8 lb. into your gadgeteer harness. While integrated, that weapon gains the hidden and fixed properties.

\n
\n

WRIST-MOUNTED GRAPPLING HOOK

\n

You craft a wrist-mounted grappling hook weapon attached to a tightly coiled cord. With this contraption, you can make a ranged weapon attack with a range of 30/60. On a hit, it deals 1d4 kinetic damage. This attack can target a surface, object, or creature.

\n

A creature struck by this attack is impaled by the hook. As an action, a creature can attempt to remove the hook. Removing the hook requires a Strength check. While the hook is stuck in the target, you are connected to the target by a 60 foot cable.

\n

While the hook is deployed, you can use your bonus action to activate the reel, pulling yourself to the location if the target is your size or larger. A creature or object smaller than you is pulled to you. Alternatively, you can opt to release the cable (no action required).

\n

Once you’ve used this feature, you can’t use it again until you recover and reinsert the hook as an action.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"6Sr3sIGSmzAIr5mW","name":"Battle Readiness","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, you have fully learned how to meld your physical self with the Force. When you take the Dodge or Disengage actions, or use your action to cast a force power, you can make one melee weapon attack as a bonus action.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"6SyXNLWcjSmB8Z0l","name":"Knowledge Unbound","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you reach 20th level, you are the pinnacle of your pursuit. Your Intelligence score increases by 4. Your maximum for that score increases by 4. Additionally, you can use any maneuver you know without expending a superiority die, rolling a d4 instead.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"6VhggjCLnsuOPBiO","name":"Twin Saber Throw","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 7th level, when you cast saber throw while wielding your forceblade, you can attack the same target multiple times.

\n

Additionally, when you deal damage to a creature within 30 feet of you with your forceblade, you can use your bonus action to teleport to within 5 feet of that creature and make a melee weapon attack against that creature. This attack uses your Kinetic Combat die instead of your weapon’s damage die. You can use this feature a number of times equal to your Wisdom or Charisma modifier (a minimum of once). You regain all expended uses when you complete a long rest.

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["",""]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Sentinel: Forceblade 7"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"6Y9hwUuoPL64JXCv","name":"Emergency Planning","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 11th level, you’ve learned to formulate and execute a plan. As an action, you can choose up to six creatures (including yourself) that you can see within 60 feet of you. For each creature, choose one of the following: ability check, attack roll, or saving throw. Each creature gains an Emergency Planning die, which is a d8.

\n

Once within the next 10 minutes, each creature can roll the die and add the number rolled to one ability check, attack roll, or saving throw, as determined when you use this feature. The creature can wait until after it rolls the d20 before deciding to use the Emergency Planning die, but must decide before the GM says whether the roll succeeds or fails. Once the Emergency Planning die is rolled, it is lost.

\n

A creature can have only one Emergency Planning die at a time.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

\n

Your Emergency Planning die changes when you reach certain levels in this class. to 1d10 at 13th level, and to 1d12 at 17th level.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":10,"units":"minute"},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Scout: Mastermind 11"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"6bY5UEP9vMlJjmvA","name":"Supreme Sneak","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 9th level, you have advantage on a Dexterity (Stealth) check if you move no more than half your speed on the same turn. Additionally, as long as you aren’t incapacitated, you no longer take damage from falling less than 100 feet, and have resistance to falling damage.

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"6dNqHrdwSTmPLbu8","name":"Turret Companion","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this technique at 3rd level, you learn to apply your knowledge of artillery to construct your own portable turret.

\n

You start with a Small turret, which is detailed at the end of this technique. Over the course of 8 hours, which can be done during a long rest, you can expend 500 cr worth of materials to finish your turret.

\n

If your turret is irreparably destroyed, you can spend an additional 500 cr worth of material and 8 hours to create a new turret. You may only have one turret companion at a time.

\n

Your turret has the following benefits:

\n
    \n
  • Your turret has a remote control, which you can use to direct it on your turn while within 120 feet of it. Your turret takes no actions unless you tell it to or an upgrade says otherwise.
  • \n
  • Your turret’s level equals your scout level, and for each scout level you gain after 3rd, your turret companion gains an additional Hit Die and increases its hit points accordingly.
  • \n
  • Your turret has the proficiency bonus of a player character of the same level.
  • \n
  • Whenever you gain the Ability Score Improvement feature in this class, your turret’s abilities also improve. Your turret can increase one ability score of your choice by 2, or it can increase two ability scores of your choice by 1. As normal, your turret can’t increase an ability score above 20 using this feature unless its description specifies otherwise.
  • \n
  • Your turret is a valid target of the tracker droid interface tech power.
  • \n
  • When you would make a weapon attack, you can let your turret attack instead.
  • \n
\n

Your turret has two modes: deployed and undeployed. Your turret can take no actions while undeployed. You can deploy or undeploy your turret at any time on your turn (no action required), but the effect doesn’t occur until the start of your next turn.

\n
\n

GENERATING YOUR TURRET

\n

Your turret is a portable companion that you can upgrade over time.

\n

Your turret uses your Intelligence, Wisdom, and Charisma scores. You assign your turret’s Strength, Dexterity, and Constitution scores using a limited standard array (16, 14, 12) as you see fit.

\n
\n

TURRET FEATURES

\n

All turrets share the following traits.

\n

HIT POINTS

\n
\n
    \n
  • Hit Dice: 1d6 per turret companion level
  • \n
  • Hit Points at 1st Level: 6 + your turret’s Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d6 (or 4) + your turret’s Constitution modifier per turret level after 1st
  • \n
\n

RESISTANCES AND VULNERABILITIES

\n
\n
    \n
  • Turret Resistances: Your turret is resistant to necrotic, poison, and psychic damage, and immune to poison and disease.
  • \n
  • Turret Vulnerabilities: Your turret is vulnerable to ion damage. Additionally, your turret has disadvantage on saving throws against effects that would deal ion or lightning damage.
  • \n
\n

FEATURES

\n
\n
    \n
  • Armor Class: Your turret uses its Intelligence score for its Armor Class.
  • \n
  • Integrated Weaponry: Your turret has an integrated vibroweapon and blaster with which it can make weapon attacks. Neither weapon can be removed while your turret is not disabled. Your turret’s vibroweapon deals 1d8 kinetic damage on a hit. Your turret’s blaster has the ammunition (range 100/400) and reload 20 properties, and it deals 1d6 kinetic or energy damage on it a hit, depending on its loaded ammunition. It can use both slug cartridges and power cells for ammunition. Your turret can’t reload itself. You can choose which weapon your turret uses each time it attacks (no action required).
  • \n
  • Turret Upgrades: Your turret companion has four turret upgrades of your choice. It gains an additional upgrade at 5th level (5), 8th level (6), 11th level (7), 14th level (8), and 17th level (9). Whenever you gain a level in this class, you can exchange one upgrade for another one.
  • \n
  • Size: Small
  • \n
  • Speed: Your turret has two modes: undeployed and deployed. While undeployed, your turret’s speed equals your own and it can take no actions. While deployed, your turret has a speed of 25 feet and can take actions.
  • \n
  • Type: Construct
  • \n
\n

TURRET UPGRADES

\n

If an upgrade has prerequisites, you must meet them to install it. You can install the upgrade at the same time that you meet its prerequisites.

\n
\n
\n

AUGMENTING BARRIER

\n

Prerequisite: 5th level
As an action, you can reduce your turret’s speed and have it create a barrier that surrounds in a radius depending on its size. A Small turret’s speed is reduced to 10 feet and has a 5-foot radius, a Medium turret’s speed is reduced to 5 feet and has a 10-foot radius, and a Large turret’s speed is to reduce to 0 and has a 15-foot radius. While active, when damage is dealt by a tech power originating from inside the barrier against a target outside the barrier, that tech power gains a bonus to damage equal to half your Intelligence modifier (rounded up).

\n

This barrier lasts for 1 minute. You can end it early as a bonus action on your turn. Once you’ve used this feature, you must complete a short or long rest before you can use it again.

\n
\n

AUTORELOAD

\n

You can preload your turret’s blaster with additional ammunition. You can preload two additional power cells, or you can replace each power cell with 20 slug cartridges. Once on each of your turns, you can reload your turret without using an action. Once you’ve expended the preloaded ammunition, you can’t reload your turret’s blaster in this way again until you reload it with an action.

\n
\n

CLIMBING TURRET

\n

Your turret gains a climbing speed equal to its deployed walking speed.

\n
\n

CLOAKING BARRIER

\n

Prerequisite: 5th level
As an action, you can reduce your turret’s speed and have it create a barrier that surrounds in a radius depending on its size. A Small turret’s speed is reduced to 10 feet and has a 5-foot radius, a Medium turret’s speed is reduced to 5 feet and has a 10-foot radius, and a Large turret’s speed is to reduce to 0 and has a 15-foot radius. While active, this barrier creates an area that is lightly obscured. Wisdom (Perception) checks that originate outside the barrier take a -10 penalty when attempting to detect anything inside the barrier.

\n

This barrier lasts for 1 minute. You can end it early as a bonus action on your turn. Once you’ve used this feature, you must complete a short or long rest before you can use it again.

\n
\n

DEPLOYMENT ACCELERATOR

\n

Your turret now deploys and undeploys instantly, but you can only do so once on each of your turns.

\n
\n

DISGUISED TURRET

\n

Your turret can collapse into an innocuous looking container while undeployed. You have advantage on Charisma (Deception) checks to hide the nature of your turret while it is undeployed.

\n
\n

HOVERING TURRET

\n

Your turret can hover 5 feet over the ground while deployed. It ignores difficult terrain while hovering in this way.

\n
\n

INTEGRATED GRENADE LAUNCHER

\n

You integrate a grenade launcher into your turret.

\n

You can choose this upgrade multiple times. Each time you do so, the weapon’s reload number increases by 1.

\n
\n

INTEGRATED PROJECTOR

\n

You integrate a vapor projector into your turret.

\n

You can choose this upgrade multiple times. Each time you do so, the weapon’s reload number increases by 1.

\n
\n

INTEGRATED ROCKET LAUNCHER

\n

You integrate a rocket launcher into your turret.

\n

You can choose this upgrade multiple times. Each time you do so, the weapon’s reload number increases by 1.

\n
\n

LONGBOW

\n

Your turret’s blaster’s range increases by 50/200. Additionally, when you cast a tech power with a range of 5 feet or greater, and your turret is the target of your tracker droid interface tech power, you can cast it as if you were in your turret’s space, and the range increases to 150 feet.

\n
\n

PHALANX BARRIER

\n

Prerequisite: 5th level
As an action, you can reduce your turret’s speed and have it create a barrier that surrounds in a radius depending on its size. A Small turret’s speed is reduced to 10 feet and has a 5-foot radius, a Medium turret’s speed is reduced to 5 feet and has a 10-foot radius, and a Large turret’s speed is to reduce to 0 and has a 15-foot radius. While active, ranged weapon attacks originating from outside the barrier that pass through it have disadvantage. Ranged weapon attacks originating from inside the barrier are unaffected.

\n

This barrier lasts for 1 minute. You can end it early as a bonus action on your turn. Once you’ve used this feature, you must complete a short or long rest before you can use it again.

\n
\n

RAM ATTACHMENT

\n

You integrate a battering ram into your turret. When your turret makes a Strength check to break down physical doors, it gains a bonus to the check, depending on its size. A Small turret gains a +1 bonus, a Medium turret gains a +2 bonus, and a Large turret gains a +5 bonus. You can help your turret, giving it advantage on the check.

\n
\n

RECURRING ACTION

\n

Prerequisite: 9th level
Your turret gains the ability to repeat attacks without direction. At the start of each of your turns, if your turret made an attack since the start of your previous turn, you can have it repeat its most recent attack (no action required). This attack targets the same space as the most recent attack made by your turret, regardless of whether or not a creature occupies that space.

\n

REJUVENATING BARRIER

\n

Prerequisite: 5th level
As an action, you can reduce your turret’s speed and have it create a barrier that surrounds in a radius depending on its size. A Small turret’s speed is reduced to 10 feet and has a 5-foot radius, a Medium turret’s speed is reduced to 5 feet and has a 10-foot radius, and a Large turret’s speed is to reduce to 0 and has a 15-foot radius. While active, friendly creatures that enter this barrier for the first time or start their turn there regain hit points equal to your Intelligence modifier, and gain temporary hit points equal to your Intelligence modifier. This feature can restore a creature to no more than half of its hit point maximum.

\n

This barrier lasts for 1 minute. You can end it early as a bonus action on your turn. Once you’ve used this feature, you must complete a short or long rest before you can use it again.

\n
\n

SENTRY

\n

You add an overwatch suite to your turret companion. When you cast the alarm tech power, you can choose to have your turret notified when the alarm is triggered. If you do so, when the alarm is triggered, your turret immediately makes a number of weapon attacks against the triggering creature up to your turret’s proficiency bonus. If multiple creatures trigger the alarm simultaneously, your turret targets each creature randomly.

\n
\n

SIZE: LARGE

\n

Prerequisite: Size: Medium
Your turret’s size is Large. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d10, its vibroweapon and blaster damages increase to 1d12 and 1d10, respectively, and its deployed walking speed decreases to 15 feet.

\n
\n

SIZE: MEDIUM

\n

Your turret’s size is Medium. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d8, its vibroweapon and blaster damages increase to 1d10 and 1d8, respectively, and its deployed walking speed decreases to 20 feet.

\n
\n

SUPPRESSING FIRE

\n

Prerequisite: 11th level
When a creature within 30 feet of you moves at least 5 feet, you can use your reaction to have your turret make a ranged weapon attack with its blaster against the creature. If the attack hits, the creature gains 1 slowed level until the start of your next turn.

\n
\n

TURRET COVERAGE

\n

As an action, you can have your turret anchor itself to the ground or recover itself. While anchored, its speed is reduce to 0, it has resistance to energy and kinetic damage, and it provides cover to creatures within 5 feet of it, depending on its size. A Small turret provides one-quarter cover, a Medium turret provides half cover, and a Large turret provides three-quarters cover. If an attack would miss a creature by an amount less than or equal to the bonus to AC granted by your turret’s cover, your turret instead takes the damage.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Artillerist 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"6eMAnnFSy2Em1tyB","name":"Determination","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 7th level, you gain one of the following features.

\n

Choose Aggressive Negotiations for Shien or Reliable Vigor for Djem So.

\n
\n

AGGRESSIVE NEGOTIATIONS

\n

When you make a Charisma (Intimidation) or Charisma (Persuasion) check, you gain a bonus to the check equal to half your Strength modifier (rounded down) if it doesn’t already include that modifier.

\n
\n

RELIABLE VIGOR

\n

If your total for a Strength check or saving throw is less than your guardian level, you can use your guardian level in place of the total.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"6qm81RP5SF3fL6V7","name":"Blade Dance","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, when you deal damage to a creature within 5 feet of you, you can move up to 10 feet without provoking opportunity attacks.

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Focus 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Channel the Force (Vonil/Ishu)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 7th level, you gain one of the following Channel the Force options. Choose Smite for Vonil or Shield for Ishu.

\n
\n
\n

SMITE

\n

Once per turn, when your companion is within 10 feet of you and it hits a creature with a melee weapon attack, you can expend a use of your Channel the Force and expend force points to have your companion deal additional damage to the target, which is the same type as the weapon’s damage. The additional damage is 1d8 for each point spent in this way. You can’t deal more additional damage than the amount shown in the Focused Strikes column of the guardian table.

\n

At 11th level, your companion must be within 30 feet of you to benefit from this feature. At 17th level, your companion must be within 60 feet.

\n
\n

SHIELD

\n

When your companion is hit by a weapon attack while within 10 feet of you, you can use your reaction to attempt to divert the attack. When you do so, the damage your companion takes from the attack is reduced by 1d10 + your Wisdom or Charisma modifier (your choice) + your guardian level.

\n

At 11th level, your companion must be within 30 feet of you to benefit from this feature. At 17th level, your companion must be within 60 feet.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"6xJyPg0dy64TKDGQ"} +{"_id":"6yrORGVIi0v9jqNx","name":"Force-Enhanced Strikes","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning when you choose this order at 3rd level, you learn to channel the Force into your unarmed strikes and monk weapons, further enhancing your melee strikes. When you hit a creature with an unarmed strike or monk weapon, you can spend 1 focus point to force the creature to make a Strength saving throw. On a failed save, it takes 2d6 force damage and is pushed up to 15 feet away from you. On a successful save, the creature only takes half as much damage and isn’t pushed.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"attribute","target":"","amount":1},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2d6","force"]],"versatile":""},"formula":"","save":{"ability":"str","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"71u1CPfFOBP2UZgi","name":"Stillness of Mind","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 7th level, you can use your action or bonus action to end one effect on yourself that is causing you to be charmed or frightened.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"74fME4fE9ljQozFI","name":"Shoot First","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 11th level, you have learned that the person who shoots first is often the one who walks out alive. When you make a ranged weapon attack against a creature that has not yet acted during your first turn in combat and you have advantage on the roll, you can reroll one of the dice once.

\n

Additionally, on a hit, you deal an extra 1d6 damage of the same type as the weapon.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Deadeye 11"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"75l3fkh2X6MP7YQF","name":"Battlefield Survey","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 9th level, you become a master at leading your allies around in a battlefield you have studied. When you spend 10 minutes observing an area that is within 120 feet from you, or by using a detailed map, select a number of creatures up to your Intelligence modifier. You and those selected allies ignore unenhanced difficult terrain, and have advantage on Dexterity (Stealth) checks in that area.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"78p9F2BB4sD7ojAn","name":"Mark of the Stalker","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, while you are hidden from the target of your Ranger’s Quarry feature, the first attack roll you make each round against that creature does not automatically reveal your presence to that creature. Make a Dexterity (Stealth) check contested by your target’s Wisdom (Perception) check. On a success, you remain hidden. If you are less than 30 feet from your target, the Dexterity (Stealth) check is made with disadvantage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Stalker 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"7EFy4psVKFV8Txr5","name":"Path of the Echani","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning when you choose this order at 3rd level, your special martial arts training leads you to master the use of certain weapons. You gain the following benefits.

\n
\n

ECHANI WEAPONS

\n

Choose two types of weapons to be your Echani weapons: one vibroweapon and one blaster. Each of these weapons can be any simple or martial weapon that lacks the special property. You gain proficiency with these weapons if you don’t already have it. Weapons of the chosen types are monk weapons for you. Many of this order’s features work only with your Echani weapons. When you reach 6th, 11th, and 17th level in this class, you can choose another type of weapon to be an Echani weapon for you, following the criteria above.

\n
\n

AGILE PARRY

\n

If you make an unarmed strike as part of the Attack action on your turn and are holding an Echani weapon, you can use it to defend yourself if it is a melee weapon. You gain a +2 bonus to AC until the start of your next turn, while the weapon is in your hand and you aren’t incapacitated.

\n
\n

ECHANI'S SHOT

\n

 You can use a bonus action on your turn to make your ranged attacks with an Echani weapon more deadly. When you do so, any target you hit with a ranged attack using an Echani weapon takes an extra 1d4 damage of the weapon’s type. You retain this benefit until the end of the current turn.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"7I2mlmAOF7bzSAId","name":"Techcasting Secrets","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, you’ve learned to mimic technological effects. Choose two tech powers of 1st level. The chosen powers count as universal force powers for you, but are not included in the number in the Powers Known column of the consular table.

\n

At 10th level, you learn two additional tech powers of 1st or 2nd level. At 14th level, you learn two tech powers of 1st-3rd level, and at 18th level, you learn two tech powers of 1st-4th level. Whenever you gain a level in this class, you can choose one of the tech powers you know and replace it with another tech power of the same level.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"7OeCPWLGtPieEOxx","name":"Shadow Step","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 13th level, you gain the ability to step from one shadow into another. While you are in dim light or darkness, as a bonus action you can teleport up to 60 feet to an unoccupied space you can see that is also in dim light or darkness. You then have advantage on the first melee attack you make before the end of the turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Sentinel: Shadow 13"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"7TppyPEkrnorRw70","name":"Preternatural Counter","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 6th level, your quick mind and study of your foe allows you to use their failure to your advantage. When a creature within 5 feet of you misses you with a melee attack, you can use your reaction to make an unarmed strike against that creature.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"7cDCGTD6Zi8u9u8C","name":"Deceptive Strike","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, when you cast a force power with a range of touch while Saber Storm is active, your animated weapon can move up to its range and deliver the power as if it had cast it.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"7cMRK9MsjCVJGzcE","name":"Ethereal Vision","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 13th level, you and your guiding spirit both gain truesight out to 60 feet as long as your spirit is within 100 feet of you.

\n

Additionally, when you use your action to see through your spirit’s senses, you are no longer deaf and blind with regard to your own senses, able to comprehend what happens in both perspectives simultaneously.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Communion 13"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"7f0fHaZm1rAQrPqj","name":"Unwavering Mark","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, you can menace your foes, foiling their attacks and punishing them for harming others. When you hit a creature with a melee weapon attack, you can mark the creature until the end of your next turn. This effect ends early if you are incapacitated or you die, or if someone else marks the creature. While it is within 5 feet of you, a creature marked by you has disadvantage on any attack roll that doesn’t target you.

\n

In addition, if a creature marked by you deals damage to anyone other than you, you can make a special melee weapon attack against the marked creature as a bonus action on your next turn. You have advantage on the attack roll, and if it hits, the attacks weapon deals extra damage to the target equal to half your fighter level.

\n

Regardless of the number of creatures you mark, you can make this special attack a number of times equal to your Strength modifier (minimum of once), and you regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"7kDUPPzg3zbMm02U","name":"Intercept","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this order at 3rd level, you gain proficiency in vibroweapons with the thrown property and they become monk weapons for you. Additionally, when you throw an improvised weapon, you are considered proficient in it, and it use your Martial Arts die instead of its 1d4.

\n
\n

Additionally, you’ve learned to use thrown weapons to intercept projectiles traveling towards your allies. When you are wielding a weapon with which you are proficient, and a creature within your weapon’s normal thrown range is hit by a ranged attack, you can use your reaction to throw your weapon to intercept the projectile. When you do so, the damage the creature takes from the attack is reduced by 1d10 + your Dexterity modifier + your monk level. If the weapon has the returning property, it then returns to your hand.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"7oDo92yMLpT66oRw","name":"Double Tap (Operative: Sharpshooter)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 17th level, you’ve learned to capitalize when you have the advantage. When you take the Attack action and make an attack with advantage, you can choose to forgo the advantage. If you do, you can make an additional attack against the target or another creature within 5 feet of it (no action required). Both attacks can benefit from your Sneak Attack damage, instead of only one.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"7u4ivAWUJpqE9096","name":"Form Basics (Ataru)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the Ataru lightsaber form, detailed in Chapter 6 of the Player’s Handbook. If you already know this form, you can instead choose another lightsaber form. You can’t take a lightsaber form option more than once, even if you later get to choose again.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"8GhHyN7gwQWVQZNN","name":"Aberrant Resilience","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting when you choose this calling at 3rd level, you learn the resistance force power, which does not count against your total powers known. Additionally, you can use your Deflection and Slow Time Force-Empowered Self options when you cast it as your action. Finally, this power no longer requires concentration for you when you target yourself with it.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Ethereal 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"8Pf5riC9RKGwLk7L","name":"Bonus Proficiencies (Engineer: Artificer)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this discipline at 3rd level, you gain proficiency in artificer’s implements, and with the lightsaber simple lightweapon. Additionally, when you engage in crafting with artificer’s implements, the rate at which you craft doubles.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"8a0uFLTBNeZWDHqO","name":"One With the Blade","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, you extend your focus into your Echani weapons, granting you the following benefits.

\n
\n

ENHANCED ECHANI WEAPONS

\n

Your attacks with your Echani weapons count as enhanced for the purpose of overcoming resistance and immunity to unenhanced attacks and damage.

\n
\n

DEFT STRIKE

\n

When you hit a target with an Echani weapon, you can spend 1 focus point to cause the weapon to deal extra damage to the target equal to your Martial Arts die. You can use this feature only once on each of your turns.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"8c7Qdhh9vBX7Thxz","name":"Crimson Squall","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, you’ve learned to enhance your kata. As a bonus action while wielding a monk weapon, you can expend 1 focus point to cause the area within 5 feet of you to become difficult terrain for 1 minute. This area travels with you, and creatures within the area can not make opportunity attacks.

\n

At 11th level, the range of this area increases to 15 feet, and at 17th level, the range of this area increases to 30 feet.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"attribute","target":"","amount":1},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"8d2b9T3Zxw49RGmR","name":"One With the Force (Monk: Whills)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 11th level, you learn how to enter a trance, preparing to unleash yourself upon your enemy. While in this trance, you can still talk and move. If you stay in the trance for at least one minute, when you roll initiative, you can make a ranged weapon attack on a number of creatures up to your Wisdom or Charisma modifier (your choice, a minimum of one) within 30 feet of you when you were in this trance.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"minute","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"8m0voKhTkgLeitkp","name":"Debilitating Strike","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to apply your anatomical knowledge in direct combat, in order to hinder your targets. When you deal Sneak Attack damage to a creature, you may choose to forgo two of your Sneak Attack Dice in order to hinder the creature, provided they have the appropiate physiology.

\n

Some of your debilitating strikes require your target to make a saving throw to resist the debilitating strike’s effects. The saving throw DC is calculated as follows:

\n
\n

Debilitating Strike save DC = 8 + your proficiency bonus + your Intelligence modifier.

\n
\n
\n

BLEEDING WOUND

\n

You attempt to create a lingering wound in the target for one minute. The target must make a Constitution saving throw. On a failed save, at the start of each of the target’s turns, it loses 1d6 hit points and repeats this saving throw, ending the effect on a success. This damage can’t be reduced in any way.

\n
\n

CRIPPLING PAIN

\n

You attempt to cause cause distracting pain in the target. The target must make a Constitution saving throw. On a failed save, it has disadvantage on attack rolls until the end of your next turn.

\n
\n

HAMPERING SHOT

\n

You attempt to hamper the target’s movement. The target must make a Constitution saving throw. On a failed save, it gains 1 slowed level and it makes Dexterity saving throws with disadvantage until the end of its next turn.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"8s1p8tD0y0e3Fcm6","name":"Master of Contention","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, you are a duelist of the highest caliber. Your Dexterity and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for those scores increases by 2.

\n
\n

Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to kinetic and energy damage, and you ignore resistance to kinetic and energy damage.
  • \n
  • All melee attacks have disadvantage against you.
  • \n
  • Your melee weapon attacks inflict an additional damage die.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you’ve used this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"8siCD9NgvKURO3WW","name":"Firestorm","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this approach at 3rd level, you gain proficiency in martial blasters with the burst or rapid property. Additionally, you’ve learned to use ranged weapons with untold fury. While wielding a blaster with which you are proficient, you gain the following benefits:

\n
    \n
  • When making a ranged weapon attack while within 30 feet of your target, you use your choice of Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.
  • \n
  • When you use a blaster as an improvised weapon, you are considered proficient with it.
  • \n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"96o60BuVGiClsZuE","name":"Throw Anything","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, your strength and mastery of throwing techniques has allowed you to throw vibroaxes as easily as others hurl vibrodaggers. When you are wielding a melee weapon that you have proficiency with, it gains the thrown property (range 20/60).

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"9L18fSxRtMWu0c5E","name":"Beast Companion (Scholar: Zoologist)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to employ all the knowledge you’ve accumulated to forge a powerful bond with your own personal beast companion.

\n

Choose your beast, which is detailed below. Over the course of 8 hours, which can be done during a long rest, you can expend 500 cr worth of herbs and food to call forth an animal from the wilderness to serve as your companion.

\n

If your beast dies, or you want to bond with a different creature, you must first break the bond with your current beast companion. You may only have one beast companion at a time.

\n
\n

Your beast gains a variety of benefits while it is bonded to you:

\n
    \n
  • \n

    The beast obeys your commands as best it can. It acts on your turn, and you determine its actions, decisions, attitudes, and so on. If you are incapacitated or absent, your beast acts on its own.

    \n
  • \n
  • \n

    Your beast’s level equals your scholar level, and for each scholar level you gain after 3rd, your beast companion gains an additional hit die and increases its hit points accordingly.

    \n
  • \n
  • \n

    Your beast has the proficiency bonus of a player character of the same level.

    \n
  • \n
  • \n

    Whenever you gain the Ability Score Improvement feature in this class, your beast’s abilities also improve. Your beast can increase one ability score of your choice by 2, or it can increase two ability scores of your choice by 1. As normal, your beast can’t increase an ability score above 20 using this feature unless its description specifies otherwise.

    \n
  • \n
  • \n

    While your beast is the target of your Critical Analysis feature, it gains a bonus to ability checks, armor class, attack rolls, damage rolls, and saving throws equal to half your Intelligence modifier (rounded up).

    \n
  • \n
\n

GENERATING YOUR BEAST

\n

Choosing your beast companion is an integral part of being a Zoologist Scholar. Your beast takes a form of your choosing. Alternatively, your GM can choose what form your beast takes based on your environment.

\n

Once you’ve selected your type of beast, you assign your beast companion’s ability scores. Your beast’s Intelligence score is 6, and you assign its other ability scores using a limited standard array (16, 14, 14, 12, 10) as you see fit.

\n
\n

BEAST FEATURES

\n

All beasts share the following traits.

\n

HIT POINTS

\n
\n
    \n
  • Hit Dice: 1d4 per beast companion level
  • \n
  • Hit Points at 1st Level: 4 + your beast’s Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d4 (or 3) + your beast’s Constitution modifier per beast level after 1st
  • \n
\n

PROFICIENCIES

\n
\n
    \n
  • Languages: Your beast can understand simple commands spoken in two languages of your choice, as well as hand signals, but it can not speak
  • \n
  • Saving Throws: Choose one from Strength, Intelligence, or Charisma, and another from Dexterity, Constitution, or Wisdom
  • \n
  • Skills: Choose two from Acrobatics, Athletics, Intimidation, Perception, Performance, Survival, and Stealth
  • \n
\n

FEATURES

\n
\n
    \n
  • Armor Class: 10 + your beast’s Dexterity modifier
  • \n
  • Bestial Traits: Your beast companion has four bestial traits of your choice. It gains an additional trait at 5th level (5), 8th level (6), 11th level (7), 14th level (8), and 17th level (9). Whenever you gain a level in this class, you can exchange one trait for another one.
  • \n
  • Natural Weapon: Your beast companion attacks with a natural weapon, such as claws or a bite. On a hit, it deals 1d4 kinetic damage.
  • \n
  • Size: Tiny
  • \n
  • Speed: 20 ft.
  • \n
  • Type: Beast
  • \n
\n

BESTIAL TRAITS

\n

The traits are presented in alphabetical order.

\n
\n
\n

AERIAL

\n

Your beast companion has a flying speed equal to its walking speed, and opportunity attacks made against it have disadvantage.

\n
\n

AMPHIBIOUS

\n

Your beast companion has a swimming speed equal to its walking speed, and it can breathe air and water.

\n
\n

BURROWER

\n

Your beast companion has a burrowing speed equal to its walking speed, and it has blindsight out to 10 feet.

\n
\n

CHARGER

\n

If your beast moves at least half its speed straight towards a target before making a melee attack, it deals an additional 1d8 damage on a hit.

\n
\n

CLIMBER

\n

Your beast companion has a climbing speed equal to its walking speed, and it has advantage on Strength saving throws and Strength (Athletics) checks that involve climbing.

\n
\n

DARKVISION

\n

Your beast companion is accustomed to low-light environments. Your beast can see in dim light within 60 feet as if it were bright light, and in darkness as if it were dim light. Your beast can’t discern color in darkness, only shades of gray.

\n
\n

EVASIVE

\n

Your beast companion can take the Disengage action as a bonus action.

\n
\n

FORCE ADEPT

\n

Prerequisite: Force Sensitive
Your beast companion knows one 2nd-level force power of your choice, and once per long rest it can cast it at 2nd-level without expending force points. Your beast’s forcecasting ability is Wisdom or Charisma (depending on power alignment).

\n
\n

FORCE RESISTANCE

\n

Your beast companion has advantage on saving throws against force powers.

\n
\n

FORCE-SENSITIVE

\n

Your beast learns one at-will force power and one 1st-level force power, which it can cast at its lowest level once per long rest. Your beast’s forcecasting ability is Wisdom or Charisma (depending on power alignment). At-will powers chosen in this way do not scale with higher levels.

\n
\n

GRAPPLER

\n

When your beast hits with a melee weapon attack, it can use a bonus action to attempt to grapple the target. On a success, the target is both grappled and restrained, and your beast can’t attack again while it has a creature grappled.

\n
\n

HEAVY HIDE

\n

Your beast companion’s armor class becomes 14.

\n
\n

KEEN HEARING

\n

Your beast companion has advantage on Wisdom (Perception) checks that rely on hearing.

\n
\n

KEEN SIGHT

\n

Your beast companion has advantage on Wisdom (Perception) checks that rely on sight.

\n
\n

KEEN SMELL

\n

Your beast companion has advantage on Wisdom (Perception) checks that rely on smell.

\n
\n

LIGHT HIDE

\n

Your beast companion’s armor class becomes 11 + its Dexterity modifier.

\n
\n

MEDIUM HIDE

\n

Your beast companion’s armor class becomes 13 + its Dexterity modifier, to a maximum of +2.

\n
\n

NATURAL CAMOUFLAGE

\n

When your beast companion attempts to hide, it can opt to not move on its turn. If it avoids moving, it is considered lightly obscured until it moves.

\n
\n

NIMBLE WEAPON

\n

Your beast companion can use Dexterity instead of Strength for its attack and damage rolls.

\n
\n

PACK TACTICS

\n

Your beast companion has advantage on an attack roll against a creature if at least one ally of your beast companion is within 5 feet of the creature and the ally isn’t incapacitated.

\n
\n

POUNCER

\n

If your beast moves at least half its speed straight toward a creature and hits it with a melee attack, the creature must make a Strength saving throw (DC = 8 + your beast’s proficiency bonus + its Strength modifier). If the creature is larger than your beast, it makes this save with advantage. On a failed save, the creature is knocked prone, and your beast can make one additional attack against it as a bonus action.

\n
\n

POWERFUL BUILD

\n

Your beast companion’s carrying capacity and the weight it can push, drag, or lift doubles. If it would already double, it instead triples.

\n
\n

RAMPAGER

\n

If your beast reduces a creature to 0 hit points with a melee attack on its turn, your beast can take a bonus action to move up to half its speed and make a melee attack.

\n
\n

RANGED WEAPON

\n

Your beast companion has a natural ranged weapon, such as a spitter or tail spikes. It has a normal range of 30 feet and a long range of 90 feet, and on a hit it deals kinetic damage equal to its natural weapon damage die.

\n
\n

REACH WEAPON

\n

Your beast companion has a natural weapon with reach, such as a tail or wings. It has the reach property, and on a hit it deals kinetic damage equal to its natural weapon damage die.

\n
\n

SIZE: HUGE

\n

Prerequisite: Size Large
Your beast companion’s size is Huge. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d12, its natural weapon damage die becomes a d12, and its walking speed increases to 40.

\n
\n

SIZE: LARGE

\n

Prerequisite: Size Medium
Your beast companion’s size is Large. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d10, its natural weapon damage die becomes a d10, and its walking speed increases to 35.

\n
\n

SIZE: MEDIUM

\n

Prerequisite: Size Small
Your beast companion’s size is Medium. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d8, its natural weapon damage die becomes a d8, and its walking speed increases to 30.

\n
\n

SIZE: SMALL

\n

Your beast companion’s size is Small. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d6, its natural weapon damage die becomes a d6, and its walking speed increases to 25.

\n
\n

STURDY-LEGGED

\n

Your beast companion’s long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start, and it has advantage on Strength and Dexterity saving throws made against effects that would knock it prone.

\n
\n

SWIFT

\n

Your beast companion can take the Dash action as a bonus action.

\n
\n

TREMORSENSE

\n

Your beast companion gains tremorsense out to 30 feet.

\n
\n

VENOMOUS WEAPON

\n

When your beast companion deals damage to a creature, it must make a Constitution saving throw (DC = 8 + your beast’s proficiency bonus + your beast’s Constitution modifier) or become poisoned until the end of its next turn.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"9NWkUxgMtOIo0qgh","name":"Motivating Diplomat","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, when you are the target of your Critical Analysis feature, you and all allies within 10 feet of you gain a bonus to their AC equal to half your Intelligence modifier (rounded down).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"9NuNAt7XM4a8n426","name":"Mark of the Bulwark","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, when the target of your Ranger’s Quarry feature makes a melee attack against a friendly creature within 5 feet of you, you can use your reaction to force the attack to target you instead. If the attack hits, and your Personal Barrier has hit points, the attacking creature takes bonus damage equal to your Ranger’s Quarry Damage Die.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Bulwark 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"9Rj0q3Pannh6qLnH","name":"Form Basics (Sokan)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the Sokan lightsaber form, detailed in Chapter 6 of the Player’s Handbook. If you already know this form, you can instead choose another lightsaber form. You can’t take a lightsaber form option more than once, even if you later get to choose again.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} {"_id":"9S5WXTvLPUjhP6Qy","name":"Indomitable","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 9th level, you can reroll a saving throw that you fail. If you do so, you must use the new roll, and you can’t use this feature again until you finish a long rest.

\n

You can use this feature twice between long rests starting at 13th level and three times between long rests starting at 17th level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Fighter 9"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"9X6YtmYcL3tHOoGL","name":"Bonus Proficiencies (Engineer: Biochem)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this discipline at 3rd level you gain proficiency in the Medicine skill, biochemist’s kits, and poisoner’s kits. Additionally, when you engage in crafting with biochemist’s kits and poisoner’s kits, the rate at which you craft doubles.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Biochem 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"9ZhKO2y4xPbbMuJW","name":"Channel The Force","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 1st level, you know how to channel the Force to create a unique effect. You start with your choice of one from two such effects: Cause Harm or Lend Aid. At 3rd level, your Guardian Focus grants you an additional effect. When you use your Channel the Force, you choose which effect to create.

\n

Some Channel the Force effects require saving throws. When you use such an effect from this class, the DC equals your universal force save DC.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, minimum of once). You regain all expended uses when you finish a short or long rest.

\n

CAUSE HARM

\n

As an action, you can expend a use of your Channel the Force to sap the life from a hostile creature you can see within 60 feet. That creature must make a Constitution saving throw. On a failed save, the creature takes necrotic damage equal to your guardian level + your Charisma modifier (minimum of one), or half as much on a successful one.

\n

LEND AID

\n

As a bonus action, you can expend a use of your Channel the Force and touch a beast or humanoid within 5 feet of you. That creature regains hit points equal to your guardian level + your Wisdom modifier (minimum of one). Alternatively, if the beast or humanoid is poisoned or diseased, you neutralize the poison or disease. If more than one poison or disease afflicts the target, you neutralize one poison or disease that you know is present, or you neutralize one at random.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Guardian 1"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"9oyy0MMqEws2qoil","name":"Ability Score Improvement (Berserker)","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can't increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 4"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg"} -{"_id":"9rYXdlFyt1WcN5KL","name":"Bad Feeling","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 3rd level, you have a wary eye, bordering on paranoia. When you roll for initiative, you can move up to your speed. This movement happens before the initiative order is determined.

\n

Once you’ve used this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Operative 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Additional Fighting Style","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 10th level, you can choose a second fighting style option.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"AHnF54FJ2CIZCm0u"} -{"_id":"AN9BrAR4d9f3fopu","name":"Force Purity","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 6th level, the Force flowing through you makes you immune to poison and disease.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Guardian 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"APoyxRAifvAM5Y6O","name":"Visions of the Past","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 10th level, you can call up visions of the past that relate to an object you hold or your immediate surroundings. You spend at least 1 minute in meditation, then receive dreamlike, shadowy glimpses of recent events. You can meditate in this way for a number of minutes equal to your Wisdom score and must maintain concentration during that time, as if you were casting a force power. Once you’ve used this feature, you can’t use it again until you finish a short or long rest.

\n

Object Reading. Holding an object as you meditate, you can see visions of the object’s previous owner. After meditating for 1 minute, you learn how the owner acquired and lost the object, as well as the most recent significant event involving the object and that owner. If the object was owned by another creature in the recent past (within a number of days equal to your Wisdom score), you can spend 1 additional minute for each owner to learn the same information about that creature.

\n

Area Reading. As you meditate, you see visions of recent events in your immediate vicinity (a room, street, tunnel, clearing, or the like, up to a 50-foot cube), going back a number of days equal to your Wisdom score. For each minute you meditate, you learn about one significant event, beginning with the most recent. Significant events typically involve powerful emotions, such as battles and betrayals, marriages and murders, births and funerals. However, they might also include more mundane events that are nevertheless important in your current situation.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"minute","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Consular: Seer 10"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"B2qE4c6O2D4uhKjl","name":"Tool Expertise","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 2nd level, you gain expertise in any tool proficiencies you gain from this class.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer 2"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"B2yy36IjZoHpIgt0","name":"Adaptable Applications","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, when you cast a tech power of 1st level or higher, you can choose to deal additional damage or provide additional healing with that power. The additional damage or healing equals half your engineer level (rounded down).

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Engineer: Cybertech 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"Bk7Jrs3QNtMChqPa","name":"Isolate","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you deal damage to a creature while Saber Storm is active, and that creature fails a Constitution saving throw to maintain concentration on a force power, you can steal and redirect the power. Until the end of your next turn, either you or the creature who failed the Constitution saving throw gain the effects of the power (your choice).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Manipulation 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"C2RNF2QF8YETIN9a","name":"Cunning Action","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 2nd level, your quick thinking and agility allow you to move and act quickly. You can take a bonus action on each of your turns in combat. This action can be used only to take the Dash, Disengage, or Hide action.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Operative 1"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Growing Momentum","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you can cast the burst of speed force power targeting yourself at 1st-level without expending force points. At 10th level, when you do so, your speed increases by an additional 10 feet. At 18th level, when you do so, your speed increases by an additional 10 feet.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain any expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"CVjLxp8kGxZCNrS8"} -{"name":"Instant Acceleration","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level you reach the pinnacle of your training, moving faster than eyes or most sensors can track. When you use Action Surge feature, you can teleport up to 30 feet to an unoccupied space you can see. You can teleport before or after the additional action.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"CXdc4zrwfnZVGnAK"} -{"_id":"Cid5ujSdnooH0vMm","name":"Tracker's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Prerequisite: 7th level
You can track other creatures while traveling at a fast pace, and you can move stealthily while traveling at a normal pace.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 7","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"CnVQJRpnRpsY0OFA","name":"Final Countdown","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you are reduced to 0 hit points but not killed outright, and you have at least one tech point remaining, you can expend all your remaining tech points and instead to drop to one hit point. If you do so, each creature within 30 feet of you must make a Dexterity saving throw. On a failed save, they take 10 acid, cold, fire, ion, or lightning damage (your choice) damage for each tech point spent in this way, or half as much on a successful one.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Berserker: Industrial 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"Cs1w1VQtleVIrrIn","name":"Potent Aptitude","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 1st level, your technological experience lends you an uncommon insight that you can use to bolster your allies. To do so, you use a bonus action on your turn to choose one creature other than yourself within 60 feet of you who can hear you. That creature gains one Potent Aptitude die, a d4. This die changes as you gain engineer levels, as shown in the Potent Aptitude column of the engineer table.

\n

Once within the next 10 minutes, the creature can roll the die and add the number rolled to one ability check, attack roll, or saving throw it makes. The creature can wait until after it rolls the d20 before deciding to use the Potent Aptitude die, but must decide before the GM says whether the roll succeeds or fails. Once the Potent Aptitude die is rolled, it is lost.

\n

A creature can have only one Potent Aptitude die at a time.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain any expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer 1"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"CwGDUo8eoohFesJx","name":"Disruptive Resonance","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you hit a creature that is concentrating on a power with your modified lightsaber, the creature has disadvantage on the Constitution saving throw to maintain concentration. Additionally, on a failed save, the creature immediately takes psychic damage equal to your engineer level + your Intelligence modifier.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Artificer 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"D2dpEvNZhLDsArYf","name":"Tornado","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, you can become a tornado of attacks. When you take the Attack action on your turn, you can forgo one of your regular attacks to make a melee attack against any number of creatures within 5 feet of you, with a separate attack roll for each target. If you are wielding a separate melee weapon in each hand, each successful hit against a target deals damage equal to the damage dice of both weapons + your ability modifier + any other modifiers.

\n

You can use this feature a number of times equal to your Strength modifier (a minimum of once). You regain all expended uses when you finish a short or long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Berserker: Cyclone 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"DCz99P3FezIv9TqP","name":"Explosive","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, while raging, you gain the following benefits:

\n
    \n
  • When you roll a 1 or 2 on a damage die for an attack made with a blaster weapon, you can reroll the die and must use the new roll, even if the new roll is a 1 or a 2.
  • \n
  • You add your rage damage to damage rolls from ranged weapon attacks using Strength. You may only apply your rage damage to one target when you use the burst property.
  • \n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Ballistic 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"DOR6WSQLFSFTURno","name":"Sneak Attack","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 1st level, you know how to strike subtly and exploit a foe’s distraction. Once per turn, you can deal an extra 1d6 damage to one creature you hit with a weapon attack if you have advantage on the attack roll. This damage is the same as the weapon’s damage, and the attack must use a finesse or a ranged weapon.

\n

You don’t need advantage on the attack roll if another enemy of the target is within 5 feet of it, that enemy isn’t incapacitated, and you don’t have disadvantage on the attack roll.

\n

The amount of the extra damage increases as you gain levels in this class, as shown in the table below.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelSneak Attack
1st1d6
2nd1d6
3rd2d6
4th2d6
5th3d6
6th3d6
7th4d6
8th4d6
9th5d6
10th5d6
11th6d6
12th6d6
13th7d6
14th7d6
15th8d6
16th8d6
17th9d6
18th9d6
19th10d6
20th10d6
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Operative 1"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Straight Through","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 10th level, when you score a critical hit on your turn while wielding a weapon with the heavy or strength properties, you can make one weapon attack against a creature within 5 feet of the target using your reaction.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"DVBWZvttZhH2ZECU"} -{"name":"Signature Maneuver","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you choose a maneuver you know from this class as your signature maneuver. Whenever you use that maneuver, you can use it without expending a Superiority Dice. You may only use this feature once per round.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"DfcV6ep6pokDQmlk"} -{"_id":"DlYiCiG39R0goG9u","name":"Llothcat's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

While you're raging, other creatures have disadvantage on opportunity attack rolls against you, and you can also use the Dash action as a bonus action on your turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 2","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"DuckPKni4u8oONVl","name":"Staggering Stratagem","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this tradition at 3rd level, your potency with the telekinetic power of the Force heightens. You can manipulate creatures of Large size or smaller with your force powers and Way of Telekinetics features. Additionally, once per turn, when you deal force or kinetic damage to a Large or smaller creature with a force power or class feature, you can choose to either push it up to 10 feet away from you or pull it up to 10 feet closer to you.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Telekinetics 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"EG0jeAxDE6oyzQez","name":"Mighty Leap","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, the distance you can jump is doubled, and you do not provoke attacks of opportunity if you leave a hostile creature’s reach while jumping.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Cyclone 10"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"EPGAauN1vsRbA4lV","name":"Forcecasting (Berserker: Marauder)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this approach at 3rd level, you have derived powers from your primal connection to the Force. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

FORCE POWERS KNOWN

\n

You learn 4 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the Marauder Approach Forcecasting table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

FORCE POINTS

\n

You have a number of force points equal to your berserker level, as shown in the Force Points column of the Marauder Approach Forcecasting table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

MAX POWER LEVEL

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Marauder Approach Forcecasting table.

\n

You may only cast force powers at 4th-level once. You regain the ability to do so after a long rest.

\n

FORCECASTING ABILITY

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. Additionally, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n
\n

Force save DC = 8 + your proficiency bonus + your forcecasting ability modifier

\n
\n

Force attack modifier = your proficiency bonus + your forcecasting ability modifier

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelForce Powers KnownForce PointsMax Power Level
3rd431st
4th641st
5th751st
6th861st
7th1072nd
8th1182nd
9th1292nd
10th13102nd
11th14112nd
12th15122nd
13th17133rd
14th18143rd
15th19153rd
16th20163rd
17th22174th
18th23184th
19th24194th
20th25204th
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Marauder 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"ERwe3KxzfhCnh70G","name":"Empty Body","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 18th level, you can use your action to spend 4 focus points to become invisible for 1 minute. During that time, you also have resistance to all damage but force damage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Monk 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"ESaIFP1ov25wZCMi","name":"Unarmored Defense (Monk)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 1st level, while you are wearing no armor and not wielding a shield, your AC equals 10 + your Dexterity modifier + your Wisdom or Charisma modifier (your choice).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Monk 1"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Bladestorm","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, you can use your action to make a single melee weapon attack against each creature within your reach. Make a separate attack roll against each target. The first attack gains a +1 bonus to its attack roll, and each attack after the first gains an additional +1 bonus to its attack roll, cumulatively, to a maximum bonus of +6. If you are wielding two light- or vibro-weapons, or a weapon with the double property, you also add this bonus to your damage rolls, and you can use your bonus action to engage in Double- or Two-Weapon Fighting.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"EfJ4aU0mNUVGYHbd"} -{"_id":"F2YSxjXkd8Lilvmu","name":"Damage Absorption","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, when you take damage, you can use your reaction and expend one use of your Potent Aptitude to absorb some of that damage. When you do so, the damage you take from the attack is reduced by the amount rolled on the die + your Intelligence modifier (minimum of one).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Armormech 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"F4I387qfbiqbeaOO","name":"Techcasting (Scout)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 2nd level, you have derived powers from schematics with the aid of your wristpad. See chapter 10 for the general rules of techcasting and chapter 12 for the tech powers list.

\n

TECH POWERS KNOWN

\n

You learn 4 tech powers of your choice, and you learn more at higher levels, as shown in the Tech Powers Known column of the scout table. You may not learn a tech power of a level higher than your Max Power Level.

\n

TECH POINTS

\n

You have a number of tech points equal to your scout level, as shown in the Tech Points column of the scout table, + your Intelligence modifier. You use these tech points to cast tech powers. You regain all expended tech points when you finish a short or long rest.

\n

MAX POWER LEVEL

\n

Many tech powers can be overcharged, consuming more tech points to create a greater effect. You can overcharge these powers to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the scout table.

\n

You may only cast tech powers at 4th and 5th-level once. You regain the ability to do so after a long rest.

\n

TECHCASTING ABILITY

\n

Intelligence is your techcasting ability for your tech powers. You use your Intelligence whenever a power refers to your techcasting ability. Additionally, you use your Intelligence modifier when setting the saving throw DC for a tech power you cast and when making an attack roll with one.

\n
\n

Tech save DC = 8 + your proficiency bonus + your Intelligence modifier

\n
\n

Tech attack modifier = your proficiency bonus + your Intelligence modifier

\n
\n

TECHCASTING FOCUS

\n

You use a wristpad (found in chapter 5) as a techcasting focus for your tech powers.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout 2"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"F6c5xj10sxAKo4nX","name":"Perfect Body","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, you’ve gained perfect control over your body. Your Dexterity and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for those scores increases by 2. Additionally, when you roll for initiative and have fewer than 6 focus points remaining, you regain up to 6 focus points.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Monk 20"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"FI0WoZIEr8HBzXRA","name":"Adaptable Intellectual","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, you are able to effectively prepare for any mission on hand. At the end of a long rest, you may choose one of the discoveries you know and replace it with another discovery that you could learn at that level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scholar 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"FUZ9odAGALk33wGh","name":"Cybertech Contraptions","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to modify gadgets and wristpads utilizing your cybertech knowledge. Over the course of a long rest, you can modify your wristpad. You must have a wristpad and cybertech’s implements in order to perform this modification.

\n

Your wristpad requires attunement, can only be used by you, and counts as a tech focus for your tech powers while you are attuned to it. Your modified wristpad has 4 modification slots, and it gains more at higher levels, as shown in the Modification Slots column of the engineer table. For each modification installed in excess of your proficiency bonus, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

CYBERTECH MODIFICATIONS

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n
\n
\n

ADVANCED BIOTIC AMPLIFIER

\n

Prerequisite: 15th level
Prerequisite: Prototype Biotic Amplifier
You further fine tune your biotic amplifier. While wielding this amplifier, when a creature gains temporary hit points from your biotic amplifier, it instead gains four times as many. This amount can’t exceed the number of hit points regained.

\n
\n

ADVANCED CORROSIVE AMPLIFIER

\n

Prerequisite: 15th level
Prerequisite: Prototype Corrosive Amplifier
You further fine tune your Corrosive Amplifier. When you activate this amplifier, the next attack roll made by that creature before the end of its next turn has disadvantage.

\n
\n

ADVANCED CRYO AMPLIFIER

\n

Prerequisite: 15th level
Prerequisite: Prototype Cryo Amplifier
You further fine tune your Cryo Amplifier. When you activate this amplifier, the creature is restrained until the end of your next turn.

\n
\n

ADVANCED EXPLOSIVE AMPLIFIER

\n

Prerequisite: 15th level
Prerequisite: Prototype Explosive Amplifier
You further fine tune your Explosive Amplifier. When a creature takes fire damage while ignited, the creature has disadvantage on the next Dexterity saving throw it makes before the start of your next turn.

\n
\n

ARAKYD VECTOR

\n

Prerequisite: 5th level
While using your wristpad as a tech focus, you gain a +1 bonus to tech attack rolls. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

AUGMENTED EXPLOSIVE

\n

You can augment a single grenade, mine, or thermal detonator to regain its charge. An augmented explosive can only be used by you, and it uses your tech save DC instead of its own. Once you’ve activated an explosive, it can’t be activated again until you finish a short or long rest.

\n

You can select this modification multiple times. Each time you do so, you can maintain an additional augmented explosive, to a maximum equal to your Intelligence modifier.

\n
\n

BELASCO DYNAMICS

\n

Prerequisite: 5th level
While using your wristpad as a tech focus, you gain a +1 bonus to your tech save DC. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

BIOTIC AMPLIFIER

\n

You integrate a biotic amplifier in your wristpad that increases the potency of your healing tech powers. While wielding this amplifier, when a creature regains hit points from a tech power you cast, you can grant them temporary hit points equal to the amount of tech points spent. This amount can’t exceed the number of hit points restored.

\n

You can use this amplifier a number of times equal to your Intelligence modifier. You regain all expended uses when you complete a short or long rest.

\n
\n

CLIMBING GLOVES

\n

You craft a set of gloves with a powerful assisted grip. While wearing these gloves, you have a climbing speed of 20 feet, and you have advantage on Strength saving throws and Strength (Athletics) checks that involve climbing.

\n
\n

CORROSIVE AMPLIFIER

\n

You integrate a booster in your wristpad that enhances your tech powers that deal acid damage. While wielding this amplifier, when a creature takes acid damage from a tech power you cast, you can choose to deal additional acid damage equal to your Intelligence modifier.

\n

You can use this amplifier a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

CRYO AMPLIFIER

\n

You integrate a booster in your wristpad that enhances your tech powers that deal cold damage. While wielding this amplifier, when a creature takes cold damage from a tech power you cast, you can choose to deal additional cold damage equal to your Intelligence modifier.

\n

You can use this amplifier a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

DARKVISION GOGGLES

\n

You craft a pair of sight-enhancing goggles. While wearing these goggles, you have darkvision to a range of 60 feet. If you already have darkvision, this modification increases its range by 30 feet.

\n
\n

EXPLOSIVE AMPLIFIER

\n

You integrate a booster in your wristpad that enhances your tech powers that deal fire damage. While wielding this amplifier, when a creature takes fire damage from a tech power you cast, you can choose to deal additional fire damage equal to your Intelligence modifier.

\n

You can use this amplifier a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

IMAGING AMPLIFIER

\n

You integrate a booster in your wristpad that enhances your illusionary tech powers. While wielding this amplifier, when a creature attempts an Intelligence (Investigation) check against a tech power you cast to discern the illusion for what it is, you can force the creature to have disadvantage on the roll (no action required). Alternatively, when you cast the mirror image tech power, you create a fourth duplicate. While you have four duplicates, you must roll a 5 or higher on the d20 roll to change an attack’s target to a duplicate.

\n

You can use this amplifier a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

JET BOOTS

\n

Prerequisite: 7th level
You find tune your augmented boots to give you temporary, limited flight. Activating or deactivating the boots requires a bonus action and, while active, you have a flying speed of 30 feet.

\n

The rocket boots last for 1 minute before deactivating. Once the boots have been activated, they can’t be activated again until you finish a short or long rest.

\n
\n

MECHANICAL ARM

\n

You create a mechanical arm which mounts to your shoulder, which you can use independently. You can only gain the benefit of items held by two of your arms at any given time.

\n

You can choose this modification twice.

\n
\n

PROTOTYPE BIOTIC AMPLIFIER

\n

Prerequisite: 7th level
Prerequisite: Biotic Amplifier
You fine tune your biotic amplifier. While wielding this amplifier, when a creature gains temporary hit points from your biotic amplifier, it instead gains twice as many. This amount can’t exceed the number of hit points regained.

\n
\n

PROTOTYPE CORROSIVE AMPLIFIER

\n

Prerequisite: 7th level
Prerequisite: Corrosive Amplifier
You fine tune your Corrosive Amplifier. When you activate this amplifier, the next attack roll made against that creature before the end of its next turn has advantage.

\n
\n

PROTOTYPE CRYO AMPLIFIER

\n

Prerequisite: 7th level
Prerequisite: Cryo Amplifier
You fine tune your Cryo Amplifier. When you activate this amplifier, the creature gains 1 slowed level until the end of your next turn.

\n
\n

PROTOTYPE EXPLOSIVE AMPLIFIER

\n

Prerequisite: 7th level
Prerequisite: Explosive Amplifier
You fine tune your Explosive Amplifier. When you activate this amplifier, the creature is also ignited for 1 minute. At the start of each of its turns, the creature

\n

takes additional fire damage equal to your Intelligence modifier and then makes a Dexterity saving throw against your tech save DC, ending this effect on a success. If the target or a creature within 5 feet of it uses an action to put out the flames, or if some other effect douses the flames, the effect ends.

\n
\n

POWERED GRAPPLING HOOK

\n

Prerequisite: 9th level
Prerequisite: Wrist-Mounted Grappling Hook
While your wrist-mounted grappling hook is deployed, when you cast a tech power with a range of touch, your hook can deliver the power as if it had cast it.

\n
\n

SENTRY TURRET

\n

You learn how to craft small sentry turrets shaped like globes that can adhere to any surface. As an action or bonus action (your choice), you can throw a sentry to a point you can see within range (30 feet + your Strength modifier x 5). At the end of each of your turns, a deployed sentry automatically targets a hostile creature within 10 feet of it. If multiple targets are available, one is chosen at random. The target must make a Dexterity saving throw. On a failed save, it takes 1d4 energy damage and gains 1 slowed level until the end of your next turn.

\n

The sentries have 1 hit point, an armor class of 10, and can be repaired over the course of a long rest. Each sentry lasts for 1 minute before deactivating. You can maintain a number of sentries equal to your Intelligence modifier. Once a sentry has been activated, it can’t be activated again until you finish a short or long rest.

\n
\n

TRUESIGHT GOGGLES

\n

Prerequisite: 11th level
Prerequisite: Darkvision Goggles
You modify your goggles with a toggle allowing you to briefly gain enhanced sight. As a bonus action, you can activate the truesight feature of your goggles. When toggled on, for the next minute your goggles now automatically dispel illusions and can detect invisibility, as with truesight.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

\n
\n

WRIST-MOUNTED GRAPPLING HOOK

\n

You craft a wrist-mounted grappling hook weapon attached to a tightly coiled cord. With this contraption, you can make a ranged weapon attack with a range of 30/60. On a hit, it deals 1d4 kinetic damage. This attack can target a surface, object, or creature.

\n

A creature struck by this attack is impaled by the hook. As an action, a creature can attempt to remove the hook. Removing the hook requires a Strength check. While the hook is stuck in the target, you are connected to the target by a 60 foot cable.

\n

While the hook is deployed, you can use your bonus action to activate the reel, pulling yourself to the location if the target is your size or larger. A creature or object smaller than you is pulled to you. Alternatively, you can opt to release the cable (no action required).

\n

Once you’ve used this feature, you can’t use it again until you recover and reinsert the hook as an action.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Cybertech 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"FWa4glBf9vs5iW3Z","name":"Smooth Rhythm","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, whenever you use your Potent Aptitude while your playing an enhanced song, you can roll a d6 and use it instead of expending a Potent Aptitude Dice.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Audiotech 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"FZRJYmLnbF0tIoAK","name":"Reliable Talent","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 11th level, you have refined your chosen skills until they approach perfection. Whenever you make an ability check that lets you add your proficiency bonus, you can treat a d20 roll of 9 or lower as a 10.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Operative 11"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"FaWspZu3NJBAI3FS","name":"At-Will Barrier","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 10th level, your at-will universal powers grant a small boost to your Force Barrier. When you cast an at-will universal power, the barrier regains 1 hit point.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Balance 10"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"FbSpxpXm1xONn0na","name":"Acklay's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

While raging, you have advantage on Constitution saving throws.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 2","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Improved Combat Superiority","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this specialty at 3rd level, your tactical skill in combat improves, granting bonuses to your Combat Superiority.

\n
\n

IMPROVED MANEUVERS

\n

You know four maneuvers of your choice, instead of two, and you earn more at higher levels, as shown in the Maneuvers Known column of the Tactical Specialist Combat Superiority table.

\n
\n

IMPROVED SUPERIORITY DICE

\n

You have four superiority dice, instead of two, and you earn more at higher levels, as shown in the Superiority Dice column of the Tactical Specialist Combat Superiority table.

\n
\n

THE TACTICAL SPECIALIST

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelSuperiority DiceManeuvers Known
3rd44
4th44
5th44
6th44
7th66
8th66
9th66
10th66
11th88
12th88
13th88
14th88
15th1010
16th1010
17th1010
18th1010
19th1010
20th1010
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"FgzDinvrDELxPNhc"} -{"name":"Rapid Strike","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 15th level, you learn to trade accuracy for swift strikes. If you take the Attack action on your turn and have advantage on an attack roll against one of the targets, you can forgo the advantage for that roll to make an additional weapon attack against that target, as part of the same action. You can do so no more than once per turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"Fw5ULAWvA3jJIghs"} -{"_id":"FzjcJryoe9J0CEkq","name":"Commando","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, you can take the Dash or Hide actions as a bonus action on each of your turns. Additionally, you can remain perfectly still for long periods of time to set up ambushes.

\n

When you attempt to hide on your turn, you can opt to not move on that turn. If you avoid moving, creatures that attempt to detect you take a -10 penalty to their Wisdom (Perception) checks until the start of your next turn. You lose this benefit if you move or fall prone, either voluntarily or because of some external effect. You are still automatically detected if any effect or action causes you to no longer be hidden.

\n

If you are still hidden on your next turn, you can continue to remain motionless and gain this benefit until you are detected.

\n

Additionally, you can no longer be tracked by unenhanced means, unless you choose to leave a trail.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Scout 10"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"G1J65CCBk5FuKhf5","name":"Bonus Proficiencies (Engineer: Unstable)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this discipline at 3rd level, you gain proficiency in a set of implements of your choice. Additionally, when you engage in crafting with tinker’s implements, the rate at which you craft doubles.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Unstable 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Bonus Proficiencies (Fighter: Totem)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

You gain proficiency with your choice of artist’s implements or jeweler’s implements.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"GBG4HGrj9mP6LGu7"} -{"_id":"GBcVbMG0BBWL0DGC","name":"Blessed By the Force","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level you gain the ability to overcome grievous injuries. As a bonus action when you have fewer than half your hit points remaining, you can regain a number of hit points equal to half your hit point maximum.

\n

Once you’ve used this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":"you have fewer than half your hit points remaining"},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"heal","attackBonus":0,"chatFlavor":"Heals for half of your max health.","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Consular: Sage 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"GbJDWzoTKWL7sEpR","name":"Release the Beast","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, while you are raging or experiencing the high of a substance, when you hit a creature with a melee weapon attack, you can expend a Hit Die to deal additional damage to the target. Roll the Hit Die, adding the result of the die to the damage roll. If you are both raging and experiencing the high of a substance, you also add your Constitution modifier to the damage roll.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker: Addicted 6","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"GcqKzVpUB8P50O4u","name":"Discovery","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

As you adventure, your studies have helped you discover new practices you can apply to your skills.

\n

At 2nd level, you master two discoveries of your choice. Your discovery options are detailed below. When you gain certain scholar levels, you gain additional discoveries of your choice, as shown in the table below.

\n

Additionally, when you gain a level in this class, you can choose one of the discoveries you know and replace it with another discovery that you could learn at that level.

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelDiscoveries
1st-
2nd2
3rd4
4th4
5th5
6th5
7th5
8th5
9th6
10th6
11th7
12th7
13th8
14th8
15th8
16th8
17th9
18th9
19th9
20th9
\n
\n

DISCOVERIES

\n

The discoveries are presented in alphabetical order. If a discovery has prerequisites, you must meet them to learn it. You can learn the discovery at the same time you meet its prerequisites.

\n
\n
\n

ACADEMIC MEMORY

\n

You can recall anything you have read in the past month that you understand. This includes but is not limited to books, maps, signs, and lists.

\n
\n

ADAPTIVE

\n

Prerequisite: 15th level
When the target of your Critical Analysis feature is reduced to 0 hit points, you can use your reaction to change the target of your analysis to another creature within range.

\n
\n

AMBASSADOR

\n

You learn three additional languages of your choice.

\n

You may choose this discovery multiple times.

\n
\n

CLEVER APPLICATIONS

\n

You gain proficiency with improvised weapons, and they gain the finesse property for you. Additionally, when you make an attack with an improvised weapon, it deals 1d6 damage.

\n

You can use your Sage Advice feature to give friendly creatures improvised weapon proficiency if they don’t already have it, following the same rules of that feature as if it were a skill or tool. The friendly creatures retain this proficiency for the entire duration instead.

\n
\n

MENTAL PROWESS

\n

When you make a Strength (Athletics) or Dexterity (Acrobatics) check to grapple a creature or break out of a grapple, net, and other restraining equipment, you can use your Intelligence modifier instead of Strength or Dexterity.

\n
\n

HARDENED MIND

\n

Prerequisite: 9th level
You have advantage on saving throws against illusions and on Intelligence checks to discern them from reality.

\n

You also gain resistance to psychic damage.

\n
\n

LIFELONG LEARNING

\n

You gain proficiency in a skill and a tool, or two tools.

\n

You can select this discovery multiple times, each time choosing a new skill and a tool, or two new tools.

\n
\n

LINGERING ADVICE

\n

Prerequisite: 5th level
When you use your Sage Advice feature, the targeted creatures retain the benefit from your instruction for the full duration.

\n
\n

MASTER’S ADVICE

\n

When you use your Sage Advice feature, the first time each targeted creature makes the chosen skill check, they gain an additional bonus to the roll equal to your Intelligence modifier.

\n
\n

PERFECT MANEUVER

\n

Prerequisite: 15th level
When you roll a 1 on a superiority die, you can reroll the die and must use the new roll.

\n
\n

QUICK ANALYSIS

\n

Prerequisite: 9th level
When you roll initiative and aren’t surprised, you can use your reaction to use your Critical Analysis feature.

\n
\n

RELIABLE SOURCES

\n

Prerequisite: 9th level
When you make an Intelligence (Lore) or Intelligence (Nature) skill check that lets you add your proficiency bonus, you can treat a d20 roll of 9 or lower as a 10.

\n
\n

RESOLUTE

\n

When you make a saving throw to resist charm and fear effects, you may add your Intelligence modifier to the roll.

\n
\n

RUNNING ON FUMES

\n

You only need 4 hours of sleep to gain the benefit of a long rest.

\n

Additionally, you have advantage on saving throws against exhaustion.

\n
\n

SURVIVAL EXPERT

\n

When you make a Survival skill check, you may use your Intelligence modifier instead of your Wisdom modifier.

\n

Additionally, you have advantage on saving throws against poison.

\n
\n

TARGETED ANALYSIS

\n

Prerequisite: 5th level
Your attack rolls against the target of your Critical Analysis feature cannot suffer from disadvantage.

\n
\n

TECH AMATEUR

\n

Choose one 1st-level tech power. You learn that power and can cast it at its lowest level without expending tech points and without the use of a wristpad. Once you cast it in this way, you must finish a long rest before you can cast it again. Your techcasting ability for this power is Intelligence.

\n

You can select this discovery multiple times. Each time you do so, you must choose a different power.

\n
\n

UNIVERSAL LANGUAGE

\n

You can communicate simple ideas with any creature with an Intelligence score of 6 or higher through basic expressions and gestures.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scholar 2"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Bonus Proficiencies (Fighter: Demolitions)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this specialty at 3rd level, you gain proficiency in demolitions kit. Additionally, when you would install a breaching charge, you can do so in half the time.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"Gk13kprJhzXYmwAM"} -{"name":"Know Your Enemy","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, if you spend at least 1 minute observing or interacting with another creature outside combat, you can learn certain information about its capabilities compared to your own. The GM tells you if the creature is your equal, superior, or inferior in regard to two of the following characteristics of your choice:

\n
    \n
  • Strength score
  • \n
  • Dexterity score
  • \n
  • Constitution score
  • \n
  • Armor Class
  • \n
  • Current hit points
  • \n
  • Total class levels (if any)
  • \n
  • Fighter class levels (if any)
  • \n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"GuyZIHUnTINGFLXQ"} -{"_id":"HBT87umTugPVJBT7","name":"Inspiring Presence","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level your mere presence on the battlefield rallies your allies. When you rage, choose up to 3 allies that you can see within 30 feet of you. Each creature gains temporary hit points equal to half your berserker level (rounded down) + your Charisma modifier (minimum of one).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":3,"width":null,"units":"","type":"ally"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"heal","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["3+1","temphp"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Berserker: Warchief 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"HdWZ2lQgsbEnra24","name":"Evasion","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 7th level, your instinctive agility lets you dodge out of the way of certain area effects. When you are subjected to an effect, such as a consular’s force storm or an engineer’s explosion, that allows you to make a Dexterity saving throw to take only half damage, you instead take no damage if you succeed on a saving throw, and only half damage if you fail.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Monk, Operative 7"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"Hg8zYh1iXL0DGUVq","name":"Terentatek's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Prerequisite: 13th level
When you are forced to make a saving throw against a force power, you can immediately use your reaction to move up to half your speed towards the source power's caster. If you end this movement within 5 feet of the target, you can immediately make one melee weapon attack against the target as a part of that reaction.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 13","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Warding Maneuver","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, you learn to fend off strikes directed at you, your mount, or other creatures nearby. If you or a creature you can see within 5 feet of you is dealt damage by an attack, you can roll 1d8 as a reaction if you’re wielding a melee weapon or a shield. Roll the die, and add the number rolled to the target’s AC against that attack. If the attack still hits, the target has resistance against the attack’s damage.

\n

You can use this feature a number of times equal to your Constitution modifier (a minimum of once), and you regain all expended uses of it when you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"HohmusWCWzTc00cS"} -{"_id":"I3UvZaGNY7D1Vyl3","name":"Academic Superiority","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 1st level, you learn maneuvers that are fueled by special dice called superiority dice.

\n

MANEUVERS

\n

You know two maneuvers of your choice, which are detailed under “Maneuvers” below, and you earn more at higher levels, as shown in the Maneuvers Known column of the scholar table. Many maneuvers enhance an attack in some way. You can use only one maneuver per attack, and you may only use each maneuver once per turn.

\n

Each time you learn new maneuvers, you can also replace one maneuver you know with a different one.

\n

SUPERIORITY DICE

\n

You have two superiority dice, which are d4s, and you earn more at higher levels, as shown in the Superiority Dice column of the scholar table. This die changes as you gain scholar levels, as shown in the Academic Superiority column of the scholar table. A superiority die is expended when you use it.

\n

You regain all of your expended superiority dice when you finish a short or long rest.

\n

SAVING THROWS

\n

Some of your maneuvers require your target to make a saving throw to resist the maneuver’s effects. The saving throw DC is calculated as follows:

\n
\n

Maneuver save DC = 8 + your proficiency bonus + your Intelligence modifier

\n
\n

MANEUVERS

\n

The maneuvers are presented in alphabetical order.

\n
\n
\n

ADMINISTER AID

\n

As an action, you can expend a superiority die to tend to a creature you can touch. The creature regains a number of hit points equal to the number rolled + your Intelligence modifier.

\n
\n

ASSESS THE SITUATION

\n

You can expend one superiority die to make a Wisdom (Perception) or Intelligence (Investigation) check as a bonus action, adding the superiority die to the check.

\n
\n

CRIPPLING STRIKE

\n

When you hit a creature with a weapon attack, you can expend one superiority die to cripple the creature. You add the superiority die to the attack’s damage roll and the creature’s gains 1 slowed level until the end of their next turn.

\n
\n

DELIBERATE MOVEMENT

\n

You can expend one superiority die to take the Disengage action as a bonus action and ignore the effects of standard difficult terrain until the end of your turn.

\n
\n

EXPLOIT WEAKNESS

\n

When you hit a creature with a weapon attack, you can expend a superiority die and deal additional damage equal to the number rolled. This damage cannot be reduced in any way.

\n
\n

GOADING ATTACK

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to goad the target into attacking you. You add the superiority die to the attack’s damage roll, and the target must make a Wisdom saving throw. On a failed save, the target has disadvantage on all attack rolls against targets other than you until the end of your next turn.

\n
\n

HEADS UP

\n

When a friendly creature who can see or hear you makes a saving throw, you can use your reaction and expend a superiority die, adding the number rolled to the result of the saving throw. You can use this maneuver before or after making the saving throw, but before any effects of the saving throw are determined.

\n
\n

MEASURED ACTION

\n

As a reaction when you make a roll for a contested skill check, you can expend a superiority die to add to the roll. You can use this maneuver before or after making the contested skill check roll, but before any effects of the contested skill check are determined.

\n
\n

ONE STEP AHEAD

\n

When you roll initiative and you are not surprised, you can expend a superiority die and add the number rolled to your initiative.

\n
\n

TARGETED STRIKE

\n

When an ally makes an attack against a creature, you can use your reaction to expend a superiority die. You add the superiority die to the attack roll, and the damage roll if it hits. You can use this maneuver before or after the attack roll, but before the GM determines whether or not the attack hits.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scholar 1"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"IB1sPazhmp63mLHF","name":"Expertise (Scout)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, choose two of your skill proficiencies, or one of skill proficiencies and one of your tool proficiencies, or two of your tool proficiencies. You gain expertise in those skills or tools.

\n

At 14th level, you can choose another two proficiencies (in skills or tools) to gain this benefit.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"IDt6duVrBzL8euRc","name":"Unarmored Defense","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Also at 1st level, while you are not wearing any armor, your Armor Class equals 10 + your Dexterity modifier + your Constitution modifier. You can use a shield and still gain this benefit.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 1"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg"} -{"_id":"IGcZhZ4P27qH3rU5","name":"Forcecasting Secrets","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, your study of kyber crystals has awakened a latent force sensitivity. Choose two force powers of 1st level. The chosen powers count as tech powers for you, but are not included in the number in the Powers Known column of the engineer table.

\n

At 10th level, you learn two additional force powers of 1st or 2nd level. At 14th level, you learn two force powers of 1st-3rd level, and at 18th level, you learn two force powers of 1st-4th level. Whenever you gain a level in this class, you can choose one of the force powers you know and replace it with another force power of the same level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Artificer 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"IWTDawTUf79eWbEV","name":"Primal Champion","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, you embody the power of the wilds. Your Strength or Dexterity score increases by 2, and your Consitution score increases by 2. Your maximum for those scores increases by 2.

\n

Additionally, you can enter rage an unlimited number of times, and entering rage no longer requires your bonus action.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 20","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"Iv5MsHSDXerTQQ89","name":"Power Surge","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 6th level, you learn to simultaneously limit a creature’s force powers and store that power within yourself to later strengthen your damaging force powers.

\n

You can store a maximum number of power surges equal to your Wisdom or Charisma modifier (your choice, minimum of one). Whenever you successfully end a force power with a power such as force suppression or sever force, or use your Force Shield or Force Deflection features to successfully avoid an attack or succeed on a saving throw, you gain one power surge, as you redirect the flow of the Force into yourself.

\n

Once per turn, when you deal damage to a creature or object with a force power, you can spend one power surge to deal extra damage to that target. The extra damage is of the same type as the power’s damage, and it equals half your consular level (rounded down).

\n

Whenever you finish a long rest, your number of power surges resets to one. If you end a short rest with no power surges, you gain one power surge.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Negation 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"K9OJoAsCEOp31gkH","name":"Biochemist's Touch","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, whenever you grant temporary hit points, or deal acid or poison damage using a tech power or class feature, you may expend one use of your Potent Aptitude to increase the potency. When you do so, the amount of temporary hit points you grant or damage you deal is increased by the amount rolled on the die. The damage is the same type as the original damage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Biochem 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"KDiQ8O2evV2Z1YTo","name":"Fighter's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

You adopt a particular style of fighting as your specialty. Choose one of the Fighting Style options, detailed in Chapter 6. You can't take a Fighting Style option more than once, even if you later get to choose again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 2","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"KKcNBEZD1ypeV1cl","name":"My Ally Is the Force","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, you can manipulate creatures of Gargantuan size or smaller with your force powers and Way of Telekinetics features.

\n

Additionally, whenever a force power you cast pushes or pulls a creature, you can increase the distance of that push or pull by an additional 20 feet.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Telekinetics 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"KXDSrYHAZQZcglVz","name":"Boundless Vitality","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 10th level, when you take damage, you can use your reaction and expend a force point to regain health equal to 1d8 + your Wisdom or Charisma modifier (your choice, minimum of one) as long as the damage would not reduce your hit points to 0.

\n

This die increases when you reach certain levels in this class: to 1d10 at 14th level, and to 1d12 at 18th level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"cha","actionType":"heal","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8+@mod","healing"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Consular: Endurance 10"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"KXwYzrlSl36gvwxM","name":"Enduring Focus","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 10th level, you can casually deflect attacks while channeling your power. While you are concentrating on a Force power, you have a +2 bonus to your AC and all saving throws.

\n

Additionally, you can extend your Force Deflection to a creature within 5 feet of you when they fail a saving throw.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Negation 10"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"KaTv7hNRXKx0m8Fo","name":"Industrious Tech","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you can cast tech powers while raging as long as the power’s casting time is no more than 1 action, the power does not require concentration, and you are not wearing heavy armor or wielding a medium or heavy shield. While raging, you add your rage damage to damage rolls from tech powers you cast. If a tech power damages more than one target, you may only apply your rage damage to one of the targets.

\n

Casting tech powers during rage counts as attacking for the purposes of maintaining rage, and you can use your Reckless Attack feature to gain advantage when casting a tech power that requires an attack roll.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Industrial 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"Kmzg1HQwVzvwiVqP","name":"Legendary Coda","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, you’ve gained mastery over your modified instrument. As an action, you can end your enhanced song in a triumphant blast of power with an effect determined by the song you are playing.

\n

Once you’ve used this feature, you must complete a long rest before you can use it again.

\n
\n

BATTLE CRESCENDO

\n

Choose up to 10 creatures of your choice that you can see and that can hear your song. Each must make a Constitution saving throw. On a failed save, a target takes 14d6 sonic damage and is stunned for 1d4+1 turns. On a success, it takes half damage and isn’t stunned. If a creature is killed by this power, its head explodes.

\n
\n

SUPPORT CRESCENDO

\n

Choose up to 10 creatures of your choice that you can see and that can hear your song. Once in the next minute, each creature can, as a free action in response to taking damage, choose to halve that damage. Additionally, if the damage would reduce them to 0 hit points, they are instead reduced to 1.

\n
\n

DISRUPTION CRESCENDO

\n

Choose up to 10 creatures of your choice that you can see and that can hear your song. Each creature must succeed on a Constitution saving throw or be paralyzed for 1d4+1 turns. If a creature affected by this feature is damaged in any way, the effect ends for that creature.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Engineer: Audiotech 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"KsUKtTRpay1eibt9","name":"Powerful Mind","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, you can use your force abilities to read a creature’s thoughts. You can then use your access to the creature’s mind to command it.

\n

As an action, choose one creature that you can see within 60 feet of you. That creature must make a Wisdom saving throw against your universal force save DC. If the creature succeeds on the saving throw, you can’t use this feature on it again until you finish a long rest. If the creature fails its save, you can read its surface thoughts (those foremost in its mind, reflecting its current emotions and what it is actively thinking about.) when it is within 60 feet of you. This effect lasts for 1 minute. During that time, you can use your action to end this effect and use the coerce mind force power on the creature without expending force points. The target automatically fails its saving throw against the power.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain any expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"width":null,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Consular: Seer 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"L0cbGVkfx8S6vWW3","name":"Empowered Connection","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, while you have temporary hit points, you can add half your Wisdom or Charisma modifier (your choice, rounded up, minimum of one) to any damage or healing you do with force powers that doesn’t already include that modifier.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Confluence 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Brutish Durability","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, once per round, roll 1d6 and add the die to your saving throw total. If applying this bonus to a death saving throw increases the total to 20 or higher, you gain the benefits of rolling a 20 on the d20. You can choose to use this feature before or after you make a saving throw, but you must decide before the GM says whether the save succeeds or fails.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"L53F8iKgUHmRpoX4"} -{"_id":"LMvbZfbx0lih3Dbu","name":"Brawn","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you use the burst property of a blaster with which are you proficient, you can apply your rage damage bonus to every target that takes damage, instead of just one. Additionally, when a creature fails the saving throw against your burst or rapid property, it is knocked prone.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Ballistic 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"M30wW5NGiow6RlDH","name":"Retaliation Strike","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, you learn to turn an opponent’s aggression back on them. When you deal damage with a force power or a melee weapon attack, if you took damage since the start of your last turn, you deal an extra 1d6 damage. The damage is the same type as the power or weapon’s damage.

\n

This die increases when you reach certain levels in this class: to 1d8 at 10th level, to 1d10 at 14th level, and to 1d12 at 18th level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Endurance 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"M6DPXcwX644UAsW3","name":"Pathfinder","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 1st level, you are skilled at navigating the untamed wilds. You ignore difficult terrain, and when traveling for an hour or more, you gain the following benefits:

\n
    \n
  • Difficult terrain doesn’t slow your group, provided they can see and hear you.
  • \n
  • You can’t become lost by unenhanced means.
  • \n
  • Even when you are engaged in another activity while traveling (such as foraging, navigating, or tracking), you remain alert to danger.
  • \n
  • If you are traveling alone, you can move stealthily at a normal pace.
  • \n
  • When you forage, you find twice as much food as you normally would.
  • \n
  • When you make a Wisdom (Survival) check, you gain a bonus to the check equal to your Intelligence modifier.
  • \n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout 1"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"Ml6ZJY0Lubl3zk94","name":"Down, Not Out","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, when you are hit with an attack by a creature within 30 feet of you, you can use your reaction to make a single attack against that creature with a blaster with which you are proficient.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Ballistic 10"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"MsKvBWDJd2LV1tvM","name":"Armstech's Strike","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, once per round, when you deal damage to a creature with your modified weapon, you can increase the damage by 1d6. The damage is of the same type as the weapon’s damage.

\n

The damage increases to 2d6 at 11th level and 3d6 at 17th level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Armstech 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"MtepDwfpKxdqXPXv","name":"Forcecasting (Guardian)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 1st level, in your meditations on the force, you have learned powers, fragments of knowledge that imbue you with an abiding force ability. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

FORCE POWERS KNOWN

\n

You learn 5 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the guardian table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

FORCE POINTS

\n

You have a number of force points equal to your guardian level x 2, as shown in the Force Points column of the guardian table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

MAX POWER LEVEL

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the guardian table.

\n

You may only cast force powers at 5th-level once. You regain the ability to do so after a long rest.

\n

FORCECASTING ABILITY

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. Additionally, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n
\n

Force save DC = 8 + your proficiency bonus + your forcecasting ability modifier

\n
\n

Force attack modifier = your proficiency bonus + your forcecasting ability modifier

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Guardian 1"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"NHNG6Y6n0xnhSQzs","name":"Delayed Effect","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you cast a force power, you can delay the effects of the force power for up to a number of rounds equal to half your consular level. If you do so, the power immediately takes effect at the start of your turn, after the specified number of rounds have passed.

\n

Once you’ve used this feature, you can’t use it again until you complete a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Consular: Suggestion 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"NT36vTfi6iPC2zWL","name":"Armstech's Salvo","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, when you use your Targeting Matrix feature, and the tech power would affect more than one creature, you can instead attack each affected creature that would be in the range of the power. Make a separate attack roll for each target. On a hit, each target suffers the effects as though they failed their saving throw.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Armstech 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"NijIH9UDcIlwYmWM","name":"Blindsense","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 14th level, if you are able to hear, you are aware of the location of any hidden or invisible creature within 10 feet of you.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Operative 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"NlVBCeG99JoWF7QP","name":"Elusive","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 18th level, you are so evasive that attackers rarely gain the upper hand against you. No attack roll has advantage against you while you aren’t incapacitated.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Operative 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"Np87HjZydd8pWvrs","name":"Bonus Proficiencies (Engineer: Gadgeteer)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this discipline at 3rd level, you gain proficiency in gadgeteer’s implements. Additionally, when you engage in crafting with gadgeteer’s implements, the rate at which you craft doubles.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Gadgeteer 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"NrSFm2gkpzm3tMeD","name":"Potent Amplitude","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, as an action while wielding your modified instrument, you can begin performing an enhanced song, which lasts for 1 minute. While playing a song, you gain access to a new use for your Potent Aptitude, as determined by the song, listed below. You can end your song at any time, no action required.

\n

Whenever you take damage while playing your song, you must make a Constitution saving throw to continue playing. The DC equals 10 or half the damage you take, which number is higher. If you take damage from multiple sources, you must make a separate saving throw for each source of damage.

\n

When you cast a damage dealing tech power while playing your song that requires an attack roll or saving throw, you can cause that power to instead deal sonic damage. If you do so, instead of an attack roll or saving throw, the power instead requires a Constitution saving throw.

\n

Your song ends early if you are incapacitated or die, or if you are no longer holding your modified instrument.

\n

You can initiate playing an enhanced song twice. You regain all expended songs when you finish a short or long rest.

\n
\n

SONG OF BATTLE

\n

When an ally within 60 feet of you that can hear you deals damage to a creature, you can use your reaction to expend one use of your Potent Aptitude, adding the result of the die to the damage dealt.

\n
\n

SONG OF SUPPORT

\n

When an ally within 60 feet of you that can hear you makes a saving throw against a harmful effect, you can use your reaction to expend one use of your Potent Aptitude, adding the result of the die to their saving throw.

\n
\n

SONG OF DISRUPTION

\n

When an enemy within 60 feet of you that can hear you makes a saving throw, you can use your reaction to expend one use of your Potent Aptitude, subtracting the result of the die from their saving throw.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Audiotech 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"Nz8stfh2Fy7b9hq5","name":"Modified Instrument","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to modify an instrument utilizing your audiotech knowledge. Over the course of a long rest, you can modify an instrument. You must have the instrument and audiotech’s implements in order to perform this modification.

\n

Your modified instrument is enhanced, requires attunement, can only be used by you, and counts as a tech focus for your tech powers while you are attuned to it. Your modified instrument has 4 modification slots, and it gains more at higher levels, as shown in the Modification Slots column of the engineer table. For each modification installed in excess of your proficiency bonus, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

AUDIOTECH MODIFICATIONS

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n
\n
\n

ADVANCED BATTLE ENHANCEMENT

\n

Prerequisite: 15th level
Prerequisite: Prototype Battle Enhancement
While playing your Song of Battle, your tech powers and class features ignore resistance to sonic damage, and immunity to sonic damage is instead treated as resistance from any creature within range of your song that can hear you.

\n

Additionally, when you use your Battle Song Enhancement feature, you create a fourth burst.

\n
\n

ADVANCED DISRUPTION ENHANCEMENT

\n

Prerequisite: 15th level
Prerequisite: Prototype Disruption Enhancement
While playing your Song of Disruption, any hostile creature within range of your song that can hear you must make a Constitution saving throw at the end of each of its turns to maintain concentration on the power.

\n
\n

ADVANCED SUPPORT ENHANCEMENT

\n

Prerequisite: 15th level
Prerequisite: Prototype Support Enhancement
While playing your Song of Support, allies add your Intelligence modifier to their death saving throws (minimum of +1). If this amount would increase the roll of the d20 to 20 or greater, the creature regains 1 hit point.

\n
\n

BATTLE SONG ENHANCEMENT

\n

Prerequisite: 5th level
While playing your Song of Battle, as an action, you can send forth busts of directed sonic energy, make two ranged power attacks. These attacks can target the same creature different ones. Make separate attack rolls for each burst. The attack has a range equal to the radius of your song, and deals 1d8 sonic damage on a hit.

\n
\n

DISRUPTION SONG ENHANCEMENT

\n

Prerequisite: 5th level
While playing your Song of Disruption, as an action, you can choose a number of creatures concentrating on a power equal to your Intelligence modifier (a minimum of one) within range of your song that can hear you, and force them to make a Concentration saving throw. If you cause at least one creature to lose concentration on a power using this feature, you can use your reaction to make all creatures that lost concentration take damage equal to your Intelligence modifier.

\n
\n

ENTHRALLING PERFORMANCE

\n

Prerequisite: 13th level
Prerequisite: Hypnotic Melody
For the duration of an enhanced song you play, whenever any creature that can hear your song tries to attack you for the first time on a turn, the attacker must make a Charisma saving throw. On a failed save, it can’t attack you on this turn, and it must choose a new target for its attack or the attack is wasted. On a successful save, it can attack you on this turn, but it has disadvantage on any saving throw it makes against your powers or features on your next turn.

\n

Once you’ve used this feature, you must complete a long rest before you can use it again.

\n
\n

FINDING MY WAY

\n

Prerequisite: Rush
While you are playing an enhanced song, when a creature makes a melee attack roll against you, you can use your reaction to move 5 feet without provoking opportunity attacks, imposing disadvantage on the roll.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

HYPNOTIC MELODY

\n

As an action while wielding your modified instrument, you can begin to play a song woven with subtle hypnotic influence. Choose a number of creature up to your Intelligence modifier. If those creatures listen to this song for a full minute, they must succeed on a Wisdom saving throw or become charmed by you for 1 minute. Creatures that succeed the saving throw are not aware that you attempted to influence them, nor are creatures that failed their saving throw once the power ends.

\n

Once you’ve used this feature, you can’t use it again until you finish a short or long rest.

\n
\n

INAUDIBLE CASTING

\n

Prerequisite: 7th level
Prerequisite: Simple Melodies
When you cast a tech power or make use of a feature that requires playing your modified instrument, you can choose to do so quietly. Creatures have disadvantage on Intelligence (Investigation) and Wisdom (Perception) checks that rely on sound to determine you cast a tech power.

\n
\n

LONG RANGE NOISE

\n

Prerequisite: 13th level
The radius of your songs increases to 120 feet. Additionally, any tech power you cast with your modified instrument that deals sonic damage and has a range of 10 feet or greater gains a range of 120 feet.

\n
\n

MAGNIFYING DEVICE

\n

Prerequisite: 5th level
While using your harness as a tech focus, you gain a +1 bonus to tech attack rolls. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

OVERWHELMING SOUNDWAVES

\n

Prerequisite: 15th level
While playing, creatures of your choice treat a 15-foot-radius sphere around you as difficult terrain. Additionally, as an action, you can cause each affected creature to make a Constitution saving throw, taking 3d8 sonic damage on a failed save.

\n
\n

PROTOTYPE BATTLE ENHANCEMENT

\n

Prerequisite: 9th level
Prerequisite: Battle Song Enhancement
While playing your Song of Battle, when you cast a tech power or use a class feature that affects other creatures within the radius of your song, you can choose a number of them equal to 1 + the power’s level. The chosen creatures automatically succeed on their saving throws against the power, and they take no damage if they would normally take half damage on a successful save.

\n

Additionally, when you use your Battle Song Enhancement feature, you create a third burst.

\n
\n

PROTOTYPE DISRUPTION ENHANCEMENT

\n

Prerequisite: 9th level
Prerequisite: Disruption Song Enhancement
While playing your Song of Disruption, when a creature you can see that can hear you attempts to cast a power, you can use your reaction to cast the tech override power at 3rd level. When you cast this power using this feature, the power works against both tech and force powers, and when you make the techcasting ability check as a part of this casting, you add double your proficiency bonus to the check, instead of your normal proficiency bonus.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

\n
\n

PROTOTYPE SUPPORT ENHANCEMENT

\n

Prerequisite: 9th level
Prerequisite: Support Song Enhancement
While playing your Song of Support, when you use your Song of Support’s Potent Amplitude feature, the target instead takes no damage if they succeed on the saving throw, and only half damage if they fail.

\n
\n

RESTFUL MELODY

\n

Over the course of a short rest, you can play a rejuvenating song to assist in the recovery of your allies. If you or any friendly creatures who can hear your performance regain hit points at the end of the short rest, each of those creatures regains an extra 1d6 hit points.

\n

The extra hit points increase when you reach certain levels in this class: to 1d8 at 9th level, to 1d10 at 13th level, and to 1d12 at 17th level.

\n
\n

RUSH

\n

While you are playing an enhanced song, your speed increases by 10 feet, and opportunity attacks made against you have disadvantage.

\n
\n

SHARP NOISE

\n

As an action while wielding your modified instrument, choose a creature you can see. If it can hear you, it must succeed on a Constitution saving throw or take 1d4 sonic damage and have disadvantage on its next attack roll before the end of its next turn.

\n

This feature’s damage increases by 1d4 when you reach 5th level (2d4), 11th level (3d4), and 17th level (4d4).

\n
\n

SHOCK MOUNT

\n

Prerequisite: 5th level
While using your instrument as a tech focus, you gain a +1 bonus to your tech save DC. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

SIMPLE MELODIES

\n

When you are holding your modified instrument, and not actively playing a song, any tech power that you could cast that could have its damage type altered by your Potent Amplitude feature can be cast as if used with Potent Amplitude.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

SONAR PULSE

\n

As an action while wielding your modified instrument, you can release a wave of sound that provides feedback on your surroundings. For the next minute, you have advantage on Wisdom (Perception) and Intelligence (Investigation) checks to search for hidden doors, traps, or invisible creatures.

\n

Once you’ve used this feature, you can’t use it again until you finish a short or long rest.

\n
\n

SONG FLOW

\n

Prerequisite: 11th level
While playing an enhanced song, you can use your bonus action to change from one song to another.

\n
\n

SUPPORT SONG ENHANCEMENT

\n

Prerequisite: 5th level
While playing your Song of Support, when you cast a tech power that restores hit points or grants temporary hit points, the amount restored or granted is increased by an amount equal to your Intelligence modifier (minimum of +1).

\n
\n

WEAPON INTEGRATION

\n

You can integrate a single weapon that weighs no more than 8 lb. into your instrument. While integrated, that weapon gains the hidden property.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Audiotech 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"O8As6HltmtDQV1SE","name":"Resonating Recovery","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, once per turn, when you reduce a hostile creature to 0 hit points, you regain a use of your Potent Aptitude. Your number of Potent Aptitude uses can not exceed your Intelligence modifier.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Artificer 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Hold the Line","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 10th level, you become a master of locking down your enemies. Creatures provoke an opportunity attack from you when they move 5 feet or more while within your reach, and if you hit a creature with an opportunity attack, the target gains 4 slowed levels until the end of the current turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"OB1x8g1MwGm2HA26"} -{"_id":"OEiv2Yjz1QhM3osS","name":"Modified Weaponry","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to modify one unenhanced weapon with which you are proficient utilizing your armstech experience. Over the course of a long rest, you can modify the weapon. You must have the weapon and armstech’s implements in order to perform this modification.

\n

Your modified weapon is enhanced, requires attunement, can only be used by you, and counts as a tech focus for your tech powers while you are attuned to it. Your modified weapon has 4 modification slots, and it gains more at higher levels, as shown in the Modification Slots column of the engineer table. For each modification installed in excess of your proficiency bonus, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

At 9th level, you can maintain two modified weapons. Each modified weapon has modification slots as shown in the Modification Slots column of the engineer table.

\n

ARMSTECH MODIFICATIONS

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n
\n
\n

ACCURACY FOCUS

\n

Prerequisite: 5th level, Blaster
You gain a +1 bonus to attack rolls made with this weapon. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

AMPLIFYING BARREL

\n

Prerequisite: 5th level, Blaster
You gain a +1 bonus to damage rolls made with this weapon. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

BAYONET

\n

Prerequisite: Blaster
You affix a short blade to the barrel of your modified blaster weapon, allowing you to make a melee weapon attack with it. The blade is a melee weapon with the finesse property that you are proficient with, and deals 1d6 kinetic damage.

\n
\n

BURST CORE

\n

Prerequisite: Blaster
Your weapon gains the burst property, with a burst number equal to its reload number.

\n
\n

BOOMING STRIKES

\n

Prerequisite: 5th level
You pack extra power into your modified weapon. Once per turn, when you hit with the weapon, you can deal an additional 1d6 damage. If you do so, the weapon makes a loud boom which can be heard 100 feet away. If you are hidden, Intelligence (Investigation) and Wisdom (Perception) checks made to locate you that rely on sound have advantage.

\n
\n

CELERITY OSCILLATOR

\n

Once per turn, when you deal damage with your modified weapon, your walking speed increases by 10 feet until the start of your next turn, and the damaged creature can’t make opportunity attacks against you for the rest of your turn.

\n
\n

COLLAPSIBLE FRAME

\n

Prerequisite: Vibroweapon
You install an expandable hilt on your modified weapon. Your modified weapon gains the reach property.

\n
\n

CONTOURED GRIP

\n

Prerequisite: 5th level, Vibroweapon
You gain a +1 bonus to attack rolls made with this weapon. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

EXPANDED MAGAZINE

\n

Prerequisite: Blaster
Your modified weapon can be more efficiently reloaded. You can reload your modified weapon once without using an action. You can’t use this feature again until you reload the weapon with an action.

\n
\n

FLASHLIGHT

\n

You affix a targeted light to your weapon. As a bonus action, you can toggle the light on or off. While on, your weapon sheds bright light in a 60-foot cone.

\n
\n

HARPOON REEL

\n

You install a secondary firemode that launches a harpoon attached to a tightly coiled cord. With this harpoon, you can make a ranged weapon attack with a range of 30/60. On a hit, it deals 1d6 kinetic damage. This attack can target a surface, object, or creature.

\n

A creature struck by this attack is impaled by the harpoon. As an action, a creature can attempt to remove the harpoon. Removing the harpoon requires a Strength check. While the harpoon is stuck in the target, you are connected to the target by a 60 foot cable.

\n

While connected in this manner, you can use your bonus action to activate the reel, pulling yourself to the location if the target is your size or larger. A creature or object smaller than you is pulled to you. Alternatively, you can opt to release the cable (no action required).

\n

Once you’ve used this feature, you can’t use it again until you recover and reinsert the harpoon as an action.

\n
\n

IMBUE WEAPON

\n

Prerequisite: 9th level
You modify your weapon to carry a charge. Over the course of a short rest, you can cast an at-will tech power, channeling it into your weapon. The next time you hit with your weapon, the stored power is released. If the power would require an attack roll, make a tech attack roll. If the power would require a saving throw, the target must make the saving throw as normal. On a hit, or a failure, the target suffers the power’s normal effects.

\n
\n

IMPROVED BURST CORE

\n

Prerequisite: 9th level
Prerequisite: Burst Core
Your weapon’s burst number is reduced to half its reload number.

\n
\n

INTEGRATED MAGAZINE

\n

Prerequisite: Expanded Magazine
Your modified weapon can be more efficiently reloaded. You can reload your modified weapon twice without using an action. You can’t use this feature again until you reload the weapon with an action.

\n
\n

JAGGED OSCILLATOR

\n

Prerequisite: Vibroweapon
When you critically hit with the weapon, you deal an additional 1d8 kinetic damage.

\n
\n

KEEN OSCILLATOR

\n

Prerequisite: 5th level
Prerequisite: Jagged Oscillator
Your weapon’s critical hit range increases by 1.

\n
\n

NEUTRONIUM EDGE

\n

Prerequisite: 5th level, Vibroweapon
You gain a +1 bonus to damage rolls made with this weapon. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

OVERCHARGE WEAPON

\n

Prerequisite: 11th level
Prerequisite: Booming Strikes
You gain the ability to channel your tech power to enhance your weapon’s damage. You can expend one tech slot to deal additional damage to the target. The extra damage is 1d6 for a 1st-level tech slot, plus 1d6 for each slot level higher than 1st, to a maximum of 5d6. The damage is the same type as the weapon damage. If you also use your Booming Strikes with an attack, you add this damage to the extra damage of your Booming Strikes.

\n
\n

POWER LOOP

\n

Prerequisite: 9th level
When you hit with the weapon, you can choose channel the energy generated, gaining temporary hit points equal to half the damage dealt.

\n

Once you’ve used this feature, you must complete a long rest before you can use it again.

\n
\n

RECOIL DAMPENER

\n

Prerequisite: Blaster with the strength property
You install a recoil dampener in your modified blaster, removing the strength property from it.

\n
\n

RETURNING WEAPON GUARD

\n

Prerequisite: Vibroweapon
You install a retractible chain in your modified vibroweapon. If the weapon does not already have the thrown property, it gains it with a range of 20/60. Additionally, it gains the returning property.

\n
\n

SCREENING WEAPON

\n

You modify your modified weapon with a sound dampening module. When you make a weapon attack with your weapon while hidden, Investigation and Perception checks made to locate you that rely on sound have disadvantage.

\n
\n

SHOCK ABSORBER

\n

You add a reclamation device to your modified weapon to gather energy from the surroundings when it is present. While wielding your modified weapon, you can cast the absorb energy tech power and the power’s extra damage applies to both melee and ranged weapon attacks.

\n
\n

SIEGE WEAPON

\n

You modify your weapon to be more effective against barriers. Your weapon deals double damage against structures.

\n
\n

SHOCKING HARPOON

\n

Prerequisite: 9th level
Prerequisite: Harpoon Reel
After hitting a creature with the harpoon fire mode, you can use the connection to deliver an at-will tech power. As a bonus action, you can cast an at-will tech power at the target with a range of touch. If the power requires an attack roll, you have advantage. If the target requires a saving throw, the target has disadvantage.

\n

Once you’ve used this feature, you can’t use it again until you recover the harpoon.

\n
\n

SHOCKING OSCILLATOR

\n

Prerequisite: 9th level, Vibroweapon
When you hit with the weapon, you can create an electronic burst. Each creature in a 15-foot cone centered on the creature you hit must make a Dexterity saving throw against your tech save DC, taking 1d8 lightning damage on a failed save or half as much on a successful one.

\n

Once you’ve used this feature, you must complete a long rest before you can use it again.

\n
\n

SNAP FIRE

\n

Prerequisite: 9th level, Blaster
You modify your modified blaster weapon for quick shots. You can use your reaction to take a opportunity attack with your modified weapon if an enemy comes within 10 feet of you. You have disadvantage on this attack.

\n
\n

STABILIZER CELL

\n

Prerequisite: Vibroweapon with the dexterity property
You install a stabilizer cell in your modified vibroweapon, removing the dexterity property from it.

\n
\n

STAGGERING OSCILLATOR

\n

Prerequisite: Vibroweapon
When you hit with the weapon, you can force the target to make a Strength saving throw. On a failed save, the creature is pushed back 10 feet and knocked prone.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

\n
\n

TRACKER

\n

Prerequisite: 5th level
You add a tracking mechanism to your modified weapon. The tracker has 3 charges. As an action you can use 1 charge to cast target lock. As an action you can use 2 charges to cast detect invisibility.

\n

The tracker regains all expended charges after a long rest.

\n
\n

TRUELIGHT

\n

Prerequisite: 11th level
Prerequisite: Flashlight
When toggled on, your flashlight now automatically dispels illusions and can detect invisibility, as with truesight.

\n
\n

VENOMOUS OSCILLATOR

\n

Prerequisite: 9th level, Vibroweapon
As a bonus action, you can coat your weapon in a thin layer of poison for 1 minute. The next time you hit with the weapon, the creature must make a Constitution saving throw against your tech save DC. On a failed save, a creature takes 1d10 poison damage and becomes poisoned for 1 minute.

\n

Once you’ve used this feature, you must complete a long rest before you can use it again.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Armstech 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"OPmnvVAKt8P3mRzr","name":"Forcecasting (Sentinel)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 1st level, in your meditations on the force, you have learned powers, fragments of knowledge that imbue you with an abiding force ability. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

FORCE POWERS KNOWN

\n

You learn 7 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the sentinel table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

FORCE POINTS

\n

You have a number of force points equal to your sentinel level x 3, as shown in the Force Points column of the sentinel table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

MAX POWER LEVEL

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the sentinel table.

\n

You may only cast force powers at 5th, 6th, and 7th-level once. You regain the ability to do so after a long rest.

\n

FORCECASTING ABILITY

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. Additionally, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n
\n

Force save DC = 8 + your proficiency bonus + your forcecasting ability modifier

\n
\n

Force attack modifier = your proficiency bonus + your forcecasting ability modifier

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel 1"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Redirected Shot","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 10th level, you learn how to direct an errant shot toward a new target. When you make an attack roll with an enhanced shot and miss, you can use a bonus action to reroll the attack roll against a different target within 60 feet of the original target.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"Ob4SKH2kAglyDbkk"} -{"_id":"OwFJ3XWTg2ECPPqS","name":"Forcecasting (Consular)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 1st level, in your meditations on the force, you have learned powers, fragments of knowledge that imbue you with an abiding force ability. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

FORCE POWERS KNOWN

\n

You learn 9 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the consular table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

FORCE POINTS

\n

You have a number of force points equal to your consular level x 4, as shown in the Force Points column of the consular table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

MAX POWER LEVEL

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the consular table.

\n

You may only cast force powers at 6th, 7th, 8th, and 9th-level once. You regain the ability to do so after a long rest.

\n

FORCECASTING ABILITY

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. Additionally, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n
\n

Force save DC = 8 + your proficiency bonus + your forcecasting ability modifier

\n
\n

Force attack modifier = your proficiency bonus + your forcecasting ability modifier

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular 1"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Bonus Proficiencies (Fighter: Mounted)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this specialty at 3rd level, you gain proficiency in Animal Handling or Piloting.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"P44Rcdvtp5HH7DgM"} -{"_id":"PGd9fFv1SpyvJXdq","name":"Bonus Proficiencies (Engineer: Cybertech)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this discipline at 3rd level, you gain proficiency in cybertech’s implements. Additionally, when you engage in crafting with cybertech’s implements, the rate at which you craft doubles.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Cybertech 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"PNV1FnFfvmg1jYIe","name":"Modified Armor","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to modify one unenhanced suit of armor or shield utilizing your armormech knowledge. Over the course of a long rest, you can modify one suit of armor or a shield. You must have the armor or shield and armormech’s implements in order to perform this modification.

\n

Your modified armor or shield is enhanced, requires attunement, can only be used by you, and counts as a tech focus for your tech powers while you are attuned to it. Your modified armor has 4 modification slots, and it gains more at higher levels, as shown in the Modification Slots column of the engineer table. For each modification installed in excess of your proficiency bonus, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

At 9th level, you can maintain both a modified suit of armor and shield. Each modified item has modification slots as shown in the Modification Slots column of the engineer table.

\n

ARMORMECH MODIFICATIONS

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n

\n

ABSORPTION SHIELD

\n

Prerequisite: Physical Shield
You modify your physical shield to block incoming damage. As a bonus action you can activate this ability and gain temporary hit points equal to 1d4 + Intelligence modifier, which last for one hour.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain any expended uses when you finish a long rest.

\n
\n

ACCELERATED MOVEMENT

\n

Prerequisite: Armor
You reduce the weight of your modified armor’s bulk and increase the power to joints. If the armor has a Strength requirement, you ignore it. The modified armor’s weight is reduced by 15 lbs. While wearing your modified armor your speed increases by 10 feet. This applies to all movement speeds you have while wearing your armor.

\n
\n

ADAPTABLE ARMOR

\n

Prerequisite: Armor
You integrate deployable hooks and fins into your armor, augmenting its mobility. While wearing your modified armor, you gain a climbing speed equal to your walking speed, and you can move up, down, and across vertical surfaces and upside down along ceilings, while leaving your hands free. Additionally, you gain a swim speed equal to your walking speed.

\n
\n

ADVANCED POWER FIST

\n

Prerequisite: 11th level, Armor
Prerequisite: Prototype Power Fist
You further modify your modified armor’s gauntlet with increased reinforcement and weight. Your modified armor’s unarmed strike deals 1d8 kinetic damage. Additionally, your critical hit range with your unarmed strikes increases by 1.

\n
\n

ARTIFICIALLY INTELLIGENT

\n

Prerequisite: 9th level, Armor
You install an artificial intelligence into your modified armor. While wearing your modified armor, when you make an ability check, your armor’s artificial intelligence can take the Help action.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a long rest.

\n
\n

BONDED PLATES

\n

Prerequisite: 5th level
You gain a +1 bonus to AC against melee attacks. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

COLLAPSIBLE SUIT

\n

Prerequisite: 5th level, Armor
Your modified armor can collapse into a case for easy storage. When transformed this way the armor is indistinguishable from a normal case and weighs 1/3 its normal weight. As an action you can don or doff the armor, allowing it to transform as needed.

\n
\n

DARKVISION VISOR

\n

Prerequisite: Armor
While wearing your modified armor, you have darkvision to a range of 60 feet. If you already have darkvision, this modification increases its range by 30 feet.

\n
\n

ENHANCED ENDURANCE

\n

Prerequisite: Armor
When you are reduced to 0 hit points while wearing your modified armor but not killed outright, you can drop to 1 hit point instead. You can’t use this feature again until you finish a long rest.

\n
\n

ELECTROSHOCK SHIELD

\n

Prerequisite: Shield Generator
You install electroshockers in your shield generator. Whenever an enemy misses you with a melee attack, you can use your reaction to do 1d4 + your Intelligence modifier lightning damage to the attacker.

\n
\n

FLIGHT

\n

Prerequisite: 9th level, Armor
You integrate a propulsion system into your modified armor. While wearing your modified armor you have an enhanced flying speed of 30 feet.

\n
\n

GRAPPLING HARPOON

\n

Prerequisite: Armor
Your modified armor gains an integrated grappling harpoon set into your gauntlet. With this harpoon, you can make a ranged weapon attack with a range of 30/60. On a hit, it deals 1d6 kinetic damage. This attack can target a surface, object, or creature.

\n

A creature struck by this attack is impaled by the harpoon. As an action, a creature can attempt to remove the harpoon. Removing the harpoon requires a Strength check. While the harpoon is stuck in the target, you are connected to the target by a 60 foot cable.

\n

While the harpoon is deployed, you can use your bonus action to activate the reel, pulling yourself to the location if the target is larger than you. A creature or object your size or smaller is pulled to you. Alternatively, you can opt to release the cable (no action required).

\n

Once you’ve used this feature, you can’t use it again until you recover and reinsert the harpoon as an action.

\n
\n

HEAVY SUIT

\n

Prerequisite: 5th level, Armor
You enhance your suit, making it difficult to move. As a bonus action, you can anchor your feet to the ground. While anchored, your speed is 0, you have advantage on Strength checks and Strength saving throws, and your carrying capacity and the weight you can push, drag, or lift doubles. If it would already double, it instead triples.

\n
\n

INFILTRATION SUIT

\n

Prerequisite: Armor
You install a cloaking device in your modified armor. This device has 2 charges. As an action you can use 1 charge to cast infiltrate targeting yourself.

\n

The cloaking device regains all expended charges after a long rest.

\n
\n

MAGNETIZED SHIELD

\n

Prerequisite: Physical Shield
You modify your physical shield such that when a melee weapon attack misses you by an amount less than or equal to your bonus to AC from your shield, the attacking creature must make a Strength check against your tech save DC. On a failed save, the creature’s weapon adheres to the shield. As an action, a creature can repeat this check. On a success, the weapon is freed.

\n
\n

OVERLOAD SHIELD

\n

Prerequisite: Shield Generator
You modify your shield generator to overload. As an action you can overload your shield. Each Large or smaller creature within 5 feet of you must make a Dexterity or Strength saving throw (their choice) against your tech save DC. On a failed save, they are pushed back 5 feet and knocked prone.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain any expended uses when you finish a long rest.

\n
\n

POWER FIST

\n

Prerequisite: Armor
You modify your modified armor gauntlet with increased reinforcement and weight. Your modified armor’s unarmed strike deals 1d4 kinetic damage.

\n

Additionally, when you take the Attack action and make an unarmed attack, you can make an additional unarmed attack as a bonus action.

\n
\n

PROTOTYPE POWER FIST

\n

Prerequisite: 5th level, Armor
Prerequisite: Power Fist
You further modify your modified armor gauntlet with increased reinforcement and weight. Your modified armor’s unarmed strike deals 1d6 kinetic damage and has the following property.

\n

If you or your target move at least 10 feet in a straight line immediately before making an unarmed attack, the first unarmed attack you make deals additional damage equal to your Intelligence modifier.

\n
\n

REINFORCED UNDERLAY

\n

Prerequisite: 5th level
You gain a +1 bonus to AC against ranged attacks. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

RESISTANCE

\n

Prerequisite: Armor
You tune your modified armor against certain forms of damage. Choose acid, cold, fire, ion, lightning, or sonic damage. While wearing your modified armor you have resistance to that type of damage.

\n

You can select this modification multiple times. Each time you do so, you must choose a different damage type.

\n
\n

SEALED SUIT

\n

Prerequisite: 5th level, Armor
As a bonus action you can hermetically seal your modified armor, giving you an air supply for up to 1 hour and making you immune to poison (but not curing you of existing poisoned conditions). Your armor regains 1 minute of air for every minute that you are not submerged and the armor is not sealed.

\n

Additionally, while you are wearing your modified armor you are considered adapted to cold and hot climates as well as high altitude, as described in chapter 5 of the Dungeon Master’s Guide.

\n
\n

SENTIENT ARMOR

\n

Prerequisite: 13th level
Prerequisite: Artificially Intelligent
Your artificial intelligence has learned to control the suit without you being in it. It is now a valid target of the tracker droid interface tech power.

\n

While your armor is acting independently, it uses your ability scores, saving throws, and skills, and it has hit points equal to your engineer level. If reduced to 0 hit points, it falls directly to the ground, and it can not be equipped again until you finish a long rest.

\n
\n

SHIELD AMPLIFIER

\n

Prerequisite: Shield Generator
You modify your shield generator to project outward. As a bonus action you can amplify your shield until the start of your next turn. Each creature within 5 feet of you gains a bonus to AC equal to your shield’s bonus.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain any expended uses when you finish a long rest.

\n
\n

SHIELD ANCHOR

\n

Prerequisite: Physical Shield
You modify your shield to be used as a portable source of cover. As an action, you can anchor or recover the shield. While anchored, you gain no benefit from a shield, and it does not require the use of a hand. Instead, while anchored, a light shield provides one-quarter cover, a medium shield provides half cover, and a large shield provides three-quarters cover.

\n
\n

TECH BLAST

\n

Prerequisite: Armor
You modify your modified armor gauntlet with a blaster weapon with which you are proficient. The weapon uses your Intelligence modifier for its attack and damage rolls, and deals 1d8 energy damage on a hit. It has a normal range of 30 feet and a long range of 120 feet.

\n
\n

WEAPON INTEGRATION ARMORING

\n

Prerequisite: Armor
You can integrate a single weapon that weighs no more than 8 lb. into your armor. While integrated, that weapon gains the hidden property. Additionally, you have advantage on Strength saving throws to avoid being disarmed.

\n

 

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Armormech 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Stay In Formation","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you can take the Guard action as a bonus action on your turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"PWRce8jzPuXlGfPE"} -{"_id":"PtL7M75J3a8akz4a","name":"Battle Anticipation","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, while raging, your critical hit range with melee weapon attacks using Dexterity increases by 1.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Precision 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"PysR7YJIeMZG5ACJ","name":"Furious Force","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you can cast force powers while raging as long as the power’s casting time is no more than 1 action, the power does not require concentration, and you are not wearing heavy armor or wielding a medium or heavy shield. While raging, you add your rage damage to damage rolls from force powers you cast. If a force power damages more than one target, you may only apply your rage damage to one of the targets.

\n

Casting force powers during rage counts as attacking for the purposes of maintaining rage, and you can use your Reckless Attack feature to gain advantage when casting a force power that requires an attack roll.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Marauder 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"Q1JyHnVs9iIEBs91","name":"Reckless Attack","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Starting at 2nd level, you can throw aside all concern for defense to attack with fierce desperation. When you make your first attack on your turn, you can decide to attack recklessly. Doing so gives you advantage on melee weapon attack rolls using Strength during this turn, but attack rolls against you have advantage until your next turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 2","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"Q3DHegz5ZbV7rA7m","name":"Raging Bulwark","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, your imposing form acts as a shield for your allies. When a friendly creature you can see is the target of a ranged attack, or forced to make a Dexterity saving throw, and you can see the source of the effect, you can use your reaction to move up to half your speed towards the friendly creature. You must end this move closer to the ally than you started. If you end this movement between your ally and the source of the effect, you provide cover for the attack.

\n

Additionally, you provide three-quarters cover, instead of half-cover, to creatures your size, and you provide full cover to creatures smaller than you.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Juggernaut 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"QRnYiJmRk18ekE9v","name":"Boggdo's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Prerequisite: 13th level
While raging you have a flying speed equal to your current walking speed, though you fall if you end your turn in the air and nothing else is holding you aloft.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 13","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"QW2GcMjunyXuGZXe","name":"Reckless Strikes","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, while you are raging, not wearing heavy armor, and not wielding a shield, when you hit a creature with an unarmed strike or improvised weapon, you can choose to forgo your rage damage to make the attack a reckless strike.

\n

Some of your reckless strikes require your target to make a saving throw to resist the reckless strike’s effects. The saving throw DC is calculated as follows:

\n
\n

Reckless Strike save DC = 8 + your proficiency bonus + your Strength modifier

\n
\n

BRACING STRIKE

\n

You gain temporary hit points equal to your rage damage bonus. If the target is grappled by you, you instead gain temporary hit points equal to twice your rage damage bonus.

\n

PUNISHING STRIKE

\n

Your target must make a Constitution saving throw. On a failed save, the creature is deafened until the start of its next turn. If the target is grappled by you, it is instead incapacitated until the start of its next turn.

\n

STAGGERING STRIKE

\n

Your target must make a Strength or Dexterity saving throw (the target chooses the ability score to use). On a failed save, your target is pushed back 5 feet. If the target is grappled by you, it instead knocked prone.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Brawling 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Fighting Spirit","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 3rd level, your intensity in battle can shield you and help you strike true. As a bonus action on your turn, you can give yourself advantage on all weapon attack rolls until the end of the current turn. When you do so, you also gain 5 temporary hit points. The number of hit points increases when you reach certain levels in this class, increasing to 10 at 10th level and 15 at 15th level.

\n

You can use this feature three times. You regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":3,"max":3,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"heal","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["5","temphp"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"QoSoggniLQlVPh3D"} -{"_id":"Qqp4sbAvV5R3xgO4","name":"Greater Extra Attack","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 11th level, you can attack three times, instead of once, whenever you take the Attack action on your turn.

\n

Additionally, when you use a bonus action to engage in Double- or Two-Weapon Fighting, you can make two attacks, instead of one.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Fighter 11"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"QwDExZ4sYBdx4d4o","name":"Scout Routines","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 3rd level, you’ve developed one routine, as detailed below. You develop an additional routine at 7th and 15th level.

\n
\n

SCOUT ROUTINES

\n

The routines are presented in alphabetical order. If multiple scouts grant the same routine, affected creatures can only benefit from it once. You must be conscious to grant the benefit of your routines.

\n

At 9th level, the range of your routines increases to 15 feet, and at 17th level, the range of these routines increases to 30 feet.

\n
\n
\n

ADAPTABILITY ROUTINE

\n

At the start of each of your turns, you can choose an ability score with a saving throw in which you are not proficient. Until the start of your next turn, you add half your proficiency bonus, rounded down, to saving throws you make with the chosen ability. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n
\n

MAVEN’S ROUTINE

\n

At the start of each of your turns, you can choose to gain resistance to damage from tech powers until the start of your next turn. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n
\n

MESMER’S ROUTINE

\n

At the start of each of your turns, you can choose to have advantage on saving throws against effects that would incapacitate you or put you to sleep until the start of your next turn. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n
\n

NOMAD’S ROUTINE

\n

At the start of each of your turns, you can choose to gain advantage on Constitution saving throws to avoid exhaustion from unenhanced sources, as well as being naturally adapted to both hot and cold climates. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n
\n

RESPONDER’S ROUTINE

\n

When you roll initiative, you can choose to add your proficiency bonus to the initiative roll and have advantage on attack rolls against creatures that have not yet acted. Alternatively, you can choose to allow each creature within 5 feet of you, including you, to add half your proficiency bonus to the initiative roll and have advantage on the first attack roll they make against a creature that has not yet acted.

\n
\n

SHARPSHOOTER’S ROUTINE

\n

At the start of each of your turns, you can choose to gain a bonus to the first weapon attack roll you make before the start of your next turn equal to your Intelligence modifier. Alternatively, you can choose to allow each creature within 5 feet of you, including you, to add half your Intelligence modifier to the first weapon attack roll they make before the start of your next turn.

\n
\n

STRIDER’S ROUTINE

\n

At the start of each of your turns, you can choose to have each slowed level only reduce your speed by 5 feet, unless it would reduce your speed to 0 until the start of your next turn. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n
\n

WARDEN’S ROUTINE

\n

At the start of each of your turns, you can choose to gain a climbing and swimming speed equal to your walking speed. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"RC7hvuuU3CIRZUOd","name":"Upheld By the Force","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting when you choose this tradition at 3rd level, the Force flowing through your body strengthens you, granting the following benefits:

\n
    \n
  • Your hit point maximum increases by 3, and it increases by 1 again whenever you gain a level in this class.
  • \n
  • Your base AC becomes 13 + your Constitution modifier.
  • \n
  • When you make a melee weapon attack as a part of a force power you cast, you can use Wisdom or Charisma (your choice) instead of Strength for the attack and damage rolls.
  • \n
\n

Additionally, as an action, you can gain resistance to kinetic and energy damage for 1 minute. This effect lasts until you end it as a bonus action, you are incapacitated, or you don armor other than a shield. You can use this feature twice. You regain all expended uses of it when you finish a short or long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":2,"max":2,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Consular: Endurance 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"RFU6FQawnVy3w4TO","name":"Close Call","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, when you make an attack roll with your modified weapon and miss, you can expend one use of your Potent Aptitude to attempt to turn that miss into a hit. Roll the die and add it to the attack roll.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Armstech 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"ROdICoWR82v6A2Rf","name":"Tactician's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

When you use your Reckless Attack feature, you can choose to not have advantage on your attack rolls this turn. If you do so, friendly creatures within 5 feet of a hostile creature that is within 5 feet of you have advantage on attack rolls against that creature.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 2","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Maneuver Mastery","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, once per round, when you would roll a Superiority Die, you can instead choose the maximum.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"RQnRq0u0DbUJcO58"} -{"name":"Focused Breathing","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 10th level, you learn to recover some of your expended power quickly. When you use your Second Wind you also regain a number of force points equal to your Wisdom or Charisma modifier (your choice, a minimum of one).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"RYV1XXoeZ4GjBpkq"} -{"name":"Tireless Spirit","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, when you roll initiative and have no uses of Fighting Spirit remaining, you regain one use

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"RhtkuvE1lcDsocvR"} -{"_id":"Rii7wMd3z3cG9bk4","name":"Raid Planning","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, you learn to flare up your allies’ drive for combat, urging them to follow you into the fray. During a long rest, you tell sagas, sing battle songs, and give inspiring speeches. At the end of the long rest choose up to 5 creatures that can hear and understand you (which can include yourself) to add your Charisma modifier (minimum of one) to their next initiative roll, and a 10 foot bonus to their speed on their first turn of combat.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Warchief 10"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"Rmny9eQ9fR6sINL4","name":"Guarding Weapon","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 10th level, you can direct your animated weapons to absorb damage while your Saber Storm is activate. When you take damage, you can use your reaction to expend one force slot to have your animated weapon intercept it, and reduce that damage to you by an amount equal to five times the force slot’s level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Manipulation 10"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"RoBYgglH8V1FjCSV","name":"Enhanced Strikes","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 6th level, your unarmed strikes count as enhanced for the purpose of overcoming resistance and immunity to unenhanced attacks and damage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Monk 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Bonus Proficiencies (Fighter: Praetorian)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this archetype at 3rd level, you gain proficiency in one of the following skills of your choice: Insight, Lore, Performance, or Persuasion. Alternatively, you learn one language of your choice.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"S5I4RdNHNMm7ao0X"} -{"_id":"SIrtFoj8ngOsd37n","name":"Perfected Purposing","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, when you cast a tech power, you can choose to deal maximum damage or provide maximum healing with that power.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Engineer: Cybertech 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"SU5JDQ8GNySPSphF","name":"Reckless Power","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, weapons and the force are equally an extension of your rage. While you are raging and you use your action to cast a force power, you can make a single melee weapon attack as a bonus action.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Marauder 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"ScLH8xRV8QXmxeRh","name":"Extra Attack (Engineer: Armormech)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, you can attack twice, instead of once, whenever you take the Attack action on your turn. You must be wearing your modified armor or wielding your modified shield to gain this benefit.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Armormech 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"SfWAWVfaCZJChcx2","name":"Slippery Mind","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 15th level, you have acquired greater mental strength. You gain proficiency in Wisdom saving throws.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Operative 15"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"SlaMlkc4jk0s5dj1","name":"Commanding Rage","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, when in your rage, you become more aware of your allies, and their intent when fighting at your side. While you are raging, when an ally within 10 feet of you makes an attack roll against an enemy, you can use your reaction to grant advantage to that attack and add your rage damage bonus to the damage roll, if the attack hits.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Berserker: Warchief 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"TE8Ntdf1x7zULfHU","name":"Guardian Aura","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you reach 3rd level, you gain an aura of your choice, as detailed below. You gain an additional aura at 10th and 18th level.

\n

GUARDIAN AURAS

\n

The auras are presented in alphabetical order. If multiple guardians grant the same aura, affected creatures can only benefit from it once. You must be conscious to grant the benefits of your auras.

\n

At 9th level, the range of these auras increases to 15 feet, and at 17th level, the range of these auras increases to 30 feet.

\n
\n
\n

AURA OF CONQUEST

\n

Whenever a creature who is frightened of you starts its turn within 5 feet of you, its speed is reduced to 0 and that creature takes psychic damage equal to half your guardian level.

\n
\n

AURA OF CONVICTION

\n

You and friendly creatures within 5 feet of you have advantage on saving throws against effects that would cause you to be charmed or frightened.

\n
\n

AURA OF HATRED

\n

You and friendly creatures within 5 feet of you gain a bonus to the first melee weapon damage rolls you make each round equal to your Charisma modifier (minimum of +1).

\n
\n

AURA OF PRESENCE

\n

Whenever you or a friendly creature within 5 feet of you must make a saving throw, the creature gains a bonus to the saving throw equal to your Wisdom modifier (minimum of +1).

\n
\n

AURA OF PROTECTION

\n

Whenever a creature within 5 feet of you takes damage, you can use your reaction to take that damage instead of that creature taking it. This feature doesn’t transfer any other effects that might accompany the damage, and this damage can’t be reduced in any way.

\n
\n

AURA OF VIGOR

\n

Whenever a friendly creature starts its turn within 5 feet of you, that creature gains temporary hit points equal to your Wisdom or Charisma modifier (your choice, minimum of one).

\n
\n

AURA OF WARDING

\n

You and friendly creatures within 5 feet of you have resistance to damage from force powers.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Guardian 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"TH8uVHJVECGYQeO1","name":"Slow Fall","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 4th level, you can use your reaction when you fall to reduce any falling damage you take by an amount equal to five times your monk level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Monk 4"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Blessing of the Tree of Light","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, you learn how to share your totem’s power with your allies. When you use your Totemic Might feature, you can choose one willing creature you can see within 60 feet of you. The chosen creature also gains the benefits of your Totemic Might feature. If you are incapacitated or killed, this effect immediately ends for both of you.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"TeEN1l7snHIuHxn6"} -{"name":"Relentless","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 15th level, when you roll initiative and have no Superiority Dice remaining, you regain 1 Superiority Die.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"TuoWxmjG9LjToCSX"} -{"name":"Cause and Effect","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, you learn to throw grenades as a bonus action. Additionally, when a creature fails a saving throw against a charge or grenade, you can expend a superiority die to apply one of your maneuvers. You can only use this feature once per grenade.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"U07y3DHxu9EddHoC"} -{"name":"Devastating Critical","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 15th level, when you score a critical hit with a weapon attack, you gain a bonus to that weapon’s damage roll equal to your fighter level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"U3ukuB66gtdm8C7V"} -{"_id":"UJVTP58YyoNqEbg6","name":"Bonus Proficiencies (Engineer: Armormech)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this discipline at 3rd level, you gain proficiency in armormech’s implements, medium armor, and heavy armor. Additionally, when you engage in crafting with armormech’s implements, the rate at which you craft doubles.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Armormech 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Whirling Weapons","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, your constant blur of motion and attacks becomes an unending barrage as you build momentum. Once on your turn when you miss with a weapon attack you can make another weapon attack, no action required.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"UNoJQm1l6ho9QEHR"} -{"_id":"UYWFpXz6HKecYIC2","name":"War Chant","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 14th level you have memorized the litanies, songs, and chants of your people and their dedication to war. When you enter a rage you can take a commanding stance. If you do so, for the duration of your rage you have a special reaction you can take on a number of allies’ turns equal to your Charisma modifier (minimum of one). You can only use this special reaction to use your Commanding Rage feature.

\n

Additionally, during this rage, when an enemy within 10 feet of you makes an attack roll against an ally, you can use your reaction to reduce that roll by an amount equal to your Charisma modifier.

\n

Once you’ve used this feature, you must complete a long rest before you can use it again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Berserker: Warchief 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"UlaeWMHJ5WJ1BHbV","name":"Expertise (Operative)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 1st level, choose two of your skill proficiencies, or one of skill proficiencies and one of your tool proficiencies, or two of your tool proficiencies. You gain expertise in those skills or tools.

\n

At 6th level, you can choose two more of your proficiencies (in skills or tools) to gain this benefit.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Operative 1"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"Uysua3MJxqqdHu0i","name":"Unstoppable Force","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 15th level, you learn to completely ignore many of the most devastating impediments of combat. You can expend a use of Indomitable to gain the effect of the freedom of movement force power until the end of your next turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Fighter: Adept 15"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Primal Avatar","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 10th level, you learn a third totem. Additionally, the bonus damage of your Totemic Might feature increases to 1d8. Lastly, you have advantage on Lore checks you make about tribal cultures.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"V0x1tf4l58GW5VVd"} -{"_id":"VCwqg2o0ePLxL0s3","name":"Suit Reliability","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, your suit is like a second skin. Whenever you make an ability check or saving throw that uses Strength, Dexterity, or Constitution, you can treat a d20 roll of 9 or lower as a 10. You must be wearing your modified armor or wielding your modified shield to gain this benefit.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Armormech 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Greater Signature Maneuver","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 10th level, you can choose a second signature maneuver.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"VI7yPQlf403Sc2kx"} -{"_id":"VRZeRYIBfLzZwlCw","name":"Armored Brute","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this approach at 3rd level, you’ve learned to fight in the heaviest of armors, using your weight to your advantage. You gain proficiency in heavy armor, you can enter a rage while wearing heavy armor, and you can gain the benefits of your Rage feature while wearing heavy armor.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Juggernaut 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"VYgkXCFMjyEWG41H","name":"Ability Score Improvement (General)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can't increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"4,8,12,16,19"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"W7rRMa4gTsSc0VIq","name":"Shattering Strikes","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, your rage causes your strikes to overcome the hardest of materials. While raging, you gain the following benefits:

\n
    \n
  • Your unarmed strikes and improved weapons count as enhanced for the purpose of overcoming resistance and immunity to unenhanced attacks and damage.
  • \n
  • Your unarmed strikes deal double damage against structures.
  • \n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Brawling 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"WBTcdgZAjskgfJ9Y","name":"Combat Contrivances","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you use your action to a cast a 1st-level or higher tech power, you can use your bonus action to gain temporary hit points equal to the level of the tech power + your Intelligence modifier.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Cybertech 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"WTBhKJgkArQI3Tgv","name":"Hawk's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Prerequisite: 7th level
You can see up to 1 mile away with no difficulty. You are able to discern even fine details as though looking at something no more than 100 feet away from you. Additionally, dim light doesn't impose disadvantage on your Wisdom (Perception) checks.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 7","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Volatile Reflexes","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 10th level, when a creature within 5 feet of you makes a melee attack against you, you can use your reaction and throw a charge behind the target. If the target fails its saving throw against the charge, you impose disadvantage on the attack roll made against you.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"WU5tBnC8EgUZV5xj"} -{"name":"Strength Before Death","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, your fighting spirit can delay the grasp of death. If you take damage that reduces you to 0 hit points, you can use your reaction to delay falling unconscious, and you can immediately take an extra turn. While you have 0 hit points during that extra turn, taking damage causes death saving throw failures as normal, and three death saving throw failures can still kill you. When the extra turn ends, you fall unconscious if you still have 0 hit points.

\n

Once you’ve used this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"WayeFkeZ0UZogQXl"} -{"_id":"Wegdgh47OgwcBgBD","name":"Reinforced Barriers","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you cast a tech power while you have a barrier active, you can restore hit points to the barrier, provided it is within 30 feet of you. You restore a number of hit points equal to twice the power’s level, or 1 hit point for an at-will power. This can’t increase a barrier’s hit points above its initial hit points. If you have multiple barriers active, you can divide these hit points between them as you see fit.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Gadgeteer 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"Wfc2dF25ZJ2TLNID","name":"Monastic Vows","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 2nd level, you’ve sworn two vows, as detailed below. You swear an additional vow at 7th, 13th, and 17th level.

\n

MONASTIC VOWS

\n

The vows are presented in alphabetical order. If a vow has prerequisites, you must meet them to learn it. You can learn a vow at the same time you meet its prerequisites.

\n
\n
\n

VOW OF DEFLECTION

\n

You can use your reaction to divert a strike when you are dealt damage by a melee weapon attack. When you do so, the damage taken by the attack is reduced by 1d10 + your Dexterity modifier + your monk level.

\n
\n

VOW OF THE DEVOTED

\n

You gain a limited ability to manipulate the Force. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n
    \n
  • Force Powers Known. You learn 2 force powers of your choice. You learn an additional power at 3rd, 5th, 7th, 9th, 11th, 13th, 15th, and 17th level. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite. You may only learn universal powers in this way.
  • \n
  • Force Points. Rather than force points, powers you learn through this vow are cast using your focus points, at 1 focus point per power level. You may only cast universal powers in this way.
  • \n
  • Max Power Level. Many force powers can be overpowered, consuming more focus points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels. Your Max Power Level is 1st. It increases to 2nd at 7th level, 3rd at 13th level, and 4th at 17th level. You may only cast force powers at 4th-level once. You regain the ability to do so after a long rest.
  • \n
  • Forcecasting Ability. You use your focus ability whenever a power refers to your forcecasting ability. If a power you cast with focus points calls for a saving throw, you use your focus save DC. If a power you cast with focus points calls for an attack roll, you use your focus attack modifier.
  • \n
\n
\n

VOW OF FATE

\n

Prerequisite: 7th level
When you finish a short or long rest, roll a d20 and record the number rolled. Once before your next short or long rest, you can replace any attack roll, saving throw, or ability check made by you or a creature within 5 feet of you with this roll. You must choose to do so before the roll.

\n
\n

VOW OF THE FIGHTER

\n

You adopt a particular style of fighting as your specialty. Choose one of the fighting Style options, detailed in Chapter 6. You can’t take a fighting Style option more than once, even if you later get to choose again.

\n
\n

VOW OF FORTITUDE

\n

Prerequisite: 7th level
You can use your action or bonus action to end one effect on yourself that is causing you to be blinded or deafened.

\n
\n

VOW OF FREEDOM

\n

You ignore unenhanced difficult terrain, and when you would use your action to break free of an effect that is grappling or restraining you, you can instead use your bonus action.

\n
\n

VOW OF INTUITION

\n

You can no longer have disadvantage on attack rolls against creatures within 10 feet of you due to not being able to see them.

\n
\n

VOW OF THE LIMBER

\n

Prerequisite: 7th level
When you make your first unarmed strike on your turn, you can choose to spend 1 focus point. If you do so, your reach with your unarmed strikes increases by 5 feet until the end of your turn.

\n
\n

VOW OF METTLE

\n

You can use Strength instead of Wisdom or Charisma when determining your Unarmored Defense.

\n
\n

VOW OF THE MORTAL

\n

You can use Constitution instead of Wisdom or Charisma when determining your Unarmored Defense.

\n
\n

VOW OF THE NEMESIS

\n

Prerequisite: 13th level
As a bonus action, you can choose one creature within 30 feet that you can see. The creature must make a Wisdom saving throw against your focus save DC. On a successful save, the creature becomes immune to this feature for 24 hours. On a failed save, for the next minute, the creature has disadvantage on attack rolls against creatures other than you, and it must make an additional Wisdom saving throw each time it attempts to move to a space that is more than 30 feet away from you; if it succeeds on this saving throw, this feature doesn’t restrict its movement for that turn.

\n

This feature ends early if you attack another creature, if you target another hostile creature with a power or class feature, if a friendly creature damages the target, if a friendly creature targets it with a power or class feature, or if you target another creature with this feature.

\n
\n

VOW OF THE OPEN MIND

\n

You gain proficiency in a skill of your choice. Additionally, you can spend 1 focus point and 10 minutes meditating on a skill in which you are proficient. If you do so, when you make an ability check with the chosen skill, you can add your Wisdom or Charisma modifier to the check if it doesn’t already include that modifier. You can only have one instance of this feature active at a time.

\n
\n

VOW OF PRECISION

\n

Prerequisite: 13th level
Your critical hit range with unarmed strikes increases by 1.

\n
\n

VOW OF REQUITAL

\n

Prerequisite: 13th level
When you take the Dodge action and an attack made by a creature within 5 feet of you misses you before the start of your next turn, you can use your reaction to make one melee weapon attack with a monk weapon or unarmed strike against that creature.

\n
\n

VOW OF RESTORATION

\n

When you would make an unarmed strike, you can spend 1 focus point to instead touch a willing creature within your reach. Roll your Martial Arts die. The target gains hit points equal to the amount rolled + your Wisdom or Charisma modifier (your choice, minimum of +1).

\n
\n

VOW OF THE SENTRY

\n

You gain proficiency in light and medium armor. Additionally, you can now gain the benefits of your Martial Arts and Unarmored Movement features while wearing light or medium armor as long as you are not wielding a shield.

\n
\n

VOW OF SERENITY

\n

Your maximum focus increases by an amount equal to half your Wisdom or Charisma modifier (your choice, rounded up, minimum of +1).

\n
\n

VOW OF THE SHREWD

\n

You can use Intelligence instead of Wisdom or Charisma when determining your Unarmored Defense.

\n
\n

VOW OF SPIRIT

\n

You can use your choice of Wisdom or Charisma instead of Strength or Dexterity for the attack and damage rolls of your unarmed strikes and monk weapons. You must use the same modifier for both rolls.

\n
\n

VOW OF THE VERSATILE

\n

When you would make an unarmed strike as part of your Martial Arts bonus action attack or your Flurry of Blows, you can instead make a weapon attack with a monk weapon you are wielding.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Monk 2"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"WlSOL3kItS4UFnij","name":"Sage Advice","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you reach 2nd level, you can spend 1 minute spreading your knowledge and experience, advising those around you. When you do so, choose a skill or tool you are proficient with and a number of friendly creatures up to your Intelligence modifier within 30 feet of you who can hear you and who can understand you. Once within the next hour, the next time each creature would make an ability check with the chosen skill or tool, they may add their proficiency bonus to the roll if they are not already proficient. A creature may only benefit from this feature once. If a creature is targeted by this feature again before using it, they can choose to retain the first benefit or replace it with the new skill or tool instead.

\n

Once you’ve used this feature, you can’t use it again until you finish a long rest. Starting at 13th level, you regain the ability to use it after you complete a short or long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"minute","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":"ally"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Scholar 2"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"X4PnDFr2JiWjuYEl","name":"Fighting Style (Fighter)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 1st level, you adopt a particular style of fighting as your specialty. Choose one of the fighting style options, detailed in Chapter 6. You can’t take a fighting style option more than once, even if you later get to choose again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Fighter 1"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"XZkExfmmCLzuAxjz","name":"Masterful Mixtures","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, when you deal acid or poison damage using a tech power or class feature, you ignore resistance and treat immunity as resistance.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Biochem 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"XunBynvxZH9qkNEs","name":"Extra Attack","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 5th level, you can attack twice, instead of once, whenever you take the Attack action on your turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"5"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"YFrVQpPzar30Wpgx","name":"Bonus Proficiencies (Engineer: Audiotech)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this discipline at 3rd level, you gain proficiency in three musical instruments and audiotech’s implements. Additionally, when you engage in crafting with audiotech's implements, the rate at which you craft doubles.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Audiotech 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"YHPUv9lN3nCapAgP","name":"Persistent Rage","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 15th level, your rage is so fierce that it ends early only if you fall unconscious or if you choose to end it.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 15","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"YND5s9bZK1Fp05dX","name":"Size Matters Not","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 10th level, you can manipulate creatures of Huge size or smaller with your force powers and Way of Telekinetics features.

\n

Additionally, when you use your action to cast a force power, you can use a bonus action to fly up to 10 feet without provoking opportunity attacks.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Telekinetics 10"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"YO47dPo3A0QCh006","name":"Stunning Strike","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 5th level, you can interfere with an opponent’s body. When you hit another creature with a melee weapon attack, you can spend 1 focus point to attempt a stunning strike. The target must succeed on a Constitution saving throw or be stunned until the end of your next turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Monk 5"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"YQbpwkUPMTaSkhNq","name":"Center of the Force","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, you are perfectly centered with the Force. Your Dexterity and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for those scores increases by 2.

\n

Additionally, once per turn, when you would roll a Kinetic Combat die, you can instead choose the maximum.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel 20"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Bombard","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, when a creature fails its saving throw against a charge or grenade thrown by you, it has disadvantage on the next Dexterity saving throw it makes before the end of your next turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"YWsDFY7hQEabL8PH"} -{"name":"Enhanced Shot","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, you gain the ability to enhance your shots. Whenever you fire an unenhanced shot from a blaster, you can make it enhanced for the purpose of overcoming resistance and immunity to unenhanced attacks and damage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"YnM0Nxhfsvkr01Vh"} -{"_id":"Z7Ku1V9dXCInJ6eK","name":"Twisting Winds","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, your unpredictable movement makes you harder to hit and pin down. When you make a saving throw or ability checks to avoid being knocked prone, pushed, grappled, or restrained, it gains a bonus equal to your Strength or Dexterity modifier (your choice) as long as it doesn’t already include that modifier.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Cyclone 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"ZAGjuz5DZXFXIRjn","name":"Concussive Blast","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, you add your Intelligence modifier (a minimum of +1) to any damage you deal with tech powers and class features that deal sonic damage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Audiotech 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"ZU13gEZVPufJ7Csp","name":"Preserve Life","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, as an action, you can channel the Force and evoke healing energy that restores a number of hit points equal to five times your consular level. Choose any creatures within 30 feet of you, and divide those hit points among them. This feature can restore a creature to no more than half its hit point maximum. This feature has no effect on droids or constructs.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"heal","attackBonus":0,"chatFlavor":"Restores a creature to no more than half its hit point maximum.","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Consular: Sage 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"ZUYgGHpQpiGmxo3A","name":"Bonus Proficiencies (Engineer: Armstech)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this discipline at 3rd level, you gain proficiency in armstech’s implements, medium armor, martial blasters, and martial vibroweapons. Additionally, when you engage in crafting with armstech’s implements, the rate at which you craft doubles.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Armstech 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Ammunition Upgrades","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, your ammunition enhancements improve.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"ZbwvEeTXEPwoApqc"} -{"_id":"ZoEt4JpvUya3an75","name":"Timeless Vessel","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 15th level, your focus sustains you so that you suffer none of the frailty of old age, and you can’t be aged abnormally. You can still die of old age, however. Additionally, when you complete a short rest, you can expend a Hit Die to remove 1 level of exhaustion or slowed.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Monk 15"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"ZtPzMR1E5kqylmVY","name":"Calm and Collected","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 14th level, when you make a saving throw caused by an effect you can see, you may gain a bonus to the saving throw equal to your Intelligence modifier.

\n

Once you’ve used this feature, you must wait until a short or long rest before you can use it again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Scholar 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"ZuL4WCeoY7TvBdZx","name":"Versatile Direction","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, you can take a second bonus action on each of your turns.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Engineer: Gadgeteer 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"aGAQYc3CH95QAgm5","name":"Powerful Presence","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, as a bonus action, you unleash a battle cry infused with force energy. Choose up to ten other creatures of within 60 feet of you that can hear you. Friendly creatures have advantage on attack rolls and saving throws until the start of your next turn, and hostile creatures have disadvantage on attack rolls and saving throws until the end of your next turn.

\n

Once you’ve used this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":60,"width":null,"units":"ft","type":"radius"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Berserker: Marauder 10"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Brute Force","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this specialty at 3rd level, once per turn, when you deal damage with a weapon, you can deal an additional 1d4 damage of the same type as the weapon’s damage. If this damage would affect multiple creatures, you can only apply this damage bonus to one of them.

\n

This damage increases to 1d6 at 5th level, 1d8 at 9th level, 1d10 and 13th level, and 1d12 at 17th level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"aOjtP2LVp16Q6TeQ"} -{"_id":"aR0lm7tWLj6TSFj5","name":"Martial Arts","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 1st level, your practice of martial arts gives you mastery of combat styles that use unarmed strikes and monk weapons, which are chakrams, techblades, and any simple vibroweapons that don’t have the two-handed property.

\n

You gain the following benefits while you are unarmed or wielding only monk weapons and you aren’t wearing armor or wielding a shield:

\n
    \n
  • You can use Dexterity instead of Strength for the attack and damage rolls of your unarmed strikes and monk weapons. You must use the same modifier for both rolls.
  • \n
  • You can roll a d4 in place of the normal damage of your unarmed strike or monk weapon. This die changes as you gain monk levels, as shown in the Martial Arts column of the monk table.
  • \n
  • You can use Dexterity instead of Strength whenever you would make a Strength (Athletics) check to grapple, shove, or trip a creature.
  • \n
  • When you use the Attack action with an unarmed strike or a monk weapon on your turn, you can make one unarmed strike as a bonus action.
  • \n
  • You can take the Dash and Disengage actions as a bonus action.
  • \n
\n
\n
Variant: Monks with Lightweapons
\n

If monks gain lightweapon proficiency, consider letting them use lightweapons as monk weapons, provided the lightweapon has a vibroweapon analogue. For instance, chakrams count as monk weapons. If a monk gains proficiency in a light ring, they could also use it as a monk weapon.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Monk 1"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"aT3vCPrH46ei2O6v","name":"Unstable Volley","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, while wielding your tinkercannon, as a bonus action you can expend one use of your Potent Aptitude to launch a volley of unstable energy at a surface located within 30 feet of you that you can see. This energy adheres to the surface for 1 minute, after which it erupts. As a part of this bonus action, or as a bonus action on a following turn, you can cause the energy to erupt early. Each creature within 5 feet of it must make a Dexterity saving throw against your tech save DC. A creature takes 1d6 lightning damage on a failed save, or half as much on a successful one.

\n

The range at which you can launch your volley increases to 60 feet at 9th level, and 120 feet at 17th level.

\n

This damage increases when you reach certain levels in this class, increasing to 2d6 at 5th level, 3d6 at 11th level, and 4d6 at 17th level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Unstable 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"acOlNws5mitLSSuE","name":"Modified Biochemist's Pack","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to modify and combine your biochemist’s kit and poisoner’s kit, creating a mobile laboratory using your chemistry expertise. Over the course of a long rest, you can create your modified biochemist’s pack. You must have a biochemist’s kit, a poisoner’s kit, and materials in order to perform this modification.

\n

Your biochemist’s pack is enhanced, requires attunement, can only be used by you, and counts as a tech focus for your tech powers while you are attuned to it. Your modified biochemist’s pack has 4 modification slots, and it gains more at higher levels, as shown in the Modification Slots column of the engineer table. For each modification installed in excess of your proficiency bonus, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

Your modified biochemist’s pack comes equipped with a chemical distribution system, complete with three chemical mixtures: corrosive, invigorating, and noxious. As an action, you can activate your distributor and target a creature within 30 feet, with an effect determined by the mixture.

\n

Chemical Mixtures

\n
\n

CORROSIVE MIXTURE

\n

Your distributor emits a burst of acid. The target must make a Dexterity sav-ing throw. On a failed save, a creature takes 1d6 + your Intelligence modifier acid damage. This mixture’s damage increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).

\n
\n

INVIGORATING MIXTURE

\n

Your distributor emits a bolt of kolto. The target gains 1d6 + your Intelligence modifier temporary hit points, which last until the end of your next turn. The temporary hit points granted by this mixture increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).

\n
\n

NOXIOUS MIXTURE

\n

Your distributor emits a cloud of poison. The target must make a Constitution saving throw. On a failed save, a creature takes 1d6 + your Intelligence modifier poison damage. This mixture’s damage increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).

\n
\n

BIOCHEM MODIFICATIONS

\n
\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n
\n

BIOCHEMIST’S AMPLIFER

\n

Prerequisite: 5th level
While using your biochemist’s pack as a tech focus, you gain a +1 bonus to tech attack rolls. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

BIOCHEMIST’S INHIBITOR

\n

Prerequisite: 5th level
While using your biochemist’s pack as a tech focus, you gain a +1 bonus to your tech save DC. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

CHEMICAL COUNTERAGENTS

\n

You may choose one type of damage that benefits from your Biochemist’s Touch and Potent Mixtures features. While wearing your modified biochemist’s pack you have resistance to that type of damage.

\n

You can select this modification multiple times. Each time you do so, you must choose a different damage type.

\n
\n

COUNTERTOXIN

\n

When you or an ally within 30 feet of you is suffering from the poisoned condition, you may use your reaction on your turn to end the poisoned condition on that creature. The creature also gains immunity to the poisoned condition for one minute.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

DETACHABLE DISTRIBUTION SYSTEM

\n

You upgrade your distributor with a secondary, detachable distributor. As a bonus action, you can throw your detachable distributor at a point within range. Your detachable distributor has a range equal to 30 feet + your Strength modifier x 5. Your detachable distributor works for 1 minute before coming inert. Once it does so, you can’t use it again until you recover it as an action.

\n

Additionally, while your detachable distributor is within 100 feet of you, when you use your action to activate your distributor, you can choose to affect each creature within 5 feet of your detachable distributor. You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

DRONE DISTRIBUTION SYSTEM

\n

You upgrade your distributor, interfacing it with the target of your tracker droid interface power. When you use your action to activate your distributor, while your tracker droid is within 100 feet of you, you can choose to have your tracker droid deliver the mixture. Your tracker droid must use its reaction to deliver the mixture.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You

\n

regain all expended uses when you complete a short or long rest.

\n
\n

EXPANDED CHEMICALS: COMBUSTIBLES

\n

Prerequisite: 5th level
You add additional chemicals to your modified biochemist’s pack. When you deal fire damage with a tech power or class feature, you can use your Biochemist’s Touch and Potent Mixture features.

\n

Additionally, when a creature fails their Dexterity saving throw against your Corrosive Mixtures feature, you can choose to instead deal fire damage. If you do so, each creature within 5 feet of the target takes fire damage equal to your Intelligence modifier. You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

EXPANDED CHEMICALS: CRYOGENICS

\n

Prerequisite: 5th level
You add additional chemicals to your modified biochemist’s pack. When you deal cold damage with a tech power or class feature, you can use your Biochemist’s Touch and Potent Mixture features.

\n

Additionally, when a creature fails their Constitution saving throw against your Noxious Mixtures feature, you can choose to instead deal cold damage. If you do so, it gains 1 slowed level until the start of your next turn. You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

EXPANDED CHEMICALS: RESTORATIVE

\n

Prerequisite: 5th level
You add additional chemicals to your modified biochemist’s pack. When you restore hit points with a tech power or class feature, you can use your Biochemist’s Touch and Potent Mixture features.

\n

Additionally, when you use your Invigorating Mixture to grant temporary hit points to a creature, you can choose to restore that many hit points to the same creature. You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

EXPANDED MIXTURES: ADHESIVE

\n

You’ve created a new mixture from your chemicals that you can use when you activate your distributor. When you do so, the target creature must make a Strength saving throw. If the creature is Large or larger, it has advantage on the saving throw. On a failed save, a creature gains 4 slowed levels until the start of your next turn. As an action on their turn, an affected creature can repeat this saving throw, ending the effect on a success.

\n
\n

EXPANDED MIXTURES: BLINDING

\n

You’ve created a new mixture from your chemicals that you can use when you activate your distributor. When you do so, the target creature must make a Constitution saving throw. On a failed save, a creature

\n

is blinded until the start of your next turn.

\n
\n

EXPANDED MIXTURES: HALLUCINOGENIC

\n

You’ve created a new mixture from your chemicals that you can use when you activate your distributor. When you do so, the target creature must make an Intelligence saving throw. On a failed save, the target loses the ability to distinguish friend from foe, regarding all creatures it can see as enemies until the end of your next turn. Each time the target takes damage, it can repeat the saving throw, ending the effect on itself on a success.

\n

Whenever the affected creature chooses another creature as a target, it must choose the target at random from among the creatures it can see within range of the attack, power, or other ability it’s using. If an enemy provokes an opportunity attack from the affected creature, the creature must make that attack if it is able to.

\n

This feature has no effect on droids or constructs.

\n
\n

EXPLOSIVE DISTRIBUTION SYSTEM

\n

You upgrade your distributor, granting it the ability to create a volley. When you use your action to activate your distributor, you can choose to affect each creature in a 10-foot-radius sphere centered on a point you can see within 30 feet.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

INJECTION APPARATUS

\n

You install a wrist mounted injection apparatus into your modified biochemist’s pack. It is a simple vibroweapon with the finesse and light properties, and deals 1d4 kinetic damage on a hit. Your injection apparatus does not fill the hand slot, but you can’t use it while the hand is full.

\n

When you hit with the weapon, you can activate your distributor to deploy one of your mixtures. If you do so, the target has disadvantage on the saving throw against your mixture.

\n
\n

INOCULATION

\n

You gain immunity to the poisoned and diseased conditions.

\n
\n

INTEGRATED EVA FUNCTIONALITY

\n

You make several additions to your modified biochemist’s pack, you are protected from hazardous conditions, as if wearing an EVA suit, for as long as you are wearing your modified biochemist’s pack.

\n
\n

KOLTO AEROSOL

\n

Prerequisite: 9th level
You add a special dispersal system to your modified biochemist’s pack. This system slowly disperses small amounts of kolto in the air. If creatures spend the entirety of a long rest within 30 feet of you, they regain all expended Hit Dice, instead of only half. Additionally, they are cured of any poisons or diseases that are suffering from.

\n
\n

LONG-RANGE DISTRIBUTION SYSTEM

\n

You upgrade your distributor, improving the range. When you use your action to activate your distributor,

\n

you can choose to increase the range to 60 feet.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

LUMINOUS GEL

\n

You’ve added a light-emitting gel to your modified biochemist’s pack. As an action, you can coat an item, object, or location up to 5-foot-square with this gel. When you do so, the gel sheds bright light in a 10-foot radius and dim light for an additional 10 feet. The gel lasts for 1 hour before losing its potency. You can end this effect as a bonus action.

\n
\n

OIL SPILL

\n

As an action, you can cast the oil slick tech power without expending tech points. Casting the power in this way does not require concentration, and the oil will remain in place for the full duration of the power.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

\n
\n

PERSISTENT CHEMICALS

\n

Prerequisite: 7th level
Whenever you use your Biochemist’s Touch feature, you may select one creature that was damaged. At the start of each of that creature’s turns, it must make a Constitution saving throw. On a failed save, it takes damage of the triggering type equal to your Intelligence modifier and has disadvantage on attack rolls until the start of its next turn. On a success, this feature ends, and the creature becomes immune to it for one day.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

\n
\n

PIERCING GEL

\n

Prerequisite: 11th level
Prerequisite: Luminous Gel
Your luminous gel now automatically dispels illusions and can detect invisibility, as with truesight.

\n
\n

SELF-INJECTION MODULE

\n

You install a special kolto injector into your modified biochemist’s pack that can inject you with kolto in response to pain. When you take damage, you can use your reaction and expend a Hit Die to regain health as long as the damage would not reduce your hit points to 0.

\n
\n

SMART DISPERSAL SYSTEM

\n

When you activate your distributor, you can choose a number of creature equal to your Intelligence modifier. Those creature automatically succeed on their saving throws against your mixtures.

\n
\n

SPRAY DISTRIBUTION SYSTEM

\n

You upgrade your distributor, granting it the ability to spray in a cone. When you use your action to activate your distributor, you can choose to affect each creature in a 15-foot cone.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Biochem 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"anLxaTAHmPqQkmiZ","name":"Careful Steps","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this approach at 3rd level, you gain skills that represent your precise movement. You gain proficiency your choice of Acrobatics or Stealth. While raging, you have advantage on checks you make with the chosen skill.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Precision 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"b3uHUpwxSYCU0iLM","name":"Frenzy","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this approach at 3rd level, you can go into a frenzy when you rage. If you do so, for the duration of your rage you can make a single melee weapon attack as a bonus action on each of your turns after this one. When your rage ends, you suffer one level of exhaustion (as described in appendix A).

\n

When you finish a long rest, you reduce your exhaustion level by 2 rather than 1. Additionally, any effect that removes exhaustion reduces your exhaustion by 1 additional level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Frenzied 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"bMmeeDNTAIqgqH4f","name":"Second Wind","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

SECOND WIND

\n

Also at 1st level, you have a limited well of stamina that you can draw on to protect yourself from harm. On your turn, you can use a bonus action to regain hit points equal to 1d10 + your fighter level.

\n

Once you’ve used this feature, you must finish a short or long rest before you can use it again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"heal","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d10","healing"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Fighter 1"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Overwhelm","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 15th level, when you use your Second Wind while wielding a weapon with the heavy or strength properties, if you hit with the first attack roll you make before the end of your next turn, you treat the hit as a critical hit. If you miss with the first attack roll you make before the end of your next turn, you instead treat the miss as a hit.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"bPPhHr2oAZGmovhh"} -{"_id":"ba3N86GYUCNFQHKm","name":"Disciple of Life","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this tradition at 3rd level, when you cast a force power that restores hit points, you can use Wisdom or Charisma as your forcecasting ability for it.

\n

Additionally, whenever you use a power of 1st level or higher to restore hit points to a creature, the creature regains additional hit points equal to 2 + the power’s level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Sage 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"bfI8uiDYajYnDMXR","name":"Enlightened Evasion","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you reach 15th level, when you are subjected to a damage-dealing effect that forces you to make a saving throw, you can spend 2 force points to add your Wisdom or Charisma modifier (your choice, minimum of one) to the saving throw if it doesn’t already include that modifier. If you do so, you instead take no damage if you succeed on the saving throw, and only half damage if you fail. You can wait until after you roll the d20 to use this feature, but you must decide before the GM says whether the roll succeeds or fails.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel 15"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"bi8G8H5Ur9B3BAyM","name":"Brutal Critical","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 9th level, you can roll one additional weapon damage die when determining the extra damage for a critical hit with a melee attack.

\n

This increases to two additional dice at 13th level and three additional dice at 17th level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 9","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"boJLDGKWXUcLVjT6","name":"Engineering Bombardment","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, the harmful energies of your tech powers and class features intensify. When you roll damage for a tech power or class feature and roll the highest number possible on any of the dice, you can roll it again and use both results. You can only use this ability once per tech power or class feature.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Unstable 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Resilient Fighting","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 10th level, when you expend a use of your Adaptive Fighting, you gain resistance to energy and kinetic damage dealt by weapons until the start of your next turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"byZ3LtPPfMXxiVNI"} -{"_id":"cGv4yOyQ5ZPihigt","name":"Subtle Control","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 3rd level, you can befuddle a creature’s mind with nothing but a gesture. As an action, you can cause a creature you can see within 30 feet to make a Wisdom saving throw against your universal force save DC. On a failed save, you can force the creature to believe or forget a single aspect of a conversation, observation or encounter it had that you were present for in the past 10 minutes. Whether the creature succeeds or fails their saving throw, you can’t use this feature on them again until you finish a long rest.

\n

Additionally, creatures who attempt to detect your use of the Force have disadvantage on ability checks to do so, and if a creature has the sense force or force sight power active, they must succeed on a universal forcecasting ability check against your universal force save DC in order to notice your usage of the Force, your alignment within the Force, or how strong your connection to the Force is.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Consular: Suggestion 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"cXHHpzCSGKw8vRQ8","name":"Blessed Healer","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 10th level, the healing powers you cast on others heal you as well. When you cast a force power that restores hit points to a creature other than you, you regain hit points equal to 2 + the power’s level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Sage 10"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"cbdn2Isx1w9y50pQ","name":"Operative Exploits","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 2nd level, you’ve adopted two exploits, as detailed at the end of the class description. You adopt an additional exploit at 7th, 13th, and 17th level.

\n

OPERATIVE EXPLOITS

\n

The exploits are presented in alphabetical order. If an exploit has prerequisites, you must meet them to learn it. You can learn an exploit at the same time you meet its prerequisites.

\n
\n
\n

COMMANDER’S EXPLOIT

\n

You gain proficiency in medium armor.

\n
\n

EXPLORER’S EXPLOIT

\n

You can hold your breath twice as long as you are normally able to, and take half as much damage from fall damage.

\n
\n

FATE’S EXPLOIT

\n

Prerequisite: 7th level
When you finish a short or long rest, roll a d20 and record the number rolled. Once before your next short or long rest, you can replace any attack roll, saving throw, or ability check made by you or a creature within 5 feet of you with this roll. You must choose to do so before the roll.

\n
\n

FIGHTER’S EXPLOIT

\n

You adopt a particular style of fighting as your specialty. Choose one of the fighting Style options, detailed in Chapter 6. You can’t take a fighting Style option more than once, even if you later get to choose again.

\n
\n

FREEDOM’S EXPLOIT

\n

You ignore unenhanced difficult terrain, and when you would use your action to break free of an effect that is grappling or restraining you, you can instead use your bonus action.

\n
\n

GUERRILLA’S EXPLOIT

\n

You only need 4 hours of sleep to gain the benefit of a long rest.

\n

Additionally, you have advantage on saving throws against exhaustion.

\n
\n

LEARNER’S EXPLOIT

\n

You gain proficiency in a skill and a tool, or two tools.

\n

You can select this discovery multiple times, each time choosing a new skill and a tool, or two new tools.

\n
\n

MENTOR’S EXPLOIT

\n

Prerequisite: 13th level
Once per turn, whenever both you and a friendly creature within 60 feet that can see and hear you both have to make a saving throw to resist the same effect, you can choose to have disadvantage on the save. If you do so, the friendly creature gains advantage on the save. You can use this feature before or after you both make the saving throw, but you must do so before the GM says whether the save succeeds or fails.

\n
\n

SKILL’S EXPLOIT

\n

You learn an exploit that enhances your ability to apply your knowledge to combat situations. You can take this exploit multiple times.

\n

When you take the Attack action, you can use one of your skill exploits granted by this feature. You can use these features a combined number of times equal to your Intelligence modifier (a minimum of once). You regain any expended uses when you finish a long rest.

\n

Choose from the following. You must be proficient in the skill in order to take that skill’s exploit.

\n
    \n
  • Aim (Stealth). You attempt to line up a strike against a creature you can see that you are hidden from. Make a Dexterity (Stealth) check contested by the target’s Wisdom (Perception) check. If your check succeeds, you gain a +10 bonus to the first attack roll you make against the target before the end of your next turn. If your check fails, you are no longer hidden from the target.
  • \n
  • Angle (Perception). You attempt to predict the behavior of a humanoid you can see within 30 feet. Make a Wisdom (Perception) check contested by the target’s Dexterity (Sleight of Hand) check. If your check succeeds, the first attack roll the target makes before the start of your next turn has disadvantage, and the first saving throw the creature makes before the start of your next turn has disadvantage. If your check fails, you can’t use this feature on this target again for 1 hour.
  • \n
  • Battle Cry (Intimidation). You attempt to demoralize one humanoid you can see within 30 feet of you that can see and hear you. Make a Charisma (Intimidation) check contested by the target’s Wisdom (Insight) check. If your check succeeds, the target is frightened until the end of your next turn. If the target was already frightened of you, it must immediately drop whatever it is holding. On its next turn, if it is still frightened of you, it must take the Dash action and move away from you by the safest available route on its turn, unless there is nowhere to move. If your check fails, you can’t use this feature on this target again for 1 hour.
  • \n
  • Charm (Persuasion). You attempt to convince one humanoid you can see within 30 feet that can hear and understand you. Make a Charisma (Persuasion) check contested by the target’s Wisdom (Insight) check. If you have dealt damage to the creature in the last hour, it has advantage on the check. If your check succeeds, the target is charmed by you until the start of your next turn, and it has disadvantage on the first attack roll it makes against a creature before the end of its next turn. If your check fails, you can’t use this feature on this target again for 1 hour.
  • \n
  • Confuse Beast (Animal Handling). You attempt to confuse one beast on the battlefield. Make a Wisdom (Animal Handling) check contested by the target’s Wisdom (Insight) check. If your check succeeds, the beast cannot take actions or reactions until the end of your next turn. If your check fails, you can’t use this feature on this target again for 1 hour.
  • \n
  • Distract (Performance). You attempt to distract one beast or humanoid you can see within 30 feet of you that can see and hear you. Make a Charisma (Performance) check contested by the target’s Wisdom (Insight) check. If your check succeeds, the next attack roll made against the target before the start of its next turn has advantage. If your check fails, you can’t use this feature on this target again for 1 hour.
  • \n
  • Emulate Predator (Nature). You attempt to emulate the sounds of a natural predator of a beast or plant you can see within 30 feet. Make an Intelligence (Nature) check contested by the target’s Wisdom (Insight) check. If your check succeeds, the target must take the Dash action and move away from you by the safest available route on its turn, unless there is nowhere to move. If your check fails, you can’t use this feature on this target again for 1 hour.
  • \n
  • Feint (Deception). You attempt to divert the attention of a target you can see within 30 feet. Make a Charisma (Deception) check contested by the target’s Wisdom (Insight) check. If your check succeeds, the first attack roll made against the target before the start of your next turn by someone other than you has advantage, and the target has disadvantage on the first saving throw they make against an effect caused by a creature other than you before the start of your next turn. If your check fails, the target can’t be deceived by you in this way for 1 hour.
  • \n
  • Hacktivate (Technology). You attempt to determine the weaknesses in a droid you can see within 30 feet. Make an Intelligence (Technology) check contested by the target’s Intelligence (Technology) check. If your check succeeds, you have advantage on the next attack roll you make against the target before the end of your turn, and if you hit, you deal additional damage equal to your Intelligence modifier. If your check fails, you can’t use this feature on this target again for 1 hour.
  • \n
  • Instruct (Investigation). You attempt to find a weakness in your target. Make an Intelligence (Investigation) check contested by the target’s Charisma (Deception) check. If your check succeeds, if a friendly creature makes an attack roll against the target and they can see and hear you, you can use your reaction to grant them advantage on the roll. If you do so, and they hit, they deal additional damage equal to your bonus to Investigation checks. This damage is the same type as the attack’s damage. If your check fails, you can’t use this feature on this target again for 1 hour.
  • \n
  • Intuit (Insight). You attempt to determine the motivations of one humanoid you can see within 30 feet. Make a Wisdom (Insight) check contested by the target’s Charisma (Deception) check. If your check succeeds, the target can’t have advantage on ability checks, attack rolls, or saving throws against you until the end of your next turn. If your check fails, the target instead can’t have disadvantage on ability checks, attack rolls, or saving throws against you until the end of your next turn.
  • \n
  • Tumble (Acrobatics). You attempt to make a quick tumble, immediately moving 10 feet. If you begin or end this movement within a creature’s reach, make a Dexterity (Acrobatics) check contested by it’s Strength (Athletics) or Dexterity (Acrobatics) check (the target chooses the ability to use). If your check succeeds, this movement does not provoke opportunity attacks from it, and you have advantage on the first attack roll you make against it before the end of your turn. If your check fails, you immediately fall prone.
  • \n
  • Pocket Sand (Sleight of Hand). You attempt to blind one beast or humanoid you can see within 15 feet of you. Make a Dexterity (Sleight of Hand) check contested by the target’s Wisdom (Perception) check. If your check succeeds, the target is blinded until the end of your turn. If your check fails, you can’t use this feature on this target again for 1 hour.
  • \n
  • Precision Strike (Medicine). You attempt to strike a pressure point in one humanoid within your reach. Make a Wisdom (Medicine) check contested by the target’s Strength (Athletics) or Dexterity (Acrobatics) check (the target chooses the ability to use). If your check succeeds, they are incapacitated until the end of their next turn. If your check fails, you can’t use this feature on this target again for 1 hour.
  • \n
  • Snare (Survival). You attempt to cause a creature within 30 feet of you to stumble. Make a Wisdom (Survival) check contested by the target’s Wisdom (Perception) check. If your check succeeds, and the target moves towards you before the start of your next turn, it gains 1 slowed level, and you can use your reaction to cause it to fall prone. If your check fails, you can’t use this feature on this target again for 1 hour.
  • \n
  • Spin (Piloting). You attempt to confound a piloted construct you can see within 30 feet. Make an Intelligence (Piloting) check contested by the target’s Intelligence (Piloting) check. If your check succeeds, the target has disadvantage on attack rolls against you, and you have advantage on Dexterity saving throws against the target, until the start of your next turn. If your check fails, the target instead has advantage on attack rolls against you, and you have disadvantage on Dexterity saving throws against the target, until the start of your next turn.
  • \n
  • Study (Lore). You attempt to anticipate your target’s action. Make an Intelligence (Lore) check contested by the target’s Charisma (Deception) check. If your check succeeds, you have advantage on the first ability check, attack roll or saving throw you make against that creature before the end of your next turn. Alternatively, before the end of your next turn, you can use your reaction to grant disadvantage on the first ability check, attack roll, or saving throw the target makes against you. If your check fails, you instead have disadvantage on the first ability check, attack roll or saving throw you make against that creature before the end of your next turn.
  • \n
  • Wrestle (Athletics). You attempt to grab and pin a creature within 5 feet of you with at least one free hand. The target must be no more than one size larger than you. Make a Strength (Athletics) check contested by the target’s Strength (Athletics) or Dexterity (Acrobatics) check (the target chooses the ability to use). If your check succeeds, the target is both grappled and restrained by you. If the target stops being grappled, it also stops being restrained. If your check fails, you can’t use this feature on this target again for 1 hour.
  • \n
\n
\n

TECHNOLOGIST’S EXPLOIT

\n

Choose one 1st-level tech power. You learn that power and can cast it at its lowest level without expending tech points and without the use of a wristpad. Once you cast it in this way, you must finish a long rest before you can cast it again. Your techcasting ability for this power is Intelligence.

\n

You can select this exploit multiple times. Each time you do so, you must choose a different power.

\n
\n

WEAPONMASTER’S EXPLOIT

\n

You gain proficiency in three blasters or vibroweapons that lack the heavy and strength properties.

\n

You can select this exploit multiple times. Each time you do so, you must choose different weapons.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Operative 2"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"cdCx5Hvq2rYRMzRj","name":"Blurrg's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Whether mounted or on foot, your travel pace is doubled, as is the travel pace of up to ten companions while they're within 60 feet of you and you're not incapacitated.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 2","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"clqWkMqYU6AWbbz9","name":"Force Affinity","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you reach 3rd level, you’ve developed an affinity for one of the three aspects of the Force: the Ashla, the Bendu, or the Bogan. Choose one from the following:

\n

ASHLA

\n

When you successfully cast a light side power, either your or the target’s (your choice) hit point maximum and current hit points increase by an amount equal to the power’s level. This effect lasts for 1 minute. You can only have one instance of this effect active at a time.

\n

BENDU

\n

You can add both your Wisdom and Charisma modifier to your maximum number of force points, instead of just one.

\n

BOGAN

\n

When you roll a 1 on a damage die for a dark side power, you can reroll the die and must use the new roll, even if the new roll is a 1.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Studied Shooter","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this specialty at 3rd level, you learn specialized theory typical for practitioners of the enhancement trade. You gain proficiency in your choice of the Lore or Technology skills. Additionally, you learn your choice of the encrypted message or minor image tech power. Intelligence is your techcasting ability for these powers.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"cuge2tnNcZL0TKkO"} -{"name":"Adrenaline Rush","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 15th level, when you use your Action Surge feature, you can take an extra bonus action on top of the additional action.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"d9GIIame3PCH16jj"} -{"_id":"dLHFgesahAtfy7SH","name":"The Force Unleashed","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, as an action, you can choose a point within 60 feet. Each creature of your choice within 30 feet of that point must make a Constitution saving throw against your universal force save DC. On a failed save, a creature takes 5d10 force damage and suffers 1 level of exhaustion. On a successful save, a creature takes half damage and does not suffer exhaustion.

\n

For each creature that fails this saving throw, a friendly creature within 30 feet of them can regain hit points equal to the amount of damage dealt. A friendly creature can only gain this benefit once per turn.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":30,"width":null,"units":"ft","type":"radius"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["5d10","force"]],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Consular: Endurance 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"dPWmHiWmpnhHTsgd","name":"Extra Attack (Berserker)","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 5th level, you can attack twice, instead of once, whenever you take the Attack action on your turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 5"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg"} -{"_id":"dTdbL8dypa6BAdnP","name":"Predator's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Your speed increases by 10 feet.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 2","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"dtp98aDdpaAZHTnu","name":"Force Storm","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, you can expel the might of your rage all at once to unleash a devastating storm of force energy. As an action, you can end your rage early, forcing each creature within 15 feet of you to make a Dexterity saving throw against your universal force save DC. On a failed save, a creature takes 1d12 force damage for each round you’ve spent in rage, or half as much on a successful one.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":15,"width":null,"units":"ft","type":"radius"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Berserker: Marauder 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"e59ckcbfMkeZMDqn","name":"Delicate Potency","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 10th level, your mind-affecting powers are particularly potent. When you cast one of cloud minddominate mindmass coerce mind, and dominate monster, you can choose to treat the power as if cast at your Max Power Level.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Consular: Suggestion 10"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"eDuhGAzyp5GtSQ1h","name":"Potent Mixtures","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, when you cast a tech power of 1st-level or higher that grants temporary hit points, or deals acid or poison damage, you add your Intelligence modifier (a minimum of +1) to the roll.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Biochem 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"eVSjRR9ibtm6kDfT","name":"Furious Throw","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this approach at 3rd level, your throwing techniques have become a perfect extension of your melee prowess. You may count your thrown weapon attacks as if they were melee weapon attacks for the purposes of your class features and feats, such as your Berserker Rage and Reckless Attack abilities.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Bloodstorm 3"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"eWbTifdXJvvXT4CV","name":"Relentless Rage","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Starting at 11th level, your rage can keep you fighting despite grievous wounds. If you drop to 0 hit points while you're raging and don't die outright, you can make a DC 10 Constitution saving throw. If you succeed, you drop to 1 hit point instead.

\n

Each time you use this feature after the first, the DC increases by 5. When you finish a short or long rest, the DC resets to 10.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 11","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"eXjxkCg9Iqs5KekN","name":"Maniacal Rage","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, while raging, when you make a Charisma (Intimidation) check, or a creature makes a Wisdom saving throw to avoid being frightened of you, you add your Strength modifier to the check or save DC, as appropriate.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Frenzied 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"efOA0nrvUqKJOOeP","name":"Slythmonger Savvy","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

When you choose this approach at 3rd level, you gain proficiency in your choice of brewer’s kit or spicer’s kit. Additionally, you have advantage on saving throws to avoid the low or addiction to substances. Lastly, you can consume substances as a bonus action, and when you do so, you can also enter a rage as a part of this same bonus action.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker: Addicted 3","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Remarkable Athlete","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you can add half your proficiency bonus (rounded up) to any Strength, Dexterity, or Constitution check you make that doesn’t already use your proficiency bonus.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"ejRFTWGKdTdtU1gH"} -{"_id":"f1XeMafaqejD02MW","name":"Tech Mastery","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, your mastery of technology is unrivaled. Your Constitution and Intelligence scores increase by 2. Your maximum for those scores increases by 2.

\n

Additionally, when you roll initiative and have no uses of Potent Aptitude left, you regain one use.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer 20"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"My Little Friend Says Hello There","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you know how to use the sheer size of your weapon to strike fear in those around you. You can add your Strength modifier to any Charisma (Intimidation) check you make while wielding a weapon with the heavy or strength properties that doesn’t already include that modifier.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"f9JvCohVnIKR3kXb"} -{"_id":"fFKNqUAWh0ZOhvRc","name":"Indomitable Might","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 18th level, if your total for a Strength check is less than your Strength score, you can use that score in place of the total.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 18","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"g1UHScqDJ7djuTcg","name":"Projected Barrier","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, as a bonus action while wearing your gadgeteer harness, you can expend a use of your Potent Aptitude to project a barrier on a friendly creature you can see within 30 feet. A creature can only have one barrier active at a time.

\n

ENVIRONMENTAL BARRIER

\n

You project an environmental barrier that lasts until the end of your next short or long rest. The barrier has a number of hit points equal to the amount rolled on your Potent Aptitude die + your engineer level. Whenever a creature with this barrier takes damage (one of acid, cold, fire, force, lightning, necrotic, poison, psychic, or sonic, chosen by you when you activate the effect), the barrier takes the damage instead. If this damage reduces the barrier to 0 hit points, the creature takes any remaining damage.

\n

PHYSICAL BARRIER

\n

You project a physical barrier that lasts until the end of your next short or long rest. The barrier has a number of hit points equal to the amount rolled on your Potent Aptitude die + half your engineer level (rounded down). Whenever a creature with this barrier takes damage (one of energy, ion, or kinetic, chosen by you when you activate the effect), the barrier takes the damage instead. If this damage reduces the barrier to 0 hit points, the creature takes any remaining damage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Gadgeteer 3","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"gSGeitc98ItAwhfF","name":"One with the Force","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, your attunement to the Force is absolute. Your Wisdom or Charisma score increases by 4, and your maximum for this score increases by 4. Additionally, you gain mastery over a single force power, and can cast it with little effort. Choose one 3rd-level force power that you know as your signature power. You can cast it once at 3rd level without expending force points. When you do so, you can't do so again until you finish a short or long rest. If you want to cast it at a higher level, you must expend force points as normal.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Consular 20","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"gYcsvSxo8CDpcCEK","name":"Explosive Resilience","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, once per round, when you deal damage that includes your rage damage, you can cause a localized explosion around the recipient of that damage. Each creature within 5 feet of the damaged creature other than you takes acid, cold, fire, ion, or lightning damage (your choice) equal to your rage damage bonus, and you gain resistance to the chosen damage type until the end of your next turn.

\n

You can use this feature a number of times equal to your Intelligence modifier. You regain all expended uses when you complete a short or long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2","fire"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Berserker: Industrial 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Ever-Ready Shot","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 15th level, your enhanced ammunition is available whenever battle starts. If you roll initiative and have no uses of Special Ammunition remaining, you regain one use of it.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"gnRErzmAIMcmICTM"} -{"_id":"go2e9gqD5AnLGKMK","name":"Armormech's Celerity","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you take the Attack action or use your action to a cast a tech power of 1st-level or higher, you can make one weapon attack as a bonus action.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Engineer: Armormech 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"h1uDhP1tEOuvjRw6","name":"Dewback's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Choose three damage types. While raging, you have resistance to the chosen damage types.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 2","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"h8JMyCjhTP4Lny10","name":"Cleansing Touch","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 14th level, you can use your action and expend a use of your Channel the Force ability to end one force power on yourself or on one willing creature that you touch.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Guardian 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Forcecasting (Fighter: Adept)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this specialty at 3rd level, you have learned powers, fragments of knowledge that imbue you with an abiding force ability. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

FORCE POWERS KNOWN

\n

You learn 4 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the Adept Specialist Forcecasting table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

FORCE POINTS

\n

You have a number of force points equal to your fighter level, as shown in the Force Points column of the Adept Specialist Forcecasting table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

MAX POWER LEVEL

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Adept Specialist Forcecasting table.

\n

You may only cast force powers at 4th-level once. You regain the ability to do so after a long rest.

\n

FORCECASTING ABILITY

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use your Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. In addition, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n
\n

Force save DC = 8 + your proficiency bonus +your forcecasting ability modifier

\n
\n

Force attack modifier = your proficiency bonus +your forcecasting ability modifier

\n

 

\n

THE ADEPT SPECIALIST

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelForce Powers KnownForce PointsMax Power Level
3rd431st
4th641st
5th751st
6th861st
7th1072nd
8th1182nd
9th1292nd
10th13102nd
11th14112nd
12th15122nd
13th17133rd
14th18143rd
15th19153rd
16th20163rd
17th22174th
18th23184th
19th24194th
20th25204th
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"hAfAtfT6c40rpSoE"} -{"_id":"hGvWvw1M1Gf6OvQv","name":"Coordinated Attack","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, when you take the Attack action, if your companion can see you, it can use its reaction to make a weapon attack against the same creature.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Astrotech 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"hMiA075EKBBOL2cv","name":"Berserker Instincts","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Also at 2nd level, you've honed two instincts, as detailed below. You hone an additional instinct at 7th, 13th, and 17th level.

\n
\n

BERSERKER INSTINCTS

\n

The instincts are presented in alphabetical order. If an instinct has prerequisites, you must meet them to learn it. You can learn an instinct at the same time you meet its prerequisites.

\n
\n
\n

ACKLAY’S INSTINCT

\n

While raging, you have advantage on Constitution saving throws.

\n
\n

BANTHA’S INSTINCT

\n

Prerequisite: 7th level
Your carrying capacity and the weight you can push, drag, or lift doubles. If it would already double, it instead triples. Additionally, you have advantage on Strength checks made to push, pull, lift, or break objects.

\n
\n

BLURRG’S INSTINCT

\n

Whether mounted or on foot, your travel pace is doubled, as is the travel pace of up to ten companions while they’re within 60 feet of you and you’re not incapacitated.

\n
\n

BOGGDO’S INSTINCT

\n

Prerequisite: 13th level
While raging you have a flying speed equal to your current walking speed, though you fall if you end your turn in the air and nothing else is holding you aloft.

\n
\n

CHIRODACTYL’S INSTINCT

\n

Prerequisite: 7th level
While raging, you have blindsight to a range of 30 feet, and you have advantage on Wisdom (Perception) checks that rely on sound, as long as you aren’t deafened.

\n
\n

DEWBACK’S INSTINCT

\n

Choose three damage types. While raging, you have resistance to the chosen damage types.

\n
\n

FIGHTER’S INSTINCT

\n

You adopt a particular style of fighting as your specialty. Choose one of the Fighting Style options, detailed in Chapter 6. You can’t take a Fighting Style option more than once, even if you later get to choose again.

\n
\n

FYRNOCK’S INSTINCT

\n

While raging, you can use your bonus action to leap up to 30 feet to an empty space you can see. When you land you deal kinetic damage equal to your Strength modifier to each creature within 5 feet of where you land. You can use this feature a number of times equal to your Constitution modifier (a minimum of once). You regain all expended uses when you complete a long rest.

\n
\n

HAWK’S INSTINCT

\n

Prerequisite: 7th level
You can see up to 1 mile away with no difficulty. You are able to discern even fine details as though looking at something no more than 100 feet away from you. Additionally, dim light doesn’t impose disadvantage on your Wisdom (Perception) checks.

\n
\n

KATARN’S INSTINCT

\n

You gain a climbing speed equal to your movement speed.

\n
\n

LOTH-CAT’S INSTINCT

\n

While you’re raging, other creatures have disadvantage on opportunity attack rolls against you, and you can take the Dash action as a bonus action on your turn.

\n
\n

PREDATOR’S INSTINCT

\n

Your speed increases by 10 feet.

\n
\n

RANCOR’S INSTINCT

\n

Prerequisite: 13th level
While you’re raging any creature within 5 feet of you that’s hostile to you has disadvantage on attack rolls against targets other than you or another character with this feature. An enemy is immune to this effect if it can’t see or hear you or if it can’t be frightened.

\n
\n

TACTICIAN’S INSTINCT

\n

When you use your Reckless Attack feature, you can choose to not have advantage on your attack rolls this turn. If you do so, friendly creatures within 5 feet of a hostile creature that is within 5 feet of you have advantage on attack rolls against that creature.

\n
\n

TRACKER’S INSTINCT

\n

Prerequisite: 7th level
You can track other creatures while traveling at a fast pace, and you can move stealthily while traveling at a normal pace.

\n
\n

TERENTATEK’S INSTINCT

\n

Prerequisite: 13th level
When you are forced to make a saving throw against a force power, you can immediately use your reaction to move up to half your speed towards the source power’s caster. If you end this movement within 5 feet of the target, you can immediately make one melee weapon attack against the target as a part of that reaction.

\n
\n

VARACTYL’S INSTINCT

\n

Prerequisite: 13th level
While raging, you have advantage Dexterity checks, your attack rolls can’t suffer from disadvantage, and each slowed level only reduces your speed by 5 feet, unless it would reduce your speed to 0.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 2","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"hPn1UOSEPn94LbGV","name":"Sapping Storm","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, when you reduce a hostile creature to 0 hit points while Saber Storm is active, you gain temporary force points equal to your Wisdom or Charisma modifier (your choice, minimum of one). These temporary force points can not exceed your Wisdom or Charisma modifier (your choice), and when you would spend a force point while you have temporary force points, the temporary force points are spent first. When Saber Storm ends, you lose any remaining temporary force points.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Manipulation 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"hWwTW7oKFDE41JWj","name":"Ranger's Quarry","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 1st level, you learn how to effectively read and track your prey. Once on each of your turns, you can choose a creature you can see within 120 feet and mark it as your quarry (no action required). For the next hour, you gain the following benefits:

\n
    \n
  • Once per turn, when you hit the target with a weapon attack, you can deal 1d4 additional damage to it of the same type as the weapon’s damage. This die changes as you gain scout levels, as shown in the Ranger’s Quarry column of the scout table.
  • \n
  • You have advantage on any Wisdom (Perception) or Wisdom (Survival) check you make to find it while it’s on the same planet as you.
  • \n
\n

You can only have one creature marked in this way at a time. Beginning at 5th level, you can use your reaction to mark a creature when it enters your line of sight, provided it is within range of your Ranger’s Quarry.

\n

The duration increases to 8 hours at 9th level and 24 hours at 17th level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"none","cost":0,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":1,"width":null,"units":"","type":"creature"},"range":{"value":120,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Scout 1"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"hYDyNw2x54iCf0nL","name":"Improved Force-Empowered Strikes","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 11th level, you are so in tune with the Force that all your melee weapon strikes carry the power of the Force with them. Whenever you hit a creature with a melee weapon, the creature takes an extra 1d8 damage. If you also use your Force-Empowered Strikes with an attack, you add this damage to the extra damage of your Force-Empowered Strikes. The damage is the same type as the weapon’s damage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Guardian 11"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"havX5d7ZZfqzntdn","name":"Conflux","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you use your Force Deflection feature, you can cause a ripple in the Force to expand from you. Up to three creatures of your choice that you can see within 60 feet of you each take force damage equal to half your consular level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":3,"width":null,"units":"","type":"enemy"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["7","force"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Consular: Negation 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"hwww57Bl4DAqvd5q","name":"Relentless Assault","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, you’re able to charge in unerring bursts. As an action, you can charge up to twice your speed in a straight line without provoking opportunity attacks. Each creature within 5 feet of your path must make a Strength or Dexterity saving throw (DC = 8 + your proficiency bonus + your Strength modifier, the target chooses the ability they use use). On a failed save, a creature takes damage equal to your Strength modifier + your Rage Bonus and is pushed back 5 feet in a direction of your choice. Creatures smaller than you make this save with disadvantage. When you end this movement, if a creature is within 5 feet of you, you can make one melee weapon attack (no action required). On a hit, the creature takes additional damage equal to your berserker level.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Berserker: Juggernaut 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"iAXtCCtwP3ecc8OF","name":"Potent Lightning","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level you add your Wisdom or Charisma modifier (your choice, a minimum of +1) to any damage you deal with force powers that deal lightning damage that don’t already include that modifier.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Lightning 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"iYeeOLaQtoosQjZ1","name":"Unrelenting Resilience","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you use your Boundless Vitality feature while concentrating on a force power, you can add the result of the roll to the Constitution saving throw made to maintain concentration.

\n

Additionally, when you are reduced to 0 hit points but not killed outright while Upheld by the Force is active, you can drop to 1 hit point instead. You can’t use this feature again until you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Consular: Endurance 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Born to the Saddle","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, your mastery as a rider becomes apparent. You have advantage on saving throws made to avoid falling off your mount. If you fall off your mount and descend no more than 10 feet, you can land on your feet if you’re not incapacitated.

\n

Finally, mounting or dismounting a creature or vehicle costs you only 5 feet of movement, rather than half your speed.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"iaedYkfIIcYQCCOZ"} -{"_id":"iiae3ARlngOX8BvF","name":"Tutaminis Mastery","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, when you use a Force-Empowered Casting option, you can spend a power surge to use it without spending additional force points.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Negation 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"jKYj9wLY1UMLTvYG","name":"Droid Defense","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, while your droid can see you, it has advantage on all saving throws.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Astrotech 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Ferocious Charger","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 15th level, you can run down your foes, whether you’re mounted or not. If you move at least 10 feet in a straight line right before attacking a creature and you hit it with the attack, that target must succeed on a Strength saving throw (DC = 8 + your proficiency bonus + your Strength modifier) or be knocked prone. You can use this feature only once on each of your turns.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"jXtDOdvSBQHnodmF"} -{"_id":"jjkfkR3y4ZzLvhRc","name":"Stroke of Luck","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, you have an uncanny knack for succeeding when you need to. Your Dexterity and Intelligence scores increase by 2. Your maximum for those scores increases by 2. Additionally, if your attack misses a target within range, you can turn the miss into a hit. Alternatively, if you fail an ability check, you can treat the d20 roll as a 20.

\n

Once you’ve used this feature, you can’t use it again until you finish a short or long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Operative 20"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"k6PmkEsEbxKy6xAs","name":"Focus","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 2nd level, your training allows you to harness the mystic energy of focus. Your access to this energy is represented by a number of focus points. Your monk level determines the number of points you have, as shown in the Focus Points column of the monk table.

\n

You can spend these points to fuel various focus features. You start knowing three such features: Flurry of Blows, Patient Defense, and Step of the Wind. You learn more focus features as you gain levels in this class.

\n

When you spend a focus point, it is unavailable until you finish a short or long rest, at the end of which you draw all of your expended focus back into yourself. You must spend at least 30 minutes of the rest meditating to regain your focus points.

\n

You use your choice of Wisdom or Charisma for your focus ability. You use the chosen ability modifier whenever a feature refers to your focus ability. Additionally, you use the chosen ability modifier when making an attack with a focus feature or setting the saving throw DC for one.

\n
\n

Focus save DC = 8 + your proficiency bonus + your Wisdom or Charisma modifier (your choice)

\n
\n

Focus attack modifier = your proficiency bonus + your Wisdom or Charisma modifier (your choice)

\n
\n
\n

FLURRY OF BLOWS

\n

When you make your Martial Arts bonus action unarmed strike, you can spend 1 focus point to make an additional unarmed strike (no action required). At 11th level, you can instead spend 2 focus points to make two additional unarmed strikes.

\n
\n

PATIENT DEFENSE

\n

When you use your bonus action to Disengage, you can spend 1 focus point to also Dodge (no action required). At 11th level, you can instead spend 2 focus points to Dodge and gain an additional reaction until the start of your next turn. You can only take one reaction per turn.

\n
\n

STEP OF THE WIND

\n

When you use your bonus action to Dash, you can spend 1 focus point to double your jump distance for the turn. At 11th level, you can instead spend 2 focus points to gain a flying speed equal to your walking speed until the end of your turn, though you fall if you end your speed in the air and nothing else is holding you aloft.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Monk 2"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Inspiring Surge","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 10th level, when you use your Action Surge feature, you can choose one creature within 60 feet of you that is allied with you. That creature can make one melee or ranged weapon attack with its reaction, provided that it can see or hear you.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"kHgHQIqjp3X6v93c"} -{"_id":"kVQncmFiwUOVc14J","name":"Repulsing Wave","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you are dealt damage by a creature within 5 feet of you, you can use your reaction to deal force damage to the creature equal to your consular level + your Wisdom or Charisma modifier (your choice, minimum of +1). If the attacker is Huge or smaller, it must also make a Strength saving throw against your universal force save DC. On a failed save, the attacker is pushed in a straight line up to 20 feet away from you.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a short or long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["14+1","force"]],"versatile":""},"formula":"","save":{"ability":"str","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Consular: Telekinetics 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"kabmw1OtBRVbkeIK","name":"Force Visions","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this tradition at 3rd level, glimpses of the future begin to press in on your awareness. When you finish a long rest, roll two d20s and record the numbers rolled. You can replace any attack roll, saving throw, or ability check made by you or a creature that you can see with one of these foretelling rolls. You must choose to do so before the roll, and you can replace a roll in this way only once per turn. Each foretelling roll can be used only once. When you finish a long rest, you lose any unused foretelling rolls.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Seer 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"ktNY0EzlYaTBkNs1","name":"Enforcer","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you would make an unarmed strike or attack with an improvised weapon with advantage, you can choose to forgo the advantage. If you do so, your critical hit range increases by 1 for that attack, and on a hit, you deal maximum damage instead of rolling.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Brawling 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"kzwSN9SabKgWZZvU","name":"Danger Sense","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

At 3rd level, you gain an uncanny sense of when things nearby aren't as they should be, giving you an edge when you dodge away from danger.

\n

You have advantage on Dexterity saving throws against effects that you can see, such as traps and powers. To gain this benefit, you can't be blinded, deafened, or incapacitated.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 3","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"lKdZc6xD5FCHns3V","name":"Ability Score Improvement (Fighter)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you reach 4th level, and again at 6th, 8th, 12th, 14th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can’t increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Ftr 4, 6, 8, 12, 14, 16, 19"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"liI3fHP0qjCq0N5X","name":"Combat Superiority","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 2nd level, you learn maneuvers that are fueled by special dice called superiority dice.

\n

MANEUVERS

\n

You learn two maneuvers of your choice, which are detailed under “Maneuvers” below, and you earn more at higher levels, as shown in the Maneuvers Known column of the fighter table. Many maneuvers enhance an attack in some way. You can use only one maneuver per attack, and you may only use each maneuver once per turn.

\n

Each time you learn new maneuvers, you can also replace one maneuver you know with a different one.

\n

SUPERIORITY DICE

\n

You have two superiority dice, which are d4s, and you earn more at higher levels, as shown in the Superiority Dice column of the fighter table. A superiority die is expended when you use it. You regain all of your expended superiority dice when you finish a short or long rest.

\n

SAVING THROWS

\n

Some of your maneuvers require your target to make a saving throw to resist the maneuver’s effects. The saving throw DC is calculated as follows:

\n
\n

Maneuver save DC = 8 + your proficiency bonus + your Strength or Dexterity modifier (your choice)

\n
\n

MANEUVERS

\n

The maneuvers are presented in alphabetical order.

\n
\n
\n

COMMANDER’S STRIKE

\n

When you take the Attack action on your turn, you can forgo one of your attacks and use a bonus action to direct one of your companions to strike. When you do so, choose a friendly creature who can see or hear you and expend one superiority die. That creature can immediately use its reaction to make one weapon attack, adding the superiority die to the attack’s damage roll.

\n
\n

DISARMING ATTACK

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to disarm the target, forcing it to drop one item of your choice that it’s holding. You add the superiority die to the attack’s damage roll, and the target must make a Strength saving throw. On a failed save, it drops the object you choose. The object lands at its feet.

\n
\n

DISTRACTING STRIKE

\n

When you hit a creature with a weapon attack, you can expend one superiority die to distract the creature, giving your allies an opening. You add the superiority die to the attack’s damage roll. The next attack roll against the target by an attacker other than you has advantage if the attack is made before the start of your next turn.

\n
\n

EVASIVE FOOTWORK

\n

When you move, you can expend one superiority die, rolling the die and adding the number rolled to your AC until you stop moving.

\n
\n

FEINTING ATTACK

\n

You can expend one superiority die and use a bonus action on your turn to feint, choosing one creature within 5 feet of you as your target. You have advantage on your next attack roll against that creature. If that attack hits, add the superiority die to the attack’s damage roll.

\n
\n

GOADING ATTACK

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to goad the target into attacking you. You add the superiority die to the attack’s damage roll, and the target must make a Wisdom saving throw. On a failed save, the target has disadvantage on all attack rolls against targets other than you until the end of your next turn.

\n
\n

LUNGING ATTACK

\n

When you make a melee weapon attack on your turn, you can expend one superiority die to increase your reach for that attack by 5 feet. If you hit, you add the superiority die to the attack’s damage roll.

\n
\n

MANEUVERING ATTACK

\n

When you hit a creature with a weapon attack, you can expend one superiority die to maneuver one of your comrades into a more advantageous position. You add the superiority die to the attack’s damage roll, and you choose a friendly creature who can see or hear you.

\n

That creature can use its reaction to move up to half its speed without provoking opportunity attacks from the target of your attack.

\n
\n

MENACING ATTACK

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to frighten the target. You add the superiority die to the attack’s damage roll, and the target must make a Wisdom saving throw. On a failed save, it is frightened of you until the end of your next turn.

\n
\n

PARRY

\n

When another creature damages you with a melee attack, you can use your reaction and expend one superiority die to reduce the damage by the number you roll on your superiority die + your Dexterity modifier.

\n
\n

PRECISION ATTACK

\n

When you make a weapon attack roll against a creature, you can expend one superiority die to add it to the roll. You can use this maneuver before or after making the attack roll, but before any effects of the attack are applied.

\n
\n

PUSHING ATTACK

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to drive the target back. You add the superiority die to the attack’s damage roll, and if the target is Large or smaller, it must make a Strength saving throw. On a failed save, you push the target up to 15 feet away from you.

\n
\n

RALLY

\n

On your turn, you can use a bonus action and expend one superiority die to bolster the resolve of one of your companions. When you do so, choose a friendly creature who can see or hear you. That creature gains temporary hit points equal to the superiority die roll + your Charisma modifier.

\n
\n

RIPOSTE

\n

When a creature misses you with a melee attack, you can use your reaction and expend one superiority die to make a melee weapon attack against the creature. If you hit, you add the superiority die to the attack’s damage roll.

\n
\n

SWEEPING ATTACK

\n

When you hit a creature with a melee weapon attack, you can expend one superiority die to attempt to damage another creature with the same attack. Choose another creature within 5 feet of the original target and within your reach. If the original attack roll would hit the second creature, it takes damage equal to the number you roll on your superiority die. The damage is of the same type dealt by the original attack.

\n
\n

TRIP ATTACK

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to knock the target down. You add the superiority die to the attack’s damage roll, and if the target is Large or smaller, it must make a Strength saving throw. On a failed save, you knock the target prone.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Fighter 2"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Improved Suppression","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you cast a force power that requires you to make an ability check as a part of casting that power, such as sever force or force suppression, you add your proficiency bonus to that ability check.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"lodf5wG7aGu4dWW0"} -{"name":"Rock Steady","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this specialty at 3rd level, you have learned to use the heft of your weapon to root yourself in place. At the end of each of your turns, if you move less than half your speed while wielding a weapon with the heavy or strength properties, you have advantage on saving throws to avoid being restrained, moved, or knocked prone. This advantage lasts until the end of your next turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"lzjIEK50kr1cwqUt"} -{"name":"Greater Inspiring Surge","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, you can choose two allies within 60 feet of you, rather than one, when you using your Inspiring Surge feature.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"m15815dwhOhsvV9M"} -{"name":"Totemic Might","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you can channel the power of your Force awareness temporarily. As a bonus action, you can gain the following benefits for 1 minute. You can invoke a totem as a part of this same bonus action.

\n
    \n
  • Your carrying capacity and the weight you can push, drag, or lift doubles. If it would already double, it instead triples.
  • \n
  • You have advantage on Strength checks and Strength saving throws.
  • \n
  • Your weapon attacks deal an extra 1d6 damage.
  • \n
\n

This effect ends early if you are incapacitated or die. You can use this feature twice. You regain all expended uses of it when you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":2,"max":2,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"mBAKzGlZCTBHXE9K"} -{"name":"Foe Slayer","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, you become an unparalleled hunter. Your Strength or Dexterity score increases by 2, and your Intelligence score increases by 2. Your maximum for those scores increases by 2.

\n

Additionally, once on each of your turns, you can add your Intelligence modifier to the attack roll or the damage roll of an attack you make. You can choose to use this feature before or after the roll, but before any effects of the roll are applied.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"mNXuHAozg3qRMjRW"} -{"name":"Survivor","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, you attain the pinnacle of resilience in battle. At the start of each of your turns, you regain hit points equal to 5 + your Constitution modifier if you have no more than half your hit points left. You don’t gain this benefit if you have 0 hit points.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":"Start of your turn, HP is greater than 0 and half or less MaxHP"},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"con","actionType":"heal","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["5+@mod","healing"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"mUQpy94CIAOkbxC1"} -{"_id":"mY6mOTYRUXAGEfaE","name":"Fling People","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, you learn to throw creatures as easily as you throw your weapons. When you successfully grapple a creature, you may immediately throw the creature:

\n

THROW FRIEND

\n

If the creature is a willing ally and volunteers to be grappled, you throw the target into any unoccupied space within 60 feet. That creature may immediately use its reaction to make one melee weapon attack, adding your Strength modifier to the attack’s damage roll.

\n

THROW FOE

\n

If the creature is an opponent, you throw the target into any unoccupied space within 30 feet, where it takes damage equal to your Strength modifier and falls prone.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Bloodstorm 10"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"mYAWcD7bouvWCW5d","name":"Interconnectedness","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you cast a 5th level or lower force power that deals damage or restores hit points and targets only one creature, the power can instead target two creatures within range and within 5 feet of each other.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Confluence 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"n1nSwzit7F7yg7dh","name":"Potent Techcasting","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, when you miss with a tech attack roll, or a creature succeeds on a saving throw against a tech power you cast, you can expend one use of your Potent Aptitude to overwhelm them. Roll the die, and either add it to the attack roll or subtract it from their saving throw.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Cybertech 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Bulwark","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 15th level, you can extend the benefit of your Indomitable feature to an ally. When you decide to use Indomitable to reroll an Intelligence, a Wisdom, or a Charisma saving throw and you aren’t incapacitated, you can choose one ally within 60 feet of you that also failed its saving throw against the same effect. If that creature can see or hear you, it can reroll its saving throw and must use the new roll.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"nAhvOtXjT3qlVXzp"} -{"_id":"nT6AfpQXSZ4IeChO","name":"Freedom Through Slavery","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, while you are raging or experiencing the high of a substance, you have advantage on saving throws that would force you to act against your will, be frightened, or prevent you from attacking a creature. If you are both raging and experiencing the high of a substance, you are instead immune to effects that would force you to act against your will or would prevent you from attacking a creature.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker: Addicted 3","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"nal6YefqnoMzxubD","name":"Returning Attacks","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, any weapon you throw can ricochet back to you at your command. When you make a thrown weapon attack, you may have the weapon fly back to your hand immediately after the attack.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Bloodstorm 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"ne50wp4wQ8CIDccd","name":"Manipulate Life Force","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting when you choose this tradition at 3rd level, when you reduce a hostile creature to 0 hit points with a force power, or restore hit points to a creature with 0 hit points with a force power, you gain temporary hit points equal to half your consular level (rounded down) + your Wisdom or Charisma modifier (your choice, minimum of one).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Confluence 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"nov1Wc7APmyVdzJ4","name":"Combat Tech","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you use your action to cast a tech power, you can make one weapon attack as a bonus action.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"oSSRYaeVsdcZQ5KW","name":"Intimidating Presence","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, you can use your action to frighten someone with your menacing presence. When you do so, choose one creature that you can see within 30 feet of you. If the creature can see or hear you, it must succeed on a Wisdom saving throw (DC = 8 + your proficiency bonus + your Charisma modifier) or be frightened of you until the end of your next turn. On subsequent turns, you can use your action to extend the duration of this effect on the frightened creature until the end of your next turn. This effect ends if the creature ends its turn out of line of sight or more than 60 feet away from you.

\n

If the creature succeeds on its saving throw, it becomes immune to this feature for 24 hours.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Frenzied 10"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"oVrxpyekQy3Wnito","name":"Experimental Overrides","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, you gain a modicum of control over your surges. Whenever you roll on the Unstable Engineering Surge table and use one of your overrides, you can choose either total.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Unstable 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"oYss1VOh4MUYVx09","name":"Superior Droid Defense","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, whenever an attacker that your droid can see hits it with an attack, it can use its reaction to halve the attack’s damage against it.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Astrotech 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"oiT3TJxzRWPKAX9E","name":"Bantha's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Prerequisite: 7th level
Your carrying capacity and the weight you can push, drag, or lift doubles. If it would already double, it instead triples. Additionally, you have advantage on Strength checks made to push, pull, lift, or break objects.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 7","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"orh1WLvpakTpsitA","name":"Expertise (Scholar)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 3rd level, choose two of your skill proficiencies, or one of skill proficiencies and one of your tool proficiencies, or two of your tool proficiencies. You gain expertise in those skills or tools.

\n

At 10th level, you can choose another two proficiencies (in skills or tools) to gain this benefit.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scholar 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"ow8lboCU7nSy3dyd","name":"Supreme Healing","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, when you would normally roll one or more dice to restore hit points with a power, you instead use the highest number possible for each die. For example, instead of restoring 2d6 hit points to a creature, you restore 12.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Sage 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"p1EP6FF3RmWNr44d","name":"Calm Within the Storm","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, the precision with which you act during your rage causes you to become a storm of reactive lethality. When you use your Reckless Attack feature, you can make a number of opportunity attacks equal to your proficiency bonus without using your reaction, and when a creature within 5 feet of you misses you with an attack, you can use your reaction to make a melee weapon attack using Dexterity against that creature. You can only take one reaction per turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Precision 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"pMEmIt3NWThbee8k","name":"Feral Impulse","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

By 7th level, your instincts are so honed that you have advantage on initiative rolls.

\n

Additionally, if you are surprised at the start of combat and aren't incapacitated, you can act normally on your first turn, but only if you enter your rage before doing anything else on that turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 7","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"pNxTO7UhVKYIbDkz","name":"Stop Hitting Eachother","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, you can grapple creatures two sizes larger than you, instead of one.

\n

Additionally, you can use creatures you have grappled that are at least one size smaller than you as improvised weapons. When you do so, when you hit with an attack using a creature as a weapon, it takes damage equal to your Strength modifier. While raging, you can instead use creatures your size or smaller as improvised weapons.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Brawling 10"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Scout Routine","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 3rd level, you’ve developed one routine, as detailed below. You develop an additional routine at 7th and 15th level.

\n
\n

SCOUT ROUTINES

\n

The routines are presented in alphabetical order. If multiple scouts grant the same routine, affected creatures can only benefit from it once. You must be conscious to grant the benefit of your routines.

\n

At 9th level, the range of your routines increases to 15 feet, and at 17th level, the range of these routines increases to 30 feet.

\n

ADAPTABILITY ROUTINE

\n

At the start of each of your turns, you can choose an ability score with a saving throw in which you are not proficient. Until the start of your next turn, you add half your proficiency bonus, rounded down, to saving throws you make with the chosen ability. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n

MAVEN’S ROUTINE

\n

At the start of each of your turns, you can choose to gain resistance to damage from tech powers until the start of your next turn. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n

MESMER’S ROUTINE

\n

At the start of each of your turns, you can choose to have advantage on saving throws against effects that would incapacitate you or put you to sleep until the start of your next turn. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n

NOMAD’S ROUTINE

\n

At the start of each of your turns, you can choose to gain advantage on Constitution saving throws to avoid exhaustion from unenhanced sources, as well as being naturally adapted to both hot and cold climates. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n

RESPONDER’S ROUTINE

\n

When you roll initiative, you can choose to add your proficiency bonus to the initiative roll and have advantage on attack rolls against creatures that have not yet acted. Alternatively, you can choose to allow each creature within 5 feet of you, including you, to add half your proficiency bonus to the initiative roll and have advantage on the first attack roll they make against a creature that has not yet acted.

\n

SHARPSHOOTER’S ROUTINE

\n

At the start of each of your turns, you can choose to gain a bonus to the first weapon attack roll you make before the start of your next turn equal to your Intelligence modifier. Alternatively, you can choose to allow each creature within 5 feet of you, including you, to add half your Intelligence modifier to the first weapon attack roll they make before the start of your next turn.

\n

STRIDER’S ROUTINE

\n

At the start of each of your turns, you can choose to have each slowed level only reduce your speed by 5 feet, unless it would reduce your speed to 0 until the start of your next turn. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n

WARDEN’S ROUTINE

\n

At the start of each of your turns, you can choose to gain a climbing and swimming speed equal to your walking speed. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"pW0ObQnHARhqg4V0"} -{"_id":"pWu7ql7UFckNjgmK","name":"Subtle Presence","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, you’ve learned how to weave the Force around you in a cloak of your choice. As an action, you can focus the Force for 10 minutes. For the duration, you gain your choice of one of the following effects.

\n

You can use each feature once. You regain all expended uses when you complete a long rest.

\n
\n

CLOAK OF FRIGHT

\n

Each creature of your choice that is within 60 feet must succeed on a Wisdom saving throw against your universal force save DC or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.

\n
\n

CLOAK OF INVISIBILITY

\n

You and everything you are wearing or carrying become invisible to creatures of your choice. If you damage a creature or affect it with a force power, it can make a Wisdom saving throw against your universal force save DC. On a success, you are no longer invisible to that creature.

\n
\n

CLOAK OF MEMORY

\n

Creatures that see you or any allies within 30 feet of you during this time cannot recall your physical appearances, your mannerisms, or any other identifying features.

\n

Creatures that interact with you must make a Wisdom saving throw against your universal force save DC once the interaction ends. You can choose to exclude a creature from this effect. On a failed save, the creature forgets all details of the interaction, rationalizing any of its outcomes.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":10,"units":"minute"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":null,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Consular: Suggestion 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"pd9SrIEnZ04Ihwtw","name":"Force-Empowered Strikes","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 2nd level, when you hit a creature with a melee weapon attack, you can expend force points to deal additional damage to the target, which is the same type as the weapon’s damage. The additional damage is 1d8 for each point spent in this way. You can’t deal more additional damage than the amount shown in the Focused Strikes column of the guardian table.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Guardian 2"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"pn1DjMFXPNTfFIME","name":"Shielded Thoughts","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, your thoughts can’t be read by telepathy or other means unless you allow it. You also have resistance to psychic damage, and whenever a creature deals psychic damage to you, that creature takes the same amount of damage that you do.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Seer 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"pnIrrDmqB5GosVJC","name":"Led by the Force","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 1st level, you can add half your proficiency bonus, rounded down, to any ability check you make that doesn’t already include your proficiency bonus.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel 1"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"qFyuZ0kIXxJoacCW","name":"Force Resonance","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, once per round, when you hit a creature with your modified lightsaber, you can expend one use of your Potent Aptitude to deal an extra 2d6 damage to that target. The damage is the same type as your modified lightsaber’s damage.

\n

The damage increases when you reach certain levels in this class, increasing to 3d6 at 5th level, 5d6 at 11th level, and 8d6 at 17th level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Artificer 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Techcasting (Fighter: Shield)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this specialty at 3rd level, you have derived powers from schematics with the aid of your wristpad. See chapter 10 for the general rules of techcasting and chapter 12 for the tech powers list.

\n

TECH POWERS KNOWN

\n

You learn 3 tech powers of your choice, and you learn more at higher levels, as shown in the Tech Powers Known column of the Shield Specialist Techcasting table. You may not learn a tech power of a level higher than your Max Power Level.

\n

TECH POINTS

\n

You have a number of tech points equal to half your fighter level (rounded up), as shown in the Tech Points column of the Shield Specialist Techcasting table, + your Intelligence modifier. You use these tech points to cast tech powers. You regain all expended tech points when you finish a short or long rest.

\n

MAX POWER LEVEL

\n

Many tech powers can be overcharged, consuming more tech points to create a greater effect. You can overcharge these powers to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Shield Specialist Techcasting table.

\n

You may only cast tech powers at 4th-level once. You regain the ability to do so after a long rest.

\n

TECHCASTING ABILITY

\n

Intelligence is your techcasting ability for your tech powers. You use your Intelligence whenever a power refers to your techcasting ability. Additionally, you use your Intelligence modifier when setting the saving throw DC for a tech power you cast and when making an attack roll with one.

\n
\n

Tech save DC = 8 + your proficiency bonus + your Intelligence modifier

\n
\n

Tech attack modifier = your proficiency bonus + your Intelligence modifier

\n
\n

TECHCASTING FOCUS

\n

You use a wristpad (found in chapter 5) as a techcasting focus for your tech powers.

\n

 

\n

THE SHIELD SPECIALIST

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelTech Powers KnownTech PointsMax Power Level
3rd321st
4th421st
5th531st
6th631st
7th742nd
8th842nd
9th952nd
10th1052nd
11th1162nd
12th1262nd
13th1373rd
14th1473rd
15th1583rd
16th1683rd
17th1794th
18th1894th
19th19104th
20th20104th
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"qNNFQgODkmI77xfE"} -{"_id":"qT7NSLR6mY5yk2xc","name":"Savage Diplomat","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Your path necessitates that you build relationships with others, for the betterment of your tribe or yourself.

\n

When you choose this approach at 3rd level, you gain proficiency in one of the following skills of your choice: Persuasion or Intimidation. You can choose to learn one language in place of the skill proficiency.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Warchief 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"qWV5YogZcpZ3Y3xj","name":"Chirodactyl's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Prerequisite: 7th level
While raging, you have blindsight to a range of 30 feet, and you have advantage on Wisdom (Perception) checks that rely on sound, as long as you aren't deafened.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 7","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"rPOLy96fW96N2UPg","name":"Rage","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 1st level, in battle, you fight with primal ferocity. On your turn, you can enter a rage as a bonus action, if you aren't wearing heavy armor.

\n

While raging, you gain the following benefits:

\n
    \n
  • You have advantage on Strength checks and Strength saving throws.
  • \n
  • When you make a melee weapon attack using Strength, you gain a bonus to the damage roll that increases as you gain levels as a berserker, as shown in the Rage Damage column of the Berserker table.
  • \n
  • You have resistance to kinetic and energy damage.
  • \n
\n

If you are able to cast powers, you can't cast them or concentrate on them while raging.

\n

Your rage lasts for 1 minute. It ends early if you are knocked unconscious, you don heavy armor, or if your turn ends and you haven't attacked a hostile creature or taken damage since your last turn. You can also end your rage on your turn as a bonus action.

\n

Once you have raged the number of times shown for your berserker level in the Rages column of the Berserker table, you must finish a long rest before you can rage again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"recharge":{"value":null,"charged":false},"requirements":"Berserker 1","consume":{"type":"","target":"","amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"ra5ZfIpyUpOuRd3A","name":"Mindless Rage","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, you can’t be charmed or frightened while raging. If you are charmed or frightened when you enter your rage, the effect is suspended for the duration of the rage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Frenzied 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"raPAMeGzpxc3NrXj","name":"Multitasker","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 5th level, you can take a second reaction each round. You can only take one reaction per turn.

\n

Additionally, when a friendly creature you can see that can hear you is forced to make a saving throw, you can use your reaction to target them with your Critical Analysis feature.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scholar 5"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Guardian Spirit","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, you learn to invoke your totems to protect your allies. When another creature you can see within 60 feet of you is hit by an attack roll, you can use your reaction to grant a bonus to the creature’s AC against that attack. The bonus equals 1 + your Wisdom or Charisma modifier (your choice, minimum of +2).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"rcdavmTFmTdnKHww"} -{"_id":"rkooXE8vPLT1zs0j","name":"Double Swing","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, once on each of your turns when you miss with an attack while raging, you can immediately make a melee attack with the weapon in your other hand.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Cyclone 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"rtq7PyIfmJQ0lGX9","name":"Mighty Blast","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, your force powers batter and blast your enemies with the strength of a hurricane. When you cast a force power of 1st level or higher that deals force or kinetic damage, one creature of your choice damaged by that power must make a Strength saving throw against your universal force save DC or be knocked prone.

\n

This feature can affect additional creatures when you reach higher levels: two creatures at 11th level and three creatures at 17th level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Telekinetics 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"ryOcrJD1zMIca1s6","name":"Fists of Fury","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this approach at 3rd level, you’ve learned to hone your rage through your fists. Your unarmed strike damage increases by one step (from 1 to d4, d4 to d6, or d6 to d8).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Brawling 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"s0Bf6Sv2exQNH7vK","name":"Unlimited Power","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, you can increase the power of your simpler lightning force powers. When you cast a force power of 6th-level or lower that deals lightning damage, you can deal maximum damage with that power.

\n

You can use this feature with no adverse effects a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). If you use this feature beyond this before you finish a long rest, you take 2d12 necrotic damage for each level of the power, immediately after you cast it. Each time you use this feature again before finishing a long rest, the necrotic damage per power level increases by 1d12. This damage can not be reduced in any way.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Consular: Lightning 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"s9N0SbnOiNitLT5W","name":"Clarity of Vision","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, the visions in your dreams intensify and paint a more accurate picture in your mind of what is to come. You roll three d20s for your Force Visions feature, rather than two.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Seer 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"sDqQ6apF5bfbS6GS","name":"Bonus Proficiencies (Engineer: Astrotech)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this discipline at 3rd level, you gain proficiency in astrotech’s implements. Additionally, when you engage in crafting with astrotech’s implements, the rate at which you craft doubles.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Astrotech 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Dervish","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, when you score a critical hit with a melee weapon attack, you regain a use of your Adaptive Fighting, to a maximum of your Strength or Dexterity modifier (your choice, minimum of one).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"sMap3pJ2eaRKjLhs"} -{"_id":"sQ9c8Bnuj93ozEPr","name":"Force Shield","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 2nd level, you learn how to defend yourself purely through your strength with the Force. When you are hit by an attack, you can use your reaction to shroud yourself in Force energy. Until the start of your next turn, you have a bonus to AC equal to your Wisdom or Charisma modifier (your choice, a minimum of +1). This includes the triggering attack.

\n

You can use this feature twice. You gain an additional use at 5th, 11th, and 17th level in this class. You regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":2,"max":2,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Consular 2"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"sUs6idlxKXYU4ba6","name":"Force Deflection","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 3rd level, when you fail a saving throw, you can use your reaction to gain a +4 bonus to that saving throw.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a short or long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Consular: Negation 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"sbYfAu9t8TUNR5hp","name":"Overwhelming Cleave","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, when you successfully push a creature into a surface or another creature while raging, the pushed creature takes kinetic damage equal to your Rage Damage. Additionally, the first time you hit with a melee weapon attack using Strength each turn, you can attempt to damage another creature with the same attack. Choose another creature within 5 feet of the original target and within your reach. If the original attack roll would hit the second creature, it takes damage equal to your Strength modifier. The damage is of the same type dealt by the original attack.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Juggernaut 10"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"sfEr8ZBFVddlfLeF","name":"Varactyl's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Prerequisite: 13th level
While raging, you have advantage Dexterity checks, your attack rolls can't suffer from disadvantage, and each slowed level only reduces your speed by 5 feet, unless it would reduce your speed to 0.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 13","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"sgJdISZMtwv08WPJ","name":"Katarn's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

You gain a climbing speed equal to your movement speed.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 2","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"snqkp9af24pxhQcv","name":"Critical Analysis","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 1st level, you are able to analyze a target, develop a plan on how to best overcome any potential obstacle, and execute that plan with ruthless efficiency. As a bonus action on your turn, you can analyze a target you can see within 60 feet of you. For the next minute, or until you analyze another target, you gain the following benefits:

\n
    \n
  • When you analyze a hostile creature, your attack and damage rolls made with weapons with the finesse property or blaster weapons against that target may use your Intelligence modifier instead of Strength or Dexterity.
  • \n
  • When you analyze a friendly creature, the target can end your Critical Analysis on them (no action required) to add your Intelligence modifier to one attack roll, ability check, or saving throw. Once a friendly creature has benefited from this ability, they can not do so again until they complete a short or long rest.
  • \n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Scholar 1"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"szBvqoou8yziMCmN","name":"Uncanny Dodge","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 5th level, when an attacker that you can see deals damage to you with an attack, you can use your reaction to halve the attack’s damage against you.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Operative 5"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"u6LYZxy7ZKsD0LY5","name":"Modified Tinkercannon","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to enhance your tinker’s implements with unstable science, modifying them into a harness with a cannon. Over the course of a long rest, you can modify your tinker’s implements to create a tinkercannon. You must have tinker’s implements in order to perform this modification.

\n

Whenever you cast a tech power of 1st level or higher while wielding your tinkercannon, you risk unexpected complications. Your GM can have you roll a d20. If you roll a 1, roll on the Unstable Engineering Surge table to create a random effect.

\n

Additionally, your tinkercannon come equipped with 4 overrides, and they gain more at higher levels, as shown in the Modification Slots column of the engineer table. Each time you trigger an Unstable Engineering Surge, you can use an override to reroll the percentile dice. You must use the new result, you can only do this once per surge, and each time you do so in excess of your proficiency bonus (resetting on a long rest) your maximum tech points is reduced by 1 until you complete a long rest. You regain all expended overrides when you complete a long rest.

\n
Unstable Engineering Surge
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
d100Result
01-02Roll on this table at the start of each of your turns for 1 minute, ignoring this result on subsequent rolls.
03-04For the next minute, you can see any invisible creature if you have line of sight to it.
05-06A DRK-1 tracker droid appears with 5 feet of you, then disappears 1 minute later.
07-08You cast explosion at 3rd-level centered on yourself without expending tech points.
09-10You cast homing rockets at 5th-level without expending tech points.
11-12Roll a d10. Your height changes by a number of inches equal to the roll: if odd, you shrink; if even, you grow.
13-14You fall asleep standing for 1 minute or until you take damage.
15-16For the next minute, you regain 5 hit points at the start of each of your turns
17-18You grow a long beard made of feathers that remains until you sneeze.
19-20You cast oil slick centered on yourself without expending tech points.
21-22Creatures have disadvantage on the first saving throw they make against you in the next minute.
23-24Your skin turns a vibrant shade of blue. Any effect that ends a curse ends this.
25-26You grow an extra eye, granting advantage on Wisdom (Perception) checks that rely on sight for 1 minute.
27-28For the next minute, all your tech powers with a casting time of 1 action have a casting time of 1 bonus action.
29-30You teleport up to 60 feet to an unoccupied space of your choice that you can see.
31-32You take 2d10 lightning damage and are shocked for 1 minute.
33-34Maximize the damage of the next damaging tech power you cast within the next minute.
35-36Roll a d10. Your age changes by a number of years equal to the roll: if odd, younger; if even, older.
37-38You start running uncontrollably for 1 minute, moving your entire speed each turn.
39-40You regain 2d10 hit points.
41-42Each creature within 30 feet of you is subjected to the gleaming outline tech power for 1 minute.
43-44For the next minute, you can teleport up to 20 feet as a bonus action on each of your turns.
45-46You are blinded and deafened for 1 minute.
47-48You have disadvantage on the first ability check, attack roll, or saving throw you make each turn for 1 minute.
49-50You can’t speak for the next minute. Whenever you try, pink bubbles float out of your mouth.
51-52A shimmering energy barrier grants you a +2 bonus to AC for 1 minute.
53-54You are immune to being intoxicated by alcohol for the next 5d6 days.
55-56Your hair falls out but grows back within 24 hours. If you don’t have hair, you instead grow it for 24 hours.
57-58For 1 minute, any flammable object not worn or carried you touch bursts into flame.
59-60You regain tech points equal to your Intelligence modifier (minimum of one).
61-62For the next minute, you shout whenever you speak.
63-64You cast smoke cloud centered on yourself without expending tech points.
65-66Up to three creatures you choose within 30 feet of you take 4d10 lightning damage.
67-68You are frightened by the nearest creature until the end of your next turn.
69-70Each creature within 30 feet of you becomes invisible for 1 minute, or until it attacks or casts a power.
71-72You gain resistance to all damage for the next minute.
73-74A random creature within 60 feet of you becomes poisoned for 1d4 hours.
75-76You emit bright light in a 30-foot radius for 1 minute.
77-78Each creature within 30 feet of you except you gains the benefits of mirror image for 1 minute.
79-80Illusory butterflies and flower petals flutter in the air within 10 feet of you for the next minute.
81-82You can take one additional action immediately.
83-84Each creature within 30 feet of you takes 1d10 necrotic damage and you gain hit points equal to the damage.
85-86You cast mirror image without expending tech points.
87-88You are frozen in carbonite and paralyzed for 1 minute or until you take damage.
89-90You turn invisible and can’t make sound for 1 minute, or until you attack or cast a power.
91-92If you die within the next minute, you immediately come back to life as if by the defibrillate power.
93-94Your size increases by one size category for the next minute.
95-96You and all creatures within 30 feet of you gain vulnerability to energy damage for the next minute.
97-98You are surrounded by faint, ethereal music for the next minute.
99-100You regain half your expended tech points.
\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Unstable 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Vigilant Defender","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, you respond to danger with extraordinary vigilance. In combat, you get a special reaction that you can take once on every creature’s turn, except your turn. You can use this special reaction only to make an opportunity attack, and you can’t use it on the same turn that you take your normal reaction.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"u7MxfRLGGRYAy04z"} -{"name":"Special Ammunition","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn ammunition enhancements that are fueled by amplified shots to unleash special enhanced effects.

\n

AMMUNITION ENHANCEMENTS

\n

You know two ammunition enhancements of your choice, which are detailed under “Ammunition Enhancements” below, and you earn more at higher levels. Many ammunition enhancements boost an attack in some way. Once per turn when you fire a shot from a blaster as part of the Attack action, you can apply one of your Ammunition Enhancement options to that shot,

\n

You gain an additional Ammunition Enhancement option of your choice when you reach certain levels in this class: 7th, 10th, 15th, and 18th level. Each option also improves when you become an 18th-level fighter.

\n

Each time you learn new ammunition enhancements, you can also replace one ammunition enhancement you know with a different one.

\n

AMPLIFIED SHOTS

\n

You have two amplified shots, which you use to activate your ammunition enhancements. An amplified shot is expended when you use it. When you fire an amplified shot, your weapon is treated as enhanced for overcoming resistance and immunity to unenhanced attacks and damage. You decide to use the option when the shot hits a creature, unless the option doesn’t involve an attack roll. You regain all of your amplified shots when you finish a short or long rest.

\n

SAVING THROWS

\n

Some of your ammunition enhancements require your target to make a saving throw to resist the maneuver’s effects. The saving throw DC is calculated as follows:

\n
\n

Ammunition save DC = 8 + your proficiency bonus + your Dexterity modifier

\n
\n

AMMUNITION ENHANCEMENTS

\n

The ammunition enhancements are presented in alphabetical order.

\n
\n
\n

CARBONITE SHOT

\n

When this shot strikes its target, shards of carbonite wrap around the target. The creature hit by the shot takes an extra 2d6 cold damage, it gains 1 slowed level, and it takes 2d6 kinetic damage the first time on each turn it moves 1 foot or more without teleporting. The target or any creature that can reach it can use its action to remove the carbonite with a successful Strength (Athletics) check against your Special Ammunition save DC. Otherwise, the carbonite lasts for 1 minute or until you use this option again.

\n

The cold damage and kinetic damage both increase to 4d6 when you reach 18th level in this class.

\n
\n

COERCING SHOT

\n

You enhance your shot with chemicals that confuse the target. The creature hit by the shot takes an extra 2d6 poison damage, and choose one of your allies within 30 feet of the target. The target must succeed on a Wisdom saving throw, or it is charmed by the chosen ally until the start of your next turn. This effect ends early if the chosen ally attacks the charmed target, deals damage to it, or forces it to make a saving throw.

\n

The poison damage increases to 4d6 when you reach 18th level in this class.

\n
\n

EXPLOSIVE SHOT

\n

You fire a shot set to explode on impact. The shot detonates after your attack. Immediately after the shot hits the creature, the target and all other creatures within 10 feet of it take 2d6 fire damage each.

\n

The fire damage increases to 4d6 when you reach 18th level in this class.

\n
\n

HALLUCINOGEN SHOT

\n

You enhance your shot with hallucinogenic chemicals. The creature hit by the shot takes an extra 2d6 psychic damage, and it must succeed on a Wisdom saving throw or be unable to see anything farther than 5 feet away until the start of your next turn.

\n

The psychic damage increases to 4d6 when you reach 18th level in this class.

\n
\n

PIERCING SHOT

\n

You enhance your shot with armor-piercing properties. When you use this option, you don’t make an attack roll for the attack. Instead, the shot shoots forward in a line, which is 1 foot wide and 30 feet long, before disappearing. The shot passes through objects, ignoring cover. Each creature in that line must make a Dexterity saving throw. On a failed save, a creature takes damage as if it were hit by the shot, plus an extra 1d6 damage of the weapon’s type. On a successful save, a target takes half as much damage.

\n

The extra damage increases to 2d6 when you reach 18th level in this class.

\n
\n

QUELL SHOT

\n

You fire a shot enhanced with a debilitating poison. The creature hit by the shot takes an extra 2d6 poison damage. The target must also succeed on a Constitution saving throw, or the damage dealt by its weapon attacks is halved until the start of your next turn.

\n

The poison damage increases to 4d6 when you reach 18th level in this class.

\n
\n

SEEKING SHOT

\n

You apply a tracing signal to your shot. When you use this option, you don’t make an attack roll for the attack. Instead, choose one creature you have seen in the past minute. The shot flies toward that creature, moving around corners if necessary and ignoring three-quarters cover and half cover. If the target is within the weapon’s range and there is a path large enough for the shot to travel to the target, the target must make a Dexterity saving throw. Otherwise, the shot disappears after traveling as far as it can. On a failed save, the target takes damage as if it were hit by the shot, plus an extra 1d6 kinetic damage, and you learn the target’s current location. On a successful save, the target takes half as much damage, and you don’t learn its location.

\n

The kinetic damage increases to 2d6 when you reach 18th level in this class.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"uVj65irpjyXXnU6M"} -{"name":"Explosive Charge","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to create a number of small explosives known as charges. Over the course of a short or long rest, you can create a number of charges equal to your Intelligence modifier. You must have a demolitions kit in order to create these charges. Your charges can only be used by you, and they lose their potency at the end of your next short or long rest.

\n

Once per turn, when you would make a ranged weapon attack, you can instead throw one of your charges. Your charges have a range equal to 30 feet + your Strength modifier x 5. You can throw a charge at a point you can see within range. Each creature within 5 feet must make a Dexterity sav-ing throw (DC = 8 + your proficiency bonus + your Intelligence modifier). A creature takes 2d4 + your Intelligence modifier kinetic damage on a failed save, or half as much on a successful one.

\n

The damage of your charges increases to 3d4 at 7th level and 4d4 at 15th level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"uXm28JTQwru6y0tj"} -{"_id":"v4CZJ8LBMl5PYZCO","name":"Fyrnock's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

While raging, you can use your bonus action to leap up to 30 feet to an empty space you can see. When you land you deal kinetic damage equal to your Strength modifier to each creature within 5 feet of where you land. You can use this feature a number of times equal to your Constitution modifier (a minimum of once). You regain all expended uses when you complete a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 2","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"vLTVWcYw3cnW56OW","name":"Ability Score Improvement (Monk, Operative)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you reach 4th level, and again at 8th, 10th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can’t increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"4, 8, 10, 12 ,16, 19"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"vjAOfKzmrVFcwYTh","name":"Adaptive Barrier","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, when a creature who has one of your barriers within 30 feet of you that you can see takes damage, and that damage is of a type that could be affected by that barrier, you can use your reaction to grant them resistance to the triggering damage. If that damage is the same type as the barrier’s chosen damage, you instead grant them immunity. Whether resistance or immunity, the barrier immediately drops to 0 hit points.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Gadgeteer 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"vqxJzX2jON1LZuAS","name":"Force-Empowered Casting","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 2nd level, you gain the ability to twist your powers to suit your needs. When you cast a force power, you can expend additional force points to modify the power. You gain two of the following Empowerment options of your choice. You gain another one at 10th and 17th level.

\n

You can use only one Empowerment option on a power when you cast it, unless otherwise noted.

\n
\n

CAREFUL POWER

\n

When you cast a power that forces other creatures to make a saving throw, you can protect some of those creatures from the power’s full force. To do so, you spend 1 additional force point and choose a number of those creatures up to your Wisdom or Charisma modifier (your choice, minimum of one). A chosen creature automatically succeeds on its saving throw against the power.

\n
\n

DISTANT POWER

\n

When you cast a power that has a range of 5 feet or greater, you can spend 1 additional force point to double the range of the power.

\n

When you cast a power that has a range of touch, you can spend 1 additional force point to make the range of the power 30 feet.

\n
\n

EXTENDED POWER

\n

When you cast a power that has a duration of 1 minute or longer, you can spend 1 additional force point to double its duration, to a maximum duration of 24 hours.

\n
\n

HEIGHTENED POWER

\n

When you cast a power that forces a creature to make a saving throw to resist its effects, you can spend 3 additional force points to give one target of the power disadvantage on its first saving throw made against the power.

\n
\n

IMPROVED POWER

\n

When you roll damage for a power, you can spend 1 additional force point to reroll a number of the damage dice up to your Wisdom or Charisma modifier (your choice, minimum of one). You must use the new rolls.

\n

You can use Improved Power even if you have already used a different Empowerment option during the casting of the power.

\n
\n

LINGERING POWER

\n

When you cast a power that requires concentration to maintain you can choose to spend 3 additional force points. If you do, when you lose concentration on the power, the power will not end until the end of your next turn.

\n
\n

PINPOINT POWER

\n

When you cast a power that allows you to force creatures in an area to make a saving throw you can instead spend 1 force point and make a ranged force attack against a single target that would be in the range. On a hit the target suffers the effects as though they failed their saving throw.

\n
\n

QUICKENED POWER

\n

When you cast a power that has a casting time of 1 action, you can spend 2 additional force points to change the casting time to 1 bonus action for this casting.

\n
\n

REFOCUSED POWER

\n

When you are forced to make a Constitution saving throw to maintain concentration on a power you can use your reaction and spend 2 force points to automatically succeed on the saving throw. You can use this option even if you have already used a different Empowerment option during the casting of the power.

\n
\n

TWINNED POWER

\n

When you cast a power that targets only one creature and doesn’t have a range of self, you can spend a number of additional force points equal to the power’s level to target a second creature in range with the same power (1 force point if the power is at-will).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular 2"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"vxR8oI3jyjVUt5sJ","name":"Targeting Matrix","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you cast a tech power that allows you to force creatures in an area to make a saving throw, you can instead make an attack roll with your modified weapon against a single target that would be in the range of the power. On a hit, the target suffers the effects as though they failed their saving throw. If the power would affect more than one creature, it instead affects only one.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain any expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Engineer: Armstech 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"vzwNHMqfV57Lr252","name":"Fighting Style (Scout)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 2nd level, you adopt a particular style of fighting as your specialty. Choose one of the fighting style options, detailed in Chapter 6. You can’t take a fighting style option more than once, even if you later get to choose again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout 2"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"w2fcITzwIWxmBuLs","name":"Shocking Affinity","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this tradition at 3rd level, when you cast a force power that deals lightning damage, you can use Wisdom or Charisma as your forcecasting ability for it.

\n

Additionally, when you cast a damage dealing force power that requires an attack roll or saving throw, you can cause that power to instead deal lightning damage. If the power would call for a saving throw other than Dexterity, it instead calls for a Dexterity saving throw. If you hit with the power, or the target fails the power’s saving throw, affected creatures become shocked until the start of your next turn. You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a short or long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"none","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Consular: Lightning 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"w8lV2PlpwsbT2Idf","name":"Blistering Rebuke","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 10th level, when a creature within 5 feet of you that you can see hits you with an attack, you can use your reaction to cause the creature to make a Dexterity saving throw. On a failed save, the creature takes 1d10 plus your consular level lightning damage, is pushed back 10 feet, and becomes shocked until the end of their next turn. On a successful save, the creature takes half as much damage and isn’t moved or shocked.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d10+10","lightning"]],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Consular: Lightning 10"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Backup Plans","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 15th level, when you roll initiative and have no charges remaining, you can create 2 charges. Additionally, whenever you create a charge, you can change the damage type to acid, energy, fire, ion, lightning, or sonic.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"w9G3JY7dSOaXJIAh"} -{"_id":"wBdYcwBoZm5KFnSn","name":"Purity of Body","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 13th level, your mastery of the focus flowing through you makes you immune to disease and poison and resistant to poison damage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Monk 13"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Bonus Proficiencies (Fighter: Tactical)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

You gain proficiency with one type of artisan’s implements of your choice.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"wIHplALcnef15uBd"} -{"_id":"wR9uAGEnSdKoVvYo","name":"Epicenter","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, as a reaction when you take damage from a creature within 15 feet of you that you can see, you can use one of your mixtures. The effects of the mixture release in a 15-foot-radius sphere centered on you, and if the mixture requires a saving throw, you automatically succeed on it. Additionally, the affected area is difficult terrain to creatures other than you until the end of your next turn.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Engineer: Biochem 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"wfigLmIQg03vIbxP","name":"Dynamic Attachment","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, while you have temporary hit points, you have resistance against the damage of force powers, and your force powers ignore resistances.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Confluence 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"wgEc1fPVzUOOLiY7","name":"Creative Destruction","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, you can add your Intelligence modifier (a minimum of +1) to any damage you deal with tech powers and class features. If the tech power or class feature would damage multiple creatures, you can only deal this additional damage to one of them.

\n

If you choose to deal this additional damage, your GM can have you roll on the Unstable Engineering Surge table.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Unstable 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"x1TSm5F0CtGuX7u4","name":"Supreme Awareness","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, you gain preternatural senses that help you fight creatures you can’t see. When you attack a creature you can’t see, your inability to see it doesn’t impose disadvantage on your attack rolls against it.

\n

You are also aware of the location of any invisible creature within 30 feet of you, provided that the creature isn’t hidden from you and you aren’t blinded or deafened.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scholar 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"xFgXRg2qF3SlvNfF","name":"Sentinel Ideals","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 2nd level, you adopt ideals that exemplify your bond with the Force. You adopt two ideals of your choice, as detailedbelow. You adopt an additional ideal at 6th and 11th level. When you manifest your Sentinel Ideals, you choose which effect to create.

\n

You can manifest your ideals twice. You gain an additional use at 9th and 17th level. You regain all expended uses when you finish a long rest.

\n
\n

SENTINEL IDEALS

\n

The ideals are presented in alphabetical order. You can’t benefit from a Sentinel Ideal option more than once, even if you later get to choose again.

\n
\n
\n

IDEAL OF THE AGILE

\n

You gain a swimming speed and a climbing speed equal to your walking speed. When you make a long jump, you can cover a number of feet up to twice your Wisdom or Charisma score (your choice). When you make a high jump, you can leap a number of feet up into the air equal to 3 + twice your Wisdom or Charisma modifier (your choice).

\n

Additionally, as a bonus action, you can manifest this ideal in a brief surge of energy. For the next minute, opportunity attacks against you are made with disadvantage.

\n
\n

IDEAL OF THE ARTISAN

\n

Choose one of your skill or tool proficiencies. When you make an ability check with the chosen skill or tool, you can add half your Wisdom or Charisma modifier (your choice, minimum of one) to any check you make that doesn’t already include that modifier.

\n

Additionally, as an action, you can manifest this ideal in a brief surge of energy. For the next 10 minutes, the bonus increases to your Wisdom or Charisma modifier, and you can choose a second skill or tool to extend this feature to.

\n
\n

IDEAL OF THE CONTENDER

\n

You can use Dexterity instead of Strength for the attack and damage rolls of your unarmed strikes, and your unarmed strike damage increases by one step (from 1 to d4, d4 to d6, or d6 to d8).

\n

Additionally, as a bonus action, you can manifest this ideal in a brief surge of energy. For the next minute, your unarmed strikes count as enhanced for the purpose of overcoming resistance and immunity to unenhanced attacks and damage, and you can use your Wisdom or Charisma modifier (your choice) instead of Strength for checks made to grapple a target or escape a grapple.

\n
\n

IDEAL OF THE FIGHTER

\n

You adopt a particular style of fighting as your specialty. Choose one of the fighting style options, detailed in Chapter 6. You can’t take a fighting style option more than once, even if you later get to choose again.

\n

Additionally, as a bonus action, you can manifest this ideal in a brief surge of energy. For the next minute, you know the fighting mastery that corresponds with the fighting style you chose with this feature. If you already know that fighting mastery, you instead learn another of your choice for the duration.

\n
\n

IDEAL OF THE HUNTER

\n

You gain darkvision out to a range of 60 feet. If you already have darkvision, this ideal increases its range by 30 feet.

\n

Additionally, as a bonus action, you can manifest this ideal in a brief surge of energy. For the next minute, you can see normally in enhanced darkness, and you gain blindsight to 10 feet.

\n
\n

IDEAL OF THE STEADFAST

\n

When you would make a melee weapon attack roll, you can instead force the target to make a Dexterity saving throw (DC = 8 + your proficiency bonus + your Strength or Dexterity modifier + any bonuses to melee weapon attack rolls). If you would have advantage on your attack roll, the creature instead has disadvantage on their saving throw. On a failed save, the target takes normal weapon damage and is subjected to any additional effects that would occur on a hit.

\n

Additionally, as a bonus action, you can manifest this ideal in a brief surge of energy. For the next minute, when a creature succeeds on the saving throw, they take half the normal weapon damage, and when a creature rolls a 1 on the saving throw, they take damage as if suffering a critical hit.

\n
\n

IDEAL OF THE TITAN

\n

You gain proficiency in medium armor.

\n

Additionally, as a bonus action, you can manifest this ideal in a brief surge of energy. For the next minute, you have advantage on ability checks and attack rolls that would forcefully move another creature, and the distance they would be moved increases by 5 feet.

\n
\n

IDEAL OF THE TRANQUIL

\n

When you finish a short or long rest, you gain a number of temporary force points equal to half your Wisdom or Charisma modifier (rounded up, your choice, minimum of one). When you would spend a force point while you have temporary force points, the temporary force points are spent first. All temporary force points are lost at the end of your next short or long rest.

\n

Additionally, as an action, you can manifest this ideal in a brief surge of energy. You regain a number of force points equal to half your Wisdom or Charisma modifier (rounded up, your choice, minimum of one).

\n
\n

IDEAL OF THE VIGOROUS

\n

When you roll a Hit Die to regain hit points, you may use your Wisdom or Charisma modifier in place of your Constitution modifier when determining the number of hit points you regain.

\n

Additionally, as an action, you can manifest this ideal in a brief surge of energy. You gain a number of temporary hit points equal to half your sentinel level (rounded down) + your Wisdom or Charisma modifier (your choice, minimum of one).

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel 2"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"xWOwi6l4lIQ33Qi0","name":"Fighting Mastery","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 3rd level, you’ve mastered a particular style of fighting. Choose one of the Fighting Mastery options, detailed in Chapter 6. You can’t take a Fighting Mastery option more than once, even if you later get to choose again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Fighter 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Projected Barrier","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, when a creature that you can see within 30 feet of you takes damage, you can use your reaction to cause your Force Barrier to absorb that damage. If this damage reduces the barrier to 0 hit points, the warded creature takes any remaining damage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"xlWuywb2jzmQV9MC"} -{"_id":"xzRNHB2M2HdOZzr7","name":"Fuel the Rampage","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, while you are both raging and experiencing the high of a substance, having 0 hit points doesn’t knock you unconscious. You still must make death saving throws, and you suffer the normal effects of taking damage while at 0 hit points. However, if you would die due to failing death saving throws, you don’t die until your rage ends, and you die then only if you still have 0 hit points.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker: Addicted 14","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Unarmored Defense (Fighter: Blademaster)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this specialty at 3rd level, while you are wearing no armor and not wielding a shield, your AC equals 10 + your Dexterity modifier + your Strength modifier.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"y4La6YmQxB9QOoQQ"} -{"_id":"yGC9VzT840qQWxca","name":"Rancor's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Prerequisite: 13th level
While you're raging any creature within 5 feet of you that's hostile to you has disadvantage on attack rolls against targets other than you or another character with this feature. An enemy is immune to this effect if it can't see or hear you or if it can't be frightened.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":"Berserker 13","consume":{"type":"","target":null,"amount":null}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"yYfFFOgfllndNqWr","name":"Techcasting (Berserker: Industrial)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this approach at 3rd level, you have derived powers from schematics with the aid of your wristpad. See chapter 10 for the general rules of techcasting and chapter 12 for the tech powers list.

\n

TECH POWERS KNOWN

\n

You learn 3 tech powers of your choice, and you learn more at higher levels, as shown in the Tech Powers Known column of the Industrial Approach Techcasting table. You may not learn a tech power of a level higher than your Max Power Level.

\n

TECH POINTS

\n

You have a number of tech points equal to half of your berserker level (rounded up), as shown in the Tech Points column of the Industrial Approach Techcasting table, + your Intelligence modifier. You use these tech points to cast tech powers. You regain all expended tech points when you finish a short or long rest.

\n

MAX POWER LEVEL

\n

Many tech powers can be overcharged, consuming more tech points to create a greater effect. You can overcharge these powers to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Industrial Approach Techcasting table.

\n

You may only cast tech powers at 4th-level once. You regain the ability to do so after a long rest.

\n

TECHCASTING ABILITY

\n

Intelligence is your techcasting ability for your tech powers. You use your Intelligence whenever a power refers to your techcasting ability. In addition, you use your Intelligence modifier when setting the saving throw DC for a tech power you cast and when making an attack roll with one.

\n
\n

Tech save DC = 8 + your proficiency bonus + your Intelligence modifier

\n
\n

Tech attack modifier = your proficiency bonus + your Intelligence modifier

\n
\n

TECHCASTING FOCUS

\n

You use a wristpad (found in chapter 5 of the Player’s Handbook) as a tech focus for your tech powers.

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelTech Powers KnownTech PointsMax Power Level
3rd321st
4th421st
5th531st
6th631st
7th742nd
8th842nd
9th952nd
10th1052nd
11th1162nd
12th1262nd
13th1373rd
14th1473rd
15th1583rd
16th1683rd
17th1794th
18th1894th
19th19104th
20th20104th
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Industrial 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"yZcoaSioqe8qda2D","name":"Electric Attunement","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, you gain resistance to lightning damage. Additionally, force powers you cast ignore resistance to lightning damage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Lightning 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"yyGo3f49AlXermtP","name":"Diamond Soul","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 14th level, your mastery of focus grants you proficiency in all saving throws. Additionally, whenever you fail a saving throw, you can spend 1 focus point to reroll it and take the second result.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Monk 14"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Maximum Output","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, when you take the Attack action while wielding a weapon with the heavy or strength properties, you can forgo one or more attacks. If you do so, you deal additional damage the first time you hit with an attack roll before the end of your next turn. For each attack you forgo in this fashion, you deal extra damage equal to 1d12 + half your fighter level (rounded down). If you miss with the first attack roll you make before the end of your next turn, you instead deal normal weapon damage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"zEnd8MGQwyOOZ0dI"} -{"_id":"zZz07JN0gA6nsAPa","name":"Focused Rage","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you hone your rage to a razor sharp focus. While raging, when you make a melee weapon attack using Dexterity, you add your rage damage to the damage roll. Additionally, you can use your Reckless Attack feature to give you advantage on melee weapon attacks using Dexterity during your turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Berserker: Precision 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"name":"Totem Creation","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this specialty at 3rd level, you’ve learned to create powerful talismans infused with the Force. Your totems can take the form of sigils painted directly onto your equipment, or adornments attached to it, as you see fit. Regardless of the form they take, only you can benefit from them. You learn two totems of your choice, which are detailed under “Totems” below. When you complete a long rest, you can replace one totem you know with a different one.

\n

When you finish a long rest, you can touch a number of weapons, armor, or shields equal to the number of totems you know, affixing a different totem to each object. Your totem remains affixed until you finish a long rest, and an object can only bear one totem at a time. You must be wielding or wearing the object to benefit from a totem affixed to it.

\n

Each totem can be invoked to grant an effect. Once you’ve invoked a totem in this way, you can’t do so again until you complete a short or long rest.

\n

TOTEM OPTIONS

\n

The totems are listed in alphabetical order. If a totem requires a saving throw, the DC = 8 + your proficiency bonus + your Wisdom or Charisma modifier (your choice).

\n
\n
\n

TOTEM OF THE ACKLAY

\n

This totem evokes the ferocity of an acklay, granting you advantage on Intelligence (Nature) checks and Charisma (Intimidation) checks.

\n

Additionally, you can invoke the totem as a bonus action. For 10 minutes, your carrying capacity and the weight you can push, drag, or lift doubles, and your Strength score increases by 2. This increase can cause your score to exceed 20.

\n
\n

TOTEM OF THE HAWK

\n

This totem is inspired by the visage of a hawk, granting you advantage on Intelligence (Investigation) checks, and darkvision out to a range of 60 feet. If you already have darkvision, its range increases by 30 feet.

\n

Additionally, when a creature you can see ends its turn within 30 feet of you, you can use your reaction to invoke the totem and force the creature to make a Constitution saving throw by emitting a powerful sound. Unless the save succeeds, the creature is dazed, suffering from the Charmed condition. While charmed in this way, the creature has a speed of 0 and is incapacitated. The effect ends if the charmed creature takes any damage or if someone else uses an action to shake the creature out of its haze. Once you invoke the totem, you can’t do so again until you finish a short or long rest. A deaf creature automatically succeeds on its saving throw.

\n
\n

TOTEM OF THE LOTH-WOLF

\n

This totem emulates the near etherealness of a loth-wolf, granting you advantage on Dexterity (Sleight of Hand) checks and Charisma (Deception) checks.

\n

Additionally, when you or a creature you can see within 30 feet of you is hit by an attack roll, you can use your reaction to invoke the totem and cause that attack to target a different creature within 30 feet of you (other than the attacker) that you can see, using the same roll. This ability can transfer the attack regardless of the attack’s range.

\n
\n

TOTEM OF THE RANCOR

\n

This totem bestows a resilience reminiscent of a mighty rancor, granting you advantage on saving throws against being poisoned and resistance to poison damage.

\n

Additionally, you can invoke the totem as a bonus action, gaining resistance to energy and kinetic damage for 1 minute.

\n
\n

TOTEM OF THE SARLACC

\n

This totem channels the experience of an ancient sarlacc, granting you expertise in any tool in which you are proficient.

\n

Additionally, when you hit a creature with a weapon attack, you can invoke the totem to summon the tentacles of the creature: The target must succeed on a Strength saving throw or be restrained for 1 minute. While restrained by the tentacles, the target takes 2d6 acid damage at the start of each of its turns. The target can repeat the saving throw at the end of each of its turns, tearing free on a success.

\n
\n

TOTEM OF THE VORNSKR

\n

With this totem you are able to access the Force-enhanced senses of the vornskr, granting you advantage on Wisdom (Survival) checks, and you can’t be surprised as long as you are not incapacitated.

\n

Additionally, you can invoke the totem as a bonus action to enter a state of hyper awareness for 1 minute or until you’re incapacitated. Until the state ends, when you or another creature you can see within 60 feet of you makes an attack roll, a saving throw, or an ability check, you can use your reaction to cause the roll to have advantage or disadvantage.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"zdQodeYfWZauJ3Mv"} -{"_id":"ze0ZnVMlv6x0IpS4","name":"Life Eternal","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 10th level, you can use your powerful connection to the Force to keep fighting when others would fall. When you are reduced to 0 hit points but not killed outright, you can spend 5 force points to drop to 1 hit point instead.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Consular: Confluence 10"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"zxw8tBx6Z30RKyLr","name":"Rampage","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, while raging, when you deal damage with a blaster with which you are proficient, and you added your Strength modifier to the damage roll, you can use a bonus action to move up to half your speed towards your target. You must end this movement closer to your target than you started. If you end this movement within 5 feet of your target, you can make one melee weapon attack with your blaster as a part of this bonus action.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Berserker: Ballistic 6"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} -{"_id":"zzbwoqUNCb6U0lRK","name":"Unarmored Movement","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 3rd level, your speed increases by 10 feet while you are not wearing armor or wielding a shield. This bonus increases when you reach certain monk levels, as shown in the table below.

\n

At 9th level, you gain the ability to move along vertical surfaces and across liquids on your turn without falling during the move.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelUnarmored Movement
1st-
2nd-
3rd+10 ft.
4th+10 ft.
5th+15 ft.
6th+15 ft.
7th+15 ft.
8th+15 ft.
9th+20 ft.
10th+20 ft.
11th+20 ft.
12th+20 ft.
13th+25 ft.
14th+25 ft.
15th+25 ft.
16th+25 ft.
17th+30 ft.
18th+30 ft.
19th+30 ft.
20th+30 ft.
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Monk 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Forcecasting (Beguiler)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this practice at 3rd level, you have derived powers from your emotional connection to the Force. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

FORCE POWERS KNOWN

\n

You learn 4 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the Beguiler Practice Forcecasting table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

FORCE POINTS

\n

You have a number of force points equal to your operative level, as shown in the Force Points column of the Beguiler Practice Forcecasting table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

MAX POWER LEVEL

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Beguiler Practice Forcecasting table.

\n

You may only cast force powers at 4th-level once. You regain the ability to do so after a long rest.

\n

FORCECASTING ABILITY

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use your Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. Additionally, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n
\n

Force save DC = 8 + your proficiency bonus + your forcecasting ability modifier

\n
\n

Force attack modifier = your proficiency bonus + your forcecasting ability modifier

\n
\n

THE BEGUILER PRACTICE

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelForce Powers KnownForce PointsMax Power Level
3rd431st
4th641st
5th751st
6th861st
7th1072nd
8th1182nd
9th1292nd
10th13102nd
11th14112nd
12th15122nd
13th17133rd
14th18143rd
15th19153rd
16th20163rd
17th22174th
18th23184th
19th24194th
20th25204th
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"9WqFDIoxzXWbOsYD"} +{"_id":"9X6YtmYcL3tHOoGL","name":"Bonus Proficiencies (Engineer: Biochem)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this discipline at 3rd level you gain proficiency in the Medicine skill, biochemist’s kits, and poisoner’s kits. Additionally, when you engage in crafting with biochemist’s kits and poisoner’s kits, the rate at which you craft doubles.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"9oyy0MMqEws2qoil","name":"Ability Score Improvement (Berserker)","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can't increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"9rYXdlFyt1WcN5KL","name":"Bad Feeling","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 3rd level, you have a wary eye, bordering on paranoia. When you roll for initiative, you can move up to your speed. This movement happens before the initiative order is determined.

\n

Once you’ve used this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"9yuZhwF1bwFRb1xj","name":"Dive for Cover","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this practice at 3rd level, you learn to quickly move into cover when under fire. Once per round, when you are the target of a ranged attack, or you are subjected to an effect that allows you to make a Dexterity saving throw, and there is cover within 10 feet of you, you can move up to 10 feet (no action required). You must end this movement in cover.

\n

You can use this feature a number of times equal to your Dexterity modifier (a minimum of once). You regain all expended uses when you complete a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"A01Ne3M1XizO3m49","name":"Upper Hand","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to user underhanded tactics to gain the upper hand. When you deal Sneak Attack damage to a creature, you may choose to forgo two of your Sneak Attack Dice in order to perform an upper hand technique.

\n

Some of your upper hand techniques require your target to make a saving throw to resist the technique’s effects. The saving throw DC is calculated as follows:

\n
\n

Upper Hand save DC = 8 + your proficiency bonus + your Charisma modifier

\n
\n
\n

BRUTAL HIT

\n

You attempt to knock the target prone while within 15 feet of it. The target must make a Strength saving throw or be knocked prone.

\n
\n

LOW BLOW

\n

You attempt to stun the target while within 15 feet of it. The target must make a Constitution saving throw or be stunned until the start of its next turn.

\n
\n

SHANK SHOT

\n

You attempt to hamper the target while within 15 feet of it. The target must make a Dexterity saving throw. If it fails, its movement speed is to 0 and it makes Dexterity saving throws with disadvantage until the end of its next turn.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"A3adZpDPMyLDiqqj","name":"Debilitating Barrage","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 17th level, you’ve gained the knowledge to temporarily inhibit a creature’s fortitude by striking a series of pressure points. Whenever you hit a creature with an unarmed strike, you can spend 3 focus points to cause the creature to become vulnerable to a damage type of your choice. This effect lasts for 1 minute or until they take damage of the chosen type.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"A4W8o8JAm3ghEdnq","name":"Vicious Hunting","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, your beast companion’s strikes count as enhanced for the purpose of overcoming resistance and immunity to unenhanced attacks and damage.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"A4hDRsUlTRQxFwq4","name":"Focused Navigator","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 3rd level when you select this pursuit, you gain proficiency in two of the Perception, Piloting, Survival, and Acrobatics skills.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"A8471DUw2PpOmFGi","name":"Control the Field","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 17th level, whenever you use your Instinctive Leap feature, you can leap your entire movement speed instead of only half. Additionally, when you land, you can make an unarmed strike with advantage against a creature within 5 feet of you as part of the same reaction. On a hit, this attack deals an additional 2d6 force damage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"AAIu6uSn4bW00mHp","name":"Chimeric Adaption","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Once you’ve reached 17th level, your genetic modifications have reached new heights. When you complete a short or long rest, you can choose one of the following features. When you undergo your mutagenic transformation, you also gain the benefits of the chosen feature for the duration. You can only have one of these features at a time.

\n
\n
\n

ASPECT OF THE TERENTATEK

\n

You gain proficiency in Wisdom and Charisma saving throws.

\n

Additionally, you have advantage on saving throws against force powers, and when a creature within 30 feet of you casts a force power, you can use your reaction to move up to half your speed towards the creature. You must end this movement closer to the creature than you started. If you end this movement within 5 feet of the creature, you can make one melee attack against the creature (no action required).

\n
\n

ASPECT OF THE RANCOR

\n

You gain proficiency in Strength and Constitution saving throws.

\n

Additionally, you gain immunity to the frightened condition,
and when you deal damage with a weapon or unarmed strike, you can deal an additional 1d8 damage of the same type as the weapon’s damage.

\n
\n

ASPECT OF THE VARACTYL

\n

You gain proficiency in Dexterity and Intelligence saving throws.

\n

Additionally, your speed increases by 10 feet, you ignore effects that would reduce your speed, your attack rolls can’t suffer from disadvantage, and creatures can’t have advantage on attack rolls against you.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"AHnF54FJ2CIZCm0u","name":"Additional Fighting Style","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 10th level, you can choose a second fighting style option.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"AIPQfRUQTdR3unU6","name":"Imposter","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 13th level, you gain the ability to unerringly mimic another person’s speech, writing, and behavior. You must spend at least 1 minute studying these three components of the person’s behavior: listening to speech, examining handwriting, and observing mannerisms. If you can only study some of these aspects (such as only having writing samples, or only audio recordings), you can mimic that aspect of the person, but not other aspects you have not studied.

\n

Your ruse is indiscernible to the casual observer. If a wary creature suspects something is amiss, you have advantage on any Charisma (Deception) check you make to avoid detection.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"AN9BrAR4d9f3fopu","name":"Force Purity","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 6th level, the Force flowing through you makes you immune to poison and disease.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"APoyxRAifvAM5Y6O","name":"Visions of the Past","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 10th level, you can call up visions of the past that relate to an object you hold or your immediate surroundings. You spend at least 1 minute in meditation, then receive dreamlike, shadowy glimpses of recent events. You can meditate in this way for a number of minutes equal to your Wisdom score and must maintain concentration during that time, as if you were casting a force power. Once you’ve used this feature, you can’t use it again until you finish a short or long rest.

\n

Object Reading. Holding an object as you meditate, you can see visions of the object’s previous owner. After meditating for 1 minute, you learn how the owner acquired and lost the object, as well as the most recent significant event involving the object and that owner. If the object was owned by another creature in the recent past (within a number of days equal to your Wisdom score), you can spend 1 additional minute for each owner to learn the same information about that creature.

\n

Area Reading. As you meditate, you see visions of recent events in your immediate vicinity (a room, street, tunnel, clearing, or the like, up to a 50-foot cube), going back a number of days equal to your Wisdom score. For each minute you meditate, you learn about one significant event, beginning with the most recent. Significant events typically involve powerful emotions, such as battles and betrayals, marriages and murders, births and funerals. However, they might also include more mundane events that are nevertheless important in your current situation.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"minute","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"AiDxbNfTgy2yiznn","name":"Hunting Party","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this technique at 3rd level, when you take the Attack action on your turn, you can use a bonus action to direct one of your companions to strike. When you do so, choose a friendly creature who can see or hear you. That creature can immediately use its reaction to make one weapon attack.

\n

You can use this feature a number of times equal to your Intelligence modifier (minimum of once). You regain all expended uses of it when you finish a long rest.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Scout: Predator 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Aic1hLLhk3cIH4QI","name":"Master of Aggression","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, your presence on the field of battle is as a graceful blur of deadly blades and daring acrobatics. Your Dexterity and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for those scores increases by 2.

\n
\n

Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to kinetic, energy, and ion damage from weapons.
  • \n
  • When an ally within 30 feet of you takes the Attack action, they can make one additional attack as a part of that same action.
  • \n
  • When you hit a creature with a weapon attack, you can move up to 10 feet. This movement does not provoke opportunity attacks.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you’ve used this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"AlQqDDigFMnrLi7h","name":"Quickdraw","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 17th level, you learn to perform miracles with just a blaster and some nerve. On your first turn in combat, if you aren’t surprised, you can use your action to attack creatures that have not yet acted. Choose up to six such creatures that you can see, making a ranged weapon attack against each. On a hit, you deal normal weapon damage and can apply a single trick shot to each attack made this way.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Au1ZMI2rNkielpDK","name":"Deft Hands","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn a number of techniques to distract and confuse your opponents. When you deal Sneak Attack damage, you may choose to forgo two of your Sneak Attack dice to perform a deft hand maneuver.

\n

Some of your aerial maneuvers require your target to make a saving throw to resist the deft hand maneuver’s effects. The saving throw DC is as follows:

\n
\n

Deft Hands save DC = 8 + your proficiency bonus + your Dexterity modifier

\n
\n
\n

HINDER

\n

You attempt to distract your target in order to hinder their movement. The target must make a Constitution saving throw. On a failed save, it gains 1 slowed level until the end of its next turn and it makes the first Dexterity saving throw before the end of its next turn with disadvantage.

\n
\n

PILFER

\n

You attempt to pick your target’s pockets. The target must make a Wisdom saving throw. On a failed save, you have advantage on the first Dexterity (Sleight of Hand) check you make against the target before the end of your next turn.

\n
\n

TUMBLE

\n

You attempt to nimbly roll away. You immediately move 10 feet in a direction of your choice, and the target must make a Dexterity saving throw. On a failed save, this movement does not provoke opportunity attacks from the creature.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"AxPXE2XkPSDhElLW","name":"Cover to Cover","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, attack rolls made against you on your turn are made with disadvantage.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Deadeye 7"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"B2qE4c6O2D4uhKjl","name":"Tool Expertise","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 2nd level, you gain expertise in any tool proficiencies you gain from this class.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"B2yy36IjZoHpIgt0","name":"Adaptable Applications","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, when you cast a tech power of 1st level or higher, you can choose to deal additional damage or provide additional healing with that power. The additional damage or healing equals half your engineer level (rounded down).

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"BZmfefaWp7Qi2sVz","name":"Exploit Weakness","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 15th level, your training has taught you to find and exploit weaknesses in your prey. As a bonus action, you can impose disadvantage on the next saving throw the target of your Ranger’s Quarry makes against an effect you control before the end of your next turn. Once you’ve done so, you must complete a short or long rest before you can do so again.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Scout: Mastermind 15"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Bk4IMdLkT2sP8JJG","name":"Forcecasting (Monk: Aing-Tii)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this order at 3rd level, you have learned powers, fragments of knowledge that imbue you with an abiding force ability. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

FORCE POWERS KNOWN

\n

You learn 4 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the Aing-Tii Order Forcecasting table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

FORCE POINTS

\n

You have a number of force points equal to your monk level, as shown in the Force Points column of the Aing-Tii Order Forcecasting table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

MAX POWER LEVEL

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Aing-Tii Order Forcecasting table.

\n

You may only cast force powers at 4th-level once. You regain the ability to do so after a long rest.

\n

FORCECASTING ABILITY

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use your Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. In addition, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n
\n

Force save DC = 8 + your proficiency bonus +your forcecasting ability modifier

\n
\n

Force attack modifier = your proficiency bonus +your forcecasting ability modifier

\n

 

\n

THE AING-TII ORDER

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelForce Powers KnownForce PointsMax Power Level
3rd431st
4th641st
5th751st
6th861st
7th1072nd
8th1182nd
9th1292nd
10th13102nd
11th14112nd
12th15122nd
13th17133rd
14th18143rd
15th19153rd
16th20163rd
17th22174th
18th23184th
19th24194th
20th25204th
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Bk7Jrs3QNtMChqPa","name":"Isolate","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you deal damage to a creature while Saber Storm is active, and that creature fails a Constitution saving throw to maintain concentration on a force power, you can steal and redirect the power. Until the end of your next turn, either you or the creature who failed the Constitution saving throw gain the effects of the power (your choice).

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"BoUKWKXObZsOR6If","name":"Mark of the Artillerist","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, once per round, when your turret deals damage to the target of your Ranger’s Quarry, you can roll your Ranger’s Quarry die and add it to the damage roll.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Artillerist 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"BuYICkux4graA2wP","name":"Disruptive Throw","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 13th level, when you are the target of a ranged attack, and the source is within range of your saber throw force power, you can use your reaction to throw your forceblade at the source of the attack. Make a ranged force attack. On a hit, this attack deals damage using your Kinetic Combat die instead of the weapon’s damage die and you impose disadvantage on the triggering attack roll.

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Sentinel: Forceblade 13"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"C2RNF2QF8YETIN9a","name":"Cunning Action","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 2nd level, your quick thinking and agility allow you to move and act quickly. You can take a bonus action on each of your turns in combat. This action can be used only to take the Dash, Disengage, or Hide action.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"C5m7AvcNqJiFAi5P","name":"Form Basics (Shien/Djem So)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the Shien/Djem So lightsaber form, detailed in Chapter 6. If you already know this form, you can instead choose another lightsaber form. You can’t take a lightsaber form option more than once, even if you later get to choose again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"CJuUHZlFy4eF40B5","name":"Mark of the Teleporter","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, on your turn, when you deal damage to the target of your Ranger’s Quarry, and either you, your weapon, or the source of your damage have passed through your portals on this turn, when you roll below half the maximum on a damage die, you can treat the roll as if you’d rolled half the maximum on the damage die. You can only affect a number of dice up to half your Intelligence modifier (rounded up, minimum of one) in this way.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Teleporter 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"CT1EKxMq7XkNmKDB","name":"Relentless Assault (Monk: Kyuzo)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 17th level, when you make multiple weapon attacks with thrown weapons against the same target on your turn, each attack after the first gains a +1 bonus to its attack roll, cumulatively, to a maximum bonus of +6.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"CVjLxp8kGxZCNrS8","name":"Growing Momentum","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you can cast the burst of speed force power targeting yourself at 1st-level without expending force points. At 10th level, when you do so, your speed increases by an additional 10 feet. At 18th level, when you do so, your speed increases by an additional 10 feet.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain any expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"CX7c2sq6wfgEYhpV","name":"Clumsy Sway","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, you can move in sudden, swaying ways. You gain the following benefits.

\n
\n

Leap to Your Feet

\n

When you’re prone, you can stand up by spending 5 feet of movement, rather than half your speed.

\n
\n

Redirect Attack

\n

When a creature misses you with a melee attack roll, you can spend 1 focus point as a reaction to cause that attack to hit one creature of your choice, other than the attacker, that you can see within 5 feet of you.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"CXdc4zrwfnZVGnAK","name":"Instant Acceleration","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level you reach the pinnacle of your training, moving faster than eyes or most sensors can track. When you use Action Surge feature, you can teleport up to 30 feet to an unoccupied space you can see. You can teleport before or after the additional action.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Cid5ujSdnooH0vMm","name":"Tracker's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Prerequisite: 7th level
You can track other creatures while traveling at a fast pace, and you can move stealthily while traveling at a normal pace.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"CmoydMRbZqwp2VN5","name":"Defensive Tactics","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, you gain one of the following features of your choice.

\n
\n
\n

ESCAPE THE HORDE

\n

Opportunity attacks against you are made with disadvantage.

\n
\n

MULTIATTACK DEFENSE

\n

When a creature hits you with an attack, you gain a +4 bonus to AC against all subsequent attacks made by that creature for the rest of the turn.

\n
\n

STEEL WILL

\n

You have advantage on saving throws against being frightened.

\n
\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Hunter 7"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"CnVQJRpnRpsY0OFA","name":"Final Countdown","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you are reduced to 0 hit points but not killed outright, and you have at least one tech point remaining, you can expend all your remaining tech points and instead to drop to one hit point. If you do so, each creature within 30 feet of you must make a Dexterity saving throw. On a failed save, they take 10 acid, cold, fire, ion, or lightning damage (your choice) damage for each tech point spent in this way, or half as much on a successful one.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Cs1w1VQtleVIrrIn","name":"Potent Aptitude","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 1st level, your technological experience lends you an uncommon insight that you can use to bolster your allies. To do so, you use a bonus action on your turn to choose one creature other than yourself within 60 feet of you who can hear you. That creature gains one Potent Aptitude die, a d4. This die changes as you gain engineer levels, as shown in the Potent Aptitude column of the engineer table.

\n

Once within the next 10 minutes, the creature can roll the die and add the number rolled to one ability check, attack roll, or saving throw it makes. The creature can wait until after it rolls the d20 before deciding to use the Potent Aptitude die, but must decide before the GM says whether the roll succeeds or fails. Once the Potent Aptitude die is rolled, it is lost.

\n

A creature can have only one Potent Aptitude die at a time.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain any expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"CwGDUo8eoohFesJx","name":"Disruptive Resonance","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you hit a creature that is concentrating on a power with your modified lightsaber, the creature has disadvantage on the Constitution saving throw to maintain concentration. Additionally, on a failed save, the creature immediately takes psychic damage equal to your engineer level + your Intelligence modifier.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"You Have That Power Too","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 10th level, the bond between you and your companion has strengthened. When your companion is within 10 feet of you, and either you or your companion casts a force power that would affect only one of you, you can instead have it affect both.

\n

At 11th level, your companion must be within 30 feet of you to benefit from this feature. At 17th level, your companion must be within 60 feet.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"Cx9JxWK5jOf19IUQ"} +{"_id":"D1da9OmAYYMq59gg","name":"Ion Pulse","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 13th level, as a bonus action on your turn, you can expend one or more of your tracker droid’s Hit Dice to have it emit an pulse of ion energy. Each creature within 5 feet of your tracker droid must make a Constitution saving throw against your tech save DC. A creature takes 1d4 ion damage for each Hit Die expended in this way on a failed save, or half as much as on a successful one. Any electronics not being worn or carried within the blast radius are disabled until rebooted.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"D2dpEvNZhLDsArYf","name":"Tornado","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, you can become a tornado of attacks. When you take the Attack action on your turn, you can forgo one of your regular attacks to make a melee attack against any number of creatures within 5 feet of you, with a separate attack roll for each target. If you are wielding a separate melee weapon in each hand, each successful hit against a target deals damage equal to the damage dice of both weapons + your ability modifier + any other modifiers.

\n

You can use this feature a number of times equal to your Strength modifier (a minimum of once). You regain all expended uses when you finish a short or long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"D3B5ASfcxCsFbpj1","name":"The Way of the Rancor","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, as a bonus action, you can enter a balanced stance for one minute. As a part of this bonus action, and as a bonus action on each of your turns, when you use your action to cast a force power, you can make one melee weapon attack. Additionally, for the duration, you can use Wisdom or Charisma instead of Strength or Dexterity for the attack and damage rolls of your melee weapon attacks. You must use the same modifier for both rolls.

\n

This effect ends early if you are incapacitated or die. Once you’ve used this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"D57C2zBfdLIZCe7s","name":"Prismatic Step","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 11th level, when you take the Attack action, you can teleport up to 10 feet before each attack to an unoccupied space you can see.

\n

If you attack at least two different creatures with the action, you can make one additional attack against a third creature (no action required).

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"D58MeVMuebapihem","name":"Regenerative Shielding","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 11th level, when a hostile creature forces you to make a saving throw and you succeed, your personal barrier regains hit points equal to your Intelligence modifier.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Bulwark"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"DCz99P3FezIv9TqP","name":"Explosive","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, while raging, you gain the following benefits:

\n
    \n
  • When you roll a 1 or 2 on a damage die for an attack made with a blaster weapon, you can reroll the die and must use the new roll, even if the new roll is a 1 or a 2.
  • \n
  • You add your rage damage to damage rolls from ranged weapon attacks using Strength. You may only apply your rage damage to one target when you use the burst property.
  • \n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"DOR6WSQLFSFTURno","name":"Sneak Attack","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 1st level, you know how to strike subtly and exploit a foe’s distraction. Once per turn, you can deal an extra 1d6 damage to one creature you hit with a weapon attack if you have advantage on the attack roll. This damage is the same as the weapon’s damage, and the attack must use a finesse or a ranged weapon.

\n

You don’t need advantage on the attack roll if another enemy of the target is within 5 feet of it, that enemy isn’t incapacitated, and you don’t have disadvantage on the attack roll.

\n

The amount of the extra damage increases as you gain levels in this class, as shown in the table below.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelSneak Attack
1st1d6
2nd1d6
3rd2d6
4th2d6
5th3d6
6th3d6
7th4d6
8th4d6
9th5d6
10th5d6
11th6d6
12th6d6
13th7d6
14th7d6
15th8d6
16th8d6
17th9d6
18th9d6
19th10d6
20th10d6
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"DVBWZvttZhH2ZECU","name":"Straight Through","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 10th level, when you score a critical hit on your turn while wielding a weapon with the heavy or strength properties, you can make one weapon attack against a creature within 5 feet of the target using your reaction.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"DfcV6ep6pokDQmlk","name":"Signature Maneuver","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you choose a maneuver you know from this class as your signature maneuver. Whenever you use that maneuver, you can use it without expending a Superiority Dice. You may only use this feature once per round.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"DlYiCiG39R0goG9u","name":"Llothcat's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

While you're raging, other creatures have disadvantage on opportunity attack rolls against you, and you can also use the Dash action as a bonus action on your turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"DuckPKni4u8oONVl","name":"Staggering Stratagem","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this tradition at 3rd level, your potency with the telekinetic power of the Force heightens. You can manipulate creatures of Large size or smaller with your force powers and Way of Telekinetics features. Additionally, once per turn, when you deal force or kinetic damage to a Large or smaller creature with a force power or class feature, you can choose to either push it up to 10 feet away from you or pull it up to 10 feet closer to you.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"DxPXLhKth1RoxabZ","name":"Form Basics (Juyo/Vapaad)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the Juyo/Vapaad lightsaber form, detailed in Chapter 6 of the Player’s Handbook. If you already know this form, you can instead choose another lightsaber form. You can’t take a lightsaber form option more than once, even if you later get to choose again.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"E2udC6wpGwnihK6M","name":"Projected Barrier (Consular: Balance)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, when a creature that you can see within 30 feet of you takes damage, you can use your reaction to cause your Force Barrier to absorb that damage. If this damage reduces the barrier to 0 hit points, the warded creature takes any remaining damage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"E67Bd24TAx1TYKOn","name":"Quantum Entanglement","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 11th level, when you use your Personal Teleporter feature, you can place the portal that you would normally place within 5 feet of you in a place you can see within your Personal Teleporter’s range. If that space is occupied by a Huge or smaller creature or a Medium or smaller unsecured object, it must make a Dexterity saving throw against your tech save DC. An object automatically fails this saving throw, and a creature can choose to fail. On a failed save, a Medium or smaller creature or object falls through the portal, immediately appearing in a space within 5 feet of the linked portal and falling prone. A Large or Huge creature instead falls prone without moving.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Teleporter"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ECFvPwnnPH2U6Muj","name":"Bonus Proficiencies (Guardian: Soresu)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

You gain proficiency in heavy armor.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"EG0jeAxDE6oyzQez","name":"Mighty Leap","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, the distance you can jump is doubled, and you do not provoke attacks of opportunity if you leave a hostile creature’s reach while jumping.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"EPGAauN1vsRbA4lV","name":"Forcecasting (Berserker: Marauder)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this approach at 3rd level, you have derived powers from your primal connection to the Force. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

FORCE POWERS KNOWN

\n

You learn 4 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the Marauder Approach Forcecasting table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

FORCE POINTS

\n

You have a number of force points equal to your berserker level, as shown in the Force Points column of the Marauder Approach Forcecasting table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

MAX POWER LEVEL

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Marauder Approach Forcecasting table.

\n

You may only cast force powers at 4th-level once. You regain the ability to do so after a long rest.

\n

FORCECASTING ABILITY

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. Additionally, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n
\n

Force save DC = 8 + your proficiency bonus + your forcecasting ability modifier

\n
\n

Force attack modifier = your proficiency bonus + your forcecasting ability modifier

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelForce Powers KnownForce PointsMax Power Level
3rd431st
4th641st
5th751st
6th861st
7th1072nd
8th1182nd
9th1292nd
10th13102nd
11th14112nd
12th15122nd
13th17133rd
14th18143rd
15th19153rd
16th20163rd
17th22174th
18th23184th
19th24194th
20th25204th
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ERwe3KxzfhCnh70G","name":"Empty Body","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 18th level, you can use your action to spend 4 focus points to become invisible for 1 minute. During that time, you also have resistance to all damage but force damage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ESaIFP1ov25wZCMi","name":"Unarmored Defense (Monk)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 1st level, while you are wearing no armor and not wielding a shield, your AC equals 10 + your Dexterity modifier + your Wisdom or Charisma modifier (your choice).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]},"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"EfJ4aU0mNUVGYHbd","name":"Bladestorm","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, you can use your action to make a single melee weapon attack against each creature within your reach. Make a separate attack roll against each target. The first attack gains a +1 bonus to its attack roll, and each attack after the first gains an additional +1 bonus to its attack roll, cumulatively, to a maximum bonus of +6. If you are wielding two light- or vibro-weapons, or a weapon with the double property, you also add this bonus to your damage rolls, and you can use your bonus action to engage in Double- or Two-Weapon Fighting.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Ek37RSvjDaJp3MkR","name":"Lucky Number 7","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, whenever you roll a 7 on an attack roll against the target of your Critical Analysis feature, the attack automatically hits and you regain a superiority die. You can not have more superiority dice than the amount shown in the Superiority Dice column of the scholar table.

\n

When attacking with advantage or disadvantage, this effect applies if either roll is a 7. If both rolls are a 7, the attack is a critical hit.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"The Way of the Hydra","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, as a bonus action, you can enter a synchronized stance with your companion for 1 minute, as long as your companion is within 10 feet of you. While in this stance, once per turn, when you hit a creature with an attack, your companion has advantage on the next attack it makes against the same target before the end of your next turn. Additionally, once per turn, when your companion hits a creature with an attack, you have advantage on the next attack you make against the same target before the end of your next turn.

\n

This effect ends early if either you or your companion are incapacitated or die, or if your companion is ever more than 10 feet away from you. Once you’ve used this feature, you can’t use it again until you complete a long rest.

\n

At 11th level, your companion must be within 30 feet of you to benefit from this feature. At 17th level, your companion must be within 60 feet.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"EmiCBDAZDJcTTBfb"} +{"_id":"F2YSxjXkd8Lilvmu","name":"Damage Absorption","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, when you take damage, you can use your reaction and expend one use of your Potent Aptitude to absorb some of that damage. When you do so, the damage you take from the attack is reduced by the amount rolled on the die + your Intelligence modifier (minimum of one).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"F2rWFG8dQ3ftwCZ7","name":"Kinetic Bulwark","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 7th level, you can extend your Kinetic Ward to a creature within 5 feet of you when they are hit by a melee weapon attack. If this damage is not reduced to 0, the warded creature takes any remaining damage.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Tenacity 7"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"F39XcNVEfV9FHhuq","name":"Force Carving","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, you have unlocked more control over the Force, allowing you to choose wisely who it affects. When you cast a force power that affects other creatures that you can see, you can choose a number of them equal to 1 + the power's level. The chosen creatures automatically succeed on their saving throws against the power, and they take no damage if they would normally take half damage on a successful save.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"F4I387qfbiqbeaOO","name":"Techcasting (Scout)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 2nd level, you have derived powers from schematics with the aid of your wristpad. See chapter 10 for the general rules of techcasting and chapter 12 for the tech powers list.

\n

TECH POWERS KNOWN

\n

You learn 4 tech powers of your choice, and you learn more at higher levels, as shown in the Tech Powers Known column of the scout table. You may not learn a tech power of a level higher than your Max Power Level.

\n

TECH POINTS

\n

You have a number of tech points equal to your scout level, as shown in the Tech Points column of the scout table, + your Intelligence modifier. You use these tech points to cast tech powers. You regain all expended tech points when you finish a short or long rest.

\n

MAX POWER LEVEL

\n

Many tech powers can be overcharged, consuming more tech points to create a greater effect. You can overcharge these powers to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the scout table.

\n

You may only cast tech powers at 4th and 5th-level once. You regain the ability to do so after a long rest.

\n

TECHCASTING ABILITY

\n

Intelligence is your techcasting ability for your tech powers. You use your Intelligence whenever a power refers to your techcasting ability. Additionally, you use your Intelligence modifier when setting the saving throw DC for a tech power you cast and when making an attack roll with one.

\n
\n

Tech save DC = 8 + your proficiency bonus + your Intelligence modifier

\n
\n

Tech attack modifier = your proficiency bonus + your Intelligence modifier

\n
\n

TECHCASTING FOCUS

\n

You use a wristpad (found in chapter 5) as a techcasting focus for your tech powers.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"F6c5xj10sxAKo4nX","name":"Perfect Body","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, you’ve gained perfect control over your body. Your Dexterity and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for those scores increases by 2. Additionally, when you roll for initiative and have fewer than 6 focus points remaining, you regain up to 6 focus points.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"FI0WoZIEr8HBzXRA","name":"Adaptable Intellectual","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, you are able to effectively prepare for any mission on hand. At the end of a long rest, you may choose one of the discoveries you know and replace it with another discovery that you could learn at that level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"FM20QrLGK4qb1mbb","name":"Personal Barrier","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this technique at 3rd level, you gain access to a powerful personal barrier. Whenever you complete a short or long rest, you create a barrier on yourself that lasts until you finish a short or long rest. That barrier has hit points equal to twice your scout level + your Intelligence modifier. Your barrier can never have hit points greater than twice your scout level + your Intelligence modifier.

\n

Whenever you take damage, the barrier takes the damage instead. If this damage reduces the barrier to 0 hit points, you take any remaining damage.

\n

While the barrier has 0 hit points, it can’t absorb damage, but its power remains. Whenever you cast a tech power of 1st level or higher, your barrier regains hit points equal to the number of tech points spent.

\n

Additionally, for as long as your barrier has hit points, you gain the following benefits:

\n
    \n
  • You are considered proficient in Constitution saving throws for the purpose of maintaining concentration on tech powers.
  • \n
  • Hostile creatures that hit you with melee attacks take energy damage equal to your Intelligence modifier (minimum of 1).
  • \n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Bulwark 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"FUZ9odAGALk33wGh","name":"Cybertech Contraptions","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to modify gadgets and wristpads utilizing your cybertech knowledge. Over the course of a long rest, you can modify your wristpad. You must have a wristpad and cybertech’s implements in order to perform this modification.

\n

Your wristpad requires attunement, can only be used by you, and counts as a tech focus for your tech powers while you are attuned to it. Your modified wristpad has 4 modification slots, and it gains more at higher levels, as shown in the Modification Slots column of the engineer table. For each modification installed in excess of your proficiency bonus, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

CYBERTECH MODIFICATIONS

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n
\n
\n

ADVANCED BIOTIC AMPLIFIER

\n

Prerequisite: 15th level
Prerequisite: Prototype Biotic Amplifier
You further fine tune your biotic amplifier. While wielding this amplifier, when a creature gains temporary hit points from your biotic amplifier, it instead gains four times as many. This amount can’t exceed the number of hit points regained.

\n
\n

ADVANCED CORROSIVE AMPLIFIER

\n

Prerequisite: 15th level
Prerequisite: Prototype Corrosive Amplifier
You further fine tune your Corrosive Amplifier. When you activate this amplifier, the next attack roll made by that creature before the end of its next turn has disadvantage.

\n
\n

ADVANCED CRYO AMPLIFIER

\n

Prerequisite: 15th level
Prerequisite: Prototype Cryo Amplifier
You further fine tune your Cryo Amplifier. When you activate this amplifier, the creature is restrained until the end of your next turn.

\n
\n

ADVANCED EXPLOSIVE AMPLIFIER

\n

Prerequisite: 15th level
Prerequisite: Prototype Explosive Amplifier
You further fine tune your Explosive Amplifier. When a creature takes fire damage while ignited, the creature has disadvantage on the next Dexterity saving throw it makes before the start of your next turn.

\n
\n

ARAKYD VECTOR

\n

Prerequisite: 5th level
While using your wristpad as a tech focus, you gain a +1 bonus to tech attack rolls. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

AUGMENTED EXPLOSIVE

\n

You can augment a single grenade, mine, or thermal detonator to regain its charge. An augmented explosive can only be used by you, and it uses your tech save DC instead of its own. Once you’ve activated an explosive, it can’t be activated again until you finish a short or long rest.

\n

You can select this modification multiple times. Each time you do so, you can maintain an additional augmented explosive, to a maximum equal to your Intelligence modifier.

\n
\n

BELASCO DYNAMICS

\n

Prerequisite: 5th level
While using your wristpad as a tech focus, you gain a +1 bonus to your tech save DC. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

BIOTIC AMPLIFIER

\n

You integrate a biotic amplifier in your wristpad that increases the potency of your healing tech powers. While wielding this amplifier, when a creature regains hit points from a tech power you cast, you can grant them temporary hit points equal to the amount of tech points spent. This amount can’t exceed the number of hit points restored.

\n

You can use this amplifier a number of times equal to your Intelligence modifier. You regain all expended uses when you complete a short or long rest.

\n
\n

CLIMBING GLOVES

\n

You craft a set of gloves with a powerful assisted grip. While wearing these gloves, you have a climbing speed of 20 feet, and you have advantage on Strength saving throws and Strength (Athletics) checks that involve climbing.

\n
\n

CORROSIVE AMPLIFIER

\n

You integrate a booster in your wristpad that enhances your tech powers that deal acid damage. While wielding this amplifier, when a creature takes acid damage from a tech power you cast, you can choose to deal additional acid damage equal to your Intelligence modifier.

\n

You can use this amplifier a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

CRYO AMPLIFIER

\n

You integrate a booster in your wristpad that enhances your tech powers that deal cold damage. While wielding this amplifier, when a creature takes cold damage from a tech power you cast, you can choose to deal additional cold damage equal to your Intelligence modifier.

\n

You can use this amplifier a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

DARKVISION GOGGLES

\n

You craft a pair of sight-enhancing goggles. While wearing these goggles, you have darkvision to a range of 60 feet. If you already have darkvision, this modification increases its range by 30 feet.

\n
\n

EXPLOSIVE AMPLIFIER

\n

You integrate a booster in your wristpad that enhances your tech powers that deal fire damage. While wielding this amplifier, when a creature takes fire damage from a tech power you cast, you can choose to deal additional fire damage equal to your Intelligence modifier.

\n

You can use this amplifier a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

IMAGING AMPLIFIER

\n

You integrate a booster in your wristpad that enhances your illusionary tech powers. While wielding this amplifier, when a creature attempts an Intelligence (Investigation) check against a tech power you cast to discern the illusion for what it is, you can force the creature to have disadvantage on the roll (no action required). Alternatively, when you cast the mirror image tech power, you create a fourth duplicate. While you have four duplicates, you must roll a 5 or higher on the d20 roll to change an attack’s target to a duplicate.

\n

You can use this amplifier a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

JET BOOTS

\n

Prerequisite: 7th level
You find tune your augmented boots to give you temporary, limited flight. Activating or deactivating the boots requires a bonus action and, while active, you have a flying speed of 30 feet.

\n

The rocket boots last for 1 minute before deactivating. Once the boots have been activated, they can’t be activated again until you finish a short or long rest.

\n
\n

MECHANICAL ARM

\n

You create a mechanical arm which mounts to your shoulder, which you can use independently. You can only gain the benefit of items held by two of your arms at any given time.

\n

You can choose this modification twice.

\n
\n

PROTOTYPE BIOTIC AMPLIFIER

\n

Prerequisite: 7th level
Prerequisite: Biotic Amplifier
You fine tune your biotic amplifier. While wielding this amplifier, when a creature gains temporary hit points from your biotic amplifier, it instead gains twice as many. This amount can’t exceed the number of hit points regained.

\n
\n

PROTOTYPE CORROSIVE AMPLIFIER

\n

Prerequisite: 7th level
Prerequisite: Corrosive Amplifier
You fine tune your Corrosive Amplifier. When you activate this amplifier, the next attack roll made against that creature before the end of its next turn has advantage.

\n
\n

PROTOTYPE CRYO AMPLIFIER

\n

Prerequisite: 7th level
Prerequisite: Cryo Amplifier
You fine tune your Cryo Amplifier. When you activate this amplifier, the creature gains 1 slowed level until the end of your next turn.

\n
\n

PROTOTYPE EXPLOSIVE AMPLIFIER

\n

Prerequisite: 7th level
Prerequisite: Explosive Amplifier
You fine tune your Explosive Amplifier. When you activate this amplifier, the creature is also ignited for 1 minute. At the start of each of its turns, the creature

\n

takes additional fire damage equal to your Intelligence modifier and then makes a Dexterity saving throw against your tech save DC, ending this effect on a success. If the target or a creature within 5 feet of it uses an action to put out the flames, or if some other effect douses the flames, the effect ends.

\n
\n

POWERED GRAPPLING HOOK

\n

Prerequisite: 9th level
Prerequisite: Wrist-Mounted Grappling Hook
While your wrist-mounted grappling hook is deployed, when you cast a tech power with a range of touch, your hook can deliver the power as if it had cast it.

\n
\n

SENTRY TURRET

\n

You learn how to craft small sentry turrets shaped like globes that can adhere to any surface. As an action or bonus action (your choice), you can throw a sentry to a point you can see within range (30 feet + your Strength modifier x 5). At the end of each of your turns, a deployed sentry automatically targets a hostile creature within 10 feet of it. If multiple targets are available, one is chosen at random. The target must make a Dexterity saving throw. On a failed save, it takes 1d4 energy damage and gains 1 slowed level until the end of your next turn.

\n

The sentries have 1 hit point, an armor class of 10, and can be repaired over the course of a long rest. Each sentry lasts for 1 minute before deactivating. You can maintain a number of sentries equal to your Intelligence modifier. Once a sentry has been activated, it can’t be activated again until you finish a short or long rest.

\n
\n

TRUESIGHT GOGGLES

\n

Prerequisite: 11th level
Prerequisite: Darkvision Goggles
You modify your goggles with a toggle allowing you to briefly gain enhanced sight. As a bonus action, you can activate the truesight feature of your goggles. When toggled on, for the next minute your goggles now automatically dispel illusions and can detect invisibility, as with truesight.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

\n
\n

WRIST-MOUNTED GRAPPLING HOOK

\n

You craft a wrist-mounted grappling hook weapon attached to a tightly coiled cord. With this contraption, you can make a ranged weapon attack with a range of 30/60. On a hit, it deals 1d4 kinetic damage. This attack can target a surface, object, or creature.

\n

A creature struck by this attack is impaled by the hook. As an action, a creature can attempt to remove the hook. Removing the hook requires a Strength check. While the hook is stuck in the target, you are connected to the target by a 60 foot cable.

\n

While the hook is deployed, you can use your bonus action to activate the reel, pulling yourself to the location if the target is your size or larger. A creature or object smaller than you is pulled to you. Alternatively, you can opt to release the cable (no action required).

\n

Once you’ve used this feature, you can’t use it again until you recover and reinsert the hook as an action.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"FWa4glBf9vs5iW3Z","name":"Smooth Rhythm","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, whenever you use your Potent Aptitude while your playing an enhanced song, you can roll a d6 and use it instead of expending a Potent Aptitude Dice.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"FZRJYmLnbF0tIoAK","name":"Reliable Talent","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 11th level, you have refined your chosen skills until they approach perfection. Whenever you make an ability check that lets you add your proficiency bonus, you can treat a d20 roll of 9 or lower as a 10.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"FaWspZu3NJBAI3FS","name":"At-Will Barrier","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 10th level, your at-will universal powers grant a small boost to your Force Barrier. When you cast an at-will universal power, the barrier regains 1 hit point.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"FbSpxpXm1xONn0na","name":"Acklay's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

While raging, you have advantage on Constitution saving throws.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Fgf59MnnITFoccIZ","name":"Additional Maneuvers (Scholar: Geneticist)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, you gain access to new maneuvers which reflect the changes your body has undergone. Whenever you learn a new maneuver, you can choose from any of the following as well. The maneuvers are listed in alphabetical order.

\n
\n
\n

ACID BURST

\n

When you take the Attack action on your turn, you can replace one of your attacks with a sudden and violent expulsion of acidic fluid. You expend a superiority die, and cause all creatures within a 15-foot cone to make a Dexterity saving throw. On a failed save, they take damage equal to the number rolled on your superiority die plus your Intelligence modifier.

\n
\n

CHARGING ATTACK

\n

If you move at least 10 feet towards your target before successfully hitting them with a melee attack, you may expend a superiority die, causing the target to take additional damage equal to the result, and forcing it to make a Strength saving throw. On a failed save the creature is knocked prone.

\n
\n

ELECTRICAL DISCHARGE

\n

When you succeed on a check to initiate or maintain a grapple, you can expend a superiority die. The creature takes lightning damage equal to the amount rolled on the die.

\n
\n

RAMPAGE

\n

When you reduce a creature to 0 hit points, you can use your bonus action to expend a superiority die and move up to half your speed. If you end this movement within 5 feet of a creature, you can make a single melee attack against that creature, adding the result of the superiority die to the attack roll.

\n
\n

UNRELENTING GRASP

\n

When you hit a creature within 5 feet of you with an opportunity attack, you may expend a superiority die. The creature takes additional damage equal to your superiority die, and you may attempt to grapple the target as part of the same reaction.

\n
\n

VENOMOUS SLASH

\n

When you hit a creature with a melee attack, you may expend a superiority die to force it to make a Constitution saving throw. On a failed save, it takes poison damage equal to the result of the die and is poisoned until the start of your next turn.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"FgzDinvrDELxPNhc","name":"Improved Combat Superiority","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this specialty at 3rd level, your tactical skill in combat improves, granting bonuses to your Combat Superiority.

\n
\n

IMPROVED MANEUVERS

\n

You know four maneuvers of your choice, instead of two, and you earn more at higher levels, as shown in the Maneuvers Known column of the Tactical Specialist Combat Superiority table.

\n
\n

IMPROVED SUPERIORITY DICE

\n

You have four superiority dice, instead of two, and you earn more at higher levels, as shown in the Superiority Dice column of the Tactical Specialist Combat Superiority table.

\n
\n

THE TACTICAL SPECIALIST

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelSuperiority DiceManeuvers Known
3rd44
4th44
5th44
6th44
7th66
8th66
9th66
10th66
11th88
12th88
13th88
14th88
15th1010
16th1010
17th1010
18th1010
19th1010
20th1010
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"FmMAwvAS1CYxbJoQ","name":"Unstoppable Force (Fighter: Adept)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 15th level, you learn to completely ignore many of the most devastating impediments of combat. You can expend a use of Indomitable to gain the effect of the freedom of movement force power until the end of your next turn.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"FouRyvPDgamUwzuh","name":"Curved Throw","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 11th level, you can curve your throws behind cover. When you make an attack roll with a weapon with the thrown property, you can spend 1 focus point to cause the target to gain no benefit from shields or cover, unless that cover is full cover.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"attribute","target":"","amount":1},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"FunIeNcKviL8ilS8","name":"Lethal Strikes","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, you learn how to read your foes and strikes their weak points. When you deal Sneak Attack damage to a creature, you may choose to forgo two of your Sneak Attack dice to make the attack a lethal strike.

\n

Some of your lethal strikes require your target to make a saving throw to resist the lethal strike’s effects. The saving throw DC is calculated as follows:

\n
\n

Lethal Strike save DC = 8 + your proficiency bonus + your Dexterity modifier

\n
\n
\n

PRIMING ATTACK

\n

You attempt to prime the target. The target must make a Dexterity, Constitution, or Wisdom saving throw (your choice). On a failed save, the next time you deal Sneak Attack damage against the target before the end of your next turn, you roll four additional Sneak Attack dice.

\n
\n

TARGET ASSESSMENT

\n

You attempt to infer crucial details about your foe. The creature must make a Charisma saving throw. On a failed save, the GM tells you two of the following characteristics of your choice:

\n
    \n
  • Highest ability score
  • \n
  • Lowest ability score
  • \n
  • Strongest saving throw
  • \n
  • Weakest saving throw
  • \n
\n

VULNERABLE STRIKE

\n

You attempt to stagger the target. The target must make a Wisdom saving throw. On a failed save, the next time you would make an attack roll against the target before the end of your next turn, you can instead force the target to make a saving throw with the ability score of your choice. On a failed save, the creature takes normal weapon damage and you can apply your Sneak Attack dice to the roll.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Fw5ULAWvA3jJIghs","name":"Rapid Strike","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 15th level, you learn to trade accuracy for swift strikes. If you take the Attack action on your turn and have advantage on an attack roll against one of the targets, you can forgo the advantage for that roll to make an additional weapon attack against that target, as part of the same action. You can do so no more than once per turn.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"FzjcJryoe9J0CEkq","name":"Commando","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, you can take the Dash or Hide actions as a bonus action on each of your turns. Additionally, you can remain perfectly still for long periods of time to set up ambushes.

\n

When you attempt to hide on your turn, you can opt to not move on that turn. If you avoid moving, creatures that attempt to detect you take a -10 penalty to their Wisdom (Perception) checks until the start of your next turn. You lose this benefit if you move or fall prone, either voluntarily or because of some external effect. You are still automatically detected if any effect or action causes you to no longer be hidden.

\n

If you are still hidden on your next turn, you can continue to remain motionless and gain this benefit until you are detected.

\n

Additionally, you can no longer be tracked by unenhanced means, unless you choose to leave a trail.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"G0I4d2dP4K1N4715","name":"Channel the Force (Soresu)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, you gain the following Channel the Force option.

\n
\n

ADVANCING DEFENDER

\n

When you cast the saber reflect power, you can expend a use of your Channel the Force to move up to 10 feet as a part of that same reaction. This movement does not provoke opportunity attacks.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"G1J65CCBk5FuKhf5","name":"Bonus Proficiencies (Engineer: Unstable)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this discipline at 3rd level, you gain proficiency in a set of implements of your choice. Additionally, when you engage in crafting with tinker’s implements, the rate at which you craft doubles.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"G9NlcRAQ2yP8Dkmc","name":"Assuming Direct Control","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, when a creature fails its saving throw against your Invasive Presence feature, the target becomes charmed by you for as long as Invasive Presence is active.

\n

While the target is charmed, you and your spirit have a telepathic link with it as long as you are within 100 feet of it. You and your spirit can use this telepathic link to issue commands to the creature while you are conscious (no action required), which it does its best to obey. You can specify a simple and general course of action, such as “Attack that creature,” “Run over there,” or “Fetch that object.” If the creature completes the order and doesn’t receive further direction from you, it defends and preserves itself to the best of its ability.

\n

You can use your action to take total and precise control of the target. Until the end of your next turn, the creature takes only the actions you choose, and doesn’t do anything that you don’t allow it to do. During this time you can also cause the creature to use a reaction, but this requires you to use your own reaction as well.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Communion 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"GBG4HGrj9mP6LGu7","name":"Bonus Proficiencies (Fighter: Totem)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

You gain proficiency with your choice of artist’s implements or jeweler’s implements.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"GBcVbMG0BBWL0DGC","name":"Blessed By the Force","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level you gain the ability to overcome grievous injuries. As a bonus action when you have fewer than half your hit points remaining, you can regain a number of hit points equal to half your hit point maximum.

\n

Once you’ve used this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":"you have fewer than half your hit points remaining"},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"heal","attackBonus":0,"chatFlavor":"Heals for half of your max health.","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"GbJDWzoTKWL7sEpR","name":"Release the Beast","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, while you are raging or experiencing the high of a substance, when you hit a creature with a melee weapon attack, you can expend a Hit Die to deal additional damage to the target. Roll the Hit Die, adding the result of the die to the damage roll. If you are both raging and experiencing the high of a substance, you also add your Constitution modifier to the damage roll.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"GcmkGFhQ0c8EWBc3","name":"Mark of the Inquisitor","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, when the target of your Ranger’s Quarry feature is within 15 feet of you, you gain the following benefits:

\n
    \n
  • Whenever the creature casts a force power, it must first succeed on a Constitution saving throw against your tech save DC to maintain concentration. On a failed save, the casting is disrupted, the force power fails, and the force points are wasted.
  • \n
  • Whenever the creature starts its turn while concentrating on a force power, it must make a Constitution saving throw against your force save DC to maintain concentration. On a failed save, it loses concentration on the power.
  • \n
\n

At 11th level, the radius of this feature increases to 30 feet.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Inquisitor 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"GcqKzVpUB8P50O4u","name":"Discovery","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

As you adventure, your studies have helped you discover new practices you can apply to your skills.

\n

At 2nd level, you master two discoveries of your choice. Your discovery options are detailed below. When you gain certain scholar levels, you gain additional discoveries of your choice, as shown in the table below.

\n

Additionally, when you gain a level in this class, you can choose one of the discoveries you know and replace it with another discovery that you could learn at that level.

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelDiscoveries
1st-
2nd2
3rd4
4th4
5th5
6th5
7th5
8th5
9th6
10th6
11th7
12th7
13th8
14th8
15th8
16th8
17th9
18th9
19th9
20th9
\n
\n

DISCOVERIES

\n

The discoveries are presented in alphabetical order. If a discovery has prerequisites, you must meet them to learn it. You can learn the discovery at the same time you meet its prerequisites.

\n
\n
\n

ACADEMIC MEMORY

\n

You can recall anything you have read in the past month that you understand. This includes but is not limited to books, maps, signs, and lists.

\n
\n

ADAPTIVE

\n

Prerequisite: 15th level
When the target of your Critical Analysis feature is reduced to 0 hit points, you can use your reaction to change the target of your analysis to another creature within range.

\n
\n

AMBASSADOR

\n

You learn three additional languages of your choice.

\n

You may choose this discovery multiple times.

\n
\n

CLEVER APPLICATIONS

\n

You gain proficiency with improvised weapons, and they gain the finesse property for you. Additionally, when you make an attack with an improvised weapon, it deals 1d6 damage.

\n

You can use your Sage Advice feature to give friendly creatures improvised weapon proficiency if they don’t already have it, following the same rules of that feature as if it were a skill or tool. The friendly creatures retain this proficiency for the entire duration instead.

\n
\n

MENTAL PROWESS

\n

When you make a Strength (Athletics) or Dexterity (Acrobatics) check to grapple a creature or break out of a grapple, net, and other restraining equipment, you can use your Intelligence modifier instead of Strength or Dexterity.

\n
\n

HARDENED MIND

\n

Prerequisite: 9th level
You have advantage on saving throws against illusions and on Intelligence checks to discern them from reality.

\n

You also gain resistance to psychic damage.

\n
\n

LIFELONG LEARNING

\n

You gain proficiency in a skill and a tool, or two tools.

\n

You can select this discovery multiple times, each time choosing a new skill and a tool, or two new tools.

\n
\n

LINGERING ADVICE

\n

Prerequisite: 5th level
When you use your Sage Advice feature, the targeted creatures retain the benefit from your instruction for the full duration.

\n
\n

MASTER’S ADVICE

\n

When you use your Sage Advice feature, the first time each targeted creature makes the chosen skill check, they gain an additional bonus to the roll equal to your Intelligence modifier.

\n
\n

PERFECT MANEUVER

\n

Prerequisite: 15th level
When you roll a 1 on a superiority die, you can reroll the die and must use the new roll.

\n
\n

QUICK ANALYSIS

\n

Prerequisite: 9th level
When you roll initiative and aren’t surprised, you can use your reaction to use your Critical Analysis feature.

\n
\n

RELIABLE SOURCES

\n

Prerequisite: 9th level
When you make an Intelligence (Lore) or Intelligence (Nature) skill check that lets you add your proficiency bonus, you can treat a d20 roll of 9 or lower as a 10.

\n
\n

RESOLUTE

\n

When you make a saving throw to resist charm and fear effects, you may add your Intelligence modifier to the roll.

\n
\n

RUNNING ON FUMES

\n

You only need 4 hours of sleep to gain the benefit of a long rest.

\n

Additionally, you have advantage on saving throws against exhaustion.

\n
\n

SURVIVAL EXPERT

\n

When you make a Survival skill check, you may use your Intelligence modifier instead of your Wisdom modifier.

\n

Additionally, you have advantage on saving throws against poison.

\n
\n

TARGETED ANALYSIS

\n

Prerequisite: 5th level
Your attack rolls against the target of your Critical Analysis feature cannot suffer from disadvantage.

\n
\n

TECH AMATEUR

\n

Choose one 1st-level tech power. You learn that power and can cast it at its lowest level without expending tech points and without the use of a wristpad. Once you cast it in this way, you must finish a long rest before you can cast it again. Your techcasting ability for this power is Intelligence.

\n

You can select this discovery multiple times. Each time you do so, you must choose a different power.

\n
\n

UNIVERSAL LANGUAGE

\n

You can communicate simple ideas with any creature with an Intelligence score of 6 or higher through basic expressions and gestures.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Gk13kprJhzXYmwAM","name":"Bonus Proficiencies (Fighter: Demolitions)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this specialty at 3rd level, you gain proficiency in demolitions kit. Additionally, when you would install a breaching charge, you can do so in half the time.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"GnOt6LNfEOoKjLl7","name":"Reflective Shield","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, when you use your Force-Empowered Tech features, a barrier for energy shimmers into existence, surrounding you until the end of your next turn. When you take damage, you can mitigate the incoming energy and potentially reflect it back at your attacker. You use your reaction to have resistance against the triggering damage, and if the source of the damage is within 5 feet of you, they take half of the total damage dealt as ion.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Synthesis 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"GqrLoLcbeHSTnGaD","name":"The Way of the Mynock","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, as a bonus action, you can enter a defensive stance for one minute. As a part of this bonus action, and as a bonus action on each of your turns, you can cast the saber ward power. When you do so, you have a number of special reactions equal to your proficiency bonus that you can only use to cast the saber reflect force power. You can only take one reaction per turn.

\n

This effect ends early if you are incapacitated or die. Once you’ve used this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"GuyZIHUnTINGFLXQ","name":"Know Your Enemy","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, if you spend at least 1 minute observing or interacting with another creature outside combat, you can learn certain information about its capabilities compared to your own. The GM tells you if the creature is your equal, superior, or inferior in regard to two of the following characteristics of your choice:

\n
    \n
  • Strength score
  • \n
  • Dexterity score
  • \n
  • Constitution score
  • \n
  • Armor Class
  • \n
  • Current hit points
  • \n
  • Total class levels (if any)
  • \n
  • Fighter class levels (if any)
  • \n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"GzfX3ZSoFVyyHbH1","name":"Instinctive Leap","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, when a hostile creatures moves to within 5 feet of you, you can use your reaction to disengage and leap up to half your speed. If you end this movement in the air, you immediately fall to the ground.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"H00QpZIVvyleKRdW","name":"Unstoppable Force (Berserker: Juggernaut)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, your momentum makes you nigh unstoppable. While raging, you can move through a hostile creature’s space regardless of that creature’s size. When you do so, you must make a Strength (Athletics) check contested by the target’s Strength (Athletics) check. If you move at least 10 feet before moving through a hostile creature’s space, and that creature is your size or smaller, they have disadvantage on the check. If you succeed, you don’t treat the movement as difficult terrain, the creature is pushed 5 feet in a direction of your choice, and you don’t provoke opportunity attacks from that creature until the end of your turn.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"HBT87umTugPVJBT7","name":"Inspiring Presence","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level your mere presence on the battlefield rallies your allies. When you rage, choose up to 3 allies that you can see within 30 feet of you. Each creature gains temporary hit points equal to half your berserker level (rounded down) + your Charisma modifier (minimum of one).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":3,"width":null,"units":"","type":"ally"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"heal","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["3+1","temphp"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"HNSfcrOoizwfHN4U","name":"Form Basics (Shii-Cho)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the Shii-Cho lightsaber form, detailed in Chapter 6 of the Player’s Handbook. If you already know this form, you can instead choose another lightsaber form. You can’t take a lightsaber form option more than once, even if you later get to choose again.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"HdWZ2lQgsbEnra24","name":"Evasion","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 7th level, your instinctive agility lets you dodge out of the way of certain area effects. When you are subjected to an effect, such as a consular’s force storm or an engineer’s explosion, that allows you to make a Dexterity saving throw to take only half damage, you instead take no damage if you succeed on a saving throw, and only half damage if you fail.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Hg8zYh1iXL0DGUVq","name":"Terentatek's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Prerequisite: 13th level
When you are forced to make a saving throw against a force power, you can immediately use your reaction to move up to half your speed towards the source power's caster. If you end this movement within 5 feet of the target, you can immediately make one melee weapon attack against the target as a part of that reaction.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"HgO4Lo3fbWIRyhlp","name":"The Way of they Krayt Dragon","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, as a bonus action, you can take a threatening stance for one minute. While in this stance, the first time you hit with a melee weapon attack using Strength each turn, you can attempt to damage another creature with the same attack. Choose another creature within 5 feet of the original target and within your reach. If the original attack roll would hit the second creature, it takes damage equal to your Strength modifier. The damage is of the same type dealt by the original attack.

\n

This effect ends early if you are incapacitated or die. Once you’ve used this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Master of Unity","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, you and your companion are a paragon of harmony. Your Strength or Dexterity (your choice) and Constitution scores increase by 2. Your maximum for those scores increases by 2.

\n
\n

Additionally, you can use your action to gain the following benefits for 1 minute, as long as your companion is within 60 feet of you:

\n
    \n
  • You and your companion have resistance to kinetic and energy damage.
  • \n
  • Neither you nor your companion can have disadvantage on attack rolls.
  • \n
  • Both you and your companion’s critical hit ranges increase by 1.
  • \n
\n

This effect ends early if either you or your companion are incapacitated or die, or if your companion is ever more than 60 feet away from you. Once you’ve used this feature, you can’t use it again until you complete a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"HmfdajaZCOjIwtQQ"} +{"_id":"HohmusWCWzTc00cS","name":"Warding Maneuver","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, you learn to fend off strikes directed at you, your mount, or other creatures nearby. If you or a creature you can see within 5 feet of you is dealt damage by an attack, you can roll 1d8 as a reaction if you’re wielding a melee weapon or a shield. Roll the die, and add the number rolled to the target’s AC against that attack. If the attack still hits, the target has resistance against the attack’s damage.

\n

You can use this feature a number of times equal to your Constitution modifier (a minimum of once), and you regain all expended uses of it when you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Hr4a2dhMPKm4sbU7","name":"Corsair Weapons","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you can use the force to quickly learn the use of unfamiliar weapons. When you hold a weapon that you are not proficient in, you can spend 1 force point (no action required) to gain proficiency with that weapon until the end of your next long rest. Additionally, you can use your Force-Empowered Self options when you hit with a ranged weapon attack.

\n

Lastly, when you throw a grenade, you can use Wisdom or Charisma instead of Strength when determining your throwing range.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Corsair 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"I3UvZaGNY7D1Vyl3","name":"Academic Superiority","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 1st level, you learn maneuvers that are fueled by special dice called superiority dice.

\n

MANEUVERS

\n

You know two maneuvers of your choice, which are detailed under “Maneuvers” below, and you earn more at higher levels, as shown in the Maneuvers Known column of the scholar table. Many maneuvers enhance an attack in some way. You can use only one maneuver per attack, and you may only use each maneuver once per turn.

\n

Each time you learn new maneuvers, you can also replace one maneuver you know with a different one.

\n

SUPERIORITY DICE

\n

You have two superiority dice, which are d4s, and you earn more at higher levels, as shown in the Superiority Dice column of the scholar table. This die changes as you gain scholar levels, as shown in the Academic Superiority column of the scholar table. A superiority die is expended when you use it.

\n

You regain all of your expended superiority dice when you finish a short or long rest.

\n

SAVING THROWS

\n

Some of your maneuvers require your target to make a saving throw to resist the maneuver’s effects. The saving throw DC is calculated as follows:

\n
\n

Maneuver save DC = 8 + your proficiency bonus + your Intelligence modifier

\n
\n

MANEUVERS

\n

The maneuvers are presented in alphabetical order.

\n
\n
\n

ADMINISTER AID

\n

As an action, you can expend a superiority die to tend to a creature you can touch. The creature regains a number of hit points equal to the number rolled + your Intelligence modifier.

\n
\n

ASSESS THE SITUATION

\n

You can expend one superiority die to make a Wisdom (Perception) or Intelligence (Investigation) check as a bonus action, adding the superiority die to the check.

\n
\n

CRIPPLING STRIKE

\n

When you hit a creature with a weapon attack, you can expend one superiority die to cripple the creature. You add the superiority die to the attack’s damage roll and the creature’s gains 1 slowed level until the end of their next turn.

\n
\n

DELIBERATE MOVEMENT

\n

You can expend one superiority die to take the Disengage action as a bonus action and ignore the effects of standard difficult terrain until the end of your turn.

\n
\n

EXPLOIT WEAKNESS

\n

When you hit a creature with a weapon attack, you can expend a superiority die and deal additional damage equal to the number rolled. This damage cannot be reduced in any way.

\n
\n

GOADING ATTACK

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to goad the target into attacking you. You add the superiority die to the attack’s damage roll, and the target must make a Wisdom saving throw. On a failed save, the target has disadvantage on all attack rolls against targets other than you until the end of your next turn.

\n
\n

HEADS UP

\n

When a friendly creature who can see or hear you makes a saving throw, you can use your reaction and expend a superiority die, adding the number rolled to the result of the saving throw. You can use this maneuver before or after making the saving throw, but before any effects of the saving throw are determined.

\n
\n

MEASURED ACTION

\n

As a reaction when you make a roll for a contested skill check, you can expend a superiority die to add to the roll. You can use this maneuver before or after making the contested skill check roll, but before any effects of the contested skill check are determined.

\n
\n

ONE STEP AHEAD

\n

When you roll initiative and you are not surprised, you can expend a superiority die and add the number rolled to your initiative.

\n
\n

TARGETED STRIKE

\n

When an ally makes an attack against a creature, you can use your reaction to expend a superiority die. You add the superiority die to the attack roll, and the damage roll if it hits. You can use this maneuver before or after the attack roll, but before the GM determines whether or not the attack hits.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"I7MvCDQ8E7E81U9j","name":"Channel the Force (Shii-Cho)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, you gain the following Channel the Force option.

\n
\n

DISARMING SLASH

\n

When you hit a creature with a melee weapon attack, you can expend a use of your Channel the Force (no action required) to attempt to disarm the target, forcing it to drop one item of your choice that it’s holding. The creature must make a Strength saving throw. On a failed save, it drops the object you choose. If you are within 5 feet of the target, and you have a free hand, you can catch the item. Otherwise, the object lands at its feet.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"I7nWhcvXvcnaVk0r","name":"Scavenger's Reach","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting when you choose this calling at 3rd level, you learn the force disarm force power, which does not count against your total powers known. Additionally, you can use all three Force-Empowered Self options when you cast it as your action and the target fails its save. Finally, when you cast the force disarm power, disarm a blaster weapon, and catch it, you can reload the weapon as a part of the same action.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Corsair 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"IB1sPazhmp63mLHF","name":"Expertise (Scout)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, choose two of your skill proficiencies, or one of skill proficiencies and one of your tool proficiencies, or two of your tool proficiencies. You gain expertise in those skills or tools.

\n

At 14th level, you can choose another two proficiencies (in skills or tools) to gain this benefit.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"IBxXS7o4VV3znf5i","name":"Self-Sustain","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 17th level, you have advantage on death saving throws.

\n

Additionally, when you are stabilized, you regain 1 hit point. Once you’ve used this feature, you can’t use it again until you finish a short or long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"IDt6duVrBzL8euRc","name":"Unarmored Defense","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Also at 1st level, while you are not wearing any armor, your Armor Class equals 10 + your Dexterity modifier + your Constitution modifier. You can use a shield and still gain this benefit.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"IGcZhZ4P27qH3rU5","name":"Forcecasting Secrets","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, your study of kyber crystals has awakened a latent force sensitivity. Choose two force powers of 1st level. The chosen powers count as tech powers for you, but are not included in the number in the Powers Known column of the engineer table.

\n

At 10th level, you learn two additional force powers of 1st or 2nd level. At 14th level, you learn two force powers of 1st-3rd level, and at 18th level, you learn two force powers of 1st-4th level. Whenever you gain a level in this class, you can choose one of the force powers you know and replace it with another force power of the same level.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"IUjkAqQo7ZvR4IQp","name":"Concealment","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, you’ve become adept at evading creatures that rely on darkvision. While in darkness, you are invisible to any creature that relies on darkvision to see you in that darkness.

\n

Additionally, when you hit a creature with a ranged weapon attack while hidden, you can force that creature to make a Dexterity saving throw against your tech save DC. On a failed save, the creature’s speed is reduced to 0 until the end of your next turn. You can use this feature a number of times equal to your Intelligence modifier (minimum of one). You regain all expended uses when you finish a short or long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Stalker 7"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"IWTDawTUf79eWbEV","name":"Primal Champion","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, you embody the power of the wilds. Your Strength or Dexterity score increases by 2, and your Consitution score increases by 2. Your maximum for those scores increases by 2.

\n

Additionally, you can enter rage an unlimited number of times, and entering rage no longer requires your bonus action.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"IfkarBD3hTnNQJ14","name":"Spinning Flourish","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 9th level you can flourish your weapon in an intimidating or charming manner.

\n

As an action, you can cause one creature within 60 feet to make a Wisdom saving throw (DC = 8 + your proficiency bonus + your Dexterity modifier). On a failed save, the target is charmed or frightened by you (your choice) until the end of your next turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"dex"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[{"_id":"8oOrU39v8OV1X2mB","flags":{},"changes":[],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":1,"turns":null,"startRound":null,"startTurn":null},"icon":"icons/svg/heal.svg","label":"Charmed","origin":"Item.ceUpjW0NB8ppcyIp","tint":"#eeb7cf","transfer":false}]} +{"_id":"IkM7PeTwXZA5XHk8","name":"Fast and Agile","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you use choose this practice at 3rd level, you can use the bonus action granted by your Cunning Action to make a Dexterity (Sleight of Hand) check, use your demolitions kit or security kit to disarm a trap or open a lock, or take the Use an Object action.

\n

Additionally, climbing no longer costs you extra movement, and you gain the ability to move in flying leaps with incredible speed, precision, and power. When you move, instead of using your walking speed, you may take two short movements by flying. Each movement is at half your speed, and you must end each one on a solid object, a surface, or on the ground. If you do not, you fall and your movement ends. If you Dash, your bonus movement is applied to your normal speed, not this movement.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"IlZ1K1GB0hW4YaSq","name":"Discoveries (Tactician)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you select this pursuit, you gain access to new discoveries which reflect your mastery in the field of combat. Whenever you learn a new discovery, you can choose from any of the following as well. The discoveries are listed in alphabetical order.

\n
\n
\n

COMMANDER’S ARMOR

\n

Prerequisite: 5th level
You gain proficiency in medium armor.

\n
\n

CONTINGENCY PLAN

\n

Prerequisite: 9th level
When the target of your Critical Analysis feature scores a critical hit, you can use your reaction and expend a superiority die to treat the attack as a normal hit instead.

\n
\n

FIGHTING STYLE

\n

You adopt a particular style of fighting as your specialty. Choose one of the fighting style options, detailed in Chapter 6. You can’t take a fighting style option more than once, even if you later get to choose again.

\n
\n

FIRING COMMAND

\n

As a bonus action, you can take the Help action. Additionally, when you take the Help action, it has a range of 30 feet.

\n
\n

OBSERVANT LEADER

\n

You can add your Intelligence modifier to any Wisdom (Perception) skill checks you make.

\n
\n

STUDIED COMMANDER

\n

When you make an Intelligence (Lore) or Intelligence (Technology) check related to battles, tactics, or weaponry, you may expend a superiority die and add it to the roll.

\n
\n

TACTICAL RETREAT

\n

When you take the Dash action, opportunity attacks made against you are made at disadvantage.

\n
\n

UNBOUND COMMANDER

\n

Prerequisite: 12th level
You learn to command your allies to victory from afar. Your Critical Analysis range is increased to 120 feet.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Im0RXSNpKTuOE42u","name":"Master of Domination","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, you are a whirlwind of strikes, eviscerating all who step within your reach. Your Strength and Dexterity scores increase by 2. Your maximum for these scores increases by 2.

\n
\n

Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to kinetic, energy, and ion damage from weapons.
  • \n
  • When you hit a creature with a melee weapon attack, you have advantage on the next melee weapon attack roll you make against that creature, and that creature provokes an opportunity attack from you even if they take the Disengage action before leaving your reach until the end of your next turn.
  • \n
  • Creatures provoke an opportunity attack from you when they enter your reach.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you use this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"IrkHv7duOnw3Ilgy","name":"Resuscitate","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 9th level, through your medical studies you have learned to delay seemingly inevitable death. As a bonus action, you can stabilize a creature you can touch that has 0 hit points.

\n

Additionally, as an action, you can tend to a creature you can touch that has died since the end of your last turn. The creature immediately regains 1 hit point and stabilizes. Once you’ve used this feature, you must complete a short or long rest before you can use it again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Iv5MsHSDXerTQQ89","name":"Power Surge","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 6th level, you learn to simultaneously limit a creature’s force powers and store that power within yourself to later strengthen your damaging force powers.

\n

You can store a maximum number of power surges equal to your Wisdom or Charisma modifier (your choice, minimum of one). Whenever you successfully end a force power with a power such as force suppression or sever force, or use your Force Shield or Force Deflection features to successfully avoid an attack or succeed on a saving throw, you gain one power surge, as you redirect the flow of the Force into yourself.

\n

Once per turn, when you deal damage to a creature or object with a force power, you can spend one power surge to deal extra damage to that target. The extra damage is of the same type as the power’s damage, and it equals half your consular level (rounded down).

\n

Whenever you finish a long rest, your number of power surges resets to one. If you end a short rest with no power surges, you gain one power surge.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"J4Fm8fhsVnEE6BVK","name":"Additional Maneuvers (Scholar: Zoologist)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, you gain access to new maneuvers which reflect the progress of your studies into the biology and behavior of animals. Whenever you learn a new maneuver, you can choose from any of the following as well. The maneuvers are listed in alphabetical order.

\n
\n

LOYAL BOND

\n

Whenever you are hit with an attack, you can expend one superiority die to command your companion to immediately use its reaction and move up to its speed directly towards you. If it ends this movement within 5 feet of you, roll the superiority die. Your companion takes the damage instead of you, subtracting the amount you rolled from the total.

\n
\n

GO GET 'EM

\n

While your companion is moving, you can expend a superiority die and add 5 times the number rolled to its movement speed.

\n
\n

PIN DOWN

\n

When your beast attempts to grapple or knock a creature prone, you can expend a superiority die to give it direction as long as it can see or hear you. Roll a superiority die and add it to your beast’s Strength (Athletics) check.

\n
\n

PRIMAL ENDURANCE

\n

As an action, you can expend a superiority die to improve your beast’s defense. Roll the die and add it to your beast’s AC until the beginning of your next turn.

\n
\n

SIC 'EM

\n

As an action, you can command your beast to savage a nearby enemy. Your beast can use its reaction to immediately move up to 10 feet and make one attack, adding the superiority dice to the damage roll on a hit.

\n
\n

SPINE-CHILLING HOWLS

\n

As an action, you can expend one superiority die to command your beast to frighten another creature. The target must then succeed on a Wisdom saving throw against your Maneuver save DC or become frightened of both you and your beast for 1 minute.

\n
\n

WILD SENSES

\n

Whenever you make a Wisdom (Perception) or a Wisdom (Survival) check, you can request the aid of your beast by expending a superiority die, adding the number rolled to the check. You can use this maneuver before or after making the ability check, but before the results of the ability check are determined.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"J9dmq1HlKuOXtSo6","name":"Hawk-Bat Swoop","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 7th level, you gain the ability to move along vertical surfaces without falIing during the move. If you end your turn in the air, you fall immediately to the ground.

\n

Additionally, you no longer take damage when falling from a distance no greater than your walking speed.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"JE61hlD3B3IIfcLo","name":"Event Cascade","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 13th level, you have advantage on attack rolls you make against creatures if you haven’t dealt damage to them or affected them with a force power since the start of your previous turn.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Ethereal 13"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"JSIXdNE2Tlipguvv","name":"Forcecasting Secrets (Engineer: Artificer)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, your study of kyber crystals has awakened a latent force sensitivity. Choose two force powers of 1st level. The chosen powers count as tech powers for you, but are not included in the number in the Powers Known column of the engineer table.

\n

At 10th level, you learn two additional force powers of 1st or 2nd level. At 14th level, you learn two force powers of 1st-3rd level, and at 18th level, you learn two force powers of 1st-4th level. Whenever you gain a level in this class, you can choose one of the force powers you know and replace it with another force power of the same level.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"JXn1yWPzzWjQfuq8","name":"Improved Aerial Agility","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 13th level, your Aerial Agility feature improves and you gain the following benefits:

\n
    \n
  • When you move, you can instead take 3 short movements by flying.
  • \n
  • Whenever you end your flying movement and you are within 5 feet of a climbable surface, you can grab onto that surface as though you were climbing upon it.
  • \n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"JvAFnMZezc5jTUz6","name":"Bonus Proficiencies (Engineer: Biotech)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this discipline at 3rd level you gain proficiency in biotech's tools. Additionally, when you engage in crafting with biotech's tools, the rate at which you craft doubles.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"JyXrmho5GP3SHYpB","name":"Panache","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 9th level, your charm becomes extraordinarily beguiling. As an action, you can make a Charisma (Persuasion) check contested by a creature’s Wisdom (Insight) check. The creature must be able to hear you, and the two of you must share a language.

\n

If you succeed on the check and the creature is hostile to you, it has disadvantage on attack rolls against targets other than you and can’t make opportunity attacks against targets other than you. This effect lasts for 1 minute, until one of your companions attacks the target or affects it with a power, or until you and the target are more than 60 feet apart.

\n

If you succeed on the check and the creature isn’t hostile to you, it is charmed by you for 1 minute. While charmed, it regards you as a friendly acquaintance. This effect ends immediately if you or your companions do anything harmful to it.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"K3RcWiIghOqlEkaI","name":"Double Up","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 15th level, when you deal damage to a creature with a weapon or tech power, your turret has advantage on the next attack roll it makes against the creature or it has disadvantage on the first saving throw it makes against an effect your turret controls before the start of your next turn. When your turret deals damage to a creature, you have advantage on your next attack roll against the creature or it has disadvantage on the first saving throw it makes against an effect you control before the start of your next turn.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Artillerist 15"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"K9OJoAsCEOp31gkH","name":"Biochemist's Touch","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, whenever you grant temporary hit points, or deal acid or poison damage using a tech power or class feature, you may expend one use of your Potent Aptitude to increase the potency. When you do so, the amount of temporary hit points you grant or damage you deal is increased by the amount rolled on the die. The damage is the same type as the original damage.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"KDiQ8O2evV2Z1YTo","name":"Fighter's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

You adopt a particular style of fighting as your specialty. Choose one of the Fighting Style options, detailed in Chapter 6. You can't take a Fighting Style option more than once, even if you later get to choose again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"KKcNBEZD1ypeV1cl","name":"My Ally Is the Force","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, you can manipulate creatures of Gargantuan size or smaller with your force powers and Way of Telekinetics features.

\n

Additionally, whenever a force power you cast pushes or pulls a creature, you can increase the distance of that push or pull by an additional 20 feet.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"KP18jV9KrOFrjfAo","name":"Artful Dancer","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this practice at 3rd level, your training with music and dancing grants you certain benefits. You gain proficiency in the Performance skill and one musical instrument of your choice.

\n

Additionally, while you are you are not wearing armor or wielding a medium or heavy shield, you can add half your Charisma modifier (rounded up) to your AC as long as it doesn’t already include that modifier.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"KXDSrYHAZQZcglVz","name":"Boundless Vitality","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 10th level, when you take damage, you can use your reaction and expend a force point to regain health equal to 1d8 + your Wisdom or Charisma modifier (your choice, minimum of one) as long as the damage would not reduce your hit points to 0.

\n

This die increases when you reach certain levels in this class: to 1d10 at 14th level, and to 1d12 at 18th level.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"cha","actionType":"heal","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8+@mod","healing"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"KXwYzrlSl36gvwxM","name":"Enduring Focus","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 10th level, you can casually deflect attacks while channeling your power. While you are concentrating on a Force power, you have a +2 bonus to your AC and all saving throws.

\n

Additionally, you can extend your Force Deflection to a creature within 5 feet of you when they fail a saving throw.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"KaTv7hNRXKx0m8Fo","name":"Industrious Tech","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you can cast tech powers while raging as long as the power’s casting time is no more than 1 action, the power does not require concentration, and you are not wearing heavy armor or wielding a medium or heavy shield. While raging, you add your rage damage to damage rolls from tech powers you cast. If a tech power damages more than one target, you may only apply your rage damage to one of the targets.

\n

Casting tech powers during rage counts as attacking for the purposes of maintaining rage, and you can use your Reckless Attack feature to gain advantage when casting a tech power that requires an attack roll.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"KdCHmY58LTMxkQbq","name":"Assume the Position","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 3rd level, you don’t need advantage on your attack roll to use your Sneak Attack if your target is greater than 30 feet from you and no enemies are within 5 feet of you. Additionally, standing up from prone now only costs 5 feet of movement.

\n

Additionally, you gain proficiency with two martial blasters of your choice.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Kmzg1HQwVzvwiVqP","name":"Legendary Coda","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, you’ve gained mastery over your modified instrument. As an action, you can end your enhanced song in a triumphant blast of power with an effect determined by the song you are playing.

\n

Once you’ve used this feature, you must complete a long rest before you can use it again.

\n
\n

BATTLE CRESCENDO

\n

Choose up to 10 creatures of your choice that you can see and that can hear your song. Each must make a Constitution saving throw. On a failed save, a target takes 14d6 sonic damage and is stunned for 1d4+1 turns. On a success, it takes half damage and isn’t stunned. If a creature is killed by this power, its head explodes.

\n
\n

SUPPORT CRESCENDO

\n

Choose up to 10 creatures of your choice that you can see and that can hear your song. Once in the next minute, each creature can, as a free action in response to taking damage, choose to halve that damage. Additionally, if the damage would reduce them to 0 hit points, they are instead reduced to 1.

\n
\n

DISRUPTION CRESCENDO

\n

Choose up to 10 creatures of your choice that you can see and that can hear your song. Each creature must succeed on a Constitution saving throw or be paralyzed for 1d4+1 turns. If a creature affected by this feature is damaged in any way, the effect ends for that creature.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"KsUKtTRpay1eibt9","name":"Powerful Mind","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, you can use your force abilities to read a creature’s thoughts. You can then use your access to the creature’s mind to command it.

\n

As an action, choose one creature that you can see within 60 feet of you. That creature must make a Wisdom saving throw against your universal force save DC. If the creature succeeds on the saving throw, you can’t use this feature on it again until you finish a long rest. If the creature fails its save, you can read its surface thoughts (those foremost in its mind, reflecting its current emotions and what it is actively thinking about.) when it is within 60 feet of you. This effect lasts for 1 minute. During that time, you can use your action to end this effect and use the coerce mind force power on the creature without expending force points. The target automatically fails its saving throw against the power.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain any expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"width":null,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"L0cbGVkfx8S6vWW3","name":"Empowered Connection","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, while you have temporary hit points, you can add half your Wisdom or Charisma modifier (your choice, rounded up, minimum of one) to any damage or healing you do with force powers that doesn’t already include that modifier.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"L53F8iKgUHmRpoX4","name":"Brutish Durability","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, once per round, roll 1d6 and add the die to your saving throw total. If applying this bonus to a death saving throw increases the total to 20 or higher, you gain the benefits of rolling a 20 on the d20. You can choose to use this feature before or after you make a saving throw, but you must decide before the GM says whether the save succeeds or fails.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"LAXaRKVfudFryUkp","name":"Pass the Blade","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 15th level, when a creature misses you with an attack, you gain temporary hit points equal to your Wisdom or Charisma modifier (your choice, minimum of one), and you add your Wisdom or Charisma modifier (your choice, minimum of one) to the first melee weapon attack and damage rolls you make against that creature before the end of your next turn.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"LEgw0NzwPPkIVWuw","name":"Channel the Force (Shien/Djem So)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, you gain one of the following Channel the Force options. Choose Blade Barrier for Shien or Falling Avalanche for Djem So.

\n
\n

BLADE BARRIER

\n

On your turn, when you deal melee weapon damage that includes your Strength modifier, you can forgo your Strength modifier to the damage roll, expend a use of your Channel the Force (no action required), and reduce your speed by half. If you do so, energy and kinetic damage you take from weapons before the end of your next turn is reduced by an amount equal to your Strength modifier. You can not use this feature if you have moved more than half your speed this turn.

\n
\n

FALLING AVALANCHE

\n

On your turn, you can expend a use of your Channel the Force (no action required) and reduce your speed by half to gain advantage on the next ability check or attack roll you make using Strength before the end of your next turn. You can not use this feature if you have moved more than half your speed this turn.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"LLSeCmTx42FanV5K","name":"Superior Hunter's Defense","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 15th level, you gain one of the following features of your choice.

\n
\n
\n

EVASION

\n

When you are subjected to an effect, such as a consular’s force storm or an engineer’s explosion, that allows you to make a Dexterity saving throw to take only half damage, you instead take no damage if you succeed on a saving throw, and only half damage if you fail.

\n
\n

STAND AGAINST THE TIDE

\n

When a hostile creature misses you with a melee attack, you can use your reaction to force that creature to repeat the same attac against another creature (other than itself) of your choice.

\n
\n

UNCANNY DODGE

\n

When an attacker that you can see hits you with an attack, you can use your reaction to halve the attack’s damage against you.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Hunter 15"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"LMvbZfbx0lih3Dbu","name":"Brawn","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you use the burst property of a blaster with which are you proficient, you can apply your rage damage bonus to every target that takes damage, instead of just one. Additionally, when a creature fails the saving throw against your burst or rapid property, it is knocked prone.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"LRGphxf8XUI9MDwb","name":"Enlightenment","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 7th level, you can add half your Wisdom or Charisma modifier (your choice, rounded down, minimum of one) to any saving throw you make that doesn’t already include that modifier.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Lcp1bCLqq990O7UN","name":"Techcasting Secrets (Consular: Technology)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, you’ve learned to mimic technological effects. Choose two tech powers of 1st level. The chosen powers count as universal force powers for you, but are not included in the number in the Powers Known column of the consular table.

\n

At 10th level, you learn two additional tech powers of 1st or 2nd level. At 14th level, you learn two tech powers of 1st-3rd level, and at 18th level, you learn two tech powers of 1st-4th level. Whenever you gain a level in this class, you can choose one of the tech powers you know and replace it with another tech power of the same level.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"LikGN9l3CnK2HMpZ","name":"The Way of the Acklay","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, as a bonus action, you can enter a destructive stance for one minute. While in this stance, you can add half your Strength or Dexterity modifier (your choice, minimum of one) to any melee weapon damage roll you make that doesn’t already include that modifier. Additionally, when you hit a creature with a melee weapon attack, you can move up to 5 feet without provoking opportunity attacks.

\n

This effect ends early if you are incapacitated or die. Once you use this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Ln96Hf2aqqbYiy9o","name":"Mark of the Slayer","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you immediately learn if the target of your Ranger’s Quarry feature has any damage immunities, resistances, or vulnerabilities and what they are. Additionally, the first time you hit the target of your Ranger’s Quarry feature with a weapon attack each turn, it takes extra damage equal to your Ranger’s Quarry Damage Die. The damage is of the same type as the weapon’s damage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Slayer 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"M2bObVPZABsSjW3H","name":"Overwatch","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"
\n

At 15th level, you have become a master at protecting your allies from afar. When a creature attempts to make an opportunity attack against an allied creature, or forces your ally to make a saving throw, you can use your reaction to make an attack roll against the enemy creature.

\n

If your attack hits, either impose disadvantage on the enemy creature’s opportunity attack roll or grant advantage to any allies making the saving throw.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Scout: Deadeye 15"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"M30wW5NGiow6RlDH","name":"Retaliation Strike","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, you learn to turn an opponent’s aggression back on them. When you deal damage with a force power or a melee weapon attack, if you took damage since the start of your last turn, you deal an extra 1d6 damage. The damage is the same type as the power or weapon’s damage.

\n

This die increases when you reach certain levels in this class: to 1d8 at 10th level, to 1d10 at 14th level, and to 1d12 at 18th level.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"M6DPXcwX644UAsW3","name":"Pathfinder","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 1st level, you are skilled at navigating the untamed wilds. You ignore difficult terrain, and when traveling for an hour or more, you gain the following benefits:

\n
    \n
  • Difficult terrain doesn’t slow your group, provided they can see and hear you.
  • \n
  • You can’t become lost by unenhanced means.
  • \n
  • Even when you are engaged in another activity while traveling (such as foraging, navigating, or tracking), you remain alert to danger.
  • \n
  • If you are traveling alone, you can move stealthily at a normal pace.
  • \n
  • When you forage, you find twice as much food as you normally would.
  • \n
  • When you make a Wisdom (Survival) check, you gain a bonus to the check equal to your Intelligence modifier.
  • \n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"MBU2BGh78FZAN3b2","name":"Bonus Proficiencies (Scout: Slayer)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

You gain proficiency in heavy armor.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Slayer 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"MDW5aHJQ7jr8qf84","name":"Bonus Proficiencies (Guardian: Juyo/Vapaad)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

You gain proficiency in heavy armor.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"MZWGENUJx8b2PETJ","name":"Skilled Grappler","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn a number of grappling techniques to subdue your opponents. When you hit a creature grappled by you with an unarmed strike and deal Sneak Attack damage, you may choose to forgo two of your Sneak Attack dice to make the attack a grappling technique.

\n

Some of your grappling techniques require your target to make a saving throw to resist the grappling technique’s effects. The saving throw DC is calculated as follows:

\n
\n

Grapple Technique save DC = 8 + your proficiency bonus + your Strength modifier

\n
\n
\n

CONSTRICT

\n

You attempt to choke the target into unconsciousness. The target must make a Constitution saving throw or be restrained until the end of your following turn.

\n

If you maintain this technique for 1 minute, the target falls unconscious for 1 hour. Droids and constructs can not be knocked unconscious in this way.

\n
\n

DISARM

\n

You attempt to disarm a weapon or other object the target is holding. The target must make a Strength saving throw. On a failed save, it releases the object. If you have a free hand, you can catch the object. Otherwise, it lands at your feet.

\n
\n

HIP TOSS

\n

You attempt to throw your target to the ground. The target must make a Dexterity saving throw. On a failed save, the target is pushed back 5 feet, knocked prone, and stunned until the start of your next turn. This ends the grapple.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"MfjwCjpo3JhUZ0SH","name":"Circle of Shelter","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 7th level, you learn to fend off strikes directed at you, your mount, or other creatures nearby. If you or a creature you can see within 5 feet of you is hit by an attack, you can use your reaction to ward the creature if you’re wielding a melee weapon or a shield. Roll 1d8 and add the number rolled to the target’s AC against that attack. If the attack still hits, the target has resistance against the attack’s damage.

\n

You can use this feature a number of times equal to your Constitution modifier (a minimum of once), and you regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Ml6ZJY0Lubl3zk94","name":"Down, Not Out","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, when you are hit with an attack by a creature within 30 feet of you, you can use your reaction to make a single attack against that creature with a blaster with which you are proficient.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"MqxXP3oYCwIaiFKE","name":"Mark of the Illusionist","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, the target of your Ranger’s Quarry feature has disadvantage on all checks made to discern the nature of your illusions. Additionally, when the target of your Ranger’s Quarry is reduced to 0 hit points, you can use your reaction to immediately cause an active illusion, or your Holographic Decoy, to take the form of the creature as long as the creature’s dimensions fall within the power’s capacity restrictions.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Illusionist 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"MsKvBWDJd2LV1tvM","name":"Armstech's Strike","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, once per round, when you deal damage to a creature with your modified weapon, you can increase the damage by 1d6. The damage is of the same type as the weapon’s damage.

\n

The damage increases to 2d6 at 11th level and 3d6 at 17th level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"MtBq5A0JoE67MU3l","name":"Channel the Force (Jar'Kai)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, you gain the following Channel the Force option.

\n
\n

TWIN STRIKE

\n

Once per turn, when you miss with a melee weapon attack, you can expend a use of your Channel the Force to immediately make another melee weapon attack against the same target (no action required).

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"MtepDwfpKxdqXPXv","name":"Forcecasting (Guardian)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 1st level, in your meditations on the force, you have learned powers, fragments of knowledge that imbue you with an abiding force ability. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

FORCE POWERS KNOWN

\n

You learn 5 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the guardian table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

FORCE POINTS

\n

You have a number of force points equal to your guardian level x 2, as shown in the Force Points column of the guardian table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

MAX POWER LEVEL

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the guardian table.

\n

You may only cast force powers at 5th-level once. You regain the ability to do so after a long rest.

\n

FORCECASTING ABILITY

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. Additionally, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n
\n

Force save DC = 8 + your proficiency bonus + your forcecasting ability modifier

\n
\n

Force attack modifier = your proficiency bonus + your forcecasting ability modifier

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"N6Z5ICg4rsix6OnA","name":"Techcasting (Scholar: Slicer)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this pursuit at 3rd level, you have derived powers from schematics with the aid of your wristpad. See chapter 10 for the general rules of techcasting and chapter 12 for the tech powers list.

\n

TECH POWERS KNOWN

\n

You learn 3 tech powers of your choice, and you learn more at higher levels, as shown in the Tech Powers Known column of the Slicer Pursuit Techcasting table. You may not learn a tech power of a level higher than your Max Power Level.

\n

TECH POINTS

\n

You have a number of tech points equal to half of your scholar level (rounded up), as shown in the Tech Points column of the Slicer Pursuit Techcasting table, + your Intelligence modifier. You use these tech points to cast tech powers. You regain all expended tech points when you finish a short or long rest.

\n

MAX POWER LEVEL

\n

Many tech powers can be overcharged, consuming more tech points to create a greater effect. You can overcharge these powers to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Slicer Pursuit Techcasting table.

\n

You may only cast tech powers at 4th-level once. You regain the ability to do so after a long rest.

\n

TECHCASTING ABILITY

\n

Intelligence is your techcasting ability for your tech powers. You use your Intelligence whenever a power refers to your techcasting ability. In addition, you use your Intelligence modifier when setting the saving throw DC for a tech power you cast and when making an attack roll with one.

\n
\n

Tech save DC = 8 + your proficiency bonus + your Intelligence modifier

\n
\n

Tech attack modifier = your proficiency bonus + your Intelligence modifier

\n
\n

TECHCASTING FOCUS

\n

You use a wristpad (found in chapter 5 of the Player’s Handbook) as a tech focus for your tech powers.

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelTech Powers KnownTech PointsMax Power Level
3rd321st
4th421st
5th531st
6th631st
7th742nd
8th842nd
9th952nd
10th1052nd
11th1162nd
12th1262nd
13th1373rd
14th1473rd
15th1583rd
16th1683rd
17th1794th
18th1894th
19th19104th
20th20104th
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"NHLCKgLZAe3MP0dT","name":"Dosage Control","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 13th level, your knowledge of medicine allows you to partition and ration healing supplies very effectively, without impacting its potency. Over the course of 1 hour, which can be done during a rest, you can carefully measure and mark out dosages of a medpac within reach. The medpac can now be used twice before it is consumed.

\n

At your DM’s discretion, you may be able to use this feature on other pacs, stims, or adrenals, most likely involving an ability check to succeed.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"NHNG6Y6n0xnhSQzs","name":"Delayed Effect","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you cast a force power, you can delay the effects of the force power for up to a number of rounds equal to half your consular level. If you do so, the power immediately takes effect at the start of your turn, after the specified number of rounds have passed.

\n

Once you’ve used this feature, you can’t use it again until you complete a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"NT36vTfi6iPC2zWL","name":"Armstech's Salvo","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, when you use your Targeting Matrix feature, and the tech power would affect more than one creature, you can instead attack each affected creature that would be in the range of the power. Make a separate attack roll for each target. On a hit, each target suffers the effects as though they failed their saving throw.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"NhtBNHmzliOdF3A3","name":"Dark Magick","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, you can use your action to force each creature within 30 feet of you that can see you to make a Wisdom saving throw against your focus save DC or be charmed or frightened (your choice) of you until the end of your next turn.

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":2,"units":"turn"},"target":{"value":null,"width":null,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"NijIH9UDcIlwYmWM","name":"Blindsense","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 14th level, if you are able to hear, you are aware of the location of any hidden or invisible creature within 10 feet of you.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"NlVBCeG99JoWF7QP","name":"Elusive","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 18th level, you are so evasive that attackers rarely gain the upper hand against you. No attack roll has advantage against you while you aren’t incapacitated.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Np87HjZydd8pWvrs","name":"Bonus Proficiencies (Engineer: Gadgeteer)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this discipline at 3rd level, you gain proficiency in gadgeteer’s implements. Additionally, when you engage in crafting with gadgeteer’s implements, the rate at which you craft doubles.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"NrSFm2gkpzm3tMeD","name":"Potent Amplitude","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, as an action while wielding your modified instrument, you can begin performing an enhanced song, which lasts for 1 minute. While playing a song, you gain access to a new use for your Potent Aptitude, as determined by the song, listed below. You can end your song at any time, no action required.

\n

Whenever you take damage while playing your song, you must make a Constitution saving throw to continue playing. The DC equals 10 or half the damage you take, which number is higher. If you take damage from multiple sources, you must make a separate saving throw for each source of damage.

\n

When you cast a damage dealing tech power while playing your song that requires an attack roll or saving throw, you can cause that power to instead deal sonic damage. If you do so, instead of an attack roll or saving throw, the power instead requires a Constitution saving throw.

\n

Your song ends early if you are incapacitated or die, or if you are no longer holding your modified instrument.

\n

You can initiate playing an enhanced song twice. You regain all expended songs when you finish a short or long rest.

\n
\n

SONG OF BATTLE

\n

When an ally within 60 feet of you that can hear you deals damage to a creature, you can use your reaction to expend one use of your Potent Aptitude, adding the result of the die to the damage dealt.

\n
\n

SONG OF SUPPORT

\n

When an ally within 60 feet of you that can hear you makes a saving throw against a harmful effect, you can use your reaction to expend one use of your Potent Aptitude, adding the result of the die to their saving throw.

\n
\n

SONG OF DISRUPTION

\n

When an enemy within 60 feet of you that can hear you makes a saving throw, you can use your reaction to expend one use of your Potent Aptitude, subtracting the result of the die from their saving throw.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Nz8stfh2Fy7b9hq5","name":"Modified Instrument","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to modify an instrument utilizing your audiotech knowledge. Over the course of a long rest, you can modify an instrument. You must have the instrument and audiotech’s implements in order to perform this modification.

\n

Your modified instrument is enhanced, requires attunement, can only be used by you, and counts as a tech focus for your tech powers while you are attuned to it. Your modified instrument has 4 modification slots, and it gains more at higher levels, as shown in the Modification Slots column of the engineer table. For each modification installed in excess of your proficiency bonus, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

AUDIOTECH MODIFICATIONS

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n
\n
\n

ADVANCED BATTLE ENHANCEMENT

\n

Prerequisite: 15th level
Prerequisite: Prototype Battle Enhancement
While playing your Song of Battle, your tech powers and class features ignore resistance to sonic damage, and immunity to sonic damage is instead treated as resistance from any creature within range of your song that can hear you.

\n

Additionally, when you use your Battle Song Enhancement feature, you create a fourth burst.

\n
\n

ADVANCED DISRUPTION ENHANCEMENT

\n

Prerequisite: 15th level
Prerequisite: Prototype Disruption Enhancement
While playing your Song of Disruption, any hostile creature within range of your song that can hear you must make a Constitution saving throw at the end of each of its turns to maintain concentration on the power.

\n
\n

ADVANCED SUPPORT ENHANCEMENT

\n

Prerequisite: 15th level
Prerequisite: Prototype Support Enhancement
While playing your Song of Support, allies add your Intelligence modifier to their death saving throws (minimum of +1). If this amount would increase the roll of the d20 to 20 or greater, the creature regains 1 hit point.

\n
\n

BATTLE SONG ENHANCEMENT

\n

Prerequisite: 5th level
While playing your Song of Battle, as an action, you can send forth busts of directed sonic energy, make two ranged power attacks. These attacks can target the same creature different ones. Make separate attack rolls for each burst. The attack has a range equal to the radius of your song, and deals 1d8 sonic damage on a hit.

\n
\n

DISRUPTION SONG ENHANCEMENT

\n

Prerequisite: 5th level
While playing your Song of Disruption, as an action, you can choose a number of creatures concentrating on a power equal to your Intelligence modifier (a minimum of one) within range of your song that can hear you, and force them to make a Concentration saving throw. If you cause at least one creature to lose concentration on a power using this feature, you can use your reaction to make all creatures that lost concentration take damage equal to your Intelligence modifier.

\n
\n

ENTHRALLING PERFORMANCE

\n

Prerequisite: 13th level
Prerequisite: Hypnotic Melody
For the duration of an enhanced song you play, whenever any creature that can hear your song tries to attack you for the first time on a turn, the attacker must make a Charisma saving throw. On a failed save, it can’t attack you on this turn, and it must choose a new target for its attack or the attack is wasted. On a successful save, it can attack you on this turn, but it has disadvantage on any saving throw it makes against your powers or features on your next turn.

\n

Once you’ve used this feature, you must complete a long rest before you can use it again.

\n
\n

FINDING MY WAY

\n

Prerequisite: Rush
While you are playing an enhanced song, when a creature makes a melee attack roll against you, you can use your reaction to move 5 feet without provoking opportunity attacks, imposing disadvantage on the roll.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

HYPNOTIC MELODY

\n

As an action while wielding your modified instrument, you can begin to play a song woven with subtle hypnotic influence. Choose a number of creature up to your Intelligence modifier. If those creatures listen to this song for a full minute, they must succeed on a Wisdom saving throw or become charmed by you for 1 minute. Creatures that succeed the saving throw are not aware that you attempted to influence them, nor are creatures that failed their saving throw once the power ends.

\n

Once you’ve used this feature, you can’t use it again until you finish a short or long rest.

\n
\n

INAUDIBLE CASTING

\n

Prerequisite: 7th level
Prerequisite: Simple Melodies
When you cast a tech power or make use of a feature that requires playing your modified instrument, you can choose to do so quietly. Creatures have disadvantage on Intelligence (Investigation) and Wisdom (Perception) checks that rely on sound to determine you cast a tech power.

\n
\n

LONG RANGE NOISE

\n

Prerequisite: 13th level
The radius of your songs increases to 120 feet. Additionally, any tech power you cast with your modified instrument that deals sonic damage and has a range of 10 feet or greater gains a range of 120 feet.

\n
\n

MAGNIFYING DEVICE

\n

Prerequisite: 5th level
While using your harness as a tech focus, you gain a +1 bonus to tech attack rolls. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

OVERWHELMING SOUNDWAVES

\n

Prerequisite: 15th level
While playing, creatures of your choice treat a 15-foot-radius sphere around you as difficult terrain. Additionally, as an action, you can cause each affected creature to make a Constitution saving throw, taking 3d8 sonic damage on a failed save.

\n
\n

PROTOTYPE BATTLE ENHANCEMENT

\n

Prerequisite: 9th level
Prerequisite: Battle Song Enhancement
While playing your Song of Battle, when you cast a tech power or use a class feature that affects other creatures within the radius of your song, you can choose a number of them equal to 1 + the power’s level. The chosen creatures automatically succeed on their saving throws against the power, and they take no damage if they would normally take half damage on a successful save.

\n

Additionally, when you use your Battle Song Enhancement feature, you create a third burst.

\n
\n

PROTOTYPE DISRUPTION ENHANCEMENT

\n

Prerequisite: 9th level
Prerequisite: Disruption Song Enhancement
While playing your Song of Disruption, when a creature you can see that can hear you attempts to cast a power, you can use your reaction to cast the tech override power at 3rd level. When you cast this power using this feature, the power works against both tech and force powers, and when you make the techcasting ability check as a part of this casting, you add double your proficiency bonus to the check, instead of your normal proficiency bonus.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

\n
\n

PROTOTYPE SUPPORT ENHANCEMENT

\n

Prerequisite: 9th level
Prerequisite: Support Song Enhancement
While playing your Song of Support, when you use your Song of Support’s Potent Amplitude feature, the target instead takes no damage if they succeed on the saving throw, and only half damage if they fail.

\n
\n

RESTFUL MELODY

\n

Over the course of a short rest, you can play a rejuvenating song to assist in the recovery of your allies. If you or any friendly creatures who can hear your performance regain hit points at the end of the short rest, each of those creatures regains an extra 1d6 hit points.

\n

The extra hit points increase when you reach certain levels in this class: to 1d8 at 9th level, to 1d10 at 13th level, and to 1d12 at 17th level.

\n
\n

RUSH

\n

While you are playing an enhanced song, your speed increases by 10 feet, and opportunity attacks made against you have disadvantage.

\n
\n

SHARP NOISE

\n

As an action while wielding your modified instrument, choose a creature you can see. If it can hear you, it must succeed on a Constitution saving throw or take 1d4 sonic damage and have disadvantage on its next attack roll before the end of its next turn.

\n

This feature’s damage increases by 1d4 when you reach 5th level (2d4), 11th level (3d4), and 17th level (4d4).

\n
\n

SHOCK MOUNT

\n

Prerequisite: 5th level
While using your instrument as a tech focus, you gain a +1 bonus to your tech save DC. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

SIMPLE MELODIES

\n

When you are holding your modified instrument, and not actively playing a song, any tech power that you could cast that could have its damage type altered by your Potent Amplitude feature can be cast as if used with Potent Amplitude.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

SONAR PULSE

\n

As an action while wielding your modified instrument, you can release a wave of sound that provides feedback on your surroundings. For the next minute, you have advantage on Wisdom (Perception) and Intelligence (Investigation) checks to search for hidden doors, traps, or invisible creatures.

\n

Once you’ve used this feature, you can’t use it again until you finish a short or long rest.

\n
\n

SONG FLOW

\n

Prerequisite: 11th level
While playing an enhanced song, you can use your bonus action to change from one song to another.

\n
\n

SUPPORT SONG ENHANCEMENT

\n

Prerequisite: 5th level
While playing your Song of Support, when you cast a tech power that restores hit points or grants temporary hit points, the amount restored or granted is increased by an amount equal to your Intelligence modifier (minimum of +1).

\n
\n

WEAPON INTEGRATION

\n

You can integrate a single weapon that weighs no more than 8 lb. into your instrument. While integrated, that weapon gains the hidden property.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"O8As6HltmtDQV1SE","name":"Resonating Recovery","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, once per turn, when you reduce a hostile creature to 0 hit points, you regain a use of your Potent Aptitude. Your number of Potent Aptitude uses can not exceed your Intelligence modifier.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"OACrI8TxI9AYZ3v0","name":"Nimble Step","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to fluidly strike and maneuver through combat. When you deal Sneak Attack damage to a creature, you may choose to forgo two of your Sneak Attack Dice in order to maneuver across the battlefield.

\n

Some of your fancy footworks require your target to make a saving throw to resist the debilitating strike’s effects. The saving throw DC is calculated as follows:

\n
\n

Nimble Step save DC = 8 + your proficiency bonus + your Dexterity modifier.

\n
\n
\n

BLADE DEFENSE

\n

You attempt to determine your target’s next strike. Roll two Sneak Attack dice, and the target must make a Charisma saving throw. On a failed save, your AC increases by the higher amount rolled on the dice against the first attack it makes against you before the start of your next turn. On a successful save, your AC instead increases by the lower amount.

\n
\n

DISARMING STRIKE

\n

You attempt to disarm a creature with your attack. The target must succeed on a Strength saving throw or be forced to drop one item of your choice that it’s holding. If you have a free hand, you can catch the item. Otherwise, it lands at your feet.

\n
\n

FANCY FOOTWORK

\n

Roll two Sneak Attack dice. Your speed increases by 5 x the greater result of the two dice, and you ignore difficult terrain until the end of your current turn.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"OB1x8g1MwGm2HA26","name":"Hold the Line","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 10th level, you become a master of locking down your enemies. Creatures provoke an opportunity attack from you when they move 5 feet or more while within your reach, and if you hit a creature with an opportunity attack, the target gains 4 slowed levels until the end of the current turn.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Bonus Proficiencies (Guardian: Vonil/Ishu)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

You gain proficiency in your choice of Intimidation or Persuasion.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"ODDIoJe6dsXI0Fzl"} +{"_id":"OEiv2Yjz1QhM3osS","name":"Modified Weaponry","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to modify one unenhanced weapon with which you are proficient utilizing your armstech experience. Over the course of a long rest, you can modify the weapon. You must have the weapon and armstech’s implements in order to perform this modification.

\n

Your modified weapon is enhanced, requires attunement, can only be used by you, and counts as a tech focus for your tech powers while you are attuned to it. Your modified weapon has 4 modification slots, and it gains more at higher levels, as shown in the Modification Slots column of the engineer table. For each modification installed in excess of your proficiency bonus, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

At 9th level, you can maintain two modified weapons. Each modified weapon has modification slots as shown in the Modification Slots column of the engineer table.

\n

ARMSTECH MODIFICATIONS

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n
\n
\n

ACCURACY FOCUS

\n

Prerequisite: 5th level, Blaster
You gain a +1 bonus to attack rolls made with this weapon. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

AMPLIFYING BARREL

\n

Prerequisite: 5th level, Blaster
You gain a +1 bonus to damage rolls made with this weapon. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

BAYONET

\n

Prerequisite: Blaster
You affix a short blade to the barrel of your modified blaster weapon, allowing you to make a melee weapon attack with it. The blade is a melee weapon with the finesse property that you are proficient with, and deals 1d6 kinetic damage.

\n
\n

BURST CORE

\n

Prerequisite: Blaster
Your weapon gains the burst property, with a burst number equal to its reload number.

\n
\n

BOOMING STRIKES

\n

Prerequisite: 5th level
You pack extra power into your modified weapon. Once per turn, when you hit with the weapon, you can deal an additional 1d6 damage. If you do so, the weapon makes a loud boom which can be heard 100 feet away. If you are hidden, Intelligence (Investigation) and Wisdom (Perception) checks made to locate you that rely on sound have advantage.

\n
\n

CELERITY OSCILLATOR

\n

Once per turn, when you deal damage with your modified weapon, your walking speed increases by 10 feet until the start of your next turn, and the damaged creature can’t make opportunity attacks against you for the rest of your turn.

\n
\n

COLLAPSIBLE FRAME

\n

Prerequisite: Vibroweapon
You install an expandable hilt on your modified weapon. Your modified weapon gains the reach property.

\n
\n

CONTOURED GRIP

\n

Prerequisite: 5th level, Vibroweapon
You gain a +1 bonus to attack rolls made with this weapon. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

EXPANDED MAGAZINE

\n

Prerequisite: Blaster
Your modified weapon can be more efficiently reloaded. You can reload your modified weapon once without using an action. You can’t use this feature again until you reload the weapon with an action.

\n
\n

FLASHLIGHT

\n

You affix a targeted light to your weapon. As a bonus action, you can toggle the light on or off. While on, your weapon sheds bright light in a 60-foot cone.

\n
\n

HARPOON REEL

\n

You install a secondary firemode that launches a harpoon attached to a tightly coiled cord. With this harpoon, you can make a ranged weapon attack with a range of 30/60. On a hit, it deals 1d6 kinetic damage. This attack can target a surface, object, or creature.

\n

A creature struck by this attack is impaled by the harpoon. As an action, a creature can attempt to remove the harpoon. Removing the harpoon requires a Strength check. While the harpoon is stuck in the target, you are connected to the target by a 60 foot cable.

\n

While connected in this manner, you can use your bonus action to activate the reel, pulling yourself to the location if the target is your size or larger. A creature or object smaller than you is pulled to you. Alternatively, you can opt to release the cable (no action required).

\n

Once you’ve used this feature, you can’t use it again until you recover and reinsert the harpoon as an action.

\n
\n

IMBUE WEAPON

\n

Prerequisite: 9th level
You modify your weapon to carry a charge. Over the course of a short rest, you can cast an at-will tech power, channeling it into your weapon. The next time you hit with your weapon, the stored power is released. If the power would require an attack roll, make a tech attack roll. If the power would require a saving throw, the target must make the saving throw as normal. On a hit, or a failure, the target suffers the power’s normal effects.

\n
\n

IMPROVED BURST CORE

\n

Prerequisite: 9th level
Prerequisite: Burst Core
Your weapon’s burst number is reduced to half its reload number.

\n
\n

INTEGRATED MAGAZINE

\n

Prerequisite: Expanded Magazine
Your modified weapon can be more efficiently reloaded. You can reload your modified weapon twice without using an action. You can’t use this feature again until you reload the weapon with an action.

\n
\n

JAGGED OSCILLATOR

\n

Prerequisite: Vibroweapon
When you critically hit with the weapon, you deal an additional 1d8 kinetic damage.

\n
\n

KEEN OSCILLATOR

\n

Prerequisite: 5th level
Prerequisite: Jagged Oscillator
Your weapon’s critical hit range increases by 1.

\n
\n

NEUTRONIUM EDGE

\n

Prerequisite: 5th level, Vibroweapon
You gain a +1 bonus to damage rolls made with this weapon. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

OVERCHARGE WEAPON

\n

Prerequisite: 11th level
Prerequisite: Booming Strikes
You gain the ability to channel your tech power to enhance your weapon’s damage. You can expend one tech slot to deal additional damage to the target. The extra damage is 1d6 for a 1st-level tech slot, plus 1d6 for each slot level higher than 1st, to a maximum of 5d6. The damage is the same type as the weapon damage. If you also use your Booming Strikes with an attack, you add this damage to the extra damage of your Booming Strikes.

\n
\n

POWER LOOP

\n

Prerequisite: 9th level
When you hit with the weapon, you can choose channel the energy generated, gaining temporary hit points equal to half the damage dealt.

\n

Once you’ve used this feature, you must complete a long rest before you can use it again.

\n
\n

RECOIL DAMPENER

\n

Prerequisite: Blaster with the strength property
You install a recoil dampener in your modified blaster, removing the strength property from it.

\n
\n

RETURNING WEAPON GUARD

\n

Prerequisite: Vibroweapon
You install a retractible chain in your modified vibroweapon. If the weapon does not already have the thrown property, it gains it with a range of 20/60. Additionally, it gains the returning property.

\n
\n

SCREENING WEAPON

\n

You modify your modified weapon with a sound dampening module. When you make a weapon attack with your weapon while hidden, Investigation and Perception checks made to locate you that rely on sound have disadvantage.

\n
\n

SHOCK ABSORBER

\n

You add a reclamation device to your modified weapon to gather energy from the surroundings when it is present. While wielding your modified weapon, you can cast the absorb energy tech power and the power’s extra damage applies to both melee and ranged weapon attacks.

\n
\n

SIEGE WEAPON

\n

You modify your weapon to be more effective against barriers. Your weapon deals double damage against structures.

\n
\n

SHOCKING HARPOON

\n

Prerequisite: 9th level
Prerequisite: Harpoon Reel
After hitting a creature with the harpoon fire mode, you can use the connection to deliver an at-will tech power. As a bonus action, you can cast an at-will tech power at the target with a range of touch. If the power requires an attack roll, you have advantage. If the target requires a saving throw, the target has disadvantage.

\n

Once you’ve used this feature, you can’t use it again until you recover the harpoon.

\n
\n

SHOCKING OSCILLATOR

\n

Prerequisite: 9th level, Vibroweapon
When you hit with the weapon, you can create an electronic burst. Each creature in a 15-foot cone centered on the creature you hit must make a Dexterity saving throw against your tech save DC, taking 1d8 lightning damage on a failed save or half as much on a successful one.

\n

Once you’ve used this feature, you must complete a long rest before you can use it again.

\n
\n

SNAP FIRE

\n

Prerequisite: 9th level, Blaster
You modify your modified blaster weapon for quick shots. You can use your reaction to take a opportunity attack with your modified weapon if an enemy comes within 10 feet of you. You have disadvantage on this attack.

\n
\n

STABILIZER CELL

\n

Prerequisite: Vibroweapon with the dexterity property
You install a stabilizer cell in your modified vibroweapon, removing the dexterity property from it.

\n
\n

STAGGERING OSCILLATOR

\n

Prerequisite: Vibroweapon
When you hit with the weapon, you can force the target to make a Strength saving throw. On a failed save, the creature is pushed back 10 feet and knocked prone.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

\n
\n

TRACKER

\n

Prerequisite: 5th level
You add a tracking mechanism to your modified weapon. The tracker has 3 charges. As an action you can use 1 charge to cast target lock. As an action you can use 2 charges to cast detect invisibility.

\n

The tracker regains all expended charges after a long rest.

\n
\n

TRUELIGHT

\n

Prerequisite: 11th level
Prerequisite: Flashlight
When toggled on, your flashlight now automatically dispels illusions and can detect invisibility, as with truesight.

\n
\n

VENOMOUS OSCILLATOR

\n

Prerequisite: 9th level, Vibroweapon
As a bonus action, you can coat your weapon in a thin layer of poison for 1 minute. The next time you hit with the weapon, the creature must make a Constitution saving throw against your tech save DC. On a failed save, a creature takes 1d10 poison damage and becomes poisoned for 1 minute.

\n

Once you’ve used this feature, you must complete a long rest before you can use it again.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"OPmnvVAKt8P3mRzr","name":"Forcecasting (Sentinel)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 1st level, in your meditations on the force, you have learned powers, fragments of knowledge that imbue you with an abiding force ability. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

FORCE POWERS KNOWN

\n

You learn 7 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the sentinel table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

FORCE POINTS

\n

You have a number of force points equal to your sentinel level x 3, as shown in the Force Points column of the sentinel table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

MAX POWER LEVEL

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the sentinel table.

\n

You may only cast force powers at 5th, 6th, and 7th-level once. You regain the ability to do so after a long rest.

\n

FORCECASTING ABILITY

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. Additionally, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n
\n

Force save DC = 8 + your proficiency bonus + your forcecasting ability modifier

\n
\n

Force attack modifier = your proficiency bonus + your forcecasting ability modifier

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"OWtFvWvqcOQFnh4M","name":"Focused Burst","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting when you choose this calling at 3rd level, you learn the burst force power, which does not count against your total powers known. Additionally, you can use all three Force-Empowered Self options when you cast it as your action. If more than one creature would be affected, and you use your Double Strike feature, only one creature takes the additional damage. Finally, you add your Wisdom or Charisma modifier (your choice, a minimum of +1) to damage rolls with it, and creatures that succeed on their saving throw take half damage, instead of none.

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Focus 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"OZImqRmAk5aeBX2o","name":"General Practice","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this practice at 3rd level, you gain proficiency in Medicine, and you can use your Intelligence modifier instead of your Wisdom modifier for checks made with it.

\n

Additionally, you can expend one use of a medkit to help revitalize your wounded allies during a short rest. If you or any friendly creatures within 30 feet of you regain hit points at the end of the short rest by spending one or more Hit Dice, each of those creatures regains an extra 1d6 hit points.

\n

The extra hit points increase when you reach certain levels in this class: to 1d8 at 9th level, to 1d10 at 13th level, and to 1d12 at 17th level.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Ob4SKH2kAglyDbkk","name":"Redirected Shot","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 10th level, you learn how to direct an errant shot toward a new target. When you make an attack roll with an enhanced shot and miss, you can use a bonus action to reroll the attack roll against a different target within 60 feet of the original target.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"OqdAc34c0Db1huf7","name":"Comfort Food","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 9th level, if you or any friendly creatures who have consumed food you prepared during a short rest regain hit points by spending hit dice at the end of the short rest, each of those creatures regains an extra 1d8 hit points.

\n

The extra hit points increase when you reach certain levels in this class: to 1d10 at 11th level, and to 1d12 at 15th level.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"OwFJ3XWTg2ECPPqS","name":"Forcecasting (Consular)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 1st level, in your meditations on the force, you have learned powers, fragments of knowledge that imbue you with an abiding force ability. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

FORCE POWERS KNOWN

\n

You learn 9 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the consular table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

FORCE POINTS

\n

You have a number of force points equal to your consular level x 4, as shown in the Force Points column of the consular table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

MAX POWER LEVEL

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the consular table.

\n

You may only cast force powers at 6th, 7th, 8th, and 9th-level once. You regain the ability to do so after a long rest.

\n

FORCECASTING ABILITY

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. Additionally, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n
\n

Force save DC = 8 + your proficiency bonus + your forcecasting ability modifier

\n
\n

Force attack modifier = your proficiency bonus + your forcecasting ability modifier

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"P44Rcdvtp5HH7DgM","name":"Bonus Proficiencies (Fighter: Mounted)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this specialty at 3rd level, you gain proficiency in Animal Handling or Piloting.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"P5jlHfbFfEgppwin","name":"Forceblade Mastery","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, you’ve mastered controlling your forceblade with your mind, using it to keep your enemies at bay. As an action, you can telekinetically control your forceblade and have it strike any number of creatures within 10 feet of you, spending 1 force point per target. Each target must make a Dexterity saving throw (DC = 8 + your bonus to weapon attack rolls with that weapon). On a failed save, it takes damage using your Kinetic Combat die + half your sentinel level (rounded down), is pushed back 10 feet and knocked prone.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":"enemy"},"range":{"value":10,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d12+9",""]],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"flat"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Sentinel: Forceblade 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"PGd9fFv1SpyvJXdq","name":"Bonus Proficiencies (Engineer: Cybertech)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this discipline at 3rd level, you gain proficiency in cybertech’s implements. Additionally, when you engage in crafting with cybertech’s implements, the rate at which you craft doubles.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"PIdBeZMK89IPNC78","name":"Forcecasting (Aing-Tii)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this order at 3rd level, you have learned powers, fragments of knowledge that imbue you with an abiding force ability. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

FORCE POWERS KNOWN

\n

You learn 4 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the Aing-Tii Order Forcecasting table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

FORCE POINTS

\n

You have a number of force points equal to your monk level, as shown in the Force Points column of the Aing-Tii Order Forcecasting table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

MAX POWER LEVEL

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Aing-Tii Order Forcecasting table.

\n

You may only cast force powers at 4th-level once. You regain the ability to do so after a long rest.

\n

FORCECASTING ABILITY

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use your Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. In addition, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n
\n

Force save DC = 8 + your proficiency bonus +your forcecasting ability modifier

\n
\n

Force attack modifier = your proficiency bonus +your forcecasting ability modifier

\n

 

\n

THE AING-TII ORDER

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelForce Powers KnownForce PointsMax Power Level
3rd431st
4th641st
5th751st
6th861st
7th1072nd
8th1182nd
9th1292nd
10th13102nd
11th14112nd
12th15122nd
13th17133rd
14th18143rd
15th19153rd
16th20163rd
17th22174th
18th23184th
19th24194th
20th25204th
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"PNV1FnFfvmg1jYIe","name":"Modified Armor","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to modify one unenhanced suit of armor or shield utilizing your armormech knowledge. Over the course of a long rest, you can modify one suit of armor or a shield. You must have the armor or shield and armormech’s implements in order to perform this modification.

\n

Your modified armor or shield is enhanced, requires attunement, can only be used by you, and counts as a tech focus for your tech powers while you are attuned to it. Your modified armor has 4 modification slots, and it gains more at higher levels, as shown in the Modification Slots column of the engineer table. For each modification installed in excess of your proficiency bonus, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

At 9th level, you can maintain both a modified suit of armor and shield. Each modified item has modification slots as shown in the Modification Slots column of the engineer table.

\n

ARMORMECH MODIFICATIONS

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n

\n

ABSORPTION SHIELD

\n

Prerequisite: Physical Shield
You modify your physical shield to block incoming damage. As a bonus action you can activate this ability and gain temporary hit points equal to 1d4 + Intelligence modifier, which last for one hour.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain any expended uses when you finish a long rest.

\n
\n

ACCELERATED MOVEMENT

\n

Prerequisite: Armor
You reduce the weight of your modified armor’s bulk and increase the power to joints. If the armor has a Strength requirement, you ignore it. The modified armor’s weight is reduced by 15 lbs. While wearing your modified armor your speed increases by 10 feet. This applies to all movement speeds you have while wearing your armor.

\n
\n

ADAPTABLE ARMOR

\n

Prerequisite: Armor
You integrate deployable hooks and fins into your armor, augmenting its mobility. While wearing your modified armor, you gain a climbing speed equal to your walking speed, and you can move up, down, and across vertical surfaces and upside down along ceilings, while leaving your hands free. Additionally, you gain a swim speed equal to your walking speed.

\n
\n

ADVANCED POWER FIST

\n

Prerequisite: 11th level, Armor
Prerequisite: Prototype Power Fist
You further modify your modified armor’s gauntlet with increased reinforcement and weight. Your modified armor’s unarmed strike deals 1d8 kinetic damage. Additionally, your critical hit range with your unarmed strikes increases by 1.

\n
\n

ARTIFICIALLY INTELLIGENT

\n

Prerequisite: 9th level, Armor
You install an artificial intelligence into your modified armor. While wearing your modified armor, when you make an ability check, your armor’s artificial intelligence can take the Help action.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a long rest.

\n
\n

BONDED PLATES

\n

Prerequisite: 5th level
You gain a +1 bonus to AC against melee attacks. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

COLLAPSIBLE SUIT

\n

Prerequisite: 5th level, Armor
Your modified armor can collapse into a case for easy storage. When transformed this way the armor is indistinguishable from a normal case and weighs 1/3 its normal weight. As an action you can don or doff the armor, allowing it to transform as needed.

\n
\n

DARKVISION VISOR

\n

Prerequisite: Armor
While wearing your modified armor, you have darkvision to a range of 60 feet. If you already have darkvision, this modification increases its range by 30 feet.

\n
\n

ENHANCED ENDURANCE

\n

Prerequisite: Armor
When you are reduced to 0 hit points while wearing your modified armor but not killed outright, you can drop to 1 hit point instead. You can’t use this feature again until you finish a long rest.

\n
\n

ELECTROSHOCK SHIELD

\n

Prerequisite: Shield Generator
You install electroshockers in your shield generator. Whenever an enemy misses you with a melee attack, you can use your reaction to do 1d4 + your Intelligence modifier lightning damage to the attacker.

\n
\n

FLIGHT

\n

Prerequisite: 9th level, Armor
You integrate a propulsion system into your modified armor. While wearing your modified armor you have an enhanced flying speed of 30 feet.

\n
\n

GRAPPLING HARPOON

\n

Prerequisite: Armor
Your modified armor gains an integrated grappling harpoon set into your gauntlet. With this harpoon, you can make a ranged weapon attack with a range of 30/60. On a hit, it deals 1d6 kinetic damage. This attack can target a surface, object, or creature.

\n

A creature struck by this attack is impaled by the harpoon. As an action, a creature can attempt to remove the harpoon. Removing the harpoon requires a Strength check. While the harpoon is stuck in the target, you are connected to the target by a 60 foot cable.

\n

While the harpoon is deployed, you can use your bonus action to activate the reel, pulling yourself to the location if the target is larger than you. A creature or object your size or smaller is pulled to you. Alternatively, you can opt to release the cable (no action required).

\n

Once you’ve used this feature, you can’t use it again until you recover and reinsert the harpoon as an action.

\n
\n

HEAVY SUIT

\n

Prerequisite: 5th level, Armor
You enhance your suit, making it difficult to move. As a bonus action, you can anchor your feet to the ground. While anchored, your speed is 0, you have advantage on Strength checks and Strength saving throws, and your carrying capacity and the weight you can push, drag, or lift doubles. If it would already double, it instead triples.

\n
\n

INFILTRATION SUIT

\n

Prerequisite: Armor
You install a cloaking device in your modified armor. This device has 2 charges. As an action you can use 1 charge to cast infiltrate targeting yourself.

\n

The cloaking device regains all expended charges after a long rest.

\n
\n

MAGNETIZED SHIELD

\n

Prerequisite: Physical Shield
You modify your physical shield such that when a melee weapon attack misses you by an amount less than or equal to your bonus to AC from your shield, the attacking creature must make a Strength check against your tech save DC. On a failed save, the creature’s weapon adheres to the shield. As an action, a creature can repeat this check. On a success, the weapon is freed.

\n
\n

OVERLOAD SHIELD

\n

Prerequisite: Shield Generator
You modify your shield generator to overload. As an action you can overload your shield. Each Large or smaller creature within 5 feet of you must make a Dexterity or Strength saving throw (their choice) against your tech save DC. On a failed save, they are pushed back 5 feet and knocked prone.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain any expended uses when you finish a long rest.

\n
\n

POWER FIST

\n

Prerequisite: Armor
You modify your modified armor gauntlet with increased reinforcement and weight. Your modified armor’s unarmed strike deals 1d4 kinetic damage.

\n

Additionally, when you take the Attack action and make an unarmed attack, you can make an additional unarmed attack as a bonus action.

\n
\n

PROTOTYPE POWER FIST

\n

Prerequisite: 5th level, Armor
Prerequisite: Power Fist
You further modify your modified armor gauntlet with increased reinforcement and weight. Your modified armor’s unarmed strike deals 1d6 kinetic damage and has the following property.

\n

If you or your target move at least 10 feet in a straight line immediately before making an unarmed attack, the first unarmed attack you make deals additional damage equal to your Intelligence modifier.

\n
\n

REINFORCED UNDERLAY

\n

Prerequisite: 5th level
You gain a +1 bonus to AC against ranged attacks. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

RESISTANCE

\n

Prerequisite: Armor
You tune your modified armor against certain forms of damage. Choose acid, cold, fire, ion, lightning, or sonic damage. While wearing your modified armor you have resistance to that type of damage.

\n

You can select this modification multiple times. Each time you do so, you must choose a different damage type.

\n
\n

SEALED SUIT

\n

Prerequisite: 5th level, Armor
As a bonus action you can hermetically seal your modified armor, giving you an air supply for up to 1 hour and making you immune to poison (but not curing you of existing poisoned conditions). Your armor regains 1 minute of air for every minute that you are not submerged and the armor is not sealed.

\n

Additionally, while you are wearing your modified armor you are considered adapted to cold and hot climates as well as high altitude, as described in chapter 5 of the Dungeon Master’s Guide.

\n
\n

SENTIENT ARMOR

\n

Prerequisite: 13th level
Prerequisite: Artificially Intelligent
Your artificial intelligence has learned to control the suit without you being in it. It is now a valid target of the tracker droid interface tech power.

\n

While your armor is acting independently, it uses your ability scores, saving throws, and skills, and it has hit points equal to your engineer level. If reduced to 0 hit points, it falls directly to the ground, and it can not be equipped again until you finish a long rest.

\n
\n

SHIELD AMPLIFIER

\n

Prerequisite: Shield Generator
You modify your shield generator to project outward. As a bonus action you can amplify your shield until the start of your next turn. Each creature within 5 feet of you gains a bonus to AC equal to your shield’s bonus.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain any expended uses when you finish a long rest.

\n
\n

SHIELD ANCHOR

\n

Prerequisite: Physical Shield
You modify your shield to be used as a portable source of cover. As an action, you can anchor or recover the shield. While anchored, you gain no benefit from a shield, and it does not require the use of a hand. Instead, while anchored, a light shield provides one-quarter cover, a medium shield provides half cover, and a large shield provides three-quarters cover.

\n
\n

TECH BLAST

\n

Prerequisite: Armor
You modify your modified armor gauntlet with a blaster weapon with which you are proficient. The weapon uses your Intelligence modifier for its attack and damage rolls, and deals 1d8 energy damage on a hit. It has a normal range of 30 feet and a long range of 120 feet.

\n
\n

WEAPON INTEGRATION ARMORING

\n

Prerequisite: Armor
You can integrate a single weapon that weighs no more than 8 lb. into your armor. While integrated, that weapon gains the hidden property. Additionally, you have advantage on Strength saving throws to avoid being disarmed.

\n

 

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"PSiGWs9DVviM78K3","name":"Form Basics (Trakata)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the Trakata lightsaber form, detailed in Chapter 6 of the Player’s Handbook. If you already know this form, you can instead choose another lightsaber form. You can’t take a lightsaber form option more than once, even if you later get to choose again.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"PSsCniigbIjrk6EX","name":"Master of Persistence","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, you are an unrelenting force on the field of battle. Your Strength and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for these scores increases by 2.

\n
\n

Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to kinetic, energy, and ion damage from weapons.
  • \n
  • You ignore effects that would reduce your speed.
  • \n
  • Once per turn, when you push a creature, you can move up to 10 feet as a part of this push without provoking opportunity attacks. If you end this movement within 5 feet of that creature, you can make one melee weapon attack (no action required).
  • \n
\n

This effect ends early if you are incap-acitated or die. Once you’ve used this feature, you can’t use it again until you complete a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"PWRce8jzPuXlGfPE","name":"Stay In Formation","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you can take the Guard action as a bonus action on your turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"PtL7M75J3a8akz4a","name":"Battle Anticipation","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, while raging, your critical hit range with melee weapon attacks using Dexterity increases by 1.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Pxp7SMeemsCJWgp8","name":"Flurry of Light","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 3rd level, you gain proficiency in blaster pistols, blaster rifle, ion blaster, ion rifle, and the lightbow, which are your Whills weapons and are monk weapons for you. When you are wielding a Whills weapon, you gain the following benefits:

\n
    \n
  • Your Whills weapons count as melee weapons for you, and when you make a melee weapon attack with them, you deal kinetic damage equal to your Martial Arts Damage Die.
  • \n
  • When you would make an unarmed strike using your Martial Arts bonus action or as a part of your Flurry of Blows, you can instead attack with a Whills weapon you are wielding. You roll a d4 in place of the normal damage of your Whills weapon when attacking in this way. This die changes as you gain monk levels, as shown in the Martial Arts column of the monk table.
  • \n
  • When you would make a ranged weapon attack with a Whills weapon, you can instead reload the weapon.
  • \n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"PysR7YJIeMZG5ACJ","name":"Furious Force","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you can cast force powers while raging as long as the power’s casting time is no more than 1 action, the power does not require concentration, and you are not wearing heavy armor or wielding a medium or heavy shield. While raging, you add your rage damage to damage rolls from force powers you cast. If a force power damages more than one target, you may only apply your rage damage to one of the targets.

\n

Casting force powers during rage counts as attacking for the purposes of maintaining rage, and you can use your Reckless Attack feature to gain advantage when casting a force power that requires an attack roll.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Q1JyHnVs9iIEBs91","name":"Reckless Attack","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Starting at 2nd level, you can throw aside all concern for defense to attack with fierce desperation. When you make your first attack on your turn, you can decide to attack recklessly. Doing so gives you advantage on melee weapon attack rolls using Strength during this turn, but attack rolls against you have advantage until your next turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Q3DHegz5ZbV7rA7m","name":"Raging Bulwark","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, your imposing form acts as a shield for your allies. When a friendly creature you can see is the target of a ranged attack, or forced to make a Dexterity saving throw, and you can see the source of the effect, you can use your reaction to move up to half your speed towards the friendly creature. You must end this move closer to the ally than you started. If you end this movement between your ally and the source of the effect, you provide cover for the attack.

\n

Additionally, you provide three-quarters cover, instead of half-cover, to creatures your size, and you provide full cover to creatures smaller than you.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"QMnzEKetcEbpg8pZ","name":"Techcasting (Operative: Saboteur)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this practice at 3rd level, you have derived powers from schematics with the aid of your wristpad. See chapter 10 for the general rules of techcasting and chapter 12 for the tech powers list.

\n

TECH POWERS KNOWN

\n

You learn 3 tech powers of your choice, and you learn more at higher levels, as shown in the Tech Powers Known column of the Saboteur Practice Techcasting table. You may not learn a tech power of a level higher than your Max Power Level.

\n

TECH POINTS

\n

You have a number of tech points equal to half of your operative level (rounded up), as shown in the Tech Points column of the Saboteur Practice Techcasting table, + your Intelligence modifier. You use these tech points to cast tech powers. You regain all expended tech points when you finish a short or long rest.

\n

MAX POWER LEVEL

\n

Many tech powers can be overcharged, consuming more tech points to create a greater effect. You can overcharge these powers to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Saboteur Practice Techcasting table.

\n

You may only cast tech powers at 4th-level once. You regain the ability to do so after a long rest.

\n

TECHCASTING ABILITY

\n

Intelligence is your techcasting ability for your tech powers. You use your Intelligence whenever a power refers to your techcasting ability. In addition, you use your Intelligence modifier when setting the saving throw DC for a tech power you cast and when making an attack roll with one.

\n
\n

Tech save DC = 8 + your proficiency bonus + your Intelligence modifier

\n
\n

Tech attack modifier = your proficiency bonus + your Intelligence modifier

\n
\n

TECHCASTING FOCUS

\n

You use a wristpad (found in chapter 5 of the Player’s Handbook) as a tech focus for your tech powers.

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelTech Powers KnownTech PointsMax Power Level
3rd321st
4th421st
5th531st
6th631st
7th742nd
8th842nd
9th952nd
10th1052nd
11th1162nd
12th1262nd
13th1373rd
14th1473rd
15th1583rd
16th1683rd
17th1794th
18th1894th
19th19104th
20th20104th
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"QRnYiJmRk18ekE9v","name":"Boggdo's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Prerequisite: 13th level
While raging you have a flying speed equal to your current walking speed, though you fall if you end your turn in the air and nothing else is holding you aloft.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"QW2GcMjunyXuGZXe","name":"Reckless Strikes","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, while you are raging, not wearing heavy armor, and not wielding a shield, when you hit a creature with an unarmed strike or improvised weapon, you can choose to forgo your rage damage to make the attack a reckless strike.

\n

Some of your reckless strikes require your target to make a saving throw to resist the reckless strike’s effects. The saving throw DC is calculated as follows:

\n
\n

Reckless Strike save DC = 8 + your proficiency bonus + your Strength modifier

\n
\n

BRACING STRIKE

\n

You gain temporary hit points equal to your rage damage bonus. If the target is grappled by you, you instead gain temporary hit points equal to twice your rage damage bonus.

\n

PUNISHING STRIKE

\n

Your target must make a Constitution saving throw. On a failed save, the creature is deafened until the start of its next turn. If the target is grappled by you, it is instead incapacitated until the start of its next turn.

\n

STAGGERING STRIKE

\n

Your target must make a Strength or Dexterity saving throw (the target chooses the ability score to use). On a failed save, your target is pushed back 5 feet. If the target is grappled by you, it instead knocked prone.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Qdbzi0NO5FVsmFXd","name":"Ionized Weave","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 10th level, when you cast a damage-dealing force power that requires a force attack or saving throw, you can spend force points to cause that power to instead deal ion damage. The number of force points equals half the power’s level (round down, minimum of one). If the power would call for a saving throw other than Dexterity, it instead calls for a Dexterity saving throw.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"QiK8clUuVuTqq9YB","name":"On the Hunt","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 15th level, when you use your Predator’s Resolve feature, a number of friendly creatures you choose up to your Intelligence modifier that you can see within 30 feet of you also gain the benefits of the feature.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Predator 15"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"QoSoggniLQlVPh3D","name":"Fighting Spirit","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 3rd level, your intensity in battle can shield you and help you strike true. As a bonus action on your turn, you can give yourself advantage on all weapon attack rolls until the end of the current turn. When you do so, you also gain 5 temporary hit points. The number of hit points increases when you reach certain levels in this class, increasing to 10 at 10th level and 15 at 15th level.

\n

You can use this feature three times. You regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":3,"max":3,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"heal","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["5","temphp"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Qqp4sbAvV5R3xgO4","name":"Greater Extra Attack","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 11th level, you can attack three times, instead of once, whenever you take the Attack action on your turn.

\n

Additionally, when you use a bonus action to engage in Double- or Two-Weapon Fighting, you can make two attacks, instead of one.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"QwDExZ4sYBdx4d4o","name":"Scout Routines","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 3rd level, you’ve developed one routine, as detailed below. You develop an additional routine at 7th and 15th level.

\n
\n

SCOUT ROUTINES

\n

The routines are presented in alphabetical order. If multiple scouts grant the same routine, affected creatures can only benefit from it once. You must be conscious to grant the benefit of your routines.

\n

At 9th level, the range of your routines increases to 15 feet, and at 17th level, the range of these routines increases to 30 feet.

\n
\n
\n

ADAPTABILITY ROUTINE

\n

At the start of each of your turns, you can choose an ability score with a saving throw in which you are not proficient. Until the start of your next turn, you add half your proficiency bonus, rounded down, to saving throws you make with the chosen ability. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n
\n

MAVEN’S ROUTINE

\n

At the start of each of your turns, you can choose to gain resistance to damage from tech powers until the start of your next turn. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n
\n

MESMER’S ROUTINE

\n

At the start of each of your turns, you can choose to have advantage on saving throws against effects that would incapacitate you or put you to sleep until the start of your next turn. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n
\n

NOMAD’S ROUTINE

\n

At the start of each of your turns, you can choose to gain advantage on Constitution saving throws to avoid exhaustion from unenhanced sources, as well as being naturally adapted to both hot and cold climates. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n
\n

RESPONDER’S ROUTINE

\n

When you roll initiative, you can choose to add your proficiency bonus to the initiative roll and have advantage on attack rolls against creatures that have not yet acted. Alternatively, you can choose to allow each creature within 5 feet of you, including you, to add half your proficiency bonus to the initiative roll and have advantage on the first attack roll they make against a creature that has not yet acted.

\n
\n

SHARPSHOOTER’S ROUTINE

\n

At the start of each of your turns, you can choose to gain a bonus to the first weapon attack roll you make before the start of your next turn equal to your Intelligence modifier. Alternatively, you can choose to allow each creature within 5 feet of you, including you, to add half your Intelligence modifier to the first weapon attack roll they make before the start of your next turn.

\n
\n

STRIDER’S ROUTINE

\n

At the start of each of your turns, you can choose to have each slowed level only reduce your speed by 5 feet, unless it would reduce your speed to 0 until the start of your next turn. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n
\n

WARDEN’S ROUTINE

\n

At the start of each of your turns, you can choose to gain a climbing and swimming speed equal to your walking speed. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Qz3oXfqQ35dbneST","name":"Fascinating Display","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you can spend 1 minute attemping to distract and enthrall those around you. Choose a number of humanoids within 60 feet of you who watched your display for the duration, up to a number equal to your Charisma modifier (minimum of one). Each target must succeed on a Wisdom saving throw (DC = 8 + your proficiency bonus + your Charisma modifier) or be charmed by you. While charmed in this way, the target idolizes you, speaking glowingly of you to anyone who talks to it. Additionally, it hinders anyone who opposes you, although it avoids violence unless it was already inclined to fight on your behalf. This effect ends on a target after 1 hour, if it takes any damage, if you attack it, or if it witnesses you attacking or damaging any of its allies.

\n

If a target succeeds on this saving throw, the target has no hint you tried to charm it.

\n

Once you’ve used this feature, you must complete a long rest before you can use it again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"R5H3i6PfQEzdXyz9","name":"Guided Strikes","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 17th level, your first ranged weapon attack and your first melee weapon attack each turn deal additional damage equal to your Wisdom or Charisma modifier (your choice, a minimum of +1).

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"RBJTHUlo3FTY2RNR","name":"Risk Versus Reward","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, when you make your first attack on your turn against the target of your Critical Analysis feature, you can decide to gamble by rolling a d6. On a roll of 4 or higher, you have advantage on attack rolls against that creature until the start of your next turn. On a roll of 3 or lower, that creature instead has advantage on attack rolls against you until the start of your next turn.

\n

This die increases to d8 at 9th level, d10 at 13th level, and d12 at 17th level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"RC7hvuuU3CIRZUOd","name":"Upheld By the Force","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting when you choose this tradition at 3rd level, the Force flowing through your body strengthens you, granting the following benefits:

\n
    \n
  • Your hit point maximum increases by 3, and it increases by 1 again whenever you gain a level in this class.
  • \n
  • Your base AC becomes 13 + your Constitution modifier.
  • \n
  • When you make a melee weapon attack as a part of a force power you cast, you can use Wisdom or Charisma (your choice) instead of Strength for the attack and damage rolls.
  • \n
\n

Additionally, as an action, you can gain resistance to kinetic and energy damage for 1 minute. This effect lasts until you end it as a bonus action, you are incapacitated, or you don armor other than a shield. You can use this feature twice. You regain all expended uses of it when you finish a short or long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":2,"max":2,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"RFU6FQawnVy3w4TO","name":"Close Call","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, when you make an attack roll with your modified weapon and miss, you can expend one use of your Potent Aptitude to attempt to turn that miss into a hit. Roll the die and add it to the attack roll.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ROdICoWR82v6A2Rf","name":"Tactician's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

When you use your Reckless Attack feature, you can choose to not have advantage on your attack rolls this turn. If you do so, friendly creatures within 5 feet of a hostile creature that is within 5 feet of you have advantage on attack rolls against that creature.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"RQnRq0u0DbUJcO58","name":"Maneuver Mastery","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, once per round, when you would roll a Superiority Die, you can instead choose the maximum.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"RS5OG9YXnbEwkFqO","name":"The Way of the Monkey-Lizard","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, as a bonus action, you can enter a confusing stance for one minute. As a part of this bonus action, and as a bonus action on each of your turns, when you take the Dodge action, you can make one melee weapon attack against a creature within range. Additionally, when you make this melee weapon attack, you can flourish your weapon to attempt to distract your target. Make a Dexterity (Sleight of Hand) check contested by a Wisdom (Perception) check of the target of your attack. On a success, you make this attack roll with advantage.

\n

This effect ends early if you are incapacitated or die. Once you use this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"RShVKT9JGm5zHXU3","name":"Human Shield","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 9th level you learn to manipulate the body of a grappled target to make attacks against you more difficult to land. Moving a grappled creature the same size as you or smaller no longer halves your speed, and when a creature grappled by you would grant you half cover, you instead have three-quarters cover. Additionally, when you are hit by an attack while grappling a creature, you can use your reaction to force that attack to instead hit the grappled creature.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"RU8Tb8fY6GOfyhIb","name":"Mutagenic Transformation","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, when you target yourself with your Critical Analysis feature, you can choose to undergo a mutagenic transformation. Your form shifts, exaggerating and strengthening your geneticist discoveries for 1 hour. You gain the following benefits:

\n
    \n
  • You can attack twice, instead of once, whenever you take the Attack action on your turn.
  • \n
  • Your Strength score becomes equal to your Intelligence score.
  • \n
  • You gain a bonus to your AC equal to half your Intelligence modifier (rounded down, minimum of +1) if it doesn’t already include that modifier.
  • \n
\n

You can end this effect early on your turn as a bonus action. This effect ends early if you are incapacitated or die. You can use this feature twice. You regain all expended uses of it when you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":2,"max":2,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"RYV1XXoeZ4GjBpkq","name":"Focused Breathing","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 10th level, you learn to recover some of your expended power quickly. When you use your Second Wind you also regain a number of force points equal to your Wisdom or Charisma modifier (your choice, a minimum of one).

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"RhtkuvE1lcDsocvR","name":"Tireless Spirit","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, when you roll initiative and have no uses of Fighting Spirit remaining, you regain one use

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Rii7wMd3z3cG9bk4","name":"Raid Planning","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, you learn to flare up your allies’ drive for combat, urging them to follow you into the fray. During a long rest, you tell sagas, sing battle songs, and give inspiring speeches. At the end of the long rest choose up to 5 creatures that can hear and understand you (which can include yourself) to add your Charisma modifier (minimum of one) to their next initiative roll, and a 10 foot bonus to their speed on their first turn of combat.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"RljVTnR1IclXnqAv","name":"Cloak of Shadows","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you can take the Hide action as a bonus action on your turn. Additionally, you can try to hide when you are lightly obscured from the creature from which you are hiding.

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Shadow 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Rmny9eQ9fR6sINL4","name":"Guarding Weapon","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 10th level, you can direct your animated weapons to absorb damage while your Saber Storm is activate. When you take damage, you can use your reaction to expend one force slot to have your animated weapon intercept it, and reduce that damage to you by an amount equal to five times the force slot’s level.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"RoBYgglH8V1FjCSV","name":"Enhanced Strikes","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 6th level, your unarmed strikes count as enhanced for the purpose of overcoming resistance and immunity to unenhanced attacks and damage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"S5I4RdNHNMm7ao0X","name":"Bonus Proficiencies (Fighter: Praetorian)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this archetype at 3rd level, you gain proficiency in one of the following skills of your choice: Insight, Lore, Performance, or Persuasion. Alternatively, you learn one language of your choice.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"SAbD83Dx58emp6OY","name":"Force of Personality","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, as an action, you suggest a course of activity (limited to a sentence or two) to influence a creature you can see within range that can hear and understand you. Creatures that can’t be charmed are immune to this effect. The suggestion must be worded in such a manner as to make the course of action sound reasonable. Asking the creature to stab itself, throw itself onto a spear, immolate itself, or do some other obviously harmful act ends the effect.

\n

The target must make a Wisdom saving throw against your maneuver save DC. On a failed save, the target is charmed by you, and it pursues the course of action you described to the best of its ability. The suggested course of action can continue for up to 24 hours. If the suggested activity can be completed in a shorter time, the effect ends when the subject finishes what it was asked to do.

\n

You can also specify conditions that will trigger a special activity during the duration. For example, you might suggest that an officer givers her gun to the first smuggler she meets. If the condition isn’t met before the effect ends, the activity isn’t performed.

\n

If you or any of your companions damage the target, the effect ends.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"int"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"SBBlwVaJDwCADC5f","name":"The Force Is With You","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, as you channel the Force through you, you gain the following benefits:

\n
    \n
  • You can use your Stunning Strike feature when you hit with a ranged weapon attack while you are wielding a Whills weapon.
  • \n
  • You can spend 1 focus point to ignore one-quarter and half cover with your Whills weapons. At 11th level, you can spend 2 focus points to ignore three quarters cover. At 17th level, you can spend 3 focus points to ignore total cover, as long as your target is not hidden from you.
  • \n
  • When you hit a creature with a Whills weapon, that creature has disadvantage on opportunity attacks against you until the start of your next turn.
  • \n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"SDBNDY8CTCA0W0pq","name":"Genesplicer's Methods","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this pursuit at 3rd level, you gain proficiency with geneticist’s implements and your choice of Medicine or Survival skills.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"SDh3G0VxVlI8wPLh","name":"Beast Companion","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to employ all the knowledge you’ve accumulated to forge a powerful bond with your own personal beast companion.

\n

Choose your beast, which is detailed below. Over the course of 8 hours, which can be done during a long rest, you can expend 500 cr worth of herbs and food to call forth an animal from the wilderness to serve as your companion.

\n

If your beast dies, or you want to bond with a different creature, you must first break the bond with your current beast companion. You may only have one beast companion at a time.

\n
\n

Your beast gains a variety of benefits while it is bonded to you:

\n
    \n
  • \n

    The beast obeys your commands as best it can. It acts on your turn, and you determine its actions, decisions, attitudes, and so on. If you are incapacitated or absent, your beast acts on its own.

    \n
  • \n
  • \n

    Your beast’s level equals your scholar level, and for each scholar level you gain after 3rd, your beast companion gains an additional hit die and increases its hit points accordingly.

    \n
  • \n
  • \n

    Your beast has the proficiency bonus of a player character of the same level.

    \n
  • \n
  • \n

    Whenever you gain the Ability Score Improvement feature in this class, your beast’s abilities also improve. Your beast can increase one ability score of your choice by 2, or it can increase two ability scores of your choice by 1. As normal, your beast can’t increase an ability score above 20 using this feature unless its description specifies otherwise.

    \n
  • \n
  • \n

    While your beast is the target of your Critical Analysis feature, it gains a bonus to ability checks, armor class, attack rolls, damage rolls, and saving throws equal to half your Intelligence modifier (rounded up).

    \n
  • \n
\n

GENERATING YOUR BEAST

\n

Choosing your beast companion is an integral part of being a Zoologist Scholar. Your beast takes a form of your choosing. Alternatively, your GM can choose what form your beast takes based on your environment.

\n

Once you’ve selected your type of beast, you assign your beast companion’s ability scores. Your beast’s Intelligence score is 6, and you assign its other ability scores using a limited standard array (16, 14, 14, 12, 10) as you see fit.

\n
\n

BEAST FEATURES

\n

All beasts share the following traits.

\n

HIT POINTS

\n
\n
    \n
  • Hit Dice: 1d4 per beast companion level
  • \n
  • Hit Points at 1st Level: 4 + your beast’s Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d4 (or 3) + your beast’s Constitution modifier per beast level after 1st
  • \n
\n

PROFICIENCIES

\n
\n
    \n
  • Languages: Your beast can understand simple commands spoken in two languages of your choice, as well as hand signals, but it can not speak
  • \n
  • Saving Throws: Choose one from Strength, Intelligence, or Charisma, and another from Dexterity, Constitution, or Wisdom
  • \n
  • Skills: Choose two from Acrobatics, Athletics, Intimidation, Perception, Performance, Survival, and Stealth
  • \n
\n

FEATURES

\n
\n
    \n
  • Armor Class: 10 + your beast’s Dexterity modifier
  • \n
  • Bestial Traits: Your beast companion has four bestial traits of your choice. It gains an additional trait at 5th level (5), 8th level (6), 11th level (7), 14th level (8), and 17th level (9). Whenever you gain a level in this class, you can exchange one trait for another one.
  • \n
  • Natural Weapon: Your beast companion attacks with a natural weapon, such as claws or a bite. On a hit, it deals 1d4 kinetic damage.
  • \n
  • Size: Tiny
  • \n
  • Speed: 20 ft.
  • \n
  • Type: Beast
  • \n
\n

BESTIAL TRAITS

\n

The traits are presented in alphabetical order.

\n
\n
\n

AERIAL

\n

Your beast companion has a flying speed equal to its walking speed, and opportunity attacks made against it have disadvantage.

\n
\n

AMPHIBIOUS

\n

Your beast companion has a swimming speed equal to its walking speed, and it can breathe air and water.

\n
\n

BURROWER

\n

Your beast companion has a burrowing speed equal to its walking speed, and it has blindsight out to 10 feet.

\n
\n

CHARGER

\n

If your beast moves at least half its speed straight towards a target before making a melee attack, it deals an additional 1d8 damage on a hit.

\n
\n

CLIMBER

\n

Your beast companion has a climbing speed equal to its walking speed, and it has advantage on Strength saving throws and Strength (Athletics) checks that involve climbing.

\n
\n

DARKVISION

\n

Your beast companion is accustomed to low-light environments. Your beast can see in dim light within 60 feet as if it were bright light, and in darkness as if it were dim light. Your beast can’t discern color in darkness, only shades of gray.

\n
\n

EVASIVE

\n

Your beast companion can take the Disengage action as a bonus action.

\n
\n

FORCE ADEPT

\n

Prerequisite: Force Sensitive
Your beast companion knows one 2nd-level force power of your choice, and once per long rest it can cast it at 2nd-level without expending force points. Your beast’s forcecasting ability is Wisdom or Charisma (depending on power alignment).

\n
\n

FORCE RESISTANCE

\n

Your beast companion has advantage on saving throws against force powers.

\n
\n

FORCE-SENSITIVE

\n

Your beast learns one at-will force power and one 1st-level force power, which it can cast at its lowest level once per long rest. Your beast’s forcecasting ability is Wisdom or Charisma (depending on power alignment). At-will powers chosen in this way do not scale with higher levels.

\n
\n

GRAPPLER

\n

When your beast hits with a melee weapon attack, it can use a bonus action to attempt to grapple the target. On a success, the target is both grappled and restrained, and your beast can’t attack again while it has a creature grappled.

\n
\n

HEAVY HIDE

\n

Your beast companion’s armor class becomes 14.

\n
\n

KEEN HEARING

\n

Your beast companion has advantage on Wisdom (Perception) checks that rely on hearing.

\n
\n

KEEN SIGHT

\n

Your beast companion has advantage on Wisdom (Perception) checks that rely on sight.

\n
\n

KEEN SMELL

\n

Your beast companion has advantage on Wisdom (Perception) checks that rely on smell.

\n
\n

LIGHT HIDE

\n

Your beast companion’s armor class becomes 11 + its Dexterity modifier.

\n
\n

MEDIUM HIDE

\n

Your beast companion’s armor class becomes 13 + its Dexterity modifier, to a maximum of +2.

\n
\n

NATURAL CAMOUFLAGE

\n

When your beast companion attempts to hide, it can opt to not move on its turn. If it avoids moving, it is considered lightly obscured until it moves.

\n
\n

NIMBLE WEAPON

\n

Your beast companion can use Dexterity instead of Strength for its attack and damage rolls.

\n
\n

PACK TACTICS

\n

Your beast companion has advantage on an attack roll against a creature if at least one ally of your beast companion is within 5 feet of the creature and the ally isn’t incapacitated.

\n
\n

POUNCER

\n

If your beast moves at least half its speed straight toward a creature and hits it with a melee attack, the creature must make a Strength saving throw (DC = 8 + your beast’s proficiency bonus + its Strength modifier). If the creature is larger than your beast, it makes this save with advantage. On a failed save, the creature is knocked prone, and your beast can make one additional attack against it as a bonus action.

\n
\n

POWERFUL BUILD

\n

Your beast companion’s carrying capacity and the weight it can push, drag, or lift doubles. If it would already double, it instead triples.

\n
\n

RAMPAGER

\n

If your beast reduces a creature to 0 hit points with a melee attack on its turn, your beast can take a bonus action to move up to half its speed and make a melee attack.

\n
\n

RANGED WEAPON

\n

Your beast companion has a natural ranged weapon, such as a spitter or tail spikes. It has a normal range of 30 feet and a long range of 90 feet, and on a hit it deals kinetic damage equal to its natural weapon damage die.

\n
\n

REACH WEAPON

\n

Your beast companion has a natural weapon with reach, such as a tail or wings. It has the reach property, and on a hit it deals kinetic damage equal to its natural weapon damage die.

\n
\n

SIZE: HUGE

\n

Prerequisite: Size Large
Your beast companion’s size is Huge. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d12, its natural weapon damage die becomes a d12, and its walking speed increases to 40.

\n
\n

SIZE: LARGE

\n

Prerequisite: Size Medium
Your beast companion’s size is Large. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d10, its natural weapon damage die becomes a d10, and its walking speed increases to 35.

\n
\n

SIZE: MEDIUM

\n

Prerequisite: Size Small
Your beast companion’s size is Medium. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d8, its natural weapon damage die becomes a d8, and its walking speed increases to 30.

\n
\n

SIZE: SMALL

\n

Your beast companion’s size is Small. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d6, its natural weapon damage die becomes a d6, and its walking speed increases to 25.

\n
\n

STURDY-LEGGED

\n

Your beast companion’s long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start, and it has advantage on Strength and Dexterity saving throws made against effects that would knock it prone.

\n
\n

SWIFT

\n

Your beast companion can take the Dash action as a bonus action.

\n
\n

TREMORSENSE

\n

Your beast companion gains tremorsense out to 30 feet.

\n
\n

VENOMOUS WEAPON

\n

When your beast companion deals damage to a creature, it must make a Constitution saving throw (DC = 8 + your beast’s proficiency bonus + your beast’s Constitution modifier) or become poisoned until the end of its next turn.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"SIrtFoj8ngOsd37n","name":"Perfected Purposing","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, when you cast a tech power, you can choose to deal maximum damage or provide maximum healing with that power.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"SQ38NMuSGq1UFgYZ","name":"Bonus Proficiencies (Guardian: Shien/Djem So)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

You gain proficiency in heavy armor.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"SRvdjRxU3cpcEdcw","name":"One With the Force (Consular)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, your attunement to the Force is absolute. Your Wisdom or Charisma score increases by 4, and your maximum for this score increases by 4. Additionally, you gain mastery over a single force power, and can cast it with little effort. Choose one 3rd-level force power that you know as your signature power. You can cast it once at 3rd level without expending force points. When you do so, you can't do so again until you finish a short or long rest. If you want to cast it at a higher level, you must expend force points as normal.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"SU5JDQ8GNySPSphF","name":"Reckless Power","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, weapons and the force are equally an extension of your rage. While you are raging and you use your action to cast a force power, you can make a single melee weapon attack as a bonus action.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Sa2j1pJb7C7ur1YI","name":"Beast Companion (Sentinel: Witchcraft)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to create a powerful bond through the Force with your own personal beast companion.

\n

Choose your beast, which is detailed at the end of this calling. Over the course of 8 hours, which can be done during a long rest, you can expend 500 cr worth of herbs and food to call forth an animal from the wilderness to serve as your companion.

\n

If your beast dies, or you want to bond with a different creature, you must first break the bond with your current beast companion. You may only have one beast companion at a time.

\n

Your beast gains a variety of benefits while it is bonded to you:

\n
    \n
  • The beast obeys your commands as best it can. It acts on your turn, and you determine its actions, decisions, attitudes, and so on. If you are incapacitated or absent, your beast acts on its own.
  • \n
  • Your beast’s level equals your sentinel level, and for each sentinel level you gain after 3rd, your beast companion gains an additional Hit Die and increases its hit points accordingly.
  • \n
  • Your beast has the proficiency bonus of a player character of the same level.
  • \n
  • Whenever you gain the Ability Score Improvement feature in this class, your beast’s abilities also improve. Your beast can increase one ability score of your choice by 2, or it can increase two ability scores of your choice by 1. As normal, your beast can’t increase an ability score above 20 using this feature unless its description specifies otherwise.
  • \n
\n

Additionally, while your beast companion is within 5 feet of you, you gain the following benefits:

\n
    \n
  • When you use a Force-Empowered Self option to increase your speed or armor class, you can instead grant this bonus to your beast companion.
  • \n
  • You and your beast companion can communicate telepathically, though your beast companion can only communicate in and understand simple concepts.
  • \n
\n

This radius increases to 10 feet at 7th level, 20 feet at 13th level, and 30 feet at 18th level.

\n
\n

GENERATING YOUR BEAST

\n

Choosing your beast companion is an integral part of being a Witchcraft Sentinel. Your beast takes a form of your choosing. Alternatively, your GM can choose what form your beast takes based on your environment.

\n

Once you’ve selected your type of beast, you assign your beast companion’s ability scores. Your beast’s Intelligence score is 6, and you assign its other ability scores using a limited standard array (16, 14, 14, 12, 10) as you see fit.

\n
\n

BEAST FEATURES

\n

All beasts share the following traits.

\n

HIT POINTS

\n
\n
    \n
  • Hit Dice: 1d4 per beast companion level
  • \n
  • Hit Points at 1st Level: 4 + your beast’s Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d4 (or 3) + your beast’s Constitution modifier per beast level after 1st
  • \n
\n

PROFICIENCIES

\n
\n
    \n
  • Languages: Your beast can understand simple commands spoken in two languages of your choice, as well as hand signals, but it can not speak
  • \n
  • Saving Throws: Choose one from Strength, Intelligence, or Charisma, and another from Dexterity, Constitution, or Wisdom
  • \n
  • Skills: Choose two from Acrobatics, Athletics, Intimidation, Perception, Performance, Survival, and Stealth
  • \n
\n

FEATURES

\n
\n
    \n
  • Armor Class: 10 + your beast’s Dexterity modifier
  • \n
  • Bestial Traits: Your beast companion has four bestial traits of your choice. It gains an additional trait at 5th level (5), 8th level (6), 11th level (7), 14th level (8), and 17th level (9). Whenever you gain a level in this class, you can exchange one trait for another one.
  • \n
  • Natural Weapon: Your beast companion attacks with a natural weapon, such as claws or a bite. On a hit, it deals 1d4 kinetic damage.
  • \n
  • Size: Tiny
  • \n
  • Speed: 20 ft.
  • \n
  • Type: Beast
  • \n
\n
\n

BESTIAL TRAITS

\n

The traits are presented in alphabetical order.

\n
\n
\n

AERIAL

\n

Your beast companion has a flying speed equal to its walking speed, and opportunity attacks made against it have disadvantage.

\n
\n

AMPHIBIOUS

\n

Your beast companion has a swimming speed equal to its walking speed, and it can breathe air and water.

\n
\n

BURROWER

\n

Your beast companion has a burrowing speed equal to its walking speed, and it has blindsight out to 10 feet.

\n
\n

CHARGER

\n

If your beast moves at least half its speed straight towards a target before making a melee attack, it deals an additional 1d8 damage on a hit.

\n
\n

CLIMBER

\n

Your beast companion has a climbing speed equal to its walking speed, and it has advantage on Strength saving throws and Strength (Athletics) checks that involve climbing.

\n
\n

DARKVISION

\n

Your beast companion is accustomed to low-light environments. Your beast can see in dim light within 60 feet as if it were bright light, and in darkness as if it were dim light. Your beast can’t discern color in darkness, only shades of gray.

\n
\n

EVASIVE

\n

Your beast companion can take the Disengage action as a bonus action.

\n
\n

FORCE ADEPT

\n

Prerequisite: Force Sensitive
Your beast companion knows one 2nd-level force power of your choice, and once per long rest it can cast it at 2nd-level without expending force points. Your beast’s forcecasting ability is Wisdom or Charisma (depending on power alignment).

\n
\n

FORCE RESISTANCE

\n

Your beast companion has advantage on saving throws against force powers.

\n
\n

FORCE-SENSITIVE

\n

Your beast learns one at-will force power and one 1st-level force power, which it can cast at its lowest level once per long rest. Your beast’s forcecasting ability is Wisdom or Charisma (depending on power alignment). At-will powers chosen in this way do not scale with higher levels.

\n
\n

GRAPPLER

\n

When your beast hits with a melee weapon attack, it can use a bonus action to attempt to grapple the target. On a success, the target is both grappled and restrained, and your beast can’t attack again while it has a creature grappled.

\n
\n

HEAVY HIDE

\n

Your beast companion’s armor class becomes 14.

\n
\n

KEEN HEARING

\n

Your beast companion has advantage on Wisdom (Perception) checks that rely on hearing.

\n
\n

KEEN SIGHT

\n

Your beast companion has advantage on Wisdom (Perception) checks that rely on sight.

\n
\n

KEEN SMELL

\n

Your beast companion has advantage on Wisdom (Perception) checks that rely on smell.

\n
\n

LIGHT HIDE

\n

Your beast companion’s armor class becomes 11 + its Dexterity modifier.

\n
\n

MEDIUM HIDE

\n

Your beast companion’s armor class becomes 13 + its Dexterity modifier, to a maximum of +2.

\n
\n

NATURAL CAMOUFLAGE

\n

When your beast companion attempts to hide, it can opt to not move on its turn. If it avoids moving, it is considered lightly obscured until it moves.

\n
\n

NIMBLE WEAPON

\n

Your beast companion can use Dexterity instead of Strength for its attack and damage rolls.

\n
\n

PACK TACTICS

\n

Your beast companion has advantage on an attack roll against a creature if at least one ally of your beast companion is within 5 feet of the creature and the ally isn’t incapacitated.

\n
\n

POUNCER

\n

If your beast moves at least half its speed straight toward a creature and hits it with a melee attack, the creature must make a Strength saving throw (DC = 8 + your beast’s proficiency bonus + its Strength modifier). If the creature is larger than your beast, it makes this save with advantage. On a failed save, the creature is knocked prone, and your beast can make one additional attack against it as a bonus action.

\n
\n

POWERFUL BUILD

\n

Your beast companion’s carrying capacity and the weight it can push, drag, or lift doubles. If it would already double, it instead triples.

\n
\n

RAMPAGER

\n

If your beast reduces a creature to 0 hit points with a melee attack on its turn, your beast can take a bonus action to move up to half its speed and make a melee attack.

\n
\n

RANGED WEAPON

\n

Your beast companion has a natural ranged weapon, such as a spitter or tail spikes. It has a normal range of 30 feet and a long range of 90 feet, and on a hit it deals kinetic damage equal to its natural weapon damage die.

\n
\n

REACH WEAPON

\n

Your beast companion has a natural weapon with reach, such as a tail or wings. It has the reach property, and on a hit it deals kinetic damage equal to its natural weapon damage die.

\n
\n

SIZE: HUGE

\n

Prerequisite: Size Large
Your beast companion’s size is Huge. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d12, its natural weapon damage die becomes a d12, and its walking speed increases to 40.

\n
\n

SIZE: LARGE

\n

Prerequisite: Size Medium
Your beast companion’s size is Large. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d10, its natural weapon damage die becomes a d10, and its walking speed increases to 35.

\n
\n

SIZE: MEDIUM

\n

Prerequisite: Size Small
Your beast companion’s size is Medium. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d8, its natural weapon damage die becomes a d8, and its walking speed increases to 30.

\n
\n

SIZE: SMALL

\n

Your beast companion’s size is Small. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d6, its natural weapon damage die becomes a d6, and its walking speed increases to 25.

\n
\n

STURDY-LEGGED

\n

Your beast companion’s long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start, and it has advantage on Strength and Dexterity saving throws made against effects that would knock it prone.

\n
\n

SWIFT

\n

Your beast companion can take the Dash action as a bonus action.

\n
\n

TREMORSENSE

\n

Your beast companion gains tremorsense out to 30 feet.

\n
\n

VENOMOUS WEAPON

\n

When your beast companion deals damage to a creature, it must make a Constitution saving throw (DC = 8 + your beast’s proficiency bonus + your beast’s Constitution modifier) or become poisoned until the end of its next turn.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Witchcraft 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"SatF0UL3wd2y7udQ","name":"Bonus Proficiencies (Scholar: Archaeologist)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

You gain proficiency with archaeologist kits and in the Lore skill.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ScLH8xRV8QXmxeRh","name":"Extra Attack (Engineer: Armormech)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, you can attack twice, instead of once, whenever you take the Attack action on your turn. You must be wearing your modified armor or wielding your modified shield to gain this benefit.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"SfWAWVfaCZJChcx2","name":"Slippery Mind","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 15th level, you have acquired greater mental strength. You gain proficiency in Wisdom saving throws.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"SlaMlkc4jk0s5dj1","name":"Commanding Rage","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, when in your rage, you become more aware of your allies, and their intent when fighting at your side. While you are raging, when an ally within 10 feet of you makes an attack roll against an enemy, you can use your reaction to grant advantage to that attack and add your rage damage bonus to the damage roll, if the attack hits.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"SpinvKUCtlRLkJ8C","name":"More Machine Than Man","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, while you have temporary hit points, when you are subjected to an effect that allows you to make a saving throw to take only half damage, you instead take no damage if you succeed on a saving throw, and only half damage if you fail.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"SsvfSQlHuA3UiyIU","name":"The Way of the Sarlaac","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, as a bonus action, you can enter a frenetic stance for one minute. While in this stance, the first time you hit a creature with a melee weapon attack on your turn, it has disadvantage on the next melee attack roll it makes against you before the start of your next turn. Additionally, if that creature is within 5 feet of you, it must make a Strength saving throw (DC = 8 + your proficiency bonus + your Strength or Dexterity modifier). On a failed save, it is pushed back 5 feet, and you can immediately move into the space it just vacated without provoking opportunity attacks.

\n

This effect ends early if you are incapacitated or die. Once you’ve used this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"TE8Ntdf1x7zULfHU","name":"Guardian Aura","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you reach 3rd level, you gain an aura of your choice, as detailed below. You gain an additional aura at 10th and 18th level.

\n

GUARDIAN AURAS

\n

The auras are presented in alphabetical order. If multiple guardians grant the same aura, affected creatures can only benefit from it once. You must be conscious to grant the benefits of your auras.

\n

At 9th level, the range of these auras increases to 15 feet, and at 17th level, the range of these auras increases to 30 feet.

\n
\n
\n

AURA OF CONQUEST

\n

Whenever a creature who is frightened of you starts its turn within 5 feet of you, its speed is reduced to 0 and that creature takes psychic damage equal to half your guardian level.

\n
\n

AURA OF CONVICTION

\n

You and friendly creatures within 5 feet of you have advantage on saving throws against effects that would cause you to be charmed or frightened.

\n
\n

AURA OF HATRED

\n

You and friendly creatures within 5 feet of you gain a bonus to the first melee weapon damage rolls you make each round equal to your Charisma modifier (minimum of +1).

\n
\n

AURA OF PRESENCE

\n

Whenever you or a friendly creature within 5 feet of you must make a saving throw, the creature gains a bonus to the saving throw equal to your Wisdom modifier (minimum of +1).

\n
\n

AURA OF PROTECTION

\n

Whenever a creature within 5 feet of you takes damage, you can use your reaction to take that damage instead of that creature taking it. This feature doesn’t transfer any other effects that might accompany the damage, and this damage can’t be reduced in any way.

\n
\n

AURA OF VIGOR

\n

Whenever a friendly creature starts its turn within 5 feet of you, that creature gains temporary hit points equal to your Wisdom or Charisma modifier (your choice, minimum of one).

\n
\n

AURA OF WARDING

\n

You and friendly creatures within 5 feet of you have resistance to damage from force powers.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"TH8uVHJVECGYQeO1","name":"Slow Fall","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 4th level, you can use your reaction when you fall to reduce any falling damage you take by an amount equal to five times your monk level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"TeEN1l7snHIuHxn6","name":"Blessing of the Tree of Light","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, you learn how to share your totem’s power with your allies. When you use your Totemic Might feature, you can choose one willing creature you can see within 60 feet of you. The chosen creature also gains the benefits of your Totemic Might feature. If you are incapacitated or killed, this effect immediately ends for both of you.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"TlH3uqCgobccF5zp","name":"Projected Barrier (Scout: Bulwark)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, you’ve learned how to manipulate your barrier to create new effects. As an action, you can spend three of your barrier’s hit points to create a unique effect. You have three such effects: Projected Sphere, Projected Maelstrom, and Projected Wave. When you use your Projected Barrier, you choose which effect to create.

\n

Some Projected Barrier Effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

If your barrier’s hit points are reduced to 0, any Projected Barrier features immediately end.

\n
\n
\n

PROJECTED SPHERE

\n

You create a protective spherical barrier barrier in a 5-foot-radius sphere a point you can see within 30 feet that lasts until the start of your next turn. Creatures within the barrier have three-quarters cover from attacks originating from outside the barrier. You can maintain the barrier by spending an additional barrier hit point at the start of each of your turns (no action required).

\n
\n

PROJECTED MAELSTROM

\n

You create an unstable energy maelstrom in a 5-foot cube at a point you can see within 30 feet that lasts until the start of your next turn. A creature takes 4d4 energy damage when it enters the area for the first time on a turn or starts its turn there. You can maintain the barrier by spending an additional barrier hit point at the start of each of your turns (no action required).

\n

This feature’s damage increases by 1d4 when you reach 11th level (5d4) and 17th level (6d4).

\n
\n

PROJECTED WAVE

\n

You create a wave of barrier energy in a 15-foot cone. Each creature within the cone must make a Dexterity saving throw. On a failed save, a creature takes 2d6 energy damage and is pushed back to the edge of the cone. On a success, they take half damage and aren’t pushed.

\n

This feature’s damage increases by 1d6 when you reach 11th level (3d6) and 17th level (4d6).

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Bulwark 7"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"TqPqxo9tACj5943r","name":"Extort Truth","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, you can hit a series of hidden nerves on a creature with precision, temporarily causing them to be unable to mask their true thoughts and intent. When you hit a creature with a melee weapon attack, you can have the attack deal no damage and spend 1 focus point to force them to make a Charisma saving throw against your focus save DC. On a failed save, the creature is unable to speak a deliberate lie for 1 minute and all Charisma checks directed at the creature are made with advantage for the duration.

\n

On a success or failure, a creature is aware that you attempted to influence them. They can choose to avoid answering questions to which they would normally respond with a lie.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"width":null,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"attribute","target":"","amount":1},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"cha","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"TuoWxmjG9LjToCSX","name":"Relentless","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 15th level, when you roll initiative and have no Superiority Dice remaining, you regain 1 Superiority Die.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"TyzlB0iUbeeyXPVk","name":"Remote Healer","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you have learned to deploy medicine from a range. When you use a maneuver targeting an ally that is the target of your Critical Analysis feature, that maneuver’s range becomes 30 feet.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"U07y3DHxu9EddHoC","name":"Cause and Effect","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, you learn to throw grenades as a bonus action. Additionally, when a creature fails a saving throw against a charge or grenade, you can expend a superiority die to apply one of your maneuvers. You can only use this feature once per grenade.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"U3ukuB66gtdm8C7V","name":"Devastating Critical","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 15th level, when you score a critical hit with a weapon attack, you gain a bonus to that weapon’s damage roll equal to your fighter level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"UALQWbDzmp6H8Uiq","name":"Shadow's Wrath","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, your training has taught you advanced techniques while you maneuver in the shadows. While you are hidden from your target, the first attack roll you make each round does not automatically reveal your presence. Make a Dexterity (Stealth) check against your target’s Wisdom (Perception) check. On a success, you remain hidden. If you are also invisible, you remain invisible.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Shadow 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"UJVTP58YyoNqEbg6","name":"Bonus Proficiencies (Engineer: Armormech)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this discipline at 3rd level, you gain proficiency in armormech’s implements, medium armor, and heavy armor. Additionally, when you engage in crafting with armormech’s implements, the rate at which you craft doubles.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"UNoJQm1l6ho9QEHR","name":"Whirling Weapons","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, your constant blur of motion and attacks becomes an unending barrage as you build momentum. Once on your turn when you miss with a weapon attack you can make another weapon attack, no action required.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"UYWFpXz6HKecYIC2","name":"War Chant","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 14th level you have memorized the litanies, songs, and chants of your people and their dedication to war. When you enter a rage you can take a commanding stance. If you do so, for the duration of your rage you have a special reaction you can take on a number of allies’ turns equal to your Charisma modifier (minimum of one). You can only use this special reaction to use your Commanding Rage feature.

\n

Additionally, during this rage, when an enemy within 10 feet of you makes an attack roll against an ally, you can use your reaction to reduce that roll by an amount equal to your Charisma modifier.

\n

Once you’ve used this feature, you must complete a long rest before you can use it again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"UeB3t6DmMaGzNijo","name":"Crimson Armaments","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning when you choose this order at 3rd level, you gain proficiency in light and medium armor. If you are already proficient in light and medium armor, you instead gain proficiency in heavy armor. Additionally, you can now gain the benefits of your Martial Arts and Unarmored Movement features while wearing armor as long as you are not wielding a shield.

\n

Additionally, you’ve learned to adapt to new weaponry. Over the course of an hour, which can be performed during a short rest, you can perform a kata with a weapon of your choice. You gain proficiency in that weapon if you do not already have proficiency, and it becomes a monk weapon for you. You can only adapt to one weapon at a time, and if you attempt to adapt to another weapon you immediately lose your proficiency with the chosen weapon.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"UjIepYOFwxWzpBqS","name":"Absorb Damage","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 11th level, you learn to channel the Force into your skin and bones, greatly enhancing your durability. You can use a bonus action to channel the Force throughout your body. Until the start of your next turn, you have resistance to kinetic and energy damage.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":1,"units":"round"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"UlaeWMHJ5WJ1BHbV","name":"Expertise (Operative)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 1st level, choose two of your skill proficiencies, or one of skill proficiencies and one of your tool proficiencies, or two of your tool proficiencies. You gain expertise in those skills or tools.

\n

At 6th level, you can choose two more of your proficiencies (in skills or tools) to gain this benefit.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"UvMKVj608ijSAfgd","name":"Master of Perseverance","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, your might overwhelms even the most implacable of foes. Your Strength and Constitution scores increase by 2. Your maximum for these scores increases by 2.

\n
\n

Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to kinetic and energy damage from unenhanced weapons.
  • \n
  • Once per turn, when you hit with a melee weapon attack using Strength, you can use your Force-Empowered Strikes feature at 1st-level without expending force points. You gain temporary hit points equal to the extra damage dealt.
  • \n
  • When a creature within 5 feet of you makes an attack roll against you, you can use your reaction to make a single weapon attack with advantage against that creature. If the attack hits, you impose disadvantage on the triggering attack roll.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you’ve used this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Uysua3MJxqqdHu0i","name":"Unstoppable Force","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 15th level, you learn to completely ignore many of the most devastating impediments of combat. You can expend a use of Indomitable to gain the effect of the freedom of movement force power until the end of your next turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"V0x1tf4l58GW5VVd","name":"Primal Avatar","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 10th level, you learn a third totem. Additionally, the bonus damage of your Totemic Might feature increases to 1d8. Lastly, you have advantage on Lore checks you make about tribal cultures.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"V2395mykGG37TJr7","name":"Improved Force-Empowered Shots","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 7th level, your familiarity with blaster weapons has granted you greater insight into their function and usage. Once on each of your turns, drawing or stowing a blaster no longer requires your object interaction. Additionally, you no longer require a free hand to reload.

\n

At 11th level, once per turn, when you hit a creature with a ranged weapon, the creature takes an extra 1d8 damage. If you also use your Force-Empowered Shots with an attack, you add this damage to the extra damage of your Force-Empowered Shots. The damage is the same type as the weapon’s damage.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"V5fEHh7NEGB6h0ei","name":"Shatterpoint","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 7th level, if you spend at least 1 minute observing or interacting with another creature outside combat, you can use your connection to the Force to sense their strengths and weaknesses, and learn certain information about its capabilities compared to your own. The GM tells you if the creature is your equal, superior, or inferior in regard to two of the following characteristics of your choice:

\n
    \n
  • Strength score
  • \n
  • Dexterity score
  • \n
  • Wisdom score
  • \n
  • Charisma score
  • \n
  • Armor Class
  • \n
  • Current hit points
  • \n
  • Total class levels (if any)
  • \n
  • Total Forcecaster levels (if any)
  • \n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"minute","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"VCwqg2o0ePLxL0s3","name":"Suit Reliability","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, your suit is like a second skin. Whenever you make an ability check or saving throw that uses Strength, Dexterity, or Constitution, you can treat a d20 roll of 9 or lower as a 10. You must be wearing your modified armor or wielding your modified shield to gain this benefit.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"VI7yPQlf403Sc2kx","name":"Greater Signature Maneuver","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 10th level, you can choose a second signature maneuver.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"VRZeRYIBfLzZwlCw","name":"Armored Brute","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this approach at 3rd level, you’ve learned to fight in the heaviest of armors, using your weight to your advantage. You gain proficiency in heavy armor, you can enter a rage while wearing heavy armor, and you can gain the benefits of your Rage feature while wearing heavy armor.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"VX0o502nLafrWzbA","name":"Silver Tongue","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this pursuit at 3rd level, you learn one language of your choice. Additionally, you gain a bonus to your choice of Deception, Intimidation, Performance, or Persuasion equal to your Intelligence modifier.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"VYgkXCFMjyEWG41H","name":"Ability Score Improvement (General)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you reach 4th level, and again at 8th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can't increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"VmtA5IyhcBM7UDxe","name":"Opportunist","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 17th level, you can exploit a creature’s momentary distraction when it is hit by an attack. Whenever a creature within 5 feet of you is hit by an attack made by a creature other than you, you can use your reaction to make a melee attack against that creature.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"W7rRMa4gTsSc0VIq","name":"Shattering Strikes","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, your rage causes your strikes to overcome the hardest of materials. While raging, you gain the following benefits:

\n
    \n
  • Your unarmed strikes and improved weapons count as enhanced for the purpose of overcoming resistance and immunity to unenhanced attacks and damage.
  • \n
  • Your unarmed strikes deal double damage against structures.
  • \n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"WBTcdgZAjskgfJ9Y","name":"Combat Contrivances","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you use your action to a cast a 1st-level or higher tech power, you can use your bonus action to gain temporary hit points equal to the level of the tech power + your Intelligence modifier.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"WLkMLz9u8Hdy1Bt5","name":"The Way of the Yerdua","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, as a bonus action, you can take a meditative stance for 1 minute, granting you supreme accuracy as you guide your shots to their target through the Force. While in this stance, you add your Wisdom or Charisma modifier (your choice, minimum of +1) to one ranged weapon attack and damage roll you make each turn. Additionally, when making a ranged weapon attack while you are within 5 feet of a hostile creature, you do not have disadvantage on the attack roll.

\n

This effect ends early if you are incapacitated or die. Once you’ve used this feature, you can’t use it again until you finish a long rest.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"WMnnRU6adjSwGio4","name":"Energized Kinetics","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 13th level, once per turn, when you deal damage with a Force-Empowered Detonator or your Double Strike feature, you can deal additional damage using your Kinetic Combat die. The damage type is force, lightning, necrotic, or psychic (your choice).

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Corsair 13"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"WTBhKJgkArQI3Tgv","name":"Hawk's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Prerequisite: 7th level
You can see up to 1 mile away with no difficulty. You are able to discern even fine details as though looking at something no more than 100 feet away from you. Additionally, dim light doesn't impose disadvantage on your Wisdom (Perception) checks.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"WU5tBnC8EgUZV5xj","name":"Volatile Reflexes","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 10th level, when a creature within 5 feet of you makes a melee attack against you, you can use your reaction and throw a charge behind the target. If the target fails its saving throw against the charge, you impose disadvantage on the attack roll made against you.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"WZa0WPiWbWOVscPT","name":"Forcecasting Secrets (Scout: Inquisitor)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this technique at 3rd level, you have learned secrets from a subtle attunement to the force. Choose two force powers of no higher level than your Max Power Level, as shown in the scout table. The chosen powers count as tech powers for you, but are not included in the number in the Powers Known column of the scout table.

\n

You learn two additional powers at 5th, 9th, and 13th level. Whenever you gain a level in this class, you can choose one of the force powers you know and replace it with another force power of no higher level than your Max Power Level.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"WayeFkeZ0UZogQXl","name":"Strength Before Death","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, your fighting spirit can delay the grasp of death. If you take damage that reduces you to 0 hit points, you can use your reaction to delay falling unconscious, and you can immediately take an extra turn. While you have 0 hit points during that extra turn, taking damage causes death saving throw failures as normal, and three death saving throw failures can still kill you. When the extra turn ends, you fall unconscious if you still have 0 hit points.

\n

Once you’ve used this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Wegdgh47OgwcBgBD","name":"Reinforced Barriers","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you cast a tech power while you have a barrier active, you can restore hit points to the barrier, provided it is within 30 feet of you. You restore a number of hit points equal to twice the power’s level, or 1 hit point for an at-will power. This can’t increase a barrier’s hit points above its initial hit points. If you have multiple barriers active, you can divide these hit points between them as you see fit.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Wfc2dF25ZJ2TLNID","name":"Monastic Vows","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 2nd level, you’ve sworn two vows, as detailed below. You swear an additional vow at 7th, 13th, and 17th level.

\n

MONASTIC VOWS

\n

The vows are presented in alphabetical order. If a vow has prerequisites, you must meet them to learn it. You can learn a vow at the same time you meet its prerequisites.

\n
\n
\n

VOW OF DEFLECTION

\n

You can use your reaction to divert a strike when you are dealt damage by a melee weapon attack. When you do so, the damage taken by the attack is reduced by 1d10 + your Dexterity modifier + your monk level.

\n
\n

VOW OF THE DEVOTED

\n

You gain a limited ability to manipulate the Force. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n
    \n
  • Force Powers Known. You learn 2 force powers of your choice. You learn an additional power at 3rd, 5th, 7th, 9th, 11th, 13th, 15th, and 17th level. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite. You may only learn universal powers in this way.
  • \n
  • Force Points. Rather than force points, powers you learn through this vow are cast using your focus points, at 1 focus point per power level. You may only cast universal powers in this way.
  • \n
  • Max Power Level. Many force powers can be overpowered, consuming more focus points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels. Your Max Power Level is 1st. It increases to 2nd at 7th level, 3rd at 13th level, and 4th at 17th level. You may only cast force powers at 4th-level once. You regain the ability to do so after a long rest.
  • \n
  • Forcecasting Ability. You use your focus ability whenever a power refers to your forcecasting ability. If a power you cast with focus points calls for a saving throw, you use your focus save DC. If a power you cast with focus points calls for an attack roll, you use your focus attack modifier.
  • \n
\n
\n

VOW OF FATE

\n

Prerequisite: 7th level
When you finish a short or long rest, roll a d20 and record the number rolled. Once before your next short or long rest, you can replace any attack roll, saving throw, or ability check made by you or a creature within 5 feet of you with this roll. You must choose to do so before the roll.

\n
\n

VOW OF THE FIGHTER

\n

You adopt a particular style of fighting as your specialty. Choose one of the fighting Style options, detailed in Chapter 6. You can’t take a fighting Style option more than once, even if you later get to choose again.

\n
\n

VOW OF FORTITUDE

\n

Prerequisite: 7th level
You can use your action or bonus action to end one effect on yourself that is causing you to be blinded or deafened.

\n
\n

VOW OF FREEDOM

\n

You ignore unenhanced difficult terrain, and when you would use your action to break free of an effect that is grappling or restraining you, you can instead use your bonus action.

\n
\n

VOW OF INTUITION

\n

You can no longer have disadvantage on attack rolls against creatures within 10 feet of you due to not being able to see them.

\n
\n

VOW OF THE LIMBER

\n

Prerequisite: 7th level
When you make your first unarmed strike on your turn, you can choose to spend 1 focus point. If you do so, your reach with your unarmed strikes increases by 5 feet until the end of your turn.

\n
\n

VOW OF METTLE

\n

You can use Strength instead of Wisdom or Charisma when determining your Unarmored Defense.

\n
\n

VOW OF THE MORTAL

\n

You can use Constitution instead of Wisdom or Charisma when determining your Unarmored Defense.

\n
\n

VOW OF THE NEMESIS

\n

Prerequisite: 13th level
As a bonus action, you can choose one creature within 30 feet that you can see. The creature must make a Wisdom saving throw against your focus save DC. On a successful save, the creature becomes immune to this feature for 24 hours. On a failed save, for the next minute, the creature has disadvantage on attack rolls against creatures other than you, and it must make an additional Wisdom saving throw each time it attempts to move to a space that is more than 30 feet away from you; if it succeeds on this saving throw, this feature doesn’t restrict its movement for that turn.

\n

This feature ends early if you attack another creature, if you target another hostile creature with a power or class feature, if a friendly creature damages the target, if a friendly creature targets it with a power or class feature, or if you target another creature with this feature.

\n
\n

VOW OF THE OPEN MIND

\n

You gain proficiency in a skill of your choice. Additionally, you can spend 1 focus point and 10 minutes meditating on a skill in which you are proficient. If you do so, when you make an ability check with the chosen skill, you can add your Wisdom or Charisma modifier to the check if it doesn’t already include that modifier. You can only have one instance of this feature active at a time.

\n
\n

VOW OF PRECISION

\n

Prerequisite: 13th level
Your critical hit range with unarmed strikes increases by 1.

\n
\n

VOW OF REQUITAL

\n

Prerequisite: 13th level
When you take the Dodge action and an attack made by a creature within 5 feet of you misses you before the start of your next turn, you can use your reaction to make one melee weapon attack with a monk weapon or unarmed strike against that creature.

\n
\n

VOW OF RESTORATION

\n

When you would make an unarmed strike, you can spend 1 focus point to instead touch a willing creature within your reach. Roll your Martial Arts die. The target gains hit points equal to the amount rolled + your Wisdom or Charisma modifier (your choice, minimum of +1).

\n
\n

VOW OF THE SENTRY

\n

You gain proficiency in light and medium armor. Additionally, you can now gain the benefits of your Martial Arts and Unarmored Movement features while wearing light or medium armor as long as you are not wielding a shield.

\n
\n

VOW OF SERENITY

\n

Your maximum focus increases by an amount equal to half your Wisdom or Charisma modifier (your choice, rounded up, minimum of +1).

\n
\n

VOW OF THE SHREWD

\n

You can use Intelligence instead of Wisdom or Charisma when determining your Unarmored Defense.

\n
\n

VOW OF SPIRIT

\n

You can use your choice of Wisdom or Charisma instead of Strength or Dexterity for the attack and damage rolls of your unarmed strikes and monk weapons. You must use the same modifier for both rolls.

\n
\n

VOW OF THE VERSATILE

\n

When you would make an unarmed strike as part of your Martial Arts bonus action attack or your Flurry of Blows, you can instead make a weapon attack with a monk weapon you are wielding.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"WlSOL3kItS4UFnij","name":"Sage Advice","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you reach 2nd level, you can spend 1 minute spreading your knowledge and experience, advising those around you. When you do so, choose a skill or tool you are proficient with and a number of friendly creatures up to your Intelligence modifier within 30 feet of you who can hear you and who can understand you. Once within the next hour, the next time each creature would make an ability check with the chosen skill or tool, they may add their proficiency bonus to the roll if they are not already proficient. A creature may only benefit from this feature once. If a creature is targeted by this feature again before using it, they can choose to retain the first benefit or replace it with the new skill or tool instead.

\n

Once you’ve used this feature, you can’t use it again until you finish a long rest. Starting at 13th level, you regain the ability to use it after you complete a short or long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"minute","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":"ally"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"WpVq5WXzlDOAQxKu","name":"Poisoner","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 9th level, you are a master of poisons. You can apply a poison as a bonus action, and you have advantage on Dexterity (Sleight of Hand) checks made to conceal the application of poisons.

\n

Additionally, you can improve the capability of one dose of poison. To use this benefit, you must have a poisoner’s kit, and the poison must be within reach. If the poison is applied before the end of your next short or long rest, the target has disadvantage on the saving throw made to resist your poison. Once you’ve used this feature, you must complete a long rest before you can use it again.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"WtSaGz0yfKeuVPZQ","name":"Comic Frenzy","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 17th level, you gain the ability to make an overwhelming number of attacks against a group of enemies. When you use your Flurry of Blows, you can make up to three additional attacks with it (up to a total of five Flurry of Blows attacks), provided that each Flurry of Blows attack targets a different creature this turn.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"WvP6k5LuXOxqbn7o","name":"Adaptive Barrier (Scout: Bulwark)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 15th level, when your personal barrier takes damage, you can have it gain resistance to subsequent damage of that type until the start of your next turn (no action required). If it takes damage of more than one type simultaneously, you can choose which type it gains resistance to. Your barrier can only have resistance to one type of damage at a time.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Bulwark 15"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"WxaVGJlPlo1kCQ4w","name":"Reprisal","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 15th level, when you would be affected by a weapon or tech power that requires a Dexterity saving throw or attack roll and would affect only you, you can use your reaction to instantaneously create a pair of portals to redirect that power to another target within 30 feet. If the weapon or power required a melee or ranged attack roll, make a melee or ranged tech attack roll against the new target, as appropriate. If it required a Dexterity saving throw, the new target must make a Dexterity saving throw against your tech save DC.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Scout: Teleporter 15"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"WzpooBDyQYg1uFcT","name":"One With the Force","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 11th level, you learn how to enter a trance, preparing to unleash yourself upon your enemy. While in this trance, you can still talk and move. If you stay in the trance for at least one minute, when you roll initiative, you can make a ranged weapon attack on a number of creatures up to your Wisdom or Charisma modifier (your choice, a minimum of one) within 30 feet of you when you were in this trance.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"minute","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"X4PnDFr2JiWjuYEl","name":"Fighting Style (Fighter)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 1st level, you adopt a particular style of fighting as your specialty. Choose one of the fighting style options, detailed in Chapter 6. You can’t take a fighting style option more than once, even if you later get to choose again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"X4Q1XRpCIyxBk9qy","name":"Reassemble","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 9th level, you may use to a bonus action to call your allies towards you. When you do so, choose a number of creatures that you can see within 60 feet of you equal to your Intelligence modifier (minimum of one). They can use their reaction to immediately move directly towards you up to their movement speed. This movement does not provoke opportunity attacks.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Strength Flows From the Force","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, when you cast a power that affects only your companion, you can choose to treat the power as if cast at your Max Power Level.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"XXcUvD6i0qHESHIH"} +{"_id":"XZkExfmmCLzuAxjz","name":"Masterful Mixtures","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, when you deal acid or poison damage using a tech power or class feature, you ignore resistance and treat immunity as resistance.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"XbKJYpFuGAllR1Ih","name":"Fundamentals of Mechu-Deru","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting when you choose this tradition at 3rd level, you’ve dabbled in adapting your use of the Force, melding it with technology. You gain proficiency in the Technology skill, as well as simple blasters. When you cast a force power that calls for a melee weapon attack, and you are wielding a blaster with which you are proficient, you can instead make a ranged weapon attack, as long as the target is within your weapon’s normal range.

\n

Additionally, you’ve learned to manipulate the Force to be able to manipulate technology when it couldn’t previously. When you cast a force power that could not affect droids or constructs, you can choose to have it affect droids or constructs. If it would affect multiple targets, you must expend additional uses of this feature for each additional target. You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you complete a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"XblRy31agdu3pY8p","name":"Unpredictable Motion","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 7th level, while you are wielding a melee weapon, opportunity attacks against you are made at disadvantage.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Teamwork","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 15th level, you gain one of the following features. Choose Takedown for Vonil or Rebuttal for Ishu.

\n
\n
\n

TAKEDOWN

\n

When your companion takes the Help action and helps you, you have advantage on the next two ability checks or attack rolls you make before the start of your next turn, instead of only one. When you take the Help action and help your companion, your companion has advantage on the next two ability checks or attack rolls it makes before the start of its next turn, instead of only one.

\n
\n

REBUTTAL

\n

When your companion takes the Help action and helps you, you gain temporary hit points equal to your guardian level that last until the start of your next turn. When you take the Help action and help your companion, it gains temporary hit points equal to your guardian level that last until the start of its next turn.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"Xjqp6SkY1VZZINmp"} +{"_id":"Xs7cWfBnM2YbgDro","name":"Powered Ambush","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 9th level, if you are hidden from a creature when you cast a power on it, the creature has disadvantage on any saving throw it makes against the power this turn.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"XunBynvxZH9qkNEs","name":"Extra Attack","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 5th level, you can attack twice, instead of once, whenever you take the Attack action on your turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Y78JOUdUxUJXEfa5","name":"Borrowed Luck","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Once you’ve reached 17th level, you have gained the ability to unnaturally alter luck in your favor. Once per round, after an attack roll, saving throw, or ability check is rolled by you or a creature that you can see, you can replace the number on the d20 with a 7. Note the number on the d20 of the roll that you replaced. That number becomes your borrowed luck roll.

\n

While you have a borrowed luck roll, you can expend it and replace any ability check, attack roll, or saving throw made by you or a creature that you can see with the value of the borrowed luck roll. You can only have one borrowed luck roll at a time, and you lose any unused borrowed luck rolls when you complete a short or long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"YFrVQpPzar30Wpgx","name":"Bonus Proficiencies (Engineer: Audiotech)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this discipline at 3rd level, you gain proficiency in three musical instruments and audiotech’s implements. Additionally, when you engage in crafting with audiotech's implements, the rate at which you craft doubles.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"YHPUv9lN3nCapAgP","name":"Persistent Rage","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 15th level, your rage is so fierce that it ends early only if you fall unconscious or if you choose to end it.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"YND5s9bZK1Fp05dX","name":"Size Matters Not","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 10th level, you can manipulate creatures of Huge size or smaller with your force powers and Way of Telekinetics features.

\n

Additionally, when you use your action to cast a force power, you can use a bonus action to fly up to 10 feet without provoking opportunity attacks.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"YO47dPo3A0QCh006","name":"Stunning Strike","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 5th level, you can interfere with an opponent’s body. When you hit another creature with a melee weapon attack, you can spend 1 focus point to attempt a stunning strike. The target must succeed on a Constitution saving throw or be stunned until the end of your next turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"YQbpwkUPMTaSkhNq","name":"Center of the Force","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, you are perfectly centered with the Force. Your Dexterity and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for those scores increases by 2.

\n

Additionally, once per turn, when you would roll a Kinetic Combat die, you can instead choose the maximum.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"YQjndSMMsWAJSeMy","name":"Disorienting Kinetics","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, when a creature fails the saving throw against your Force-Empowered Detonators feature, you can spend 2 force points to subject it to the effects of one of the following force powers: affliction, force blind/deafen, stun, or stun droid. They automatically fail the saving throw for the selected power, but the effects only last until the end of your next turn.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Corsair 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"YWsDFY7hQEabL8PH","name":"Bombard","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, when a creature fails its saving throw against a charge or grenade thrown by you, it has disadvantage on the next Dexterity saving throw it makes before the end of your next turn.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"YdwjtKxTKAL8WBQl","name":"Tracker Droid Companion","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to employ all the knowledge you’ve accumulated to create and customize your own personalized tracker droid companion.

\n

Your tracker droid is detailed at the end of this practice. Over the course of 8 hours, which can be done during a long rest, you can expend 500 cr worth of materials to finally finish your tracker droid.

\n

If your tracker droid is irreparable destroyed, or you want to interface with a different tracker droid, you can spend an additional 250 credits and 1 hour to change the target of this feature. You may only have one tracker droid companion at a time.

\n

Your tracker droid gains a variety of benefits while it is interfaced with you:

\n
    \n
  • The tracker droid obeys your commands as best it can. It acts on your turn, and you determine its actions, decisions, attitudes, and so on. If you are incapacitated or absent, your tracker droid acts on its own.
  • \n
  • Your tracker droid’s level equals your operative level, and for each operative level you gain after 3rd, your tracker droid companion gains an additional Hit Die and increases its hit points accordingly.
  • \n
  • Your tracker droid has the proficiency bonus of a player character of the same level.
  • \n
  • Whenever you gain the Ability Score Improvement feature in this class, your tracker droid’s abilities also improve. Your tracker droid can increase one ability score of your choice by 2, or it can increase two ability scores of your choice by 1. As normal, your tracker droid can’t increase an ability score above 20 using this feature unless its description specifies otherwise.
  • \n
  • Your tracker droid can not wear armor or have armor integrated in its chassis.
  • \n
  • Your tracker droid is a valid target of the tracker droid interface tech power.
  • \n
\n

GENERATING YOUR TRACKER DROID

\n

Choosing your tracker droid companion is an integral part of being an Saboteur Operative. Your tracker droid takes a form of your choosing.

\n

Once you’ve selected your tracker droid, you assign your tracker droid’s ability scores using a varied standard array (14, 12, 10, 8, 6, 4) as you see fit.

\n
\n

TRACKER DROID FEATURES

\n

All tracker droids share the following traits.

\n

HIT POINTS

\n
\n
    \n
  • Hit Dice: 1d4 per tracker droid companion level
  • \n
  • Hit Points at 1st Level: 4 + your tracker droid’s Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d4 (or 3) + your tracker droid’s Constitution modifier per tracker droid level after 1st
  • \n
\n

RESISTANCES AND VULNERABILITIES

\n
\n
    \n
  • Droid Resistances: Your tracker droid is resistant to necrotic, poison, and psychic damage, and immune to poison and disease.
  • \n
  • Droid Vulnerabilities: Your tracker droid is vulnerable to ion damage. Additionally, your tracker droid has disadvantage on saving throws against effects that would deal ion or lightning damage.
  • \n
\n

PROFICIENCIES

\n
\n
    \n
  • Tools: Your choice of demolitions kit, security kit, or slicer’s kit
  • \n
  • Languages: Tracker droids can speak, read, and write Binary. They can understand spoken and written Galactic Basic and one language of your choice, but can not speak it
  • \n
  • Skills: Two of your choice
  • \n
\n

FEATURES

\n
\n
    \n
  • Armor Class: Your tracker droid’s armor class equals 10 + its Dexterity modifier. Your tracker droid can’t wear armor or have it integrated.
  • \n
  • Droid Weaponry: Your tracker droid has an integrated shockprod with which it can make weapon attacks. This weapon can’t be removed while your tracker droid is conscious. Your tracker droid’s shockprod deals 1 lightning damage on a hit, and it has the finesse property.
  • \n
  • Droid Upgrades: Your tracker droid companion has four tracker droid upgrades of your choice. It gains an additional upgrade at 5th level (5), 8th level (6), 11th level (7), 14th level (8), and 17th level (9). Whenever you gain a level in this class, you can exchange one upgrade for another one.
  • \n
  • Size: Tiny
  • \n
  • Speed: 20 feet
  • \n
  • Type: Droid
  • \n
\n

TRACKER DROID UPGRADES

\n

The traits are presented in alphabetical order.

\n
\n
\n

AERIAL TRAVEL PACKAGE

\n

Your tracker droid companion has a 30 foot flying speed.

\n
\n

CAMOUFLAGE MODULE

\n

You install a camouflage module in your tracker droid. You tracker droid can turn on its stealth field to become invisible. While it is invisible, anything it is carrying or wearing is also invisible. It becomes visible when it turns off the field. Turning the field on or off requires an action.

\n

Deduct the time your tracker droid is invisible, in increments of 1 minute, from the module�s maximum duration of 2 hours. After 2 hours of use, the module ceases to function. For every uninterrupted period of 12 hours the module goes unused, it regains 1 hour of use.

\n
\n

DARKVISION OPTICS

\n

Your tracker droid has darkvision to a range of 60 feet. If your tracker droid already has darkvision, this modification increases its range by 30 feet.

\n
\n

EXPERTISE PROTOCOL

\n

Prerequisite: 5th level
You install a protocol in your tracker droid that grants it expertise in a tool or skill. Choose a tool or skill that your tracker droid is proficient in. Your tracker droid gains expertise in it.

\n
\n

FLYBY

\n

Opportunity attacks made against your tracker droid have disadvantage.

\n
\n

FOUR-ARMED TRACKER

\n

Prerequisite: Pintsized Arms or Undersized Arms
Your tracker droid gains two additional arms which they can use independently of one another. Your tracker droid can only gain the benefit of items held by two of its arms at any given time, and once per round it can switch which arms it is benefiting from (no action required).

\n
\n

HEAVY PLATING

\n

Your tracker droid companion's armor class becomes 14.

\n
\n

INTERFACED ASSISTANCE PROTOCOL

\n

Prerequisite: 5th level
While you are interfaced with your tracker droid via the tracker droid interface tech power, whenever you have advantage on an ability check or attack roll granted by your tracker droid taking the Help action, you can reroll one of the dice once.

\n
\n

INTERFACED CRAFTING PROTOCOL

\n

Prerequisite: 5th level
While you are interfaced with your tracker droid via the tracker droid interface tech power, whenever you make an ability check using artisan’s implements with which the you are also proficient, you have advantage on the check. If you already have advantage, you can instead reroll one of the dice once.

\n
\n

INTERFACED DISTRACTION PROTOCOL

\n

Prerequisite: 5th level
While you are interfaced with your tracker droid via the tracker droid interface tech power, when your tracker droid is within 5 feet of a target, you do not provoke opportunity attacks when moving out of that creature’s reach.

\n
\n

INTERFACED HEALING PROTOCOL

\n

Prerequisite: 5th level
While you are interfaced with your tracker droid via the tracker droid interface tech power, when you restore hit points to a creature that is within 5 feet of your tracker droid, you can roll the dice twice and take either total.

\n
\n

INTERFACED TRACKING PROTOCOL

\n

Prerequisite: 5th level
While you are interfaced with your tracker droid via the tracker droid interface tech power, when you make a Wisdom (Survival) check to track a target, and your tracker droid is also tracking that target, you gain advantage on the check. If you already have advantage, you can instead reroll one of the dice once.

\n
\n

KEEN HEARING

\n

Your tracker droid companion has advantage on Wisdom (Perception) checks that rely on hearing.

\n
\n

KEEN SIGHT

\n

Your tracker droid companion has advantage on Wisdom (Perception) checks that rely on sight.

\n
\n

KEEN SMELL

\n

Your tracker droid companion has advantage on Wisdom (Perception) checks that rely on smell.

\n
\n

LASER CUTTER

\n

Your tracker droid can cut through 1-inch-thick glass at a rate of 3 inches per round.

\n
\n

LIGHT PLATING

\n

Your tracker droid companion's armor class becomes 11 + it's Dexterity modifier.

\n
\n

MEDIUM PLATING

\n

Your tracker droid companion's armor class becomes 13 + it's Dexterity modifier, to a maximum of +2.

\n
\n

PINTSIZED ARMS

\n

Prerequisite: Size Tiny
Your Tiny tracker droid gains two arms that struggle to wield bigger weapons. Your tracker droid can’t use medium or heavy shields. Additionally, your tracker droid can’t wield weapons with the two-handed or versatile property, and it can only wield one-handed weapons in two hands unless they have the light property.

\n
\n

PROFICIENCY PROTOCOL

\n

You install a protocol in your tracker droid that grants it proficiency in a tool or skill of your choice.

\n
\n

RANGED INTERFACE PROTOCOL

\n

The range within which you can interact with your tracker droid increases by 50 feet. This increases to 100 feet at 5th level, 150 feet at 9th level, 200 feet at 13th level, 250 feet at 17th level, and 300 feet at 20th level.

\n
\n

RANGED SHOCKSHOT

\n

Your tracker droid companion gains a ranged shockshot. It has a normal range of 30 feet and a long range of 90 feet, and on a hit it deal lightning damage equal to its shockprod damage.

\n
\n

SCOMP LINK

\n

Prerequisite: 9th level
Your tracker droid gets an integrated scomp link which it can use to interface with computers. While interfaced, when you or your tracker droid makes an Intelligence (slicer’s kit) check, you can choose to reroll the check. You must use the new roll. You can wait until after you roll the d20 before deciding to use this feature, but you must decide before the GM says whether the check succeeds or fails.

\n
\n

SENTRY DISH

\n

Your tracker droid learns the alarm tech power. It can cast it once, without the use of a wristpad and without spending tech points, and it regains the ability to do so when it finishes a long rest. Intelligence is your techcasting ability for this power.

\n
\n

SIZE: SMALL

\n

Your tracker droid companion's size is Small. Its hit points increase by an amount equal to its level + 1, its Hit Die becomes a d6, its shockprod damage die becomes a d4, and it's walking speed increases to 25.

\n
\n

SPIDER LEGS

\n

Your tracker droid has a climbing speed equal to its walking speed. Additionally, your tracker droid has advantage on Strength saving throws and Strength (Athletics) checks that involve climbing.

\n
\n

STORAGE

\n

Your tracker droid comes with a hidden storage compartment which can store up to 1 lb. Finding finding this hidden pocket requires a DC 15 Investigation check.

\n
\n

TECHCASTING RANGE PROTOCOL

\n

You can cast tech powers with a range of 5 feet or greater through your tracker droid while interfaced with it, but your tracker droid must be within 5 feet of the target of the power. This increases to 10 feet at 5th level, 20 feet at 9th level, 30 feet at 13th level, 60 feet at 17th level, and 120 feet at 20th level.

\n
\n

TRUESIGHT OPTICS

\n

Prerequisite: 11th level
Prerequisite: Darkvision Optics
Your droid can see through illusions and detect invisibility within 60 feet, as with truesight.

\n
\n

UNDERSIZED ARMS

\n

Prerequisite: Size Small
Your Small tracker droid gains two arms that struggle to wield bigger weapons. Your tracker droid can’t use heavy shields. Additionally, your tracker droid can’t use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, your tracker droid can only wield it in two hands.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"YfR2xFy4SDFa31MN","name":"Heroes's Feast","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Once you’ve reached 17th level, you have developed a signature feast that is the purest distillation of your knowledge and talent as a chef.

\n

Over the course of a long rest, you can expend rare culinary supplies worth 1,000 cr to create your feast, which can feed a number of creatures equal to twice your Intelligence modifier. Any creature partaking in the feast gains the following benefits:

\n
    \n
  • It is cured of all poisons and disease, and becomes immune to poison and disease.
  • \n
  • It makes Wisdom saving throws to avoid being frightened with advantage.
  • \n
  • Its hit point maximum and current hit points increase by 2d10.
  • \n
\n

These benefits last until the end of the creature’s next long rest or 24 hours have passed. This feature has no effect on droids or constructs.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"YnM0Nxhfsvkr01Vh","name":"Enhanced Shot","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, you gain the ability to enhance your shots. Whenever you fire an unenhanced shot from a blaster, you can make it enhanced for the purpose of overcoming resistance and immunity to unenhanced attacks and damage.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"Z7Ku1V9dXCInJ6eK","name":"Twisting Winds","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, your unpredictable movement makes you harder to hit and pin down. When you make a saving throw or ability checks to avoid being knocked prone, pushed, grappled, or restrained, it gains a bonus equal to your Strength or Dexterity modifier (your choice) as long as it doesn’t already include that modifier.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ZAGjuz5DZXFXIRjn","name":"Concussive Blast","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, you add your Intelligence modifier (a minimum of +1) to any damage you deal with tech powers and class features that deal sonic damage.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ZM7V1WpNbiY9XbzE","name":"Kinetic Ward","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you can use your reaction to deflect a strike when you are dealt damage by a melee weapon attack. When you do so, the damage you take from the attack is reduced by 1d10 + your Dexterity modifier + your sentinel level. If you reduce the damage to 0, you can redirect it at another target if you have a weapon capable of doing so. You can spend 1 force point to make a melee weapon attack at a target within 5 feet of you with the weapon, as part of the same reaction. You make this attack with proficiency, regardless of your weapon proficiencies, and if the attack hits it uses your Kinetic Combat die for its damage roll. If saber ward is active, you have advantage on the attack roll.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Sentinel: Tenacity 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ZU13gEZVPufJ7Csp","name":"Preserve Life","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, as an action, you can channel the Force and evoke healing energy that restores a number of hit points equal to five times your consular level. Choose any creatures within 30 feet of you, and divide those hit points among them. This feature can restore a creature to no more than half its hit point maximum. This feature has no effect on droids or constructs.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"heal","attackBonus":0,"chatFlavor":"Restores a creature to no more than half its hit point maximum.","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ZUYgGHpQpiGmxo3A","name":"Bonus Proficiencies (Engineer: Armstech)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this discipline at 3rd level, you gain proficiency in armstech’s implements, medium armor, martial blasters, and martial vibroweapons. Additionally, when you engage in crafting with armstech’s implements, the rate at which you craft doubles.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ZZIIY5ZE7nGrwWHV","name":"Geneticist's Resilience","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 9th level, your genetic alterations make you immune to poison and disease. Additionally, you have resistance to poison damage.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ZbwvEeTXEPwoApqc","name":"Ammunition Upgrades","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, your ammunition enhancements improve.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ZcaltXfSW00wZfRn","name":"Survey Master","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 17th level, when you use the Surveyed Area feature, the area affected is a 30-foot cube instead of a 15-foot cube.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ZoEt4JpvUya3an75","name":"Timeless Vessel","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 15th level, your focus sustains you so that you suffer none of the frailty of old age, and you can’t be aged abnormally. You can still die of old age, however. Additionally, when you complete a short rest, you can expend a Hit Die to remove 1 level of exhaustion or slowed.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ZtPzMR1E5kqylmVY","name":"Calm and Collected","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 14th level, when you make a saving throw caused by an effect you can see, you may gain a bonus to the saving throw equal to your Intelligence modifier.

\n

Once you’ve used this feature, you must wait until a short or long rest before you can use it again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ZuL4WCeoY7TvBdZx","name":"Versatile Direction","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, you can take a second bonus action on each of your turns.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"aGA8MRFycUwVLNFa","name":"Wilderness Expert","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this pursuit at 3rd level, you gain proficiency in Animal Handling. Additionally, when you make a Wisdom (Animal Handling) check, you gain a bonus to the check equal to your Intelligence modifier.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"aGAQYc3CH95QAgm5","name":"Powerful Presence","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, as a bonus action, you unleash a battle cry infused with force energy. Choose up to ten other creatures of within 60 feet of you that can hear you. Friendly creatures have advantage on attack rolls and saving throws until the start of your next turn, and hostile creatures have disadvantage on attack rolls and saving throws until the end of your next turn.

\n

Once you’ve used this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":60,"width":null,"units":"ft","type":"radius"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"aOjtP2LVp16Q6TeQ","name":"Brute Force","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this specialty at 3rd level, once per turn, when you deal damage with a weapon, you can deal an additional 1d4 damage of the same type as the weapon’s damage. If this damage would affect multiple creatures, you can only apply this damage bonus to one of them.

\n

This damage increases to 1d6 at 5th level, 1d8 at 9th level, 1d10 and 13th level, and 1d12 at 17th level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"aR0lm7tWLj6TSFj5","name":"Martial Arts","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 1st level, your practice of martial arts gives you mastery of combat styles that use unarmed strikes and monk weapons, which are chakrams, techblades, and any simple vibroweapons that don’t have the two-handed property.

\n

You gain the following benefits while you are unarmed or wielding only monk weapons and you aren’t wearing armor or wielding a shield:

\n
    \n
  • You can use Dexterity instead of Strength for the attack and damage rolls of your unarmed strikes and monk weapons. You must use the same modifier for both rolls.
  • \n
  • You can roll a d4 in place of the normal damage of your unarmed strike or monk weapon. This die changes as you gain monk levels, as shown in the Martial Arts column of the monk table.
  • \n
  • You can use Dexterity instead of Strength whenever you would make a Strength (Athletics) check to grapple, shove, or trip a creature.
  • \n
  • When you use the Attack action with an unarmed strike or a monk weapon on your turn, you can make one unarmed strike as a bonus action.
  • \n
  • You can take the Dash and Disengage actions as a bonus action.
  • \n
\n
\n
Variant: Monks with Lightweapons
\n

If monks gain lightweapon proficiency, consider letting them use lightweapons as monk weapons, provided the lightweapon has a vibroweapon analogue. For instance, chakrams count as monk weapons. If a monk gains proficiency in a light ring, they could also use it as a monk weapon.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"aT3vCPrH46ei2O6v","name":"Unstable Volley","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, while wielding your tinkercannon, as a bonus action you can expend one use of your Potent Aptitude to launch a volley of unstable energy at a surface located within 30 feet of you that you can see. This energy adheres to the surface for 1 minute, after which it erupts. As a part of this bonus action, or as a bonus action on a following turn, you can cause the energy to erupt early. Each creature within 5 feet of it must make a Dexterity saving throw against your tech save DC. A creature takes 1d6 lightning damage on a failed save, or half as much on a successful one.

\n

The range at which you can launch your volley increases to 60 feet at 9th level, and 120 feet at 17th level.

\n

This damage increases when you reach certain levels in this class, increasing to 2d6 at 5th level, 3d6 at 11th level, and 4d6 at 17th level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"acOlNws5mitLSSuE","name":"Modified Biochemist's Pack","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to modify and combine your biochemist’s kit and poisoner’s kit, creating a mobile laboratory using your chemistry expertise. Over the course of a long rest, you can create your modified biochemist’s pack. You must have a biochemist’s kit, a poisoner’s kit, and materials in order to perform this modification.

\n

Your biochemist’s pack is enhanced, requires attunement, can only be used by you, and counts as a tech focus for your tech powers while you are attuned to it. Your modified biochemist’s pack has 4 modification slots, and it gains more at higher levels, as shown in the Modification Slots column of the engineer table. For each modification installed in excess of your proficiency bonus, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

Your modified biochemist’s pack comes equipped with a chemical distribution system, complete with three chemical mixtures: corrosive, invigorating, and noxious. As an action, you can activate your distributor and target a creature within 30 feet, with an effect determined by the mixture.

\n

Chemical Mixtures

\n
\n

CORROSIVE MIXTURE

\n

Your distributor emits a burst of acid. The target must make a Dexterity sav-ing throw. On a failed save, a creature takes 1d6 + your Intelligence modifier acid damage. This mixture’s damage increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).

\n
\n

INVIGORATING MIXTURE

\n

Your distributor emits a bolt of kolto. The target gains 1d6 + your Intelligence modifier temporary hit points, which last until the end of your next turn. The temporary hit points granted by this mixture increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).

\n
\n

NOXIOUS MIXTURE

\n

Your distributor emits a cloud of poison. The target must make a Constitution saving throw. On a failed save, a creature takes 1d6 + your Intelligence modifier poison damage. This mixture’s damage increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).

\n
\n

BIOCHEM MODIFICATIONS

\n
\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n
\n

BIOCHEMIST’S AMPLIFER

\n

Prerequisite: 5th level
While using your biochemist’s pack as a tech focus, you gain a +1 bonus to tech attack rolls. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

BIOCHEMIST’S INHIBITOR

\n

Prerequisite: 5th level
While using your biochemist’s pack as a tech focus, you gain a +1 bonus to your tech save DC. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

CHEMICAL COUNTERAGENTS

\n

You may choose one type of damage that benefits from your Biochemist’s Touch and Potent Mixtures features. While wearing your modified biochemist’s pack you have resistance to that type of damage.

\n

You can select this modification multiple times. Each time you do so, you must choose a different damage type.

\n
\n

COUNTERTOXIN

\n

When you or an ally within 30 feet of you is suffering from the poisoned condition, you may use your reaction on your turn to end the poisoned condition on that creature. The creature also gains immunity to the poisoned condition for one minute.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

DETACHABLE DISTRIBUTION SYSTEM

\n

You upgrade your distributor with a secondary, detachable distributor. As a bonus action, you can throw your detachable distributor at a point within range. Your detachable distributor has a range equal to 30 feet + your Strength modifier x 5. Your detachable distributor works for 1 minute before coming inert. Once it does so, you can’t use it again until you recover it as an action.

\n

Additionally, while your detachable distributor is within 100 feet of you, when you use your action to activate your distributor, you can choose to affect each creature within 5 feet of your detachable distributor. You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

DRONE DISTRIBUTION SYSTEM

\n

You upgrade your distributor, interfacing it with the target of your tracker droid interface power. When you use your action to activate your distributor, while your tracker droid is within 100 feet of you, you can choose to have your tracker droid deliver the mixture. Your tracker droid must use its reaction to deliver the mixture.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You

\n

regain all expended uses when you complete a short or long rest.

\n
\n

EXPANDED CHEMICALS: COMBUSTIBLES

\n

Prerequisite: 5th level
You add additional chemicals to your modified biochemist’s pack. When you deal fire damage with a tech power or class feature, you can use your Biochemist’s Touch and Potent Mixture features.

\n

Additionally, when a creature fails their Dexterity saving throw against your Corrosive Mixtures feature, you can choose to instead deal fire damage. If you do so, each creature within 5 feet of the target takes fire damage equal to your Intelligence modifier. You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

EXPANDED CHEMICALS: CRYOGENICS

\n

Prerequisite: 5th level
You add additional chemicals to your modified biochemist’s pack. When you deal cold damage with a tech power or class feature, you can use your Biochemist’s Touch and Potent Mixture features.

\n

Additionally, when a creature fails their Constitution saving throw against your Noxious Mixtures feature, you can choose to instead deal cold damage. If you do so, it gains 1 slowed level until the start of your next turn. You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

EXPANDED CHEMICALS: RESTORATIVE

\n

Prerequisite: 5th level
You add additional chemicals to your modified biochemist’s pack. When you restore hit points with a tech power or class feature, you can use your Biochemist’s Touch and Potent Mixture features.

\n

Additionally, when you use your Invigorating Mixture to grant temporary hit points to a creature, you can choose to restore that many hit points to the same creature. You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

EXPANDED MIXTURES: ADHESIVE

\n

You’ve created a new mixture from your chemicals that you can use when you activate your distributor. When you do so, the target creature must make a Strength saving throw. If the creature is Large or larger, it has advantage on the saving throw. On a failed save, a creature gains 4 slowed levels until the start of your next turn. As an action on their turn, an affected creature can repeat this saving throw, ending the effect on a success.

\n
\n

EXPANDED MIXTURES: BLINDING

\n

You’ve created a new mixture from your chemicals that you can use when you activate your distributor. When you do so, the target creature must make a Constitution saving throw. On a failed save, a creature

\n

is blinded until the start of your next turn.

\n
\n

EXPANDED MIXTURES: HALLUCINOGENIC

\n

You’ve created a new mixture from your chemicals that you can use when you activate your distributor. When you do so, the target creature must make an Intelligence saving throw. On a failed save, the target loses the ability to distinguish friend from foe, regarding all creatures it can see as enemies until the end of your next turn. Each time the target takes damage, it can repeat the saving throw, ending the effect on itself on a success.

\n

Whenever the affected creature chooses another creature as a target, it must choose the target at random from among the creatures it can see within range of the attack, power, or other ability it’s using. If an enemy provokes an opportunity attack from the affected creature, the creature must make that attack if it is able to.

\n

This feature has no effect on droids or constructs.

\n
\n

EXPLOSIVE DISTRIBUTION SYSTEM

\n

You upgrade your distributor, granting it the ability to create a volley. When you use your action to activate your distributor, you can choose to affect each creature in a 10-foot-radius sphere centered on a point you can see within 30 feet.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

INJECTION APPARATUS

\n

You install a wrist mounted injection apparatus into your modified biochemist’s pack. It is a simple vibroweapon with the finesse and light properties, and deals 1d4 kinetic damage on a hit. Your injection apparatus does not fill the hand slot, but you can’t use it while the hand is full.

\n

When you hit with the weapon, you can activate your distributor to deploy one of your mixtures. If you do so, the target has disadvantage on the saving throw against your mixture.

\n
\n

INOCULATION

\n

You gain immunity to the poisoned and diseased conditions.

\n
\n

INTEGRATED EVA FUNCTIONALITY

\n

You make several additions to your modified biochemist’s pack, you are protected from hazardous conditions, as if wearing an EVA suit, for as long as you are wearing your modified biochemist’s pack.

\n
\n

KOLTO AEROSOL

\n

Prerequisite: 9th level
You add a special dispersal system to your modified biochemist’s pack. This system slowly disperses small amounts of kolto in the air. If creatures spend the entirety of a long rest within 30 feet of you, they regain all expended Hit Dice, instead of only half. Additionally, they are cured of any poisons or diseases that are suffering from.

\n
\n

LONG-RANGE DISTRIBUTION SYSTEM

\n

You upgrade your distributor, improving the range. When you use your action to activate your distributor,

\n

you can choose to increase the range to 60 feet.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
\n

LUMINOUS GEL

\n

You’ve added a light-emitting gel to your modified biochemist’s pack. As an action, you can coat an item, object, or location up to 5-foot-square with this gel. When you do so, the gel sheds bright light in a 10-foot radius and dim light for an additional 10 feet. The gel lasts for 1 hour before losing its potency. You can end this effect as a bonus action.

\n
\n

OIL SPILL

\n

As an action, you can cast the oil slick tech power without expending tech points. Casting the power in this way does not require concentration, and the oil will remain in place for the full duration of the power.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

\n
\n

PERSISTENT CHEMICALS

\n

Prerequisite: 7th level
Whenever you use your Biochemist’s Touch feature, you may select one creature that was damaged. At the start of each of that creature’s turns, it must make a Constitution saving throw. On a failed save, it takes damage of the triggering type equal to your Intelligence modifier and has disadvantage on attack rolls until the start of its next turn. On a success, this feature ends, and the creature becomes immune to it for one day.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

\n
\n

PIERCING GEL

\n

Prerequisite: 11th level
Prerequisite: Luminous Gel
Your luminous gel now automatically dispels illusions and can detect invisibility, as with truesight.

\n
\n

SELF-INJECTION MODULE

\n

You install a special kolto injector into your modified biochemist’s pack that can inject you with kolto in response to pain. When you take damage, you can use your reaction and expend a Hit Die to regain health as long as the damage would not reduce your hit points to 0.

\n
\n

SMART DISPERSAL SYSTEM

\n

When you activate your distributor, you can choose a number of creature equal to your Intelligence modifier. Those creature automatically succeed on their saving throws against your mixtures.

\n
\n

SPRAY DISTRIBUTION SYSTEM

\n

You upgrade your distributor, granting it the ability to spray in a cone. When you use your action to activate your distributor, you can choose to affect each creature in a 15-foot cone.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"anLxaTAHmPqQkmiZ","name":"Careful Steps","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this approach at 3rd level, you gain skills that represent your precise movement. You gain proficiency your choice of Acrobatics or Stealth. While raging, you have advantage on checks you make with the chosen skill.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"b3uHUpwxSYCU0iLM","name":"Frenzy","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this approach at 3rd level, you can go into a frenzy when you rage. If you do so, for the duration of your rage you can make a single melee weapon attack as a bonus action on each of your turns after this one. When your rage ends, you suffer one level of exhaustion (as described in appendix A).

\n

When you finish a long rest, you reduce your exhaustion level by 2 rather than 1. Additionally, any effect that removes exhaustion reduces your exhaustion by 1 additional level.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"bMmeeDNTAIqgqH4f","name":"Second Wind","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

SECOND WIND

\n

Also at 1st level, you have a limited well of stamina that you can draw on to protect yourself from harm. On your turn, you can use a bonus action to regain hit points equal to 1d10 + your fighter level.

\n

Once you’ve used this feature, you must finish a short or long rest before you can use it again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"heal","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d10","healing"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"bPPhHr2oAZGmovhh","name":"Overwhelm","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 15th level, when you use your Second Wind while wielding a weapon with the heavy or strength properties, if you hit with the first attack roll you make before the end of your next turn, you treat the hit as a critical hit. If you miss with the first attack roll you make before the end of your next turn, you instead treat the miss as a hit.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"bRDz6yfrDH3IA5F9","name":"Discoveries (Politician)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you select this pursuit, you gain access to new discoveries which reflect the progress of your studies into the political world. Whenever you learn a new discovery, you can choose from any of the following as well. The discoveries are listed in alphabetical order.

\n
\n
\n

CHARMING FEINT

\n

Allies within range of your Motivating Diplomat feature also gain a bonus to their damage roll equal to half your Intelligence modifier (rounded down).

\n
\n

DEMANDING LEADER

\n

Prerequisite: 5th level
The range of each of your maneuvers increases by 10 feet. If the range is touch, it becomes 10 feet.

\n
\n

DOMINATING PRESENCE

\n

Prerequisite: 15th level
As a bonus action, you can call out to a humanoid who can understand you that is charmed by you or frightened of you to direct their next action. The target must succeed a Wisdom saving throw against your maneuver save DC. On a failed save, until the end of your next turn, the creature takes only the actions you choose, and doesn’t do anything that you don’t allow it to do.

\n

During this time you can use your reaction to force the creature to use its reaction.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

\n
\n

INFLUENCER

\n

Prerequisite: 5th level
The range on the your Motivating Diplomat feature is increased to 15 feet.

\n
\n

RELIABLE WORDS

\n

Prerequisite: 9th level
When you make a Deception, Intimidation, or Persuasion skill check, you may treat any roll 9 or lower as if you had rolled a 10.

\n
\n

SOCIAL OPPORTUNIST

\n

You can add half your proficiency bonus (rounded down) to any Charisma check you make that doesn’t already include your proficiency bonus.

\n
\n

TYRANT’S FEROCITY

\n

You have advantage on any attack against a creature that is charmed by you or frightened of you.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"bSfH6gmGAeJWWSwq","name":"Gambler's Aptitude","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this pursuit at 3rd level, you gain proficiency in your choice of the Insight, Deception, Persuasion, or Sleight of Hand skills. Additionally, you gain proficiency in three gaming sets of your choice, and you have advantage on any ability check you make that uses any of these gaming sets.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ba3N86GYUCNFQHKm","name":"Disciple of Life","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this tradition at 3rd level, when you cast a force power that restores hit points, you can use Wisdom or Charisma as your forcecasting ability for it.

\n

Additionally, whenever you use a power of 1st level or higher to restore hit points to a creature, the creature regains additional hit points equal to 2 + the power’s level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"bfI8uiDYajYnDMXR","name":"Enlightened Evasion","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you reach 15th level, when you are subjected to a damage-dealing effect that forces you to make a saving throw, you can spend 2 force points to add your Wisdom or Charisma modifier (your choice, minimum of one) to the saving throw if it doesn’t already include that modifier. If you do so, you instead take no damage if you succeed on the saving throw, and only half damage if you fail. You can wait until after you roll the d20 to use this feature, but you must decide before the GM says whether the roll succeeds or fails.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"bfmpE9LUMpZ4l2ax","name":"Improved Force-Empowered Tech","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 13th level, you’ve gained access to two additional Force-Empowered Tech effects: Harmonic Synthesis and Conservation of Energy.

\n
\n
\n

HARMONIC SYNTHESIS

\n

When you use your action to cast a force power, you can use your bonus action to gain resistance to damage dealt by tech powers until the start of your next turn. If you use your action to cast a tech power, you can instead gain resistance to damage dealt by force powers.

\n
\n

CONSERVATION OF ENERGY

\n

When you reduce a hostile creature to 0 hit points with a tech power, you can reduce the force point cost of the tech power to 0 (no action required).

\n
\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Synthesis 13"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"bi8G8H5Ur9B3BAyM","name":"Brutal Critical","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 9th level, you can roll one additional weapon damage die when determining the extra damage for a critical hit with a melee attack.

\n

This increases to two additional dice at 13th level and three additional dice at 17th level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"boJLDGKWXUcLVjT6","name":"Engineering Bombardment","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, the harmful energies of your tech powers and class features intensify. When you roll damage for a tech power or class feature and roll the highest number possible on any of the dice, you can roll it again and use both results. You can only use this ability once per tech power or class feature.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"bxplvoz7hgvle27O","name":"Predator's Resolve","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have advantage on Constitution saving throws.
  • \n
  • At the start of each of your turns, you gain temporary hit points equal to your Constitution modifier (minimum of one).
  • \n
  • When you use your Hunting Party feature and the target of the attack is your Ranger’s Quarry, your ally gains a bonus to damage on the attack equal to your Ranger’s Quarry Damage Die.
  • \n
\n

Once you’ve used this feature, you can’t use it again until you finish a short or long rest.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Scout: Predator 7"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"byZ3LtPPfMXxiVNI","name":"Resilient Fighting","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 10th level, when you expend a use of your Adaptive Fighting, you gain resistance to energy and kinetic damage dealt by weapons until the start of your next turn.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"c3xsQBfsxcbhhGRw","name":"Sarlaac Sweep","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 15th level, when a creature moves to within 5 feet of you, you can use your reaction to make a melee weapon attack against that creature. If the attack hits, you can attempt to damage another creature within 5 feet of the original target and within your reach. If the original attack roll would hit the second creature, it takes damage equal to your Strength or Dexterity modifier (your choice). The damage is of the same type dealt by the original attack.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"c5gqtKDUKlaW0IFw","name":"Indomitable (Sentinel: Tenacity)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 13th level, the Force flowing through you makes it harder for movement to be forced upon you. You have advantage on ability checks and saving throws to avoid being grappled or moved. If you fail the saving throw or ability check, you can spend 1 force point to reroll one of the dice once. You must use the new roll.

\n

Additionally, if allies within 5 feet of you are gaining the benefit of your saber ward force power, they also gain the benefit of this feature.

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Tenacity 13"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"cGv4yOyQ5ZPihigt","name":"Subtle Control","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 3rd level, you can befuddle a creature’s mind with nothing but a gesture. As an action, you can cause a creature you can see within 30 feet to make a Wisdom saving throw against your universal force save DC. On a failed save, you can force the creature to believe or forget a single aspect of a conversation, observation or encounter it had that you were present for in the past 10 minutes. Whether the creature succeeds or fails their saving throw, you can’t use this feature on them again until you finish a long rest.

\n

Additionally, creatures who attempt to detect your use of the Force have disadvantage on ability checks to do so, and if a creature has the sense force or force sight power active, they must succeed on a universal forcecasting ability check against your universal force save DC in order to notice your usage of the Force, your alignment within the Force, or how strong your connection to the Force is.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"cQ6XePAjRAw2Zm0c","name":"Master of Determination","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, the erratic fluidity of your movement confounds even the most determined of foes. Your Strength or Dexterity and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for these scores increases by 2.

\n
\n

Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to kinetic, energy, and ion damage from weapons.
  • \n
  • Attack rolls made against you can’t have advantage.
  • \n
  • When more than one creature is within 5 feet of you, you gain a bonus to your Armor Class equal to the number of creatures within 5 feet of you, up to your Wisdom or Charisma modifier (your choice, minimum of one).
  • \n
  • When you use your Sarlaac Sweep feature, you have advantage on the attack roll, and you can apply the bonus damage to every creature within 5 feet of you.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you’ve used this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"cXHHpzCSGKw8vRQ8","name":"Blessed Healer","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 10th level, the healing powers you cast on others heal you as well. When you cast a force power that restores hit points to a creature other than you, you regain hit points equal to 2 + the power’s level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"cbdn2Isx1w9y50pQ","name":"Operative Exploits","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 2nd level, you’ve adopted two exploits, as detailed at the end of the class description. You adopt an additional exploit at 7th, 13th, and 17th level.

\n

OPERATIVE EXPLOITS

\n

The exploits are presented in alphabetical order. If an exploit has prerequisites, you must meet them to learn it. You can learn an exploit at the same time you meet its prerequisites.

\n
\n
\n

COMMANDER’S EXPLOIT

\n

You gain proficiency in medium armor.

\n
\n

EXPLORER’S EXPLOIT

\n

You can hold your breath twice as long as you are normally able to, and take half as much damage from fall damage.

\n
\n

FATE’S EXPLOIT

\n

Prerequisite: 7th level
When you finish a short or long rest, roll a d20 and record the number rolled. Once before your next short or long rest, you can replace any attack roll, saving throw, or ability check made by you or a creature within 5 feet of you with this roll. You must choose to do so before the roll.

\n
\n

FIGHTER’S EXPLOIT

\n

You adopt a particular style of fighting as your specialty. Choose one of the fighting Style options, detailed in Chapter 6. You can’t take a fighting Style option more than once, even if you later get to choose again.

\n
\n

FREEDOM’S EXPLOIT

\n

You ignore unenhanced difficult terrain, and when you would use your action to break free of an effect that is grappling or restraining you, you can instead use your bonus action.

\n
\n

GUERRILLA’S EXPLOIT

\n

You only need 4 hours of sleep to gain the benefit of a long rest.

\n

Additionally, you have advantage on saving throws against exhaustion.

\n
\n

LEARNER’S EXPLOIT

\n

You gain proficiency in a skill and a tool, or two tools.

\n

You can select this discovery multiple times, each time choosing a new skill and a tool, or two new tools.

\n
\n

MENTOR’S EXPLOIT

\n

Prerequisite: 13th level
Once per turn, whenever both you and a friendly creature within 60 feet that can see and hear you both have to make a saving throw to resist the same effect, you can choose to have disadvantage on the save. If you do so, the friendly creature gains advantage on the save. You can use this feature before or after you both make the saving throw, but you must do so before the GM says whether the save succeeds or fails.

\n
\n

SKILL’S EXPLOIT

\n

You learn an exploit that enhances your ability to apply your knowledge to combat situations. You can take this exploit multiple times.

\n

When you take the Attack action, you can use one of your skill exploits granted by this feature. You can use these features a combined number of times equal to your Intelligence modifier (a minimum of once). You regain any expended uses when you finish a long rest.

\n

Choose from the following. You must be proficient in the skill in order to take that skill’s exploit.

\n
    \n
  • Aim (Stealth). You attempt to line up a strike against a creature you can see that you are hidden from. Make a Dexterity (Stealth) check contested by the target’s Wisdom (Perception) check. If your check succeeds, you gain a +10 bonus to the first attack roll you make against the target before the end of your next turn. If your check fails, you are no longer hidden from the target.
  • \n
  • Angle (Perception). You attempt to predict the behavior of a humanoid you can see within 30 feet. Make a Wisdom (Perception) check contested by the target’s Dexterity (Sleight of Hand) check. If your check succeeds, the first attack roll the target makes before the start of your next turn has disadvantage, and the first saving throw the creature makes before the start of your next turn has disadvantage. If your check fails, you can’t use this feature on this target again for 1 hour.
  • \n
  • Battle Cry (Intimidation). You attempt to demoralize one humanoid you can see within 30 feet of you that can see and hear you. Make a Charisma (Intimidation) check contested by the target’s Wisdom (Insight) check. If your check succeeds, the target is frightened until the end of your next turn. If the target was already frightened of you, it must immediately drop whatever it is holding. On its next turn, if it is still frightened of you, it must take the Dash action and move away from you by the safest available route on its turn, unless there is nowhere to move. If your check fails, you can’t use this feature on this target again for 1 hour.
  • \n
  • Charm (Persuasion). You attempt to convince one humanoid you can see within 30 feet that can hear and understand you. Make a Charisma (Persuasion) check contested by the target’s Wisdom (Insight) check. If you have dealt damage to the creature in the last hour, it has advantage on the check. If your check succeeds, the target is charmed by you until the start of your next turn, and it has disadvantage on the first attack roll it makes against a creature before the end of its next turn. If your check fails, you can’t use this feature on this target again for 1 hour.
  • \n
  • Confuse Beast (Animal Handling). You attempt to confuse one beast on the battlefield. Make a Wisdom (Animal Handling) check contested by the target’s Wisdom (Insight) check. If your check succeeds, the beast cannot take actions or reactions until the end of your next turn. If your check fails, you can’t use this feature on this target again for 1 hour.
  • \n
  • Distract (Performance). You attempt to distract one beast or humanoid you can see within 30 feet of you that can see and hear you. Make a Charisma (Performance) check contested by the target’s Wisdom (Insight) check. If your check succeeds, the next attack roll made against the target before the start of its next turn has advantage. If your check fails, you can’t use this feature on this target again for 1 hour.
  • \n
  • Emulate Predator (Nature). You attempt to emulate the sounds of a natural predator of a beast or plant you can see within 30 feet. Make an Intelligence (Nature) check contested by the target’s Wisdom (Insight) check. If your check succeeds, the target must take the Dash action and move away from you by the safest available route on its turn, unless there is nowhere to move. If your check fails, you can’t use this feature on this target again for 1 hour.
  • \n
  • Feint (Deception). You attempt to divert the attention of a target you can see within 30 feet. Make a Charisma (Deception) check contested by the target’s Wisdom (Insight) check. If your check succeeds, the first attack roll made against the target before the start of your next turn by someone other than you has advantage, and the target has disadvantage on the first saving throw they make against an effect caused by a creature other than you before the start of your next turn. If your check fails, the target can’t be deceived by you in this way for 1 hour.
  • \n
  • Hacktivate (Technology). You attempt to determine the weaknesses in a droid you can see within 30 feet. Make an Intelligence (Technology) check contested by the target’s Intelligence (Technology) check. If your check succeeds, you have advantage on the next attack roll you make against the target before the end of your turn, and if you hit, you deal additional damage equal to your Intelligence modifier. If your check fails, you can’t use this feature on this target again for 1 hour.
  • \n
  • Instruct (Investigation). You attempt to find a weakness in your target. Make an Intelligence (Investigation) check contested by the target’s Charisma (Deception) check. If your check succeeds, if a friendly creature makes an attack roll against the target and they can see and hear you, you can use your reaction to grant them advantage on the roll. If you do so, and they hit, they deal additional damage equal to your bonus to Investigation checks. This damage is the same type as the attack’s damage. If your check fails, you can’t use this feature on this target again for 1 hour.
  • \n
  • Intuit (Insight). You attempt to determine the motivations of one humanoid you can see within 30 feet. Make a Wisdom (Insight) check contested by the target’s Charisma (Deception) check. If your check succeeds, the target can’t have advantage on ability checks, attack rolls, or saving throws against you until the end of your next turn. If your check fails, the target instead can’t have disadvantage on ability checks, attack rolls, or saving throws against you until the end of your next turn.
  • \n
  • Tumble (Acrobatics). You attempt to make a quick tumble, immediately moving 10 feet. If you begin or end this movement within a creature’s reach, make a Dexterity (Acrobatics) check contested by it’s Strength (Athletics) or Dexterity (Acrobatics) check (the target chooses the ability to use). If your check succeeds, this movement does not provoke opportunity attacks from it, and you have advantage on the first attack roll you make against it before the end of your turn. If your check fails, you immediately fall prone.
  • \n
  • Pocket Sand (Sleight of Hand). You attempt to blind one beast or humanoid you can see within 15 feet of you. Make a Dexterity (Sleight of Hand) check contested by the target’s Wisdom (Perception) check. If your check succeeds, the target is blinded until the end of your turn. If your check fails, you can’t use this feature on this target again for 1 hour.
  • \n
  • Precision Strike (Medicine). You attempt to strike a pressure point in one humanoid within your reach. Make a Wisdom (Medicine) check contested by the target’s Strength (Athletics) or Dexterity (Acrobatics) check (the target chooses the ability to use). If your check succeeds, they are incapacitated until the end of their next turn. If your check fails, you can’t use this feature on this target again for 1 hour.
  • \n
  • Snare (Survival). You attempt to cause a creature within 30 feet of you to stumble. Make a Wisdom (Survival) check contested by the target’s Wisdom (Perception) check. If your check succeeds, and the target moves towards you before the start of your next turn, it gains 1 slowed level, and you can use your reaction to cause it to fall prone. If your check fails, you can’t use this feature on this target again for 1 hour.
  • \n
  • Spin (Piloting). You attempt to confound a piloted construct you can see within 30 feet. Make an Intelligence (Piloting) check contested by the target’s Intelligence (Piloting) check. If your check succeeds, the target has disadvantage on attack rolls against you, and you have advantage on Dexterity saving throws against the target, until the start of your next turn. If your check fails, the target instead has advantage on attack rolls against you, and you have disadvantage on Dexterity saving throws against the target, until the start of your next turn.
  • \n
  • Study (Lore). You attempt to anticipate your target’s action. Make an Intelligence (Lore) check contested by the target’s Charisma (Deception) check. If your check succeeds, you have advantage on the first ability check, attack roll or saving throw you make against that creature before the end of your next turn. Alternatively, before the end of your next turn, you can use your reaction to grant disadvantage on the first ability check, attack roll, or saving throw the target makes against you. If your check fails, you instead have disadvantage on the first ability check, attack roll or saving throw you make against that creature before the end of your next turn.
  • \n
  • Wrestle (Athletics). You attempt to grab and pin a creature within 5 feet of you with at least one free hand. The target must be no more than one size larger than you. Make a Strength (Athletics) check contested by the target’s Strength (Athletics) or Dexterity (Acrobatics) check (the target chooses the ability to use). If your check succeeds, the target is both grappled and restrained by you. If the target stops being grappled, it also stops being restrained. If your check fails, you can’t use this feature on this target again for 1 hour.
  • \n
\n
\n

TECHNOLOGIST’S EXPLOIT

\n

Choose one 1st-level tech power. You learn that power and can cast it at its lowest level without expending tech points and without the use of a wristpad. Once you cast it in this way, you must finish a long rest before you can cast it again. Your techcasting ability for this power is Intelligence.

\n

You can select this exploit multiple times. Each time you do so, you must choose a different power.

\n
\n

WEAPONMASTER’S EXPLOIT

\n

You gain proficiency in three blasters or vibroweapons that lack the heavy and strength properties.

\n

You can select this exploit multiple times. Each time you do so, you must choose different weapons.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"cdCx5Hvq2rYRMzRj","name":"Blurrg's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Whether mounted or on foot, your travel pace is doubled, as is the travel pace of up to ten companions while they're within 60 feet of you and you're not incapacitated.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"chowZyYpKve4eOGc","name":"Beguiling Presence","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Once you’ve reach 17th level, humanoids within 60 feet are particularly susceptible to your presence. Humanoids within range have disadvantage on saving throws against any charm or fear effects from you.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"clqWkMqYU6AWbbz9","name":"Force Affinity","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you reach 3rd level, you’ve developed an affinity for one of the three aspects of the Force: the Ashla, the Bendu, or the Bogan. Choose one from the following:

\n

ASHLA

\n

When you successfully cast a light side power, either your or the target’s (your choice) hit point maximum and current hit points increase by an amount equal to the power’s level. This effect lasts for 1 minute. You can only have one instance of this effect active at a time.

\n

BENDU

\n

You can add both your Wisdom and Charisma modifier to your maximum number of force points, instead of just one.

\n

BOGAN

\n

When you roll a 1 on a damage die for a dark side power, you can reroll the die and must use the new roll, even if the new roll is a 1.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"cmlYUe6Bod6p8iOm","name":"Presence","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 15th level, you gain one of the following features.

\n

Choose Precise Reflection for Shien or Brutal Strikes for Djem So.

\n
\n

PRECISE REFLECTION

\n

When you hit with an attack made by the saber reflect power, you can expend force points to deal additional damage to the target, which is the same type as the weapon’s damage. The additional damage is 1d8 for each point spent in this way. You can’t deal more additional damage than the amount shown in the Focused Strikes column of the guardian table.

\n
\n

BRUTAL STRIKES

\n

The Force flowing through you grants you incredible strength. When you roll a 1 or 2 on a Force-Empowered Strikes or Improved Force-Empowered Strikes damage die, you can reroll the die and must use the new roll, even if the new roll is a 1 or a 2.

\n

Additionally, when you spend force points to use your Force-Empowered Strikes feature, you gain temporary hit points equal to twice the number of points spent.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"cuge2tnNcZL0TKkO","name":"Studied Shooter","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this specialty at 3rd level, you learn specialized theory typical for practitioners of the enhancement trade. You gain proficiency in your choice of the Lore or Technology skills. Additionally, you learn your choice of the encrypted message or minor image tech power. Intelligence is your techcasting ability for these powers.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"d7wAQPshxavsna3o","name":"Distracting Countenance","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 17th level, as a bonus action, you can mask yourself with the Force for 1 minute or until you are incapacitated. For the duration, whenever any creature tries to attack you for the first time on a turn, the attacker must make a Charisma saving throw (DC = 8 + your prof-iciency bonus + your Charisma modifier). On a failed save, it can’t attack you on this turn, and it must choose a new target for its attack or the attack is wasted. On a successful save, it can attack you on this turn, but it has disadvantage on any saving throw it makes against your powers on your next turn.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"d9GIIame3PCH16jj","name":"Adrenaline Rush","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 15th level, when you use your Action Surge feature, you can take an extra bonus action on top of the additional action.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"dLHFgesahAtfy7SH","name":"The Force Unleashed","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, as an action, you can choose a point within 60 feet. Each creature of your choice within 30 feet of that point must make a Constitution saving throw against your universal force save DC. On a failed save, a creature takes 5d10 force damage and suffers 1 level of exhaustion. On a successful save, a creature takes half damage and does not suffer exhaustion.

\n

For each creature that fails this saving throw, a friendly creature within 30 feet of them can regain hit points equal to the amount of damage dealt. A friendly creature can only gain this benefit once per turn.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":30,"width":null,"units":"ft","type":"radius"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["5d10","force"]],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"dLfWtRWtN2DVPXtT","name":"Sovereign Protector","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 17th level, your mastery of focus has allowed you to unlock your fullest potential in combat. As a bonus action, you can gain the following effects for 1 minute.

\n
    \n
  • Your speed is doubled.
  • \n
  • Your AC increases by 2.
  • \n
  • You have advantage on Dexterity saving throws.
  • \n
  • You gain an additional action of each of your turns. This action can be used only to take the Attack (one weapon attack only), Dash, Disengage, Hide, or Use an Object action.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you’ve used this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"dPWmHiWmpnhHTsgd","name":"Extra Attack (Berserker)","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 5th level, you can attack twice, instead of once, whenever you take the Attack action on your turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"dTdbL8dypa6BAdnP","name":"Predator's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Your speed increases by 10 feet.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"deJ8sUHUVQaOsVBM","name":"Discoveries (Zoologist)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you select this pursuit, you gain access to new discoveries which reflect your studies in biology and behaviour of alien lifeforms. Whenever you learn a new discovery, you can choose from any of the following as well. The discoveries are listed in alphabetical order.

\n
\n
\n

ADVANTAGEOUS COMPANION

\n

When you make a Charisma (Intimidation) check against a creature that can see your beast companion, and your companion is size Medium or larger, you make the check with advantage.

\n

When you make a Charisma (Persuasion) check against a creature that can see your beast companion, and your companion is size Small or Tiny, you make the check with advantage.

\n
\n

COLOSSAL COMPANION

\n

Prerequisite: 15th level
You can attempt to temporarily take control of a Huge beast. With the use of 10,000 cr worth of herbs and food, you can make a DC 15 Animal Handling check. On a success, the creature becomes your companion for 1d4 hours and gains the benefits of your Beast Companion feature. You can attempt to extend the duration by one hour by making additional Animal Handling checks. The DC for the first check is 20, and increases by 5 on each subsequent check. On a failure, the creature becomes hostile to you if it wasn’t already and becomes immune to this feature for 24 hours.

\n
\n

HOLOCAM ATTACHMENT

\n

You have learned how to safely attach a holocam on the head of the companion. You learn the tracker droid interface tech power, and your beast becomes a valid target of this power.

\n
\n

NEAT TRICKS

\n

Prerequisite: 5th level
Your beast gains proficiency in one Strength or Dexterity skill of your choice. If your beast’s size is Medium or larger and the chosen skill uses Strength, it has expertise in the chosen skill. If your beast’s size is Small or smaller and the chosen skill uses Dexterity, it has expertise in the chosen skill.

\n
\n

PROTECTIVE FRIEND

\n

If a creature makes a melee attack against you or your companion, and your companion is within 5 feet of you, you can use your reaction to impose disadvantage on the attack roll.

\n
\n

THE MORE THE MERRIER

\n

Prerequisite: 7th level
Whenever you attempt to call forth an animal as your companion, you can instead spend 1,000 cr worth of components and call forth a swarm of Tiny creatures. The swarm is composed of a number of creatures equal to your scholar level + your Intelligence modifier, and is size Medium. All of the creatures within the swarm act as a single creature.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"diDFFE9tEqoibD43","name":"Bonus Proficiencies (Guardian: Ysannanite)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

You gain proficiency in simple blasters and martial blasters that lack the two-handed property.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"dtp98aDdpaAZHTnu","name":"Force Storm","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, you can expel the might of your rage all at once to unleash a devastating storm of force energy. As an action, you can end your rage early, forcing each creature within 15 feet of you to make a Dexterity saving throw against your universal force save DC. On a failed save, a creature takes 1d12 force damage for each round you’ve spent in rage, or half as much on a successful one.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":15,"width":null,"units":"ft","type":"radius"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"e59ckcbfMkeZMDqn","name":"Delicate Potency","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 10th level, your mind-affecting powers are particularly potent. When you cast one of cloud minddominate mindmass coerce mind, and dominate monster, you can choose to treat the power as if cast at your Max Power Level.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"eB11052O9iV8tFYK","name":"Systems Hijack","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, when the target of your Critical Analysis is a droid or construct, or wearing or holding a techcasting focus, that creature is a viable target for any tech powers with you cast with a range of touch.

\n

Additionally, when the target of your Critical Analysis casts a tech power, you can use your reaction to identify the tech power being cast, and at what level.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"eBQa0CrHLZmy2bn1","name":"Channel the Force","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 1st level, you know how to channel the Force to create a unique effect. You start with your choice of one from two such effects: Cause Harm or Lend Aid. At 3rd level, your Guardian Focus grants you an additional effect. When you use your Channel the Force, you choose which effect to create.

\n

Some Channel the Force effects require saving throws. When you use such an effect from this class, the DC equals your universal force save DC.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, minimum of once). You regain all expended uses when you finish a short or long rest.

\n
\n

CAUSE HARM

\n

As an action, you can expend a use of your Channel the Force to sap the life from a hostile creature you can see within 60 feet. That creature must make a Constitution saving throw. On a failed save, the creature takes necrotic damage equal to your guardian level + your Charisma modifier (minimum of one), or half as much on a successful one.

\n

LEND AID

\n

As a bonus action, you can expend a use of your Channel the Force and touch a beast or humanoid within 5 feet of you. That creature regains hit points equal to your guardian level + your Wisdom modifier (minimum of one). Alternatively, if the beast or humanoid is poisoned or diseased, you neutralize the poison or disease. If more than one poison or disease afflicts the target, you neutralize one poison or disease that you know is present, or you neutralize one at random.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"eDuhGAzyp5GtSQ1h","name":"Potent Mixtures","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, when you cast a tech power of 1st-level or higher that grants temporary hit points, or deals acid or poison damage, you add your Intelligence modifier (a minimum of +1) to the roll.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"eVSjRR9ibtm6kDfT","name":"Furious Throw","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this approach at 3rd level, your throwing techniques have become a perfect extension of your melee prowess. You may count your thrown weapon attacks as if they were melee weapon attacks for the purposes of your class features and feats, such as your Berserker Rage and Reckless Attack abilities.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{"dae":{"activeEquipped":false,"alwaysActive":false}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"eWbTifdXJvvXT4CV","name":"Relentless Rage","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Starting at 11th level, your rage can keep you fighting despite grievous wounds. If you drop to 0 hit points while you're raging and don't die outright, you can make a DC 10 Constitution saving throw. If you succeed, you drop to 1 hit point instead.

\n

Each time you use this feature after the first, the DC increases by 5. When you finish a short or long rest, the DC resets to 10.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"eXjxkCg9Iqs5KekN","name":"Maniacal Rage","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, while raging, when you make a Charisma (Intimidation) check, or a creature makes a Wisdom saving throw to avoid being frightened of you, you add your Strength modifier to the check or save DC, as appropriate.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"efOA0nrvUqKJOOeP","name":"Slythmonger Savvy","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

When you choose this approach at 3rd level, you gain proficiency in your choice of brewer’s kit or spicer’s kit. Additionally, you have advantage on saving throws to avoid the low or addiction to substances. Lastly, you can consume substances as a bonus action, and when you do so, you can also enter a rage as a part of this same bonus action.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ejRFTWGKdTdtU1gH","name":"Remarkable Athlete","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you can add half your proficiency bonus (rounded up) to any Strength, Dexterity, or Constitution check you make that doesn’t already use your proficiency bonus.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Got Your Back","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, once per turn, when your companion is within 10 feet of you, and both you and your companion have to make a saving throw to resist the same effect, either you or your companion can choose to have disadvantage on the save. If either of you do so, the other of the two of you gains advantage on the save. You can use this feature before or after you both make the saving throw, but you must do so before the GM says whether the save succeeds or fails.

\n

At 17th level, your companion must be within 60 feet of you to benefit from this feature.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"f11Wex2VzoorFTfN"} +{"_id":"f1XeMafaqejD02MW","name":"Tech Mastery","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, your mastery of technology is unrivaled. Your Constitution and Intelligence scores increase by 2. Your maximum for those scores increases by 2.

\n

Additionally, when you roll initiative and have no uses of Potent Aptitude left, you regain one use.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"f9JvCohVnIKR3kXb","name":"My Little Friend Says Hello There","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you know how to use the sheer size of your weapon to strike fear in those around you. You can add your Strength modifier to any Charisma (Intimidation) check you make while wielding a weapon with the heavy or strength properties that doesn’t already include that modifier.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"fDrprD1zPyK36J4Q","name":"Supernatural Defense","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, whenever the target of your Ranger’s Quarry forces you to make a saving throw, or whenever you make an ability check to escape that targets grapple, you can use your reaction and roll your Ranger’s Quarry Damage Die, adding it to the roll.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Scout: Slayer 7"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"fFKNqUAWh0ZOhvRc","name":"Indomitable Might","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 18th level, if your total for a Strength check is less than your Strength score, you can use that score in place of the total.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"fJOMvX0p6D3Uklrr","name":"Master of the Unorthodox","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, you’ve mastered the unity between blaster and blade. Your Dexterity and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for these scores increases by 2.

\n
\n

Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to kinetic, energy, and ion damage from weapons.
  • \n
  • When you hit a creature with a ranged weapon attack, you have advantage on the next melee weapon attack you make against that creature. When you hit a creature with a melee weapon attack, you have advantage on the next ranged weapon attack you make against that creature.
  • \n
  • When you roll below half the maximum on a damage die, you can treat the roll as if you’d rolled half the maximum on the damage die. You can only affect a number of dice up to half your Wisdom or Charisma modifier (your choice, rounded up, minimum of one) in this way.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you use this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"fWurALtwA2SByaXb","name":"Sharpen the Blade","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 11th level, you gain the ability to augment your weapons further with your focus. As a bonus action, you can expend up to 3 focus points to grant one Echani weapon you touch a bonus to attack and damage rolls when you attack with it. The bonus equals the number of points you spent. This bonus lasts for 1 minute or until you use this feature again. This feature has no effect on an enhanced weapon that already has a bonus to attack and damage rolls.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"attribute","target":"","amount":3},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"fcIW8kGypXVaSBwM","name":"Flexible Body","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 9th level, you are able to use your acrobatic talent to gain the upper hand in combat. You can use the bonus action granted by your Cunning Action to shove a creature. When you do so, you can make a Dexterity (Acrobatics) check instead of a Strength (Athletics) check.

\n

Additionally, you now ignore difficult terrain, you can move through space occupied by hostile creatures, and you can squeeze through smaller spaces without expending extra movement.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"fkw2xa0qoE9CkFDy","name":"Aberrant Self","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, you no longer suffer the frailty of old age, and you can’t be aged abnormally. You can still die of old age, however. Additionally, you no longer need food or water, and you no longer need to sleep. Lastly, the first time you take damage on each of your turns, you can roll your Kinetic Combat die and reduce the damage by that amount.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Ethereal 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"fll4aLidhhf9Ihvg","name":"Bonus Proficiencies (Scout: Predator)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

You gain proficiency in heavy armor.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Predator 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"fobWSSCWmjZ6Fjg9","name":"Form Basics (Ysannanite)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the Ysannanite lightsaber form. If you already know this form, you can instead choose another lightsaber form. You can’t take a lightsaber form option more than once, even if you later get to choose again.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"fwO5oavJvDKyoMTS","name":"Mesmerizing Presence","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 9th level, you have advantage on attack rolls against creatures charmed by you.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"g1UHScqDJ7djuTcg","name":"Projected Barrier","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, as a bonus action while wearing your gadgeteer harness, you can expend a use of your Potent Aptitude to project a barrier on a friendly creature you can see within 30 feet. A creature can only have one barrier active at a time.

\n

ENVIRONMENTAL BARRIER

\n

You project an environmental barrier that lasts until the end of your next short or long rest. The barrier has a number of hit points equal to the amount rolled on your Potent Aptitude die + your engineer level. Whenever a creature with this barrier takes damage (one of acid, cold, fire, force, lightning, necrotic, poison, psychic, or sonic, chosen by you when you activate the effect), the barrier takes the damage instead. If this damage reduces the barrier to 0 hit points, the creature takes any remaining damage.

\n

PHYSICAL BARRIER

\n

You project a physical barrier that lasts until the end of your next short or long rest. The barrier has a number of hit points equal to the amount rolled on your Potent Aptitude die + half your engineer level (rounded down). Whenever a creature with this barrier takes damage (one of energy, ion, or kinetic, chosen by you when you activate the effect), the barrier takes the damage instead. If this damage reduces the barrier to 0 hit points, the creature takes any remaining damage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"g1r7gEz0DT78nTIf","name":"Master of Resilience","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, your presence on the field of battle is an inspiration to your allies. Your Constitution and Wisdom or Charisma scores (your choice) increase by 2. Your maximum for those scores increases by 2.

\n
\n

Additionally, you can use your action to gain the following benefits for 1 minute:

\n
    \n
  • You have resistance to kinetic and energy damage from unenhanced weapons.
  • \n
  • When you use the saber reflect force power, you can make a single melee attack on an enemy within 5ft of you as a part of that same reaction.
  • \n
  • You have advantage on Dexterity saving throws, as do your allies within 30 feet of you.
  • \n
\n

This effect ends early if you are incapacitated or die. Once you’ve used this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"g8vHPN6X8xr2itzg","name":"Additional Maneuvers (Scholar: Gambler)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, you gain access to new maneuvers which reflect your deep understanding of chance. Whenever you learn a new maneuver, you can choose from any of the following as well. The maneuvers are listed in alphabetical order.

\n
\n
\n

ALL IN

\n

When you make an attack roll, and the result is less than 20, you can expend a superiority die and roll it, adding it to the roll. If the resulting sum is 20 or 23, the attack is considered a critical hit.

\n
\n

BLIND LUCK

\n

When you fail an ability check, you can expend a superiority die. If the result of your ability check plus the superiority die is within a range equal to half your proficiency bonus (rounded down) above or below the check’s DC, you pass the check instead.

\n
\n

DOUBLE BLUFF

\n

If on the same round of combat that you have missed a weapon attack, an enemy also misses you with a weapon attack, you can expend a superiority die and make a single weapon attack, adding the results of your superiority die to both the attack and damage rolls.

\n
\n

THE IDIOT’S ARRAY

\n

When a creature hits you with a weapon attack roll, you can expend a superiority die and roll it. On a roll of 4 or higher, you take minimum damage on the damage roll and subtract the value of the superiority die. On a roll of 3 or lower, you instead take the maximum.

\n
\n

PLAYED THEIR HAND

\n

When a creature hits you with an opportunity attack while within 5 feet of you, you can use your reaction and expend a superiority die to impose disadvantage on the attack roll. If the attack misses, you can make a Dexterity (Sleight of Hand) check contested by the attacker’s Strength (Athletics) or Dexterity (Acrobatics) check (their choice) as a part of this reaction. On a success, the target drops the weapon it made the attack with. If you are within 5 feet of the target, and you have a free hand, you can catch the item. Otherwise, the object lands at its feet.

\n
\n

PURE SABACC

\n

When you score a critical hit with a weapon attack, you can expend a superiority die and roll it. On a roll of 4 or higher, you deal maximum damage on the weapon’s damage roll, including the superiority die. On a roll of 3 or lower, you instead deal the minimum.

\n
\n

RAISE THE STAKES

\n

When the target of your Critical Analysis feature makes an attack roll against you, you can use your reaction to expend a superiority die. Roll the die and subtract the result from the enemy’s attack roll, but add the result to their damage roll on a hit.

\n
\n

TAKE A CHANCE

\n

Before making an attack roll, you can expend a superiority die. On a miss, you lose that superiority die and do not benefit from it in any way. On a hit, you can choose two other maneuvers that you know, and subject the target to both maneuvers, without expending additional superiority dice.

\n
\n

TIEBREAKER

\n

When you roll a superiority die as a part of a maneuver you learned from this class, you can expend another superiority die and use the total of both dice.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"gFrxQc1zr8iYeTDA","name":"Dead Silence","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting when you choose this calling at 3rd level, you learn the psychic charge force power, which does not count against your total powers known. Additionally, you can use Wisdom or Charisma as your forcecasting ability for it, and you can use all three Force-Empowered Self options when you cast it as your action and hit the target. Finally, when you hit a creature with the psychic charge force power and the target tries to speak, it takes additional damage equal to your Wisdom or Charisma modifier (your choice, minimum of +1), and its voice does not produce sound until the end of your next turn.

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Shadow 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"gLqYREO8Q8p6DPRT","name":"Death Strike","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 17th level, you become a master of instant death. When you deal weapon damage to a creature that is surprised, it must make a Constitution saving throw against your lethal strike save DC. On a failed save, double the damage of your attack against the creature.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"gSGeitc98ItAwhfF","name":"One with the Force","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, your attunement to the Force is absolute. Your Wisdom or Charisma score increases by 4, and your maximum for this score increases by 4. Additionally, you gain mastery over a single force power, and can cast it with little effort. Choose one 3rd-level force power that you know as your signature power. You can cast it once at 3rd level without expending force points. When you do so, you can't do so again until you finish a short or long rest. If you want to cast it at a higher level, you must expend force points as normal.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"gYcsvSxo8CDpcCEK","name":"Explosive Resilience","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, once per round, when you deal damage that includes your rage damage, you can cause a localized explosion around the recipient of that damage. Each creature within 5 feet of the damaged creature other than you takes acid, cold, fire, ion, or lightning damage (your choice) equal to your rage damage bonus, and you gain resistance to the chosen damage type until the end of your next turn.

\n

You can use this feature a number of times equal to your Intelligence modifier. You regain all expended uses when you complete a short or long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2","fire"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"gm0iK2pPXSGQbJx4","name":"Focused Augmentation","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, you add your Intelligence modifier to Constitution saving throws you make to maintain concentration.

\n

Additionally, when you cast a power that requires concentration and would affect only one target, you can target an additional creature with that power.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"gnRErzmAIMcmICTM","name":"Ever-Ready Shot","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 15th level, your enhanced ammunition is available whenever battle starts. If you roll initiative and have no uses of Special Ammunition remaining, you regain one use of it.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"go2e9gqD5AnLGKMK","name":"Armormech's Celerity","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you take the Attack action or use your action to a cast a tech power of 1st-level or higher, you can make one weapon attack as a bonus action.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"gsw3asysi2xekW3l","name":"Mark of the Meticulous","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you can use Intelligence instead of Dexterity for the attack and damage rolls made with weapons with the finesse property or blaster weapons against the target of your Ranger’s Quarry.

\n

Additionally, once per round, when you hit the target of your Ranger’s Quarry with a tech attack, or it fails a saving throw against a tech power you cast that deals damage, you can deal additional damage equal to your Ranger’s Quarry damage die of the same type as the tech power’s damage.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Mastermind 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"h1uDhP1tEOuvjRw6","name":"Dewback's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Choose three damage types. While raging, you have resistance to the chosen damage types.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"h4qwVuxZNtdOiH75","name":"Channel the Force (Ataru)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, you gain the following Channel the Force option.

\n
\n

RETREATING LEAP

\n

When a creature makes a melee attack roll against you, you can expend a use of your Channel the Force and your reaction to jump 10 feet in a direction of your choice, imposing disadvantage on the roll. This movement does not provoke opportunity attacks. You can wait until after the attack roll is made, but before the DM determines whether the attack hits.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"h8JMyCjhTP4Lny10","name":"Cleansing Touch","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 14th level, you can use your action and expend a use of your Channel the Force ability to end one force power on yourself or on one willing creature that you touch.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"hAfAtfT6c40rpSoE","name":"Forcecasting (Fighter: Adept)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this specialty at 3rd level, you have learned powers, fragments of knowledge that imbue you with an abiding force ability. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

FORCE POWERS KNOWN

\n

You learn 4 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the Adept Specialist Forcecasting table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

FORCE POINTS

\n

You have a number of force points equal to your fighter level, as shown in the Force Points column of the Adept Specialist Forcecasting table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

MAX POWER LEVEL

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Adept Specialist Forcecasting table.

\n

You may only cast force powers at 4th-level once. You regain the ability to do so after a long rest.

\n

FORCECASTING ABILITY

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use your Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. In addition, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n
\n

Force save DC = 8 + your proficiency bonus +your forcecasting ability modifier

\n
\n

Force attack modifier = your proficiency bonus +your forcecasting ability modifier

\n

 

\n

THE ADEPT SPECIALIST

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelForce Powers KnownForce PointsMax Power Level
3rd431st
4th641st
5th751st
6th861st
7th1072nd
8th1182nd
9th1292nd
10th13102nd
11th14112nd
12th15122nd
13th17133rd
14th18143rd
15th19153rd
16th20163rd
17th22174th
18th23184th
19th24194th
20th25204th
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"hBggwD5K1VNpqBRW","name":"Mystical Connection","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting when you choose this calling at 3rd level, you learn the feedback force power, which does not count against your total powers known. Additionally, you can use Wisdom or Charisma as your forcecasting ability for it, and you can use all three Force-Empowered Self options when you cast it as your action and the target fails its saving throw. Finally, when you deal psychic damage with the feedback force power, you deal additional psychic damage equal to your Wisdom or Charisma modifier (your choice, minimum of one) if it doesn’t already include that modifier.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Communion 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"hCb9yeW3WppnYUA3","name":"Overclock Body","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, you've learned to use your body as a conduit for your tech powers. When you cast a tech power, you can choose to pay up to half the cost of the tech power using your hit points instead of your tech points. When you do so, your maximum hit points are reduced by the same amount. This effect is cumulative, and it lasts until you complete a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"hGvWvw1M1Gf6OvQv","name":"Coordinated Attack","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, when you take the Attack action, if your companion can see you, it can use its reaction to make a weapon attack against the same creature.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"hMiA075EKBBOL2cv","name":"Berserker Instincts","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Also at 2nd level, you've honed two instincts, as detailed below. You hone an additional instinct at 7th, 13th, and 17th level.

\n
\n

BERSERKER INSTINCTS

\n

The instincts are presented in alphabetical order. If an instinct has prerequisites, you must meet them to learn it. You can learn an instinct at the same time you meet its prerequisites.

\n
\n
\n

ACKLAY’S INSTINCT

\n

While raging, you have advantage on Constitution saving throws.

\n
\n

BANTHA’S INSTINCT

\n

Prerequisite: 7th level
Your carrying capacity and the weight you can push, drag, or lift doubles. If it would already double, it instead triples. Additionally, you have advantage on Strength checks made to push, pull, lift, or break objects.

\n
\n

BLURRG’S INSTINCT

\n

Whether mounted or on foot, your travel pace is doubled, as is the travel pace of up to ten companions while they’re within 60 feet of you and you’re not incapacitated.

\n
\n

BOGGDO’S INSTINCT

\n

Prerequisite: 13th level
While raging you have a flying speed equal to your current walking speed, though you fall if you end your turn in the air and nothing else is holding you aloft.

\n
\n

CHIRODACTYL’S INSTINCT

\n

Prerequisite: 7th level
While raging, you have blindsight to a range of 30 feet, and you have advantage on Wisdom (Perception) checks that rely on sound, as long as you aren’t deafened.

\n
\n

DEWBACK’S INSTINCT

\n

Choose three damage types. While raging, you have resistance to the chosen damage types.

\n
\n

FIGHTER’S INSTINCT

\n

You adopt a particular style of fighting as your specialty. Choose one of the Fighting Style options, detailed in Chapter 6. You can’t take a Fighting Style option more than once, even if you later get to choose again.

\n
\n

FYRNOCK’S INSTINCT

\n

While raging, you can use your bonus action to leap up to 30 feet to an empty space you can see. When you land you deal kinetic damage equal to your Strength modifier to each creature within 5 feet of where you land. You can use this feature a number of times equal to your Constitution modifier (a minimum of once). You regain all expended uses when you complete a long rest.

\n
\n

HAWK’S INSTINCT

\n

Prerequisite: 7th level
You can see up to 1 mile away with no difficulty. You are able to discern even fine details as though looking at something no more than 100 feet away from you. Additionally, dim light doesn’t impose disadvantage on your Wisdom (Perception) checks.

\n
\n

KATARN’S INSTINCT

\n

You gain a climbing speed equal to your movement speed.

\n
\n

LOTH-CAT’S INSTINCT

\n

While you’re raging, other creatures have disadvantage on opportunity attack rolls against you, and you can take the Dash action as a bonus action on your turn.

\n
\n

PREDATOR’S INSTINCT

\n

Your speed increases by 10 feet.

\n
\n

RANCOR’S INSTINCT

\n

Prerequisite: 13th level
While you’re raging any creature within 5 feet of you that’s hostile to you has disadvantage on attack rolls against targets other than you or another character with this feature. An enemy is immune to this effect if it can’t see or hear you or if it can’t be frightened.

\n
\n

TACTICIAN’S INSTINCT

\n

When you use your Reckless Attack feature, you can choose to not have advantage on your attack rolls this turn. If you do so, friendly creatures within 5 feet of a hostile creature that is within 5 feet of you have advantage on attack rolls against that creature.

\n
\n

TRACKER’S INSTINCT

\n

Prerequisite: 7th level
You can track other creatures while traveling at a fast pace, and you can move stealthily while traveling at a normal pace.

\n
\n

TERENTATEK’S INSTINCT

\n

Prerequisite: 13th level
When you are forced to make a saving throw against a force power, you can immediately use your reaction to move up to half your speed towards the source power’s caster. If you end this movement within 5 feet of the target, you can immediately make one melee weapon attack against the target as a part of that reaction.

\n
\n

VARACTYL’S INSTINCT

\n

Prerequisite: 13th level
While raging, you have advantage Dexterity checks, your attack rolls can’t suffer from disadvantage, and each slowed level only reduces your speed by 5 feet, unless it would reduce your speed to 0.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"hPn1UOSEPn94LbGV","name":"Sapping Storm","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, when you reduce a hostile creature to 0 hit points while Saber Storm is active, you gain temporary force points equal to your Wisdom or Charisma modifier (your choice, minimum of one). These temporary force points can not exceed your Wisdom or Charisma modifier (your choice), and when you would spend a force point while you have temporary force points, the temporary force points are spent first. When Saber Storm ends, you lose any remaining temporary force points.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"hVX363yaqEKE2VhY","name":"Balanced Diet","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, your cooking is so nutritionally balanced that it allows allies to stave off the effects of continued rigorous activity. Creatures of your choice who eat food prepared by you have advantage on Constitution saving throws to avoid Exhaustion, as described in chapter 8, until the end of their next long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"hWXqMs5J6dTyyKKx","name":"Instinctive Combat","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this technique at 3rd level, you have learned to use your wits to help you survive. While you are wearing light or medium armor, you can use your Intelligence modifier instead of your Dexterity modifier when determining your AC.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Mastermind 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"hWwTW7oKFDE41JWj","name":"Ranger's Quarry","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 1st level, you learn how to effectively read and track your prey. Once on each of your turns, you can choose a creature you can see within 120 feet and mark it as your quarry (no action required). For the next hour, you gain the following benefits:

\n
    \n
  • Once per turn, when you hit the target with a weapon attack, you can deal 1d4 additional damage to it of the same type as the weapon’s damage. This die changes as you gain scout levels, as shown in the Ranger’s Quarry column of the scout table.
  • \n
  • You have advantage on any Wisdom (Perception) or Wisdom (Survival) check you make to find it while it’s on the same planet as you.
  • \n
\n

You can only have one creature marked in this way at a time. Beginning at 5th level, you can use your reaction to mark a creature when it enters your line of sight, provided it is within range of your Ranger’s Quarry.

\n

The duration increases to 8 hours at 9th level and 24 hours at 17th level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"none","cost":0,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":1,"width":null,"units":"","type":"creature"},"range":{"value":120,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"hYDyNw2x54iCf0nL","name":"Improved Force-Empowered Strikes","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 11th level, you are so in tune with the Force that all your melee weapon strikes carry the power of the Force with them. Whenever you hit a creature with a melee weapon, the creature takes an extra 1d8 damage. If you also use your Force-Empowered Strikes with an attack, you add this damage to the extra damage of your Force-Empowered Strikes. The damage is the same type as the weapon’s damage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"havX5d7ZZfqzntdn","name":"Conflux","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you use your Force Deflection feature, you can cause a ripple in the Force to expand from you. Up to three creatures of your choice that you can see within 60 feet of you each take force damage equal to half your consular level.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":3,"width":null,"units":"","type":"enemy"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["7","force"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"hfJ9bRUFa6D2oKle","name":"Sabotage","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 17th level, you gain the ability to sabotage a tech power in the process of being cast. When a hostile creature casts a tech power, and you are the target of the tech power or within its area of effect, you can use your reaction to force that creature to make an Intelligence saving throw against your tech save DC. On a successful save, the power is cast as normal.

\n

On a failed save, you negate the power’s effects, and the caster takes 1d6 lightning damage per level of the power it was casting. Additionally, on a failed save, the caster’s tech focus used to cast the tech power is overloaded and can’t be used to cast tech powers for 1 minute.

\n

At the end of each of the caster’s turns, it can repeat the Intelligence saving throw. On a success, it can use the tech focus to cast tech powers again.

\n

Once you’ve used this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"hlkmuaFndbYGFtKX","name":"Battle Proficiencies","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this pursuit at 3rd level, you gain proficiency in martial blasters and martial vibroweapons.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Humanoid Companion (Consular: Tutelage)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this tradition at 3rd level, you’ve taken an apprentice, gaining the services of your own humanoid companion.

\n

Create your humanoid companion as detailed in the Companions section of the Customization Options document for Expanded Content.

\n

If your companion dies, or you want to bond with a different one, you must first break the bond with your current companion. Bonding with a new companion takes 8 hours spent in an appropriate location. You may only have one companion at a time.

\n

In addition to its traits and features, your companion gains additional benefits while it is bonded to you:

\n
    \n
  • Your companion gains two additional traits. It gains one more additional trait when you reach 11th level in this class. For each trait in excess of your proficiency bonus, your force point maximum is reduced by 2.
  • \n
\n

Lastly, while bonded and within 10 feet of you, when your companion is hit by an attack, you can use your reaction and expend a use of your Force Shield feature to shroud it in Force energy. If you do so, until the start of your next turn, both you and your companion gain the benefits of your Force Shield. This includes the triggering attack.

\n

At 11th level, your companion must be within 30 feet of you to benefit from this feature. At 17th level, your companion must be within 60 feet.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"hnH0YDjXRbWGgsDY"} +{"_id":"htJjJBm0HosLswj9","name":"Blade Storm","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 7th level, your bursts become even more overwhelming. Once on your turn, when a creature takes damage from you twice, you can immediately make one additional attack against that creature (no action required). This attack uses your Kinetic Combat die instead of the weapon’s damage die.

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Focus 7"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"hwww57Bl4DAqvd5q","name":"Relentless Assault","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, you’re able to charge in unerring bursts. As an action, you can charge up to twice your speed in a straight line without provoking opportunity attacks. Each creature within 5 feet of your path must make a Strength or Dexterity saving throw (DC = 8 + your proficiency bonus + your Strength modifier, the target chooses the ability they use use). On a failed save, a creature takes damage equal to your Strength modifier + your Rage Bonus and is pushed back 5 feet in a direction of your choice. Creatures smaller than you make this save with disadvantage. When you end this movement, if a creature is within 5 feet of you, you can make one melee weapon attack (no action required). On a hit, the creature takes additional damage equal to your berserker level.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"i5kHSWxRLzlIOhsP","name":"Prey on the Weak","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 11th level, when you hit a creature with a weapon attack, and the creature is below its hit point maximum, the next attack roll made against that creature before the end of your next turn by someone other than you has advantage.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Predator 11"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"i9MqOOs7XcSj6gn3","name":"The Way of the Ysalamiri","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, as a bonus action, you can enter an offensive stance for one minute. While in this stance, you add your Wisdom or Charisma modifier (your choice) to the first melee weapon attack and damage rolls you make each turn.

\n

This effect ends early if you are incapacitated or die. Once you’ve used this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"iAXtCCtwP3ecc8OF","name":"Potent Lightning","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level you add your Wisdom or Charisma modifier (your choice, a minimum of +1) to any damage you deal with force powers that deal lightning damage that don’t already include that modifier.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"iEBfiKgSzaepLBZO","name":"Channel the Force (Sokan)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, you gain the following Channel the Force option.

\n
\n

HIGH GROUND DEFENSE

\n

When an opponent within 5 feet of you makes a melee attack against you, you can use your reaction and expend a use of your Channel the Force to move to another space within 5 feet of that creature without provoking opportunity attacks, imposing disadvantage on the roll. If the attack misses, you can attempt to shove the creature up to 10 feet away from you as a part of that same reaction.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"iFg9kA5mtj22OgKf","name":"Voltaic Slash","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting when you choose this calling at 3rd level, you learn the lightning charge force power, which does not count against your total powers known. Additionally, you can use Wisdom or Charisma as your forcecasting ability for it, and you can use all three Force-Empowered Self options when you cast it as your action and hit the target. Finally, when you deal lightning damage with the lightning charge force power, you deal additional lightning damage equal to half your Wisdom or Charisma modifier (your choice, minimum of one) if it doesn’t already include that modifier.

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Agression 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"iR6lT9P7fEJmv7j9","name":"Elegant Maneuver","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 13th level, you can use a bonus action on your turn to gain advantage on the next Dexterity (Acrobatics) or Strength (Athletics) check you make during the same turn.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"iYeeOLaQtoosQjZ1","name":"Unrelenting Resilience","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you use your Boundless Vitality feature while concentrating on a force power, you can add the result of the roll to the Constitution saving throw made to maintain concentration.

\n

Additionally, when you are reduced to 0 hit points but not killed outright while Upheld by the Force is active, you can drop to 1 hit point instead. You can’t use this feature again until you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ia9lgfaaek84rjIc","name":"Bonus Proficiencies (Operative: Saboteur)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

You gain proficiency in astrotech’s implements.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"iaedYkfIIcYQCCOZ","name":"Born to the Saddle","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, your mastery as a rider becomes apparent. You have advantage on saving throws made to avoid falling off your mount. If you fall off your mount and descend no more than 10 feet, you can land on your feet if you’re not incapacitated.

\n

Finally, mounting or dismounting a creature or vehicle costs you only 5 feet of movement, rather than half your speed.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"iezmgPTeM1wL1JCR","name":"Form Basics (Makashi)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the Makashi lightsaber form, detailed in Chapter 6. If you already know this form, you can instead choose another lightsaber form. You can’t take a lightsaber form option more than once, even if you later get to choose again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"iiae3ARlngOX8BvF","name":"Tutaminis Mastery","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, when you use a Force-Empowered Casting option, you can spend a power surge to use it without spending additional force points.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"im5At63Kt4o7Ea2B","name":"Channel the Force (Ysannanite)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, you gain the following Channel the Force option.

\n
\n

FORCE-EMPOWERED SHOTS

\n

Once per turn, when you hit a creature with a ranged weapon attack, you can expend a use of your Channel the Force and expend force points to deal additional damage to the target, which is the same type as the weapon’s damage. The additional damage is 1d8 for each point spent in this way. You can’t deal more additional damage than the amount shown in the Focused Strikes column of the guardian table.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"inwAnLXgAASMAyUA","name":"Knowledge Is Power","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Once you've reached 17th level, you gain the ability to steal the knowledge of how to cast a power from another forcecaster. When a hostile creature casts a force power that affects a friendly creature within range of your Critical Analysis feature, you can use your reaction to apply Critical Analysis to that friendly creature and force the other creature casting the power to make a Wisdom or Charisma saving throw (your choice) against your universal force save DC. On a successful save, the power is cast as normal.

\n

On a failed save, you negate the power's effects and you steal the knowledge of that power if it is at least 1st level and of a level you can cast. For the next 8 hours, you know the power and can cast it using your force points. The creature stolen from cannot cast that power again until the 8 hours have passed.

\n

Once you've used this feature, you cannot use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"iyNPFk7HtqHlPsgR","name":"Feral Ferocity","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Once you’ve reached 17th level, you have learned how to push your beast beyond its limits. If your beast is within 30 feet of you and can see or hear you, you can command it to enter a furious state. While raging, your beast gains the following benefits:

\n
    \n
  • Your beast has advantage on Strength checks and Strength saving throws if it is size Medium or larger.
  • \n
  • Your beast has advantage on Dexterity checks and Dexterity saving throws if it is size Small or smaller.
  • \n
  • When your beast hits with an attack, it deals bonus damage equal to your Intelligence modifier.
  • \n
  • Your beast has resistance to kinetic and energy damage.
  • \n
\n

Your beast’s furious state lasts for 1 minute. It ends early if your beast is knocked unconscious. You can end your beast’s furious state as a bonus action.

\n

Once you’ve used this feature, you can’t use it again until you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"j2mJ1wVjN04WYs8c","name":"Battlefront","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, when you take the Attack action or cast a tech power of 1st-level or higher, you can use your bonus action to have your turret make one weapon attack.

\n

At 14th level, when you use your Combat Tech feature, both you and your turret can each make one weapon attack as part of the same bonus action.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Artillerist 7"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"j4hLztoaiHnwzbMc","name":"Archaic Diagnostics","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, when you are the target of your Critical Analysis feature, you can use Intelligence instead of Wisdom or Charisma as your forcecasting ability modifier.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"j9tueB66NHAi9XRK","name":"Stand Against the Tide","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 15th level, when a hostile creature misses you with a melee attack, you can use your reaction to force that creature to repeat the same attack against another creature (other than itself) of your choice.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"jCEl3lIz7FBJMAMa","name":"Vigilant Sentinel","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 11th level, when you attempt to perceive your surroundings on your turn, you can opt to not move on that turn. If you avoid moving, you gain a +10 bonus to your Wisdom (Perception) checks until the start of your next turn. You lose this benefit if you move or fall prone, either voluntarily or because of some external effect.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"jErJEyCSWwZLuPgl","name":"Mechu-Deru Mastery","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"jKYj9wLY1UMLTvYG","name":"Droid Defense","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, while your droid can see you, it has advantage on all saving throws.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"jXtDOdvSBQHnodmF","name":"Ferocious Charger","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 15th level, you can run down your foes, whether you’re mounted or not. If you move at least 10 feet in a straight line right before attacking a creature and you hit it with the attack, that target must succeed on a Strength saving throw (DC = 8 + your proficiency bonus + your Strength modifier) or be knocked prone. You can use this feature only once on each of your turns.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"jepI5WREQw8jlEtg","name":"Form Basics (Soresu)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the Soresu lightsaber form, detailed in Chapter 6. If you already know this form, you can instead choose another lightsaber form. You can’t take a lightsaber form option more than once, even if you later get to choose again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"jjkfkR3y4ZzLvhRc","name":"Stroke of Luck","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, you have an uncanny knack for succeeding when you need to. Your Dexterity and Intelligence scores increase by 2. Your maximum for those scores increases by 2. Additionally, if your attack misses a target within range, you can turn the miss into a hit. Alternatively, if you fail an ability check, you can treat the d20 roll as a 20.

\n

Once you’ve used this feature, you can’t use it again until you finish a short or long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"jkV1oThkNziwTd9W","name":"Mark of the Hunter","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, when you use your Ranger’s Quarry feature, the first time you make a tech or weapon attack against the target of your Ranger’s Quarry each turn, roll your Ranger’s Quarry die and add it to the roll.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Hunter 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"k6PmkEsEbxKy6xAs","name":"Focus","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 2nd level, your training allows you to harness the mystic energy of focus. Your access to this energy is represented by a number of focus points. Your monk level determines the number of points you have, as shown in the Focus Points column of the monk table.

\n

You can spend these points to fuel various focus features. You start knowing three such features: Flurry of Blows, Patient Defense, and Step of the Wind. You learn more focus features as you gain levels in this class.

\n

When you spend a focus point, it is unavailable until you finish a short or long rest, at the end of which you draw all of your expended focus back into yourself. You must spend at least 30 minutes of the rest meditating to regain your focus points.

\n

You use your choice of Wisdom or Charisma for your focus ability. You use the chosen ability modifier whenever a feature refers to your focus ability. Additionally, you use the chosen ability modifier when making an attack with a focus feature or setting the saving throw DC for one.

\n
\n

Focus save DC = 8 + your proficiency bonus + your Wisdom or Charisma modifier (your choice)

\n
\n

Focus attack modifier = your proficiency bonus + your Wisdom or Charisma modifier (your choice)

\n
\n
\n

FLURRY OF BLOWS

\n

When you make your Martial Arts bonus action unarmed strike, you can spend 1 focus point to make an additional unarmed strike (no action required). At 11th level, you can instead spend 2 focus points to make two additional unarmed strikes.

\n
\n

PATIENT DEFENSE

\n

When you use your bonus action to Disengage, you can spend 1 focus point to also Dodge (no action required). At 11th level, you can instead spend 2 focus points to Dodge and gain an additional reaction until the start of your next turn. You can only take one reaction per turn.

\n
\n

STEP OF THE WIND

\n

When you use your bonus action to Dash, you can spend 1 focus point to double your jump distance for the turn. At 11th level, you can instead spend 2 focus points to gain a flying speed equal to your walking speed until the end of your turn, though you fall if you end your speed in the air and nothing else is holding you aloft.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"kDILnXslDQTvng3W","name":"Field Advantage","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, you learn to quickly convey spatial information in the midst of combat about the area you analyzed, giving them an edge at maneuvering in the area. While moving through your Surveyed Area, you and friendly creatures of your choice ignore unenhanced difficult terrain, and opportunity attacks against them are made with disadvantage.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"kHgHQIqjp3X6v93c","name":"Inspiring Surge","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 10th level, when you use your Action Surge feature, you can choose one creature within 60 feet of you that is allied with you. That creature can make one melee or ranged weapon attack with its reaction, provided that it can see or hear you.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"kVQncmFiwUOVc14J","name":"Repulsing Wave","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you are dealt damage by a creature within 5 feet of you, you can use your reaction to deal force damage to the creature equal to your consular level + your Wisdom or Charisma modifier (your choice, minimum of +1). If the attacker is Huge or smaller, it must also make a Strength saving throw against your universal force save DC. On a failed save, the attacker is pushed in a straight line up to 20 feet away from you.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a short or long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["14+1","force"]],"versatile":""},"formula":"","save":{"ability":"str","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"kabmw1OtBRVbkeIK","name":"Force Visions","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this tradition at 3rd level, glimpses of the future begin to press in on your awareness. When you finish a long rest, roll two d20s and record the numbers rolled. You can replace any attack roll, saving throw, or ability check made by you or a creature that you can see with one of these foretelling rolls. You must choose to do so before the roll, and you can replace a roll in this way only once per turn. Each foretelling roll can be used only once. When you finish a long rest, you lose any unused foretelling rolls.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"kb7C9eq9tnRGKw98","name":"Channel the Force (Trakata)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, you gain the following Channel the Force option.

\n
\n

UNBALANCING BLOCK

\n

When you are hit with a melee weapon attack, and you are wielding a lightweapon with which you are proficient, you can use your reaction and expend a use of your Channel the Force to add your Wisdom or Charisma modifier (your choice, minimum of +1) to your AC for that attack, potentially causing the attack to miss you.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"kk16fzUU7IFma2Vj","name":"Multiattack","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 11th level, you gain one of the following features of your choice.

\n
\n
\n

VOLLEY

\n

You can use your action to make a ranged attack against any number of creatures within 10 feet of a point you can see within your weapon’s range. You must have ammunition for each target, as normal, and you make a separate attack roll for each target.

\n
\n

WHIRLWIND ATTACK

\n

You can use your action to make melee attacks against any number of creatures within 5 feet of you, with a separate attack roll for each target.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Hunter 11"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"kqAjfLAtsOo8xdrX","name":"Sleight of Foot","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 9th level, when a creature moves to within 5 feet of you, you can use your reaction to move up to half your speed away from the creature without provoking opportunity attacks. You must end this movement further from the creature than you started.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ktNY0EzlYaTBkNs1","name":"Enforcer","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you would make an unarmed strike or attack with an improvised weapon with advantage, you can choose to forgo the advantage. If you do so, your critical hit range increases by 1 for that attack, and on a hit, you deal maximum damage instead of rolling.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"kzwSN9SabKgWZZvU","name":"Danger Sense","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

At 3rd level, you gain an uncanny sense of when things nearby aren't as they should be, giving you an edge when you dodge away from danger.

\n

You have advantage on Dexterity saving throws against effects that you can see, such as traps and powers. To gain this benefit, you can't be blinded, deafened, or incapacitated.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"lHfSIS1I14hKp6wO","name":"Discoveries (Doctor)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you select this pursuit, you gain access to new discoveries which reflect the progress of your studies into the medical arts. Whenever you learn a new discovery, you can choose from any of the following as well. The discoveries are listed in alphabetical order.

\n
\n
\n

ADVANCED REMOTE HEALER

\n

Prerequisite: 12th level
The range of your Remote Healer feature increases to 60 feet.

\n
\n

EXPERIMENTAL TREATMENTS

\n

Your medication and treatments are known to be untested and unstable. Immediately after you use a maneuver that causes a creature to regain hit points or gain temporary hit points, you can choose to roll on the Side Effects table below. The condition or effect lasts until the creature completes a long rest, or you use this feature again.

\n

You can use this feature a number of times equal to your Intelligence modifier. You regain all expended uses when you finish a short or long rest.

\n

Side Effects

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
d20Side Effects
1The creature turns out to be allergic to this specific treatment. Every ability score is reduced by 1.
2The creature starts sneezing uncontrollably. Any attack rolls with a die roll value of 19 results in a miss due to a poorly timed sneeze.
3The creature’s legs become swollen. The creature gains 1 slowed level.
4The creature becomes one size larger or smaller.
5The skin at their joints turns into a wooden material, giving them a bonus of +2 to AC.
6The creature’s body starts producing powerful stomach acid in high amounts. The creature can use an action to spew stomach acid in a 15 feet cone. The DC for this saving throw equals 8 + your proficiency bonus + your Constitution modifier. A creature takes 2d6 acid damage on a failed save, and half as much damage on a successful one. The damage increases to 3d6 at 5th level, 4d6 at 11th level, and 5d6 at 17th level.
7The creature becomes mute and has uncontrollable gas. They have disadvantage on Dexterity (Stealth) checks that rely on smell.
8The creature’s eyes glows bright red. The creature also gains darkvision, but if they already have darkvision they get a light headache instead.
9The creature gains advantage on perception checks based on hearing, but everything seems uncomfortably loud to them. They gain vulnerability to sonic damage.
10The treatment slows down their brain function, reducing their Intelligence by 4.
11The creature’s skin turns dark purple. If they are already purple, they turn bright pink instead.
12The creature becomes covered in sickly, green pustules. When the creature is hit by a melee attack, the attacker takes 1d4 poison damage.
13The creature’s skin starts to seriously bloat up from internal pressure build-up, and a strong impact may cause it to explode. Whenever the creature takes damage, the creature has to pass a concentration check or the creature takes kinetic damage equal to half their maximum hit points. Other creatures within 10 feet of the explosion also take a fourth of the damage. Once this explosion occurs, their skin becomes very soft.
14The creature rapidly grows body hair all over, including the face, until they resemble a wookiee. If they are already a wookiee, the reverse effect occurs; all hair immediately falls off, leaving the skin bare.
15The creature’s body temperature fluctuates to extremes. They gain resistance to cold and fire damage.
16The creature becomes ravenous. Every hour they haven’t eaten a meal they gain a level of exhaustion.
17The creature believes they are the chosen one.
18The creature has a difficult time resting. The amount they heal from Hit Dice is now halved.
19The creature’s movement speed is increased by 15 feet, and opportunity attacks on them have disadvantage.
20The creature gains 10d10 hit points, and they feel happy and carefree.
\n
\n

FROM THE BRINK

\n

Prerequisite: 7th level
If the target of your Critical Analysis feature would be reduced to 0 hp, you may use your reaction and end your Critical Analysis feature to have them be reduced to 1 hp instead. Once a creature has benefited from this feature, they must complete a long rest before they can do so again.

\n
\n

HEALTH ADVISOR

\n

Whenever a creature that is a target of your Critical Analysis feature begins their turn, you can use your reaction to give them temporary hit points equal to one-fourth your scholar level (rounded down) + your Intelligence modifier (minimum of one) which last until the start of their next turn.

\n
\n

PATIENT PROTECTOR

\n

Prerequisite: 5th level
When you attack creatures that are within 5 feet of an ally that is the target of your Critical Analysis feature, attack rolls and damage rolls made on them with a finesse or ranged weapon may use your Intelligence modifier instead of Strength of Dexterity.

\n
\n

SURGICAL PRECISION

\n

Prerequisite: 5th level
When you hit a creature that is the target of your Critical Analysis feature with a weapon attack, it takes additional damage equal to your Dexterity modifier.

\n
\n

TEND THE WOUNDED

\n

If you or any friendly creatures you can touch regain hit points by spending one or more Hit Dice at the end of a short rest, each of those creatures regain 1d4 extra hit points.

\n

This die increases when you reach certain levels in this class: 1d6 at 5th level, 1d8 at 9th level, 1d10 at 13th level, and to 1d12 at 17th level.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"lKdZc6xD5FCHns3V","name":"Ability Score Improvement (Fighter)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you reach 4th level, and again at 6th, 8th, 12th, 14th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can’t increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"lLNBqCC6iexP68We","name":"Trick Shooter","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn a number of trick shots you can use to debilitate enemies and impress allies. When you deal Sneak Attack damage to a creature, you may choose to forgo two of your Sneak Attack dice to make the attack a trick shot.

\n

Some of your trick shots require your target to make a saving throw to resist the trick shot’s effects. The saving throw DC is calculated as follows:

\n
\n

Trick Shot save DC = 8 + your proficiency bonus + your Dexterity modifier

\n
\n
\n

BLINDING SHOT

\n

You attempt to blind the target. The target must make a Constitution saving throw or be blinded until the end of your next turn.

\n
\n

BRUTAL SHOT

\n

You attempt to knock the target prone. The target must make a Strength saving throw or be knocked prone.

\n
\n

HAMPERING SHOT

\n

You attempt to hobble the enemy’s movement. The target must make a Dexterity saving throw. If it fails, its movement speed is reduced by half and it makes Dexterity saving throws with disadvantage until the end of its next turn.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"liI3fHP0qjCq0N5X","name":"Combat Superiority","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 2nd level, you learn maneuvers that are fueled by special dice called superiority dice.

\n

MANEUVERS

\n

You learn two maneuvers of your choice, which are detailed under “Maneuvers” below, and you earn more at higher levels, as shown in the Maneuvers Known column of the fighter table. Many maneuvers enhance an attack in some way. You can use only one maneuver per attack, and you may only use each maneuver once per turn.

\n

Each time you learn new maneuvers, you can also replace one maneuver you know with a different one.

\n

SUPERIORITY DICE

\n

You have two superiority dice, which are d4s, and you earn more at higher levels, as shown in the Superiority Dice column of the fighter table. A superiority die is expended when you use it. You regain all of your expended superiority dice when you finish a short or long rest.

\n

SAVING THROWS

\n

Some of your maneuvers require your target to make a saving throw to resist the maneuver’s effects. The saving throw DC is calculated as follows:

\n
\n

Maneuver save DC = 8 + your proficiency bonus + your Strength or Dexterity modifier (your choice)

\n
\n

MANEUVERS

\n

The maneuvers are presented in alphabetical order.

\n
\n
\n

COMMANDER’S STRIKE

\n

When you take the Attack action on your turn, you can forgo one of your attacks and use a bonus action to direct one of your companions to strike. When you do so, choose a friendly creature who can see or hear you and expend one superiority die. That creature can immediately use its reaction to make one weapon attack, adding the superiority die to the attack’s damage roll.

\n
\n

DISARMING ATTACK

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to disarm the target, forcing it to drop one item of your choice that it’s holding. You add the superiority die to the attack’s damage roll, and the target must make a Strength saving throw. On a failed save, it drops the object you choose. The object lands at its feet.

\n
\n

DISTRACTING STRIKE

\n

When you hit a creature with a weapon attack, you can expend one superiority die to distract the creature, giving your allies an opening. You add the superiority die to the attack’s damage roll. The next attack roll against the target by an attacker other than you has advantage if the attack is made before the start of your next turn.

\n
\n

EVASIVE FOOTWORK

\n

When you move, you can expend one superiority die, rolling the die and adding the number rolled to your AC until you stop moving.

\n
\n

FEINTING ATTACK

\n

You can expend one superiority die and use a bonus action on your turn to feint, choosing one creature within 5 feet of you as your target. You have advantage on your next attack roll against that creature. If that attack hits, add the superiority die to the attack’s damage roll.

\n
\n

GOADING ATTACK

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to goad the target into attacking you. You add the superiority die to the attack’s damage roll, and the target must make a Wisdom saving throw. On a failed save, the target has disadvantage on all attack rolls against targets other than you until the end of your next turn.

\n
\n

LUNGING ATTACK

\n

When you make a melee weapon attack on your turn, you can expend one superiority die to increase your reach for that attack by 5 feet. If you hit, you add the superiority die to the attack’s damage roll.

\n
\n

MANEUVERING ATTACK

\n

When you hit a creature with a weapon attack, you can expend one superiority die to maneuver one of your comrades into a more advantageous position. You add the superiority die to the attack’s damage roll, and you choose a friendly creature who can see or hear you.

\n

That creature can use its reaction to move up to half its speed without provoking opportunity attacks from the target of your attack.

\n
\n

MENACING ATTACK

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to frighten the target. You add the superiority die to the attack’s damage roll, and the target must make a Wisdom saving throw. On a failed save, it is frightened of you until the end of your next turn.

\n
\n

PARRY

\n

When another creature damages you with a melee attack, you can use your reaction and expend one superiority die to reduce the damage by the number you roll on your superiority die + your Dexterity modifier.

\n
\n

PRECISION ATTACK

\n

When you make a weapon attack roll against a creature, you can expend one superiority die to add it to the roll. You can use this maneuver before or after making the attack roll, but before any effects of the attack are applied.

\n
\n

PUSHING ATTACK

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to drive the target back. You add the superiority die to the attack’s damage roll, and if the target is Large or smaller, it must make a Strength saving throw. On a failed save, you push the target up to 15 feet away from you.

\n
\n

RALLY

\n

On your turn, you can use a bonus action and expend one superiority die to bolster the resolve of one of your companions. When you do so, choose a friendly creature who can see or hear you. That creature gains temporary hit points equal to the superiority die roll + your Charisma modifier.

\n
\n

RIPOSTE

\n

When a creature misses you with a melee attack, you can use your reaction and expend one superiority die to make a melee weapon attack against the creature. If you hit, you add the superiority die to the attack’s damage roll.

\n
\n

SWEEPING ATTACK

\n

When you hit a creature with a melee weapon attack, you can expend one superiority die to attempt to damage another creature with the same attack. Choose another creature within 5 feet of the original target and within your reach. If the original attack roll would hit the second creature, it takes damage equal to the number you roll on your superiority die. The damage is of the same type dealt by the original attack.

\n
\n

TRIP ATTACK

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to knock the target down. You add the superiority die to the attack’s damage roll, and if the target is Large or smaller, it must make a Strength saving throw. On a failed save, you knock the target prone.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"lmeny3CW1A6YZ9KH","name":"Mastery of Death","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 11th level, when you are reduced to 0 hit points, you can expend 1 focus point (no action required) to have 1 hit point instead.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"lodf5wG7aGu4dWW0","name":"Improved Suppression","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you cast a force power that requires you to make an ability check as a part of casting that power, such as sever force or force suppression, you add your proficiency bonus to that ability check.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"lzjIEK50kr1cwqUt","name":"Rock Steady","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this specialty at 3rd level, you have learned to use the heft of your weapon to root yourself in place. At the end of each of your turns, if you move less than half your speed while wielding a weapon with the heavy or strength properties, you have advantage on saving throws to avoid being restrained, moved, or knocked prone. This advantage lasts until the end of your next turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"m15815dwhOhsvV9M","name":"Greater Inspiring Surge","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, you can choose two allies within 60 feet of you, rather than one, when you using your Inspiring Surge feature.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"m1wUOAShOy5PFr5Q","name":"Adaptive Techie","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, when you complete a long rest, you can choose up to a number of tech powers you know equal to half your Intelligence modifier (rounded down) and replace them with another tech power, as long as that power is not of a higher level than your Max Power Level.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Mastermind 7"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"mBAKzGlZCTBHXE9K","name":"Totemic Might","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you can channel the power of your Force awareness temporarily. As a bonus action, you can gain the following benefits for 1 minute. You can invoke a totem as a part of this same bonus action.

\n
    \n
  • Your carrying capacity and the weight you can push, drag, or lift doubles. If it would already double, it instead triples.
  • \n
  • You have advantage on Strength checks and Strength saving throws.
  • \n
  • Your weapon attacks deal an extra 1d6 damage.
  • \n
\n

This effect ends early if you are incapacitated or die. You can use this feature twice. You regain all expended uses of it when you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":2,"max":2,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"mL3FpyONz4Ota9J8","name":"One With Darkness","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 11th level, you have learned to become one with the shadows. When you are in an area of dim light or darkness, you can use your action to become invisible. You remain invisible until you make an attack, cast a power, or are in an area of bright light.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"mMHcv3kuR9Ef8Sin","name":"Nemesis","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 11th level, when you score a critical hit or reduce a creature to 0 hit points on your turn, you can use your bonus action to force one creature of your choice that you can see within 30 feet of you to make a Wisdom saving throw against your tech save DC. On a failed save, a creature becomes frightened of you for 1 minute. At the end of each of the creature’s turns it repeats this saving throw, ending the effect on a success.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Scout: Slayer 11"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"mMnPYQB0HIHd5tQu","name":"Culinary Knowledge","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this pursuit at 3rd level, you gain proficiency with chef’s kits and your choice of Nature or Survival skills.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"mNXuHAozg3qRMjRW","name":"Foe Slayer","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 20th level, you become an unparalleled hunter. Your Strength or Dexterity score increases by 2, and your Intelligence score increases by 2. Your maximum for those scores increases by 2.

\n

Additionally, once on each of your turns, you can add your Intelligence modifier to the attack roll or the damage roll of an attack you make. You can choose to use this feature before or after the roll, but before any effects of the roll are applied.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"mUQpy94CIAOkbxC1","name":"Survivor","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, you attain the pinnacle of resilience in battle. At the start of each of your turns, you regain hit points equal to 5 + your Constitution modifier if you have no more than half your hit points left. You don’t gain this benefit if you have 0 hit points.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":"Start of your turn, HP is greater than 0 and half or less MaxHP"},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"con","actionType":"heal","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["5+@mod","healing"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"mY6mOTYRUXAGEfaE","name":"Fling People","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, you learn to throw creatures as easily as you throw your weapons. When you successfully grapple a creature, you may immediately throw the creature:

\n

THROW FRIEND

\n

If the creature is a willing ally and volunteers to be grappled, you throw the target into any unoccupied space within 60 feet. That creature may immediately use its reaction to make one melee weapon attack, adding your Strength modifier to the attack’s damage roll.

\n

THROW FOE

\n

If the creature is an opponent, you throw the target into any unoccupied space within 30 feet, where it takes damage equal to your Strength modifier and falls prone.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"mYAWcD7bouvWCW5d","name":"Interconnectedness","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you cast a 5th level or lower force power that deals damage or restores hit points and targets only one creature, the power can instead target two creatures within range and within 5 feet of each other.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"mwFCS2UnVVoYdhzx","name":"Hunter's Prey","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this technique at 3rd level, you gain one of the following features of your choice.

\n
\n
\n

COLOSSUS SLAYER

\n

Your tenacity can wear down the most potent foes. When you hit a creature with a weapon attack, the creature takes an extra 1d8 damage if it’s below its hit point maximum. You can deal this extra damage only once per turn, and this damage is the same type as the weapon’s damage.

\n
\n

GIANT KILLER

\n

When a Large or larger creature within 5 feet of you hits or misses you with an attack, you can use your reaction to attack that creature immediately after its attack, provided that you can see the creature.

\n
\n

HORDE BREAKER

\n

Once on each of your turns when you make a weapon attack, you can make another attack with the same weapon against a different creature that is within 5 feet of the original target and within range of your weapon, no action required.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Hunter 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"n1nSwzit7F7yg7dh","name":"Potent Techcasting","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, when you miss with a tech attack roll, or a creature succeeds on a saving throw against a tech power you cast, you can expend one use of your Potent Aptitude to overwhelm them. Roll the die, and either add it to the attack roll or subtract it from their saving throw.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Bonus Proficiencies (Consular: Tutelage)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

You gain proficiency in your choice of Intimidation or Persuasion.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"n2T7oiP0MfoQ0Sds"} +{"_id":"n6vcm8JRdZFZCA2t","name":"Head Shot","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 9th level, you are at your deadliest when your enemies are unaware of the danger they are in. You have advantage on attack rolls against any creature that hasn’t taken a turn in combat yet.

\n

Additionally, any hit you score against a creature that is surprised is a critical hit.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"nAhvOtXjT3qlVXzp","name":"Bulwark","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 15th level, you can extend the benefit of your Indomitable feature to an ally. When you decide to use Indomitable to reroll an Intelligence, a Wisdom, or a Charisma saving throw and you aren’t incapacitated, you can choose one ally within 60 feet of you that also failed its saving throw against the same effect. If that creature can see or hear you, it can reroll its saving throw and must use the new roll.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"nJptqQFdwgm0KG76","name":"Emergency Supplies","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you are prepared to assist allies with specially prepared, instantly effective supplements. When an ally is the target of your Critical Analysis feature and within 5 feet of you, you may expend a superiority die and give that ally the benefits of any maneuver exclusive to the Chef Pursuit, regardless of whether or not you’ve chosen it.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"nM3c4otxIdL30PoV","name":"Channel the Force (Juyo/Vapaad)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, you gain one of the following Channel the Force options. Choose Snap Aggression for Juyo or Assertive Defense for Vapaad.

\n
\n

SNAP AGGRESSION

\n

If you are surprised at the start of combat and aren’t incapacitated, you can expend a use of your Channel the Force to act normally on your first turn.

\n
\n

ASSERTIVE DEFENSE

\n

When you reduce the damage dealt by a force power to 0 using the saber reflect power, and you’re wielding a lightweapon or vibroweapon, you can expend a use of your Channel the Force to reflect the attack at a target within range, regardless of what type the damage is.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"nQap8Befe2Snu9JE","name":"Personal Teleporter","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this technique at 3rd level, you can use portable teleporters as a bonus action, instead of an action.

\n

Additionally, while you are wielding a tech focus, you can use your bonus action to create a pair of linked portals: one portal appears in a space within 5 feet of you, and the other portal appears in an unoccupied space you can see up to 30 feet away. These portals last until the start of your next turn, and they are large enough to accommodate Medium and smaller creatures and objects. Portals take the appearance of an elongated, shimmering mirror, and looking through a portal, a creature can see through the linked portal as if looking through a window. A creature or object who passes through a portal immediately appears in a space within 5 feet of the linked portal. You can use your reaction to end your portals early. If a creature is partially within your portals, it is shunted back to the space it previously occupied and it must make a Dexterity saving throw against your a tech save DC. On a failed save, it takes energy damage equal to your scout level + your Intelligence modifier.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you complete a short or long rest. At the beginning of each of your turns while you have a pair of portals active, you can expend a use of this feature to extend the duration of the portals until the start of your next turn (no action required).

\n

The distance at which you can create portals increases at higher levels. It increases to 60 feet at 5th level, 90 feet at 9th level, 150 feet at 13th level, 300 feet at 17th level, and 1,000 feet at 20th level.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Teleporter 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"nT6AfpQXSZ4IeChO","name":"Freedom Through Slavery","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, while you are raging or experiencing the high of a substance, you have advantage on saving throws that would force you to act against your will, be frightened, or prevent you from attacking a creature. If you are both raging and experiencing the high of a substance, you are instead immune to effects that would force you to act against your will or would prevent you from attacking a creature.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"nal6YefqnoMzxubD","name":"Returning Attacks","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, any weapon you throw can ricochet back to you at your command. When you make a thrown weapon attack, you may have the weapon fly back to your hand immediately after the attack.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ne50wp4wQ8CIDccd","name":"Manipulate Life Force","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting when you choose this tradition at 3rd level, when you reduce a hostile creature to 0 hit points with a force power, or restore hit points to a creature with 0 hit points with a force power, you gain temporary hit points equal to half your consular level (rounded down) + your Wisdom or Charisma modifier (your choice, minimum of one).

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"neI83QoBohA6gEqz","name":"Stalker's Dodge","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 15th level, whenever a creature attacks you and does not have advantage, you can use your reaction to impose disadvantage on the creature’s attack roll against you. You can use this feature before or after the attack roll is made, but it must be used before the outcome of the roll is determined.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Scout: Stalker 15"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"nov1Wc7APmyVdzJ4","name":"Combat Tech","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you use your action to cast a tech power, you can make one weapon attack as a bonus action.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"nyjlNDLKGtETTzDY","name":"Form Basics (Niman)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the Niman lightsaber form, detailed in Chapter 6. If you already know this form, you can instead choose another lightsaber form. You can’t take a lightsaber form option more than once, even if you later get to choose again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"o3GycrtP08UoO2s0","name":"Scattering Stance","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, when you take the Dodge action, until the start of your next turn you gain a number of special reactions equal to your proficiency bonus that you can only use for your Intercept feature. You can only take one reaction per turn.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"o8xQO9rBLDUXqoq3","name":"Phasestorm","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 15th level, you can use your action to dart across the battlefield, striking up to six such creatures that you can see within 30 feet. You immediately move to each creature in succession without provoking opportunity attacks, after which you return to the space in which you started. Each creature must make a Dexterity saving throw (DC = 8 + your bonus to attacks with your weapon). A creature takes normal weapon damage on a failed save, or half as much damage on a successful one. If you are wielding separate weapons in each hand with which you are proficient, a creature makes this save with disadvantage, and takes additional damage equal to your Wisdom or Charisma modifier (your choice, minimum of one) on a failed save if the damage doesn’t already include that modifier.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":6,"width":null,"units":"","type":"enemy"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"flat"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"oSSRYaeVsdcZQ5KW","name":"Intimidating Presence","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, you can use your action to frighten someone with your menacing presence. When you do so, choose one creature that you can see within 30 feet of you. If the creature can see or hear you, it must succeed on a Wisdom saving throw (DC = 8 + your proficiency bonus + your Charisma modifier) or be frightened of you until the end of your next turn. On subsequent turns, you can use your action to extend the duration of this effect on the frightened creature until the end of your next turn. This effect ends if the creature ends its turn out of line of sight or more than 60 feet away from you.

\n

If the creature succeeds on its saving throw, it becomes immune to this feature for 24 hours.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"oVrxpyekQy3Wnito","name":"Experimental Overrides","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, you gain a modicum of control over your surges. Whenever you roll on the Unstable Engineering Surge table and use one of your overrides, you can choose either total.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"oYss1VOh4MUYVx09","name":"Superior Droid Defense","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, whenever an attacker that your droid can see hits it with an attack, it can use its reaction to halve the attack’s damage against it.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"oiT3TJxzRWPKAX9E","name":"Bantha's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Prerequisite: 7th level
Your carrying capacity and the weight you can push, drag, or lift doubles. If it would already double, it instead triples. Additionally, you have advantage on Strength checks made to push, pull, lift, or break objects.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"oj5YJYw3sN0iB3An","name":"Panacea","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Once you’ve reached 17th level, you’ve developed the formula to concoct a cure-all miracle solution: a panacea. Over the course of 10 minutes, you can expend rare medical supplies worth 1,000 cr to create your panacea in a simple syringe. The panacea retains its potency for 24 hours. As a bonus action, a creature can use the panacea. Alternatively, as an action, they can administer it to another creature within 5 feet.

\n

The target has its exhaustion level reduced by one and regains all of its hit points. If the target is diseased, poisoned, paralyzed, or stunned, the condition ends.

\n

Once you create a panacea, you can’t create another until you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ojtZlS89GEGWXnwP","name":"Ricochet Shot","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 13th level you learn how to work all the angles. Once per turn, when you take the Attack action and miss with a ranged weapon attack, you can repeat the attack against a different target within 10 feet of the original target (no action required).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"orh1WLvpakTpsitA","name":"Expertise (Scholar)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 3rd level, choose two of your skill proficiencies, or one of skill proficiencies and one of your tool proficiencies, or two of your tool proficiencies. You gain expertise in those skills or tools.

\n

At 10th level, you can choose another two proficiencies (in skills or tools) to gain this benefit.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ow8lboCU7nSy3dyd","name":"Supreme Healing","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, when you would normally roll one or more dice to restore hit points with a power, you instead use the highest number possible for each die. For example, instead of restoring 2d6 hit points to a creature, you restore 12.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"oyj6hBqv5Qk4rJVQ","name":"Entropic Rush","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 7th level, you’ve learned to move with speed and precision, discharging your lightning in a massive burst. When you move at least half your speed before casting lightning charge, you make the attack roll with advantage. Additionally, on a hit, the lightning can leap a second time, to a third creature within range or back to the first creature.

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Agression 7"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"p1EP6FF3RmWNr44d","name":"Calm Within the Storm","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, the precision with which you act during your rage causes you to become a storm of reactive lethality. When you use your Reckless Attack feature, you can make a number of opportunity attacks equal to your proficiency bonus without using your reaction, and when a creature within 5 feet of you misses you with an attack, you can use your reaction to make a melee weapon attack using Dexterity against that creature. You can only take one reaction per turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"p3pkLOyrjIOHwMQS","name":"Distracting Shot","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 13th level, you are able to defend your compatriots from afar. When a friendly creature you can see within your weapon’s normal range is the target of a ranged attack, or forced to make a saving throw, and the source of the effect is within your weapon’s normal range, you can use your reaction to make a ranged weapon attack against the source. On a hit, instead of dealing damage, the target of your attack has disadvantage on the attack roll against your ally, or your ally has advantage on the saving throw to resist the effect.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"pMEmIt3NWThbee8k","name":"Feral Impulse","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

By 7th level, your instincts are so honed that you have advantage on initiative rolls.

\n

Additionally, if you are surprised at the start of combat and aren't incapacitated, you can act normally on your first turn, but only if you enter your rage before doing anything else on that turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"pNxTO7UhVKYIbDkz","name":"Stop Hitting Eachother","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, you can grapple creatures two sizes larger than you, instead of one.

\n

Additionally, you can use creatures you have grappled that are at least one size smaller than you as improvised weapons. When you do so, when you hit with an attack using a creature as a weapon, it takes damage equal to your Strength modifier. While raging, you can instead use creatures your size or smaller as improvised weapons.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"pPKLvM4RC2l1oLQi","name":"Dazzling Steps","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to conduct impressive displays of grace and speed in combat. While you aren’t wearing medium or heavy armor or wielding a medium or heavy shield, and you take the Attack action on your turn and attack with a weapon with either the light or finesse properties, your walking speed increases by 10 feet until the end of the turn, and if you deal Sneak Attack damage, you may choose to forgo two of your Sneak Attack dice to make the attack a dazzling step.

\n

Some of your dazzling steps require your target to make a saving throw to resist the dazzling step’s effects. The saving throw DC is calculated as follows:

\n
\n

Dazzling Step save DC = 8 + your proficiency bonus + your Charisma modifier

\n
\n
\n

DEFENSIVE STEP

\n

You defend yourself from further attack. Roll two Sneak Attack dice. You gain temporary hit points that last until the start of your next turn equal to the amount rolled.

\n
\n

MOBILE STEP

\n

You twist and twirl around the target. The target must make a Strength saving throw. A Huge or larger creature automatically succeeds. On a failed save, it is pushed back 5 feet, and you can immediately move into the space it just vacated without provoking opportunity attacks.

\n
\n

OFFENSIVE STEP

\n

Choose another creature that you can see within your reach. The creature must make a Dexterity saving throw. On a failed save, roll two Sneak Attack dice. The creature takes damage equal to the amount rolled. This damage is of the same as your weapon’s damage.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Now I Am the Master","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, your companion has learned almost all that it can from you. As an action on its turn, your companion can take the lead, gaining the following benefits for 1 minute:

\n
    \n
  • It gains temporary hit points equal to twice its level.
  • \n
  • Once per turn, when it deals damage or restores hit points, it can roll an additional die.
  • \n
  • It gains resistance to kinetic and energy damage.
  • \n
\n

This effect ends early if your companion is incapacitated or dies. Once your companion has used this feature, it can’t use it again until it finishes a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"pPyeqnE1GnMeG1og"} +{"_id":"pW0ObQnHARhqg4V0","name":"Scout Routine","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 3rd level, you’ve developed one routine, as detailed below. You develop an additional routine at 7th and 15th level.

\n
\n

SCOUT ROUTINES

\n

The routines are presented in alphabetical order. If multiple scouts grant the same routine, affected creatures can only benefit from it once. You must be conscious to grant the benefit of your routines.

\n

At 9th level, the range of your routines increases to 15 feet, and at 17th level, the range of these routines increases to 30 feet.

\n

ADAPTABILITY ROUTINE

\n

At the start of each of your turns, you can choose an ability score with a saving throw in which you are not proficient. Until the start of your next turn, you add half your proficiency bonus, rounded down, to saving throws you make with the chosen ability. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n

MAVEN’S ROUTINE

\n

At the start of each of your turns, you can choose to gain resistance to damage from tech powers until the start of your next turn. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n

MESMER’S ROUTINE

\n

At the start of each of your turns, you can choose to have advantage on saving throws against effects that would incapacitate you or put you to sleep until the start of your next turn. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n

NOMAD’S ROUTINE

\n

At the start of each of your turns, you can choose to gain advantage on Constitution saving throws to avoid exhaustion from unenhanced sources, as well as being naturally adapted to both hot and cold climates. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n

RESPONDER’S ROUTINE

\n

When you roll initiative, you can choose to add your proficiency bonus to the initiative roll and have advantage on attack rolls against creatures that have not yet acted. Alternatively, you can choose to allow each creature within 5 feet of you, including you, to add half your proficiency bonus to the initiative roll and have advantage on the first attack roll they make against a creature that has not yet acted.

\n

SHARPSHOOTER’S ROUTINE

\n

At the start of each of your turns, you can choose to gain a bonus to the first weapon attack roll you make before the start of your next turn equal to your Intelligence modifier. Alternatively, you can choose to allow each creature within 5 feet of you, including you, to add half your Intelligence modifier to the first weapon attack roll they make before the start of your next turn.

\n

STRIDER’S ROUTINE

\n

At the start of each of your turns, you can choose to have each slowed level only reduce your speed by 5 feet, unless it would reduce your speed to 0 until the start of your next turn. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

\n

WARDEN’S ROUTINE

\n

At the start of each of your turns, you can choose to gain a climbing and swimming speed equal to your walking speed. Alternatively, you can choose to extend this benefit to friendly creatures within 5 feet of you, except for you.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"pWu7ql7UFckNjgmK","name":"Subtle Presence","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, you’ve learned how to weave the Force around you in a cloak of your choice. As an action, you can focus the Force for 10 minutes. For the duration, you gain your choice of one of the following effects.

\n

You can use each feature once. You regain all expended uses when you complete a long rest.

\n
\n

CLOAK OF FRIGHT

\n

Each creature of your choice that is within 60 feet must succeed on a Wisdom saving throw against your universal force save DC or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.

\n
\n

CLOAK OF INVISIBILITY

\n

You and everything you are wearing or carrying become invisible to creatures of your choice. If you damage a creature or affect it with a force power, it can make a Wisdom saving throw against your universal force save DC. On a success, you are no longer invisible to that creature.

\n
\n

CLOAK OF MEMORY

\n

Creatures that see you or any allies within 30 feet of you during this time cannot recall your physical appearances, your mannerisms, or any other identifying features.

\n

Creatures that interact with you must make a Wisdom saving throw against your universal force save DC once the interaction ends. You can choose to exclude a creature from this effect. On a failed save, the creature forgets all details of the interaction, rationalizing any of its outcomes.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":10,"units":"minute"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":null,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"pd9SrIEnZ04Ihwtw","name":"Force-Empowered Strikes","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 2nd level, when you hit a creature with a melee weapon attack, you can expend force points to deal additional damage to the target, which is the same type as the weapon’s damage. The additional damage is 1d8 for each point spent in this way. You can’t deal more additional damage than the amount shown in the Focused Strikes column of the guardian table.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"pn1DjMFXPNTfFIME","name":"Shielded Thoughts","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, your thoughts can’t be read by telepathy or other means unless you allow it. You also have resistance to psychic damage, and whenever a creature deals psychic damage to you, that creature takes the same amount of damage that you do.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"pnIrrDmqB5GosVJC","name":"Led by the Force","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 1st level, you can add half your proficiency bonus, rounded down, to any ability check you make that doesn’t already include your proficiency bonus.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"pq8vFXNw4RsrMQd2","name":"Relentless Assault (Berserker: Juggernaut)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, you’re able to charge in unerring bursts. As an action, you can charge up to twice your speed in a straight line without provoking opportunity attacks. Each creature within 5 feet of your path must make a Strength or Dexterity saving throw (DC = 8 + your proficiency bonus + your Strength modifier, the target chooses the ability they use use). On a failed save, a creature takes damage equal to your Strength modifier + your Rage Bonus and is pushed back 5 feet in a direction of your choice. Creatures smaller than you make this save with disadvantage. When you end this movement, if a creature is within 5 feet of you, you can make one melee weapon attack (no action required). On a hit, the creature takes additional damage equal to your berserker level.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"pqpMDla2xTiLKmQz","name":"Master of Dance","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 17th level, your confidence when putting on a show has extended into combat. You add your Charisma modifier to initiative checks. Additionally, any creature who fails a saving throw against your Dazzling Step save DC has disadvantage on the first attack roll they make against you each turn until the end of your next turn.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"prxRkZuc0ZzVhJxt","name":"Whirlwind Attack","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 15th level, you can use your action to make melee attacks against any number of creatures within 5 feet of you, with a separate attack roll for each target.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"psCyhE5cHf06gu6A","name":"Additional Maneuvers (Scholar: Archaeologist)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, you gain access to new maneuvers which reflect the progress of your studies into ancient civilizations. Whenever you learn a new maneuver, you can choose from any of the following as well. The maneuvers are listed in alphabetical order.

\n
\n
\n

FORCE RESONANCE

\n

Immediately after you deal damage to a target with a force attack, you can expend a superiority die and target a second creature that you can see within 30 feet of the first creature. Roll the die, and the second creature takes force damage equal to the roll + your forcecasting modifier.

\n
\n

FORTUNE AND GLORY

\n

When you would make a weapon attack against a target within 30 feet, you can instead manipulate the Force to expend a superiority die and make a Sleight of Hand check using your universal forcecasting ability to plant something on the target, conceal an object on the target, lift the target's purse, or take something from its pocket. Roll the superiority die, and add the result to the check.

\n
\n

FOSSIL FUELED

\n

When you would spend force points to cast a force power, you can instead expend a superiority die to cast the power. When you do so, you take necrotic damage equal to the number rolled + your forcecasting modifier + twice the power's level. This damage cannot be reduced in any way.

\n

For each additional time you use this maneuver without taking a short or long rest, roll and additional superiority die of damage.

\n
\n

ONE WITH THE FORCE

\n

Once per turn, when you make a Constitution saving throw to maintain concentration on a force power, you can expend a superiority die and add the number rolled to the saving throw.

\n
\n

OVERWHELMING WIT

\n

Once per round, when a creature secceds on a force power you cast that requires a Wisdom or Charisma saving throw, you can expend a superiority die to make a universal forcecasting ability check with proficiency, substituting the result of the roll for the save DC for that power.

\n
\n

MIND OVER MYSTERY

\n

When you are forced to make a saving throw against a force power or effect you can see, you can expend a superiority die to change the saving throw to an Intelligence saving throw.

\n
\n

SHORT ROUND

\n

When you cast a force power of 1st-level or higher that has a casting time of 1 action, you can expend a superiority die to change the casting time to 1 bonus action for this casting.

\n
\n

STRIKEFORCE

\n

When you make a melee weapon attack against a creature, you can expend one superiority die and add the number rolled to the attack roll. On a hit, the target takes additional force damage equal to the number rolled.

\n
\n

YOU CALL THIS ARCHAEOLOGY?

\n

When you or an ally that you can see reduces a hostile creature to 0 hit points, you can use a reaction and expend a superiority die to give yourself or that ally temporary hit points equal to the number rolled + your forcecasting ability modifer.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ptnCEo5giZPvVded","name":"Mark of the Deadeye","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, the range of your Ranger’s Quarry feature doubles. Additionally, when making ranged weapon attacks against the target of your Ranger’s Quarry, the normal and long range of your ranged weapons double.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Deadeye 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"pwueAEbCrrWYKDFy","name":"Bonus Proficiencies (Sentinel: Witchcraft)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

You gain proficiency in the Animal Handling skill.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Witchcraft 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"pzqCxV7BEjZ6UN1h","name":"Residual Warp","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, when you use your Personal Teleporter feature, you can place your portal in a place you’ve visited in the last 10 minutes, provided you can remember it, as opposed to a place you can see. That place must still be within range of your teleporter.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Teleporter 7"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"q2CS3xB1EIG0E7Jt","name":"Wild Power","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting when you choose this calling at 3rd level, you learn the enfeeble force power, which does not count against your total powers known. Additionally, you can use Wisdom or Charisma as your forcecasting ability for it, and you can use all three Force-Empowered Self options when you cast it as your action and the target fails its save. Finally, you add your Wisdom or Charisma modifier (your choice, minimum of one) to damage rolls with it.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Witchcraft 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"qE8tqnNJQQYekBrS","name":"Enthralling Vigor","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 13th level, whenever a creature fails a Wisdom or Charisma saving throw against a force power or class feature you use, you can gain temporary hit points equal to half your operative level (rounded down) + your Charisma modifier (minimum of one).

\n

You can use this feature a number of times equal to your Charisma modifier (a minimum of once). You regain all expended uses when you finish a short or long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"heal","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["7","temphp"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"qEB0qRRtzWUeHji7","name":"Glancing Blow","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 15th level, when an attacker that you can see hits you with an attack, you can use your reaction to halve the attack’s damage against you.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"qFyuZ0kIXxJoacCW","name":"Force Resonance","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, once per round, when you hit a creature with your modified lightsaber, you can expend one use of your Potent Aptitude to deal an extra 2d6 damage to that target. The damage is the same type as your modified lightsaber’s damage.

\n

The damage increases when you reach certain levels in this class, increasing to 3d6 at 5th level, 5d6 at 11th level, and 8d6 at 17th level.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"qNNFQgODkmI77xfE","name":"Techcasting (Fighter: Shield)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this specialty at 3rd level, you have derived powers from schematics with the aid of your wristpad. See chapter 10 for the general rules of techcasting and chapter 12 for the tech powers list.

\n

TECH POWERS KNOWN

\n

You learn 3 tech powers of your choice, and you learn more at higher levels, as shown in the Tech Powers Known column of the Shield Specialist Techcasting table. You may not learn a tech power of a level higher than your Max Power Level.

\n

TECH POINTS

\n

You have a number of tech points equal to half your fighter level (rounded up), as shown in the Tech Points column of the Shield Specialist Techcasting table, + your Intelligence modifier. You use these tech points to cast tech powers. You regain all expended tech points when you finish a short or long rest.

\n

MAX POWER LEVEL

\n

Many tech powers can be overcharged, consuming more tech points to create a greater effect. You can overcharge these powers to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Shield Specialist Techcasting table.

\n

You may only cast tech powers at 4th-level once. You regain the ability to do so after a long rest.

\n

TECHCASTING ABILITY

\n

Intelligence is your techcasting ability for your tech powers. You use your Intelligence whenever a power refers to your techcasting ability. Additionally, you use your Intelligence modifier when setting the saving throw DC for a tech power you cast and when making an attack roll with one.

\n
\n

Tech save DC = 8 + your proficiency bonus + your Intelligence modifier

\n
\n

Tech attack modifier = your proficiency bonus + your Intelligence modifier

\n
\n

TECHCASTING FOCUS

\n

You use a wristpad (found in chapter 5) as a techcasting focus for your tech powers.

\n

 

\n

THE SHIELD SPECIALIST

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelTech Powers KnownTech PointsMax Power Level
3rd321st
4th421st
5th531st
6th631st
7th742nd
8th842nd
9th952nd
10th1052nd
11th1162nd
12th1262nd
13th1373rd
14th1473rd
15th1583rd
16th1683rd
17th1794th
18th1894th
19th19104th
20th20104th
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"qT7NSLR6mY5yk2xc","name":"Savage Diplomat","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Your path necessitates that you build relationships with others, for the betterment of your tribe or yourself.

\n

When you choose this approach at 3rd level, you gain proficiency in one of the following skills of your choice: Persuasion or Intimidation. You can choose to learn one language in place of the skill proficiency.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"qUiOXv1Kv6r9W7Md","name":"Forcecasting (Scholar: Archaeologist)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this specialty at 3rd level, you have learned powers from you studies of civilizations that were also once close to the Force. See chapter 10 for the general rules of forcecasting and chapter 11 for the force powers list.

\n

FORCE POWERS KNOWN

\n

You learn 4 force powers of your choice, and you learn more at higher levels, as shown in the Force Powers Known column of the Archaeologist Pursuit Forcecasting table. You may not learn a force power of a level higher than your Max Power Level, and you may learn a force power at the same time you learn its prerequisite.

\n

FORCE POINTS

\n

You have a number of force points equal to your scholar level, as shown in the Force Points column of the Archaeologist Pursuit Forcecasting table, + your Wisdom or Charisma modifier (your choice). You use these force points to cast force powers. You regain all expended force points when you finish a long rest.

\n

MAX POWER LEVEL

\n

Many force powers can be overpowered, consuming more force points to create a greater effect. You can overpower these abilities to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Archaeologist Pursuit Forcecasting table.

\n

You may only cast force powers at 4th-level once. You regain the ability to do so after a long rest.

\n

FORCECASTING ABILITY

\n

Your forcecasting ability varies based on the alignment of the powers you cast. You use your Wisdom for light side powers, Charisma for dark side powers, and Wisdom or Charisma for universal powers (your choice). You use this ability score modifier whenever a power refers to your forcecasting ability. In addition, you use this ability score modifier when setting the saving throw DC for a force power you cast and when making an attack roll with one.

\n
\n

Force save DC = 8 + your proficiency bonus +your forcecasting ability modifier

\n
\n

Force attack modifier = your proficiency bonus +your forcecasting ability modifier

\n
\n

THE Archaeologist Pursuit

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelForce Powers KnownForce PointsMax Power Level
3rd431st
4th641st
5th751st
6th861st
7th1072nd
8th1182nd
9th1292nd
10th13102nd
11th14112nd
12th15122nd
13th17133rd
14th18143rd
15th19153rd
16th20163rd
17th22174th
18th23184th
19th24194th
20th25204th
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Humanoid Companion (Guardian: Vonil/Ishu)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you’ve adopted a partner, gaining the services of your own humanoid companion.

\n

Create your humanoid companion as detailed in the Companions section of the Customization Options document for Expanded Content.

\n

If your companion dies, or you want to bond with a different one, you must first break the bond with your current companion. Bonding with a new companion takes 8 hours spent in an appropriate location. You may only have one companion at a time.

\n

In addition to its traits and features, your companion gains additional benefits while it is bonded to you:

\n
    \n
  • Your companion gains two additional traits. It gains one more additional trait when you reach 11th level in this class. For each trait in excess of your proficiency bonus, your force point maximum is reduced by 2.
  • \n
\n

Lastly, while bonded and within 10 feet of you, when you or your companion are hit by dealt damage by an external effect, you can choose to have you or your companion gain resistance to that damage. If you do so, the other of the two takes the same damage. This damage can’t be reduced or negated in any way.

\n

At 11th level, your companion must be within 30 feet of you to benefit from this feature. At 17th level, your companion must be within 60 feet.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"qVV2qok1jL1xDZZi"} +{"_id":"qWV5YogZcpZ3Y3xj","name":"Chirodactyl's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Prerequisite: 7th level
While raging, you have blindsight to a range of 30 feet, and you have advantage on Wisdom (Perception) checks that rely on sound, as long as you aren't deafened.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"qgHRPomaepStE22s","name":"Neck Snap","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 17th level, you learn how to immediately remove your grappled opponent from the fight. As an action, you can force a creature grappled by you to make a Constitution saving throw. On a failed save, if the creature has 100 hit points or fewer, it dies. If the target has more than 100 hit points, it immediately takes 10d10 kinetic damage. This damage can’t be reduced in any way.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"qrAYa9BeKBamaauT","name":"Luck of the Fool","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 11th level, you always seem to get a lucky bounce at the right moment. When you make an ability check, an attack roll, or a saving throw and have disadvantage, you can spend 2 focus points to instead have advantage for that roll.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"quoqL3EKsr7gMDCP","name":"Tactical Mastery","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to better command your allies to victory from afar. Your Critical Analysis range is increased to 90 feet.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"r2ZOqWzZzhkUmSoV","name":"Slayer's Pride","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this technique at 3rd level, you have advantage on saving throws against being frightened.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Slayer 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"r3JUIhug7HSPicod","name":"Mystical Erudition","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning when you choose this order at 3rd level, you’ve undergone extensive training in lore from the Jal Shey’s collected knowledge. You learn one language of your choice, and you gain proficiency in your choice of Lore, Medicine, Nature, or Technology. You learn an additional language and an additional skill proficiency from the above list at 11th level.

\n
\n

Additionally, you can strike multiple pressure points to extract crucial details about your foe. Whenever you hit a creature with an unarmed strike, you can learn learn certain information about its capabilities. The GM tells you if the creature has one of the following characteristics of your choice:

\n
    \n
  • Condition immunities
  • \n
  • Damage vulnerabilities
  • \n
  • Damage resistances
  • \n
  • Damage immunities
  • \n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"rFN0AQJq70DP6qpS","name":"Focused Flow","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 13th level, whenever you use a Force-Empowered Self feature, you may instead expend no force points and roll a d4 in place of your Kinetic Combat die.

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Focus 13"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"rIVFUzh21M87bRkp","name":"Beastwarden","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 13th level, your bond with your beast companion strengthens, granting the following benefits while your beast companion is within 20 feet of you:

\n
    \n
  • When you cast a force power that targets only yourself, and your beast companion is within range, you can also target your beast companion with that power.
  • \n
  • If you have darkvision and your beast doesn’t, your beast gains it with the same radius. If your beast has darkvision and you don’t, you gain it with the same radius. If you both have darkvision, you both use the larger radius, which then increases by 30 feet.
  • \n
  • If you have advantage on Perception checks and your beast doesn’t, your beast gains advantage on Perception checks. If your beast has advantage on Perception checks and you don’t, you gain advantage on Perception checks. If you both have advantage on Perception checks, when either of you makes a Perception check with advantage, you can reroll one of the dice once.
  • \n
\n

This radius increases to 30 feet at 18th level.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Witchcraft 13"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"rPOLy96fW96N2UPg","name":"Rage","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 1st level, in battle, you fight with primal ferocity. On your turn, you can enter a rage as a bonus action, if you aren't wearing heavy armor.

\n

While raging, you gain the following benefits:

\n
    \n
  • You have advantage on Strength checks and Strength saving throws.
  • \n
  • When you make a melee weapon attack using Strength, you gain a bonus to the damage roll that increases as you gain levels as a berserker, as shown in the Rage Damage column of the Berserker table.
  • \n
  • You have resistance to kinetic and energy damage.
  • \n
\n

If you are able to cast powers, you can't cast them or concentrate on them while raging.

\n

Your rage lasts for 1 minute. It ends early if you are knocked unconscious, you don heavy armor, or if your turn ends and you haven't attacked a hostile creature or taken damage since your last turn. You can also end your rage on your turn as a bonus action.

\n

Once you have raged the number of times shown for your berserker level in the Rages column of the Berserker table, you must finish a long rest before you can rage again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"recharge":{"value":null,"charged":false}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ra5ZfIpyUpOuRd3A","name":"Mindless Rage","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, you can’t be charmed or frightened while raging. If you are charmed or frightened when you enter your rage, the effect is suspended for the duration of the rage.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"raPAMeGzpxc3NrXj","name":"Multitasker","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 5th level, you can take a second reaction each round. You can only take one reaction per turn.

\n

Additionally, when a friendly creature you can see that can hear you is forced to make a saving throw, you can use your reaction to target them with your Critical Analysis feature.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"rcdavmTFmTdnKHww","name":"Guardian Spirit","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, you learn to invoke your totems to protect your allies. When another creature you can see within 60 feet of you is hit by an attack roll, you can use your reaction to grant a bonus to the creature’s AC against that attack. The bonus equals 1 + your Wisdom or Charisma modifier (your choice, minimum of +2).

","chat":"","unidentified":""},"source":"EC","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"rg7zEbgvpGalvpQC","name":"Fury","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 7th level, you gain one of the following features.

\n

Choose Relentless for Juyo or Punishing Charge for Vapaad.

\n
\n

RELENTLESS

\n

You have advantage on initiative checks, and gain a 10 foot bonus to your speed on your first turn of combat.

\n
\n

PUNISHING CHARGE

\n

When a hostile creature you can see or hear within 30 feet of you casts a force power, you can use your reaction to move up half your speed. You must end this move closer to the enemy than you started. If you end this movement within 5 feet of the creature, and the triggering force power required a ranged attack roll, they have disadvantage on the roll.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"riPd6LYH9XCBUPbI","name":"Force-Empowered Tech","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 7th level, you learn to fully blend your technological aptitude with your use of the Force. You have three such effects: Disruption Pulse, Force Override, and Techcasting Insight. When you use your Force-Empowered Tech, you choose which effect to create.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a short or long rest.

\n
\n
\n

DISRUPTION PULSE

\n

As an action, you can send out a 30 foot cone of electromagnetically-charged energy to overload enemy weapons. Each creature within the cone that is wearing or carrying a weapon with electric components must make an Intelligence saving throw. If the weapon is being worn, this save is made with disadvantage. On a failed save, the first attack they attempt to make with that weapon has disadvantage. A creature with multiple weapons must make a separate save for each weapon.

\n
\n

FORCED OVERRIDE

\n

When you cast a tech power that requires a saving throw, you can impose disadvantage on the save (no action required).

\n
\n

TECHCASTING INSIGHT

\n

As an action, you can attempt to determine another creature’s experience with techcasting. When you do so, you make an Intelligence (Technology) check contested by the target’s Intelligence (Technology) check. If you succeed, you immediately learn the target’s techcasting Max Power Level, as well as any tech powers currently affecting the target.

\n
\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Sentinel: Synthesis 7"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"rkooXE8vPLT1zs0j","name":"Double Swing","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, once on each of your turns when you miss with an attack while raging, you can immediately make a melee attack with the weapon in your other hand.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"rtq7PyIfmJQ0lGX9","name":"Mighty Blast","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, your force powers batter and blast your enemies with the strength of a hurricane. When you cast a force power of 1st level or higher that deals force or kinetic damage, one creature of your choice damaged by that power must make a Strength saving throw against your universal force save DC or be knocked prone.

\n

This feature can affect additional creatures when you reach higher levels: two creatures at 11th level and three creatures at 17th level.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"rwlSmbnx9YtbWOI8","name":"Rising Whirlwind","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 15th level, as an action, you can rush forward up to 30 feet to an unoccupied space you can see without provoking opportunity attacks. Each creature within 5 feet of your path must make a Dexterity saving throw (DC = 8 + your bonus to attacks with your weapon). A creature takes normal weapon damage on a failed save, or half as much on a successful one. If you are wielding separate two light- or vibro-weapons in each hand with which you are proficient, or a weapon with the double property, a creature makes this save with disadvantage, and takes additional damage equal to your Strength or Dexterity modifier (your choice, minimum of one) on a failed save if it doesn’t already include that modifier.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ryOcrJD1zMIca1s6","name":"Fists of Fury","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this approach at 3rd level, you’ve learned to hone your rage through your fists. Your unarmed strike damage increases by one step (from 1 to d4, d4 to d6, or d6 to d8).

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"s0Bf6Sv2exQNH7vK","name":"Unlimited Power","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, you can increase the power of your simpler lightning force powers. When you cast a force power of 6th-level or lower that deals lightning damage, you can deal maximum damage with that power.

\n

You can use this feature with no adverse effects a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). If you use this feature beyond this before you finish a long rest, you take 2d12 necrotic damage for each level of the power, immediately after you cast it. Each time you use this feature again before finishing a long rest, the necrotic damage per power level increases by 1d12. This damage can not be reduced in any way.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"s0tgfPdqVbfeTu8X","name":"Synthetic Understanding","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you’ve applied your newfound knowledge to broader pursuits. You gain proficiency in Technology or one tool of your choice.

\n

Additionally, when you make an Intelligence (Technology) check, or a check with a tool, you may use your Wisdom or Charisma modifier (your choice) instead of your Intelligence modifier.

\n

Finally, when you deal damage with a tech power or your Double Strike Force Empowered Self option, you can choose to substitute the damage dealt as ion.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Synthesis 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"s3zxpmEoABHG6fJN","name":"Darkness Charges","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning when you choose this order at 3rd level, you learn to create a number of small charges that create enhanced darkness. Over the course of a short or long rest, you can create a number of charges equal to your Wisdom or Charisma modifier (your choice). Your charges can only be used by you, and they lose their potency at the end of your next short or long rest.

\n

Once per turn, when you would make a weapon attack or unarmed strike, you can instead throw one of your charges. Your charges have a range equal to 30 feet + your Strength modifier x 5. You can throw a device at a point you can see within range. The charges create a pocket of darkness in a 10-foot radius sphere centered on that point. The darkness spreads around corners. It lasts for 1 minute or until an enhanced source of brigiht light dispells it.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"s7L1KzijyPgWkRng","name":"Mark of the Predator","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, if the target of your Ranger’s Quarry feature can see you, a number of friendly creatures you choose up to your Intelligence modifier have advantage on Dexterity (Stealth) checks made to hide from it.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Predator 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"s9N0SbnOiNitLT5W","name":"Clarity of Vision","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, the visions in your dreams intensify and paint a more accurate picture in your mind of what is to come. You roll three d20s for your Force Visions feature, rather than two.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"sB7WR4Mow93lkPYh","name":"Surveyed Area","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 3rd level, you can now use your Critical Analysis feature on a 15-foot cube area within 60 feet of you that you can see. You can treat any creatures inside this cube as if they are the target of your Critical Analysis feature, and when a creature ends your Critical Analysis feature on themself, it does not end this effect for other creatures in your Surveyed Area.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"sDqQ6apF5bfbS6GS","name":"Bonus Proficiencies (Engineer: Astrotech)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this discipline at 3rd level, you gain proficiency in astrotech’s implements. Additionally, when you engage in crafting with astrotech’s implements, the rate at which you craft doubles.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"sMap3pJ2eaRKjLhs","name":"Dervish","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, when you score a critical hit with a melee weapon attack, you regain a use of your Adaptive Fighting, to a maximum of your Strength or Dexterity modifier (your choice, minimum of one).

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"sQ9c8Bnuj93ozEPr","name":"Force Shield","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 2nd level, you learn how to defend yourself purely through your strength with the Force. When you are hit by an attack, you can use your reaction to shroud yourself in Force energy. Until the start of your next turn, you have a bonus to AC equal to your Wisdom or Charisma modifier (your choice, a minimum of +1). This includes the triggering attack.

\n

You can use this feature twice. You gain an additional use at 5th, 11th, and 17th level in this class. You regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":2,"max":2,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"sTy1MsBoX23ucs5S","name":"Discoveries (Slicer)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you select this pursuit, you gain access to new discoveries which reflect your understanding of tech casting. Whenever you learn a new discovery, you can choose from any of the following as well. The discoveries are listed in alphabetical order.

\n
\n
\n

ADMINISTRATOR’S LOG

\n

If you spend at least 10 minutes working on a computer or terminal, you can get a full list of users who have accessed the machine within the past 24 hours. Over the course of a long rest, you may then form a facsimile of identification that would allow you to pass yourself off as that person when accessing machines.

\n
\n

BACKDOOR EGRESS

\n

When you cast a tech power that affects an area and requires a saving throw, and you are inside that power’s area, you can use your reaction to move up to half your speed without provoking opportunity attacks. If you end this movement outside the area affected by the tech power, you do not have to make a saving throw to avoid its effects.

\n
\n

INTELLIGENCE CORE OVERRIDE

\n

Prerequisite: 9th level
You can cast the override interface tech power at 5th level without spending tech points.

\n

Once you’ve used this feature, you must complete a long rest before you can use it again.

\n
\n

RESOURCE APPROPRIATION

\n

Prerequisite: 11th level
If you reduce the target of your Critical Analysis feature to 0 hit points, and it has tech point remaining, you may choose to gain any tech points it had remaining. Your current tech points cannot exceed your tech point maximum.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

\n
\n

SKILLFUL CASTING

\n

When you hit a creature with an at-will tech power that requires an attack roll, you may treat that attack roll as a weapon attack for the purpose of using maneuvers.

\n
\n

SLEEPER PROGRAM

\n

Whenever you cast a tech power with a casting time of 1 action, you can choose to delay the power’s activation up to a minute. When you do so, you cast the power as normal, but holds its energy for the duration of the delay. Holding onto the power’s effect requires concentration. If your concentration is broken before the delay ends, the power dissipates without taking effect. You can use your reaction to activate the power at any time.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain all expended uses when you finish a long rest.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"sUs6idlxKXYU4ba6","name":"Force Deflection","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 3rd level, when you fail a saving throw, you can use your reaction to gain a +4 bonus to that saving throw.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a short or long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"sZbz4ionDvaecDde","name":"Redirect Error","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 9th level, when the target of your Critical Analysis feature casts a tech power that affects an area, you can use your reaction to cause that power to instead affect an area in a 10-foot-radius sphere centered on the caster.

\n

Once you’ve used this feature, you must complete a long rest before you can use it again.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"sbYfAu9t8TUNR5hp","name":"Overwhelming Cleave","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 10th level, when you successfully push a creature into a surface or another creature while raging, the pushed creature takes kinetic damage equal to your Rage Damage. Additionally, the first time you hit with a melee weapon attack using Strength each turn, you can attempt to damage another creature with the same attack. Choose another creature within 5 feet of the original target and within your reach. If the original attack roll would hit the second creature, it takes damage equal to your Strength modifier. The damage is of the same type dealt by the original attack.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"sfEr8ZBFVddlfLeF","name":"Varactyl's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Prerequisite: 13th level
While raging, you have advantage Dexterity checks, your attack rolls can't suffer from disadvantage, and each slowed level only reduces your speed by 5 feet, unless it would reduce your speed to 0.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"sgJdISZMtwv08WPJ","name":"Katarn's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

You gain a climbing speed equal to your movement speed.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"shHFJ7KWhcnoOrQF","name":"Retaliatory Strike","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, when a creature hits you with an attack while within 5 feet of you, you can use your reaction to cast the lightning charge force power, targeting them.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Sentinel: Agression 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"snqkp9af24pxhQcv","name":"Critical Analysis","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 1st level, you are able to analyze a target, develop a plan on how to best overcome any potential obstacle, and execute that plan with ruthless efficiency. As a bonus action on your turn, you can analyze a target you can see within 60 feet of you. For the next minute, or until you analyze another target, you gain the following benefits:

\n
    \n
  • When you analyze a hostile creature, your attack and damage rolls made with weapons with the finesse property or blaster weapons against that target may use your Intelligence modifier instead of Strength or Dexterity.
  • \n
  • When you analyze a friendly creature, the target can end your Critical Analysis on them (no action required) to add your Intelligence modifier to one attack roll, ability check, or saving throw. Once a friendly creature has benefited from this ability, they can not do so again until they complete a short or long rest.
  • \n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"squXPxLSakcrSOBA","name":"Discoveries (Archaeologist)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you select this pursuit, you gain access to new discoveries which reflect your studies in historical civilizations. Whenever you learn a new discovery, you can choose from any of the following as well. The discoveries are listed in alphabetical order.

\n
\n
\n

ARCHIVE RESEARCH 

\n

Your expeditions have turned up a bevy of knowledge on the force. You learn three at-will powers of your choice, which don't count against your number of force powers known.

\n
\n

FORCE COMBAT KNOWLEDGE 

\n

Your research into Jedi and Sith combat techniques has allowed you to gain proficiency in simple lightweapons. When you are the target of your Critical Analysis, you use your choice of your Intelligence or Strength modifier for the attack and damage rolls with simple lightweapons. You must tuse the same modifier for both rolls.

\n

Additionally, you gain knowledge of one lightsaber form of your choice.

\n
\n

IT BELONGS IN A MUSEUM 

\n

Your knowledge of antquities is unparalleled. When you make an Intelligence (Lore) check or an ability check with your archaeologist kit, you may treat any roll of a 9 or lower as a 10.

\n
\n

LOCALIZED SURVEY 

\n

Prerequisite: 13th level

\n

Your affinity for the force allows you to key in to the recent past of an area you enter. When you would expend a use of your Psychometric Analysis, you can instead choose to target your immediated vicinity (up to a 50-foot cube) and investigate for at least 1 minute. For each minute you investigate, you see visions of recent events in the area going back a number of days equal to your scholar level, you learn about one signifiant event, beginning with the most recent.

\n

You can investigate in this way for a number minutes equal to your scholar level and must maintain concentration during that time, as if you were concentrating on a power.

\n

Once you've used this feature, you can't use it again until you complete a short or long rest.

\n
\n

MAKING THIS UP AS YOU GO 

\n

Prerequisite: 17th level

\n

You may now cast force powers at 4th-level twice between rests.

\n
\n

TELEKINETIC MINISTRATIONS 

\n

Prerequisite: 9th level

\n

You can cast the telekineses force power at 5th level without spending force points.

\n

Once you've used this feature, you must complete a long rest before you can use it again.

\n
\n

THE YEARS AND THE MILEAGE 

\n

Your archaeological studies have taken you all across the galaxy. While you are the target of your Critical Analysis feature, you can use your universal forcecasting ability instead of Wisdom when making Insight or Survivial checks.

\n
\n

TOMB OF THE ANCIENTS 

\n

Prerequisite: 5th level

\n

As a reaction when you take damage, you can entomb yourself in the Force until the end of your next turn. For the duration, you have resistance to the triggering damage, you gain temporary hit points equal to 1d10 + your universal forcecasting ability modifier + your scholar level to potentially absorb the attack, and your speed is reduced to 0.

\n

Once you use this feature, you can't use it again until you complete a short or long rest.

\n
\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"szBvqoou8yziMCmN","name":"Uncanny Dodge","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 5th level, when an attacker that you can see deals damage to you with an attack, you can use your reaction to halve the attack’s damage against you.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"t55c7OyiSdmENJIM","name":"Double Tap (Operative: Scrapper)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 17th level, you can deal Sneak Attack damage twice per turn, but you can’t deal more than your total Sneak Attack dice to a single target per turn.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"tOo3ExbyW5uQdHJk","name":"Charged Illusions","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, when a creature discerns the nature of an illusion you have created using a tech power or class feature while within 5 feet of it, you can dispel the illusion (no action required) to have the creature take energy damage equal to 1d10 + half your scout level (rounded down).

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Illusionist 7"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"tZiE3SNBeoRftTYD","name":"Modified Self","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you’ve learned to make modifications to your body, cybernetically augmenting yourself. Over the course of a long rest, you can modify yourself with cybernetic augmentations. You must have biotech's tools in order to perform this modification.

\n

While you have at least one cybernetic augmentation installed, your body counts as a tech focus for your tech powers. Additionally, you have 4 modification slots, and you gain more at higher levels, as shown in the Modification Slots column of the engineer class table. For each modification installed in excess of your proficiency bonus, your tech point maximum is reduced by 1. Over the course of a long rest, you can replace or remove a number of modifications up to your Intelligence modifier (minimum of one).

\n

Some modification effects require saving throws. When you use such an effect from this class, the DC equals your tech save DC.

\n

Biotech Modifications

\n

If a modification has prerequisites, you must meet them to install it. You can install the modification at the same time that you meet its prerequisites.

\n
\n
\n

Active Camouflage Core

\n

Prerequisite: 13th level

\n

As an action, you can activate this augmentation to cast the infiltrate tech power targeting yourself. Intelligence is your tech casting ability for this power, and if you cast it using this augmentation, it does not require concentration.

\n
\n

Anti-Dazzle Ocular Implant

\n

This augmentation replaces your eyes.

\n

You are immune to the blinded condition, and you can enable or disable your ability to see anytime. Additionally, your eyes are equipped with a holorecorder device. You can perfectly recall anything you've sees in the last 7 days.

\n
\n

Auto-Defibrillator

\n

Prerequisite: 5th level

\n

Prerequisite: Hardy Torso Prothesis

\n

The Constitution score of your Hardy Torso Prosthesis increases by 2. Additionally, when you are reduced to 0 hit points but not killed outright, you can drop to 1 hit point instead. You can't use this feature again until you finish a long rest. <h3

\n

This augmentation replaces an arm.

\n

When you make an ability check, attack roll, or saving throw using Strength using only this arm, your Strength score is treated as 15. When you make an ability check, attack roll, or saving throw using Strength using more than just this arm, you take the average of the arm's Strength score and your own.

\n

You can choose this modification multiple times.

\n
\n

Celerity Leg Prosthesis

\n

This augmentation replaces both legs.

\n

When determining your bonus to AC and saving throws from Dexterity, your Dexterity score is treated as 15. Additionally, you can substitute this score for your own whenever you make an ability check or attack roll that uses your legs. If your Dexterity score is already equal to or greater than 15, it has no effect on you.

\n
\n

Detachable Eye

\n

This augmentation replaces an eye.

\n

As an action, you can remove or replace this eye. While removed, the eye sprouts eight small legs, has a speed of 15 feet, an AC of 10, and 1 hit point As an action on each of your turns, you can move the eye up to its speed as long as it is within 30 feet of you. You can see through both the detached eye and your remaining eye at the same time, or you can use your action to see through only one eye or the other.

\n

You can choose this modification multiple times.

\n
\n

Detachable Hand

\n

This augmentation replaces a hand.

\n

As an action, you can attach or detach this hand. While detached, the hand has a speed of 15 feet, an AC of 10, and 1 hit point. As an action on each of your turns, you can control the hand as long as it is within 30 feet of you. You can use the hand to manipulate an object, open an unlocked door or container, stow or retrieve an item from an open container, or pour the contents out of a container. You can move the hand up to its speed each time you use it

\n

You can choose this modification multiple times.

\n
\n

Frailcasting Inhibitor

\n

Prerequisite: 5th level

\n

While using your body as a tech focus, you gain a +1 bonus to the tech save DC of powers you cast that requires a Strength or Constitution saving throw. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

Hardy Torso Prosthesis

\n

This augmentation replaces your torso.

\n

Your Constitution score becomes 13. If your Constitution score is already equal to or greater than 13, it has no effect on you. Additionally, you have advantage on saving throws against poison.

\n
\n

Harpoon Hand

\n

This augmentation replaces a hand.

\n

You modify your hand, granting it the ability to transform into a harpoon. With this hand, you can make a ranged weapon attack with a range of 30/60. On a hit, it deals 1d6 kinetic damage. This attack can target a surface, object, or creature.

\n

A creature struck by this attack is impaled by the harpoon. As an action, a creature can attempt to remove the harpoon. Removing the harpoon requires a Strength check. While the harpoon is stuck in the target, you are connected to the target by a 60 foot cable.

\n

While the harpoon is deployed, you can use your bonus action to activate the reel, pulling yourself to the location if the target is larger than you. A creature or object your size or smaller is pulled to you. Alternatively, you can opt to release the cable (no action required).

\n

Once you've used this feature, you can’t use your hand again until you recover and reinsert it as an action.

\n

You can choose this modification multiple times.

\n
\n

Integrated Subdermal Armor

\n

Prerequisite: 5th level

\n

When you aren't wearing armor, your AC becomes 13 + your Dexterity modifier.

\n
\n

Iridonian Grav-Lev Hand

\n

This augmentation replaces a hand.

\n

Your unarmed strikes with this arm deal 1 d4 ion damage, and you count as one size larger when determining your carrying capacity and the weight you can push, drag, or lift Additionally, you deal double damage to energy-based structures with your unarmed strikes.

\n

You can choose this modification multiple times.

\n
\n

Magnetic Forearm Enhancement

\n

This augmentation replaces a forearm.

\n

Unarmed strikes with this hand have the reach property.

\n

You can choose this modification multiple times.

\n
\n

Mighty Prowess Enabler

\n

Prerequisite: 5th level

\n

Prerequisite: Brawny Arm Prothesis

\n

The Strength score of your Brawny Arm Prosthesis increases by 2. Additionally, you are considered proficient with any weapon you wield with this arm. If the weapon requires two hands to use, and you are not already proficient with it, you only add half your proficiency bonus to attack rolls you make with it, unless you wield it in two of these hands.

\n

You can choose this modification multiple times.

\n
\n

Nighthawk Ocular Implant

\n

This augmentation replaces your eyes.

\n

You can activate or deactivate this implant as a bonus action. While active, you gain darkvision to a range of 120 feet.

\n
\n

Powered Harpoon Hand

\n

Prerequisite: 9th level

\n

Prerequisite: Harpoon Hand

\n

While your harpoon hand is deployed, when you cast a tech power with a range of touch, your hook can deliver the power as if it had cast it.

\n
\n

Rendcasting Inhibitor

\n

Prerequisite: 5th level

\n

While using your body as a tech focus, you gain a +1 bonus to the tech save DC of powers you cast that requires a Dexterity or Intelligence saving throw. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

Skills Enhancement Package

\n

Prerequisite: 13th level

\n

When you make an ability check using a skill you are proficient in, you can roll a d4 and add the result to your total.

\n
\n

Sound Dampeners

\n

This augmentation replaces your ears.

\n

You are immune to the deafened condition, and you can enable or disable your ability to hear anytime. Additionally, your ears are equipped with a person translator that allows you to understand up to 15 languages different, however, you cannot speak them. The languages can be changed out while interfaced with a protocol droid or appropriate computer.

\n
\n

Surveillance Implant

\n

This augmentation replaces your face.

\n

This implant includes a headcomm with a scrambler that automatically encodes messages sent to a specified recipient commlink or receiver.

\n
\n

Survival And Surveillance Implant

\n

Prerequisite: 9th level

\n

This augmentation replaces your eyes and face.

\n

This implant contains several tools for long-term survival and reconnaissance. As a bonus action, you can activate one of the below modes that enable you to use several of these tools at once. Activating a different mode deactivates any currently active mode.

\n
    \n
  • Communications Mode: This communications suite includes a headcomm with a scrambler that automatically encodes messages sent to a specified recipient commlink or receiver. While this mode is active, you cannot be deafened.
  • \n
  • Interceptor Mode: This is a jamming and electronic warfare suite that includes a comm jammer, a holotrace device and pocket scrambler.
  • \n
  • Respirator Mode: This includes a basic respirator that grants advantage on saving throws made to avoid being poisoned and resistance to poison damage.
  • \n
\n
\n

Swift Gait Attuner

\n

Prerequisite: 5th level

\n

Prerequisite: Celerity Leg Prothesis

\n

The Dexterity score of your Celerity Leg Prosthesis increases by 2. Additionally, you gain proficiency in Dexterity saving throws.

\n

You can choose this modification multiple times.

\n
\n

Vector Amplifier

\n

Prerequisite: 5th level

\n

While using your body as a tech focus, you gain a +1 bonus to melee tech attack rolls. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

Vector Rangefinder

\n

Prerequisite: 5th level

\n

While using your body as a tech focus, you gain a +1 bonus to ranged tech attack rolls. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
\n

Voice Synthesizer

\n

Prerequisite: 5th level

\n

This augmentation replaces your throat.

\n

This augmentation allows you to synthesize and perfectly mimic any voice that you have heard in the last month, and the synthesizer can translate verbal communications between up to 5 languages. The languages can be changed out while interfaced with a protocol droid or appropriate computer. Additionally, you can add your Intelligence modifier to any Charisma (Deception) check made to lie to another creature.

\n
\n

Weapon Integration

\n

This augmentation replaces a forearm.

\n

You can integrate a single weapon that weighs no more than 8 lb. into your forearm. While integrated, you can use a bonus action to hide or reveal the weapon, which can only be used while revealed. While hidden, the weapon has the hidden property. While revealed, the weapon has the fixed property.

\n

You can choose this modification multiple times.

\n
\n

Withercasting Inhibitor

\n

Prerequisite: 5th level

\n

While using your body as a tech focus, you gain a +1 bonus to the tech save DC of powers you cast that requires a Wisdom or Charisma saving throw. This bonus increases to +2 at 9th level and +3 at 13th level.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"u07a2ZXQlokyBClQ","name":"Shadow Strike","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 7th level, you learn to strike from the shadows. Once per turn, you can deal an extra 1d6 damage to one creature you hit with an attack if you have advantage on the roll.

\n

The extra damage increases to 2d6 at 11th level and 3d6 at 17th level.

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Sentinel: Shadow 7"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"u6LYZxy7ZKsD0LY5","name":"Modified Tinkercannon","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to enhance your tinker’s implements with unstable science, modifying them into a harness with a cannon. Over the course of a long rest, you can modify your tinker’s implements to create a tinkercannon. You must have tinker’s implements in order to perform this modification.

\n

Whenever you cast a tech power of 1st level or higher while wielding your tinkercannon, you risk unexpected complications. Your GM can have you roll a d20. If you roll a 1, roll on the Unstable Engineering Surge table to create a random effect.

\n

Additionally, your tinkercannon come equipped with 4 overrides, and they gain more at higher levels, as shown in the Modification Slots column of the engineer table. Each time you trigger an Unstable Engineering Surge, you can use an override to reroll the percentile dice. You must use the new result, you can only do this once per surge, and each time you do so in excess of your proficiency bonus (resetting on a long rest) your maximum tech points is reduced by 1 until you complete a long rest. You regain all expended overrides when you complete a long rest.

\n
Unstable Engineering Surge
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
d100Result
01-02Roll on this table at the start of each of your turns for 1 minute, ignoring this result on subsequent rolls.
03-04For the next minute, you can see any invisible creature if you have line of sight to it.
05-06A DRK-1 tracker droid appears with 5 feet of you, then disappears 1 minute later.
07-08You cast explosion at 3rd-level centered on yourself without expending tech points.
09-10You cast homing rockets at 5th-level without expending tech points.
11-12Roll a d10. Your height changes by a number of inches equal to the roll: if odd, you shrink; if even, you grow.
13-14You fall asleep standing for 1 minute or until you take damage.
15-16For the next minute, you regain 5 hit points at the start of each of your turns
17-18You grow a long beard made of feathers that remains until you sneeze.
19-20You cast oil slick centered on yourself without expending tech points.
21-22Creatures have disadvantage on the first saving throw they make against you in the next minute.
23-24Your skin turns a vibrant shade of blue. Any effect that ends a curse ends this.
25-26You grow an extra eye, granting advantage on Wisdom (Perception) checks that rely on sight for 1 minute.
27-28For the next minute, all your tech powers with a casting time of 1 action have a casting time of 1 bonus action.
29-30You teleport up to 60 feet to an unoccupied space of your choice that you can see.
31-32You take 2d10 lightning damage and are shocked for 1 minute.
33-34Maximize the damage of the next damaging tech power you cast within the next minute.
35-36Roll a d10. Your age changes by a number of years equal to the roll: if odd, younger; if even, older.
37-38You start running uncontrollably for 1 minute, moving your entire speed each turn.
39-40You regain 2d10 hit points.
41-42Each creature within 30 feet of you is subjected to the gleaming outline tech power for 1 minute.
43-44For the next minute, you can teleport up to 20 feet as a bonus action on each of your turns.
45-46You are blinded and deafened for 1 minute.
47-48You have disadvantage on the first ability check, attack roll, or saving throw you make each turn for 1 minute.
49-50You can’t speak for the next minute. Whenever you try, pink bubbles float out of your mouth.
51-52A shimmering energy barrier grants you a +2 bonus to AC for 1 minute.
53-54You are immune to being intoxicated by alcohol for the next 5d6 days.
55-56Your hair falls out but grows back within 24 hours. If you don’t have hair, you instead grow it for 24 hours.
57-58For 1 minute, any flammable object not worn or carried you touch bursts into flame.
59-60You regain tech points equal to your Intelligence modifier (minimum of one).
61-62For the next minute, you shout whenever you speak.
63-64You cast smoke cloud centered on yourself without expending tech points.
65-66Up to three creatures you choose within 30 feet of you take 4d10 lightning damage.
67-68You are frightened by the nearest creature until the end of your next turn.
69-70Each creature within 30 feet of you becomes invisible for 1 minute, or until it attacks or casts a power.
71-72You gain resistance to all damage for the next minute.
73-74A random creature within 60 feet of you becomes poisoned for 1d4 hours.
75-76You emit bright light in a 30-foot radius for 1 minute.
77-78Each creature within 30 feet of you except you gains the benefits of mirror image for 1 minute.
79-80Illusory butterflies and flower petals flutter in the air within 10 feet of you for the next minute.
81-82You can take one additional action immediately.
83-84Each creature within 30 feet of you takes 1d10 necrotic damage and you gain hit points equal to the damage.
85-86You cast mirror image without expending tech points.
87-88You are frozen in carbonite and paralyzed for 1 minute or until you take damage.
89-90You turn invisible and can’t make sound for 1 minute, or until you attack or cast a power.
91-92If you die within the next minute, you immediately come back to life as if by the defibrillate power.
93-94Your size increases by one size category for the next minute.
95-96You and all creatures within 30 feet of you gain vulnerability to energy damage for the next minute.
97-98You are surrounded by faint, ethereal music for the next minute.
99-100You regain half your expended tech points.
\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"u7MxfRLGGRYAy04z","name":"Vigilant Defender","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, you respond to danger with extraordinary vigilance. In combat, you get a special reaction that you can take once on every creature’s turn, except your turn. You can use this special reaction only to make an opportunity attack, and you can’t use it on the same turn that you take your normal reaction.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"uAE6iG36liBaddaO","name":"Force Resistance","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 11th level, while the target of your Ranger’s Quarry feature is within 30 feet of you, you gain the following benefits:

\n
    \n
  • You have advantage on saving throws against force powers they cast.
  • \n
  • You have resistance to damage dealt by force powers they cast.
  • \n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Inquisitor 11"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"uVj65irpjyXXnU6M","name":"Special Ammunition","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn ammunition enhancements that are fueled by amplified shots to unleash special enhanced effects.

\n

AMMUNITION ENHANCEMENTS

\n

You know two ammunition enhancements of your choice, which are detailed under “Ammunition Enhancements” below, and you earn more at higher levels. Many ammunition enhancements boost an attack in some way. Once per turn when you fire a shot from a blaster as part of the Attack action, you can apply one of your Ammunition Enhancement options to that shot,

\n

You gain an additional Ammunition Enhancement option of your choice when you reach certain levels in this class: 7th, 10th, 15th, and 18th level. Each option also improves when you become an 18th-level fighter.

\n

Each time you learn new ammunition enhancements, you can also replace one ammunition enhancement you know with a different one.

\n

AMPLIFIED SHOTS

\n

You have two amplified shots, which you use to activate your ammunition enhancements. An amplified shot is expended when you use it. When you fire an amplified shot, your weapon is treated as enhanced for overcoming resistance and immunity to unenhanced attacks and damage. You decide to use the option when the shot hits a creature, unless the option doesn’t involve an attack roll. You regain all of your amplified shots when you finish a short or long rest.

\n

SAVING THROWS

\n

Some of your ammunition enhancements require your target to make a saving throw to resist the maneuver’s effects. The saving throw DC is calculated as follows:

\n
\n

Ammunition save DC = 8 + your proficiency bonus + your Dexterity modifier

\n
\n

AMMUNITION ENHANCEMENTS

\n

The ammunition enhancements are presented in alphabetical order.

\n
\n
\n

CARBONITE SHOT

\n

When this shot strikes its target, shards of carbonite wrap around the target. The creature hit by the shot takes an extra 2d6 cold damage, it gains 1 slowed level, and it takes 2d6 kinetic damage the first time on each turn it moves 1 foot or more without teleporting. The target or any creature that can reach it can use its action to remove the carbonite with a successful Strength (Athletics) check against your Special Ammunition save DC. Otherwise, the carbonite lasts for 1 minute or until you use this option again.

\n

The cold damage and kinetic damage both increase to 4d6 when you reach 18th level in this class.

\n
\n

COERCING SHOT

\n

You enhance your shot with chemicals that confuse the target. The creature hit by the shot takes an extra 2d6 poison damage, and choose one of your allies within 30 feet of the target. The target must succeed on a Wisdom saving throw, or it is charmed by the chosen ally until the start of your next turn. This effect ends early if the chosen ally attacks the charmed target, deals damage to it, or forces it to make a saving throw.

\n

The poison damage increases to 4d6 when you reach 18th level in this class.

\n
\n

EXPLOSIVE SHOT

\n

You fire a shot set to explode on impact. The shot detonates after your attack. Immediately after the shot hits the creature, the target and all other creatures within 10 feet of it take 2d6 fire damage each.

\n

The fire damage increases to 4d6 when you reach 18th level in this class.

\n
\n

HALLUCINOGEN SHOT

\n

You enhance your shot with hallucinogenic chemicals. The creature hit by the shot takes an extra 2d6 psychic damage, and it must succeed on a Wisdom saving throw or be unable to see anything farther than 5 feet away until the start of your next turn.

\n

The psychic damage increases to 4d6 when you reach 18th level in this class.

\n
\n

PIERCING SHOT

\n

You enhance your shot with armor-piercing properties. When you use this option, you don’t make an attack roll for the attack. Instead, the shot shoots forward in a line, which is 1 foot wide and 30 feet long, before disappearing. The shot passes through objects, ignoring cover. Each creature in that line must make a Dexterity saving throw. On a failed save, a creature takes damage as if it were hit by the shot, plus an extra 1d6 damage of the weapon’s type. On a successful save, a target takes half as much damage.

\n

The extra damage increases to 2d6 when you reach 18th level in this class.

\n
\n

QUELL SHOT

\n

You fire a shot enhanced with a debilitating poison. The creature hit by the shot takes an extra 2d6 poison damage. The target must also succeed on a Constitution saving throw, or the damage dealt by its weapon attacks is halved until the start of your next turn.

\n

The poison damage increases to 4d6 when you reach 18th level in this class.

\n
\n

SEEKING SHOT

\n

You apply a tracing signal to your shot. When you use this option, you don’t make an attack roll for the attack. Instead, choose one creature you have seen in the past minute. The shot flies toward that creature, moving around corners if necessary and ignoring three-quarters cover and half cover. If the target is within the weapon’s range and there is a path large enough for the shot to travel to the target, the target must make a Dexterity saving throw. Otherwise, the shot disappears after traveling as far as it can. On a failed save, the target takes damage as if it were hit by the shot, plus an extra 1d6 kinetic damage, and you learn the target’s current location. On a successful save, the target takes half as much damage, and you don’t learn its location.

\n

The kinetic damage increases to 2d6 when you reach 18th level in this class.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"uXm28JTQwru6y0tj","name":"Explosive Charge","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you learn to create a number of small explosives known as charges. Over the course of a short or long rest, you can create a number of charges equal to your Intelligence modifier. You must have a demolitions kit in order to create these charges. Your charges can only be used by you, and they lose their potency at the end of your next short or long rest.

\n

Once per turn, when you would make a ranged weapon attack, you can instead throw one of your charges. Your charges have a range equal to 30 feet + your Strength modifier x 5. You can throw a charge at a point you can see within range. Each creature within 5 feet must make a Dexterity sav-ing throw (DC = 8 + your proficiency bonus + your Intelligence modifier). A creature takes 2d4 + your Intelligence modifier kinetic damage on a failed save, or half as much on a successful one.

\n

The damage of your charges increases to 3d4 at 7th level and 4d4 at 15th level.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"uiG3g9c7gdpYNrD0","name":"Redirect","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 15th level, when you would be affected by a weapon or force power that requires a Dexterity saving throw or attack roll and would affect only you, you can use your reaction to redirect that power to another target within 30 feet. If the weapon or power required a melee or ranged attack, make a melee or ranged force attack against the new target, as appropriate. If it required a Dexterity saving throw, the new target must make a Dexterity saving throw against your universal force save DC.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"utG47h4qqKWblu3A","name":"Adaptive Barrier (Engineer: Gadgeteer)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, when a creature who has one of your barriers within 30 feet of you that you can see takes damage, and that damage is of a type that could be affected by that barrier, you can use your reaction to grant them resistance to the triggering damage. If that damage is the same type as the barrier’s chosen damage, you instead grant them immunity. Whether resistance or immunity, the barrier immediately drops to 0 hit points.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Engineer: Gadgeteer 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"v1GPZX7JZ4lh2Bhy","name":"Improved Decoys","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 15th level, you can create up to four duplicates of yourself, instead of one, when you use your Holographic Decoy feature. When you use your bonus action to move a decoy, you can move any number of them with the same bonus action.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Illusionist 15"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"v4CZJ8LBMl5PYZCO","name":"Fyrnock's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

While raging, you can use your bonus action to leap up to 30 feet to an empty space you can see. When you land you deal kinetic damage equal to your Strength modifier to each creature within 5 feet of where you land. You can use this feature a number of times equal to your Constitution modifier (a minimum of once). You regain all expended uses when you complete a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"vABtgK0Jau0b6cTl","name":"Tell Me the Odds","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 9th level, if the target of your Critical Analysis hits you with a weapon attack roll, you can use your reaction to roll a d8. On a 4 or higher, you impose disadvantage on the roll. If the target already had disadvantage, they must instead reroll one of the dice once (your choice).

\n

This die increases to d10 at 13th level and d12 at 17th level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"vIBCNYhk5Z7GWVyL","name":"Fire As One","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, you can focus your target down with the help with an ally. Once per round, whenever the creature that is the target of your Critical Analysis feature is attacked by someone other than you, you can use your reaction to make one weapon attack against them.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"vLTVWcYw3cnW56OW","name":"Ability Score Improvement (Monk, Operative)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you reach 4th level, and again at 8th, 10th, 12th, 16th, and 19th level, you can increase one ability score of your choice by 2, or you can increase two ability scores of your choice by 1. As normal, you can’t increase an ability score above 20 using this feature. Alternatively, you can choose a feat (see Chapter 6 for a list of feats).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Form Basics (Vonil/Ishu)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this form as your focus at 3rd level, you learn the basics of the chosen form. You gain the Vonil/Ishu lightsaber form, detailed in the Lightsaber Forms section of the Customization Options document for Expanded Content. If you already know this form, you can instead choose another lightsaber form. You can’t take a lightsaber form option more than once, even if you later get to choose again.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"vd1BMUHvQoWbo2j6"} +{"_id":"vh8gpSCT41sZMONL","name":"Kinetic Bastion","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, you can protect allies even further from you. When a creature within 30 feet of you is hit by a melee weapon attack, you can use your reaction to teleport to them and extend your Kinetic Ward. If this damage is not reduced to 0, the warded creature takes any remaining damage.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Sentinel: Tenacity 18"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"vjAOfKzmrVFcwYTh","name":"Adaptive Barrier","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, when a creature who has one of your barriers within 30 feet of you that you can see takes damage, and that damage is of a type that could be affected by that barrier, you can use your reaction to grant them resistance to the triggering damage. If that damage is the same type as the barrier’s chosen damage, you instead grant them immunity. Whether resistance or immunity, the barrier immediately drops to 0 hit points.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"scout 1"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"vjzKXTUin4nIeIDJ","name":"Accomplished Ambusher","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this technique at 3rd level, when you take the Attack action against a creature that is surprised, you can make one additional attack against that creature as a part of that action.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Stalker 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"vqxJzX2jON1LZuAS","name":"Force-Empowered Casting","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 2nd level, you gain the ability to twist your powers to suit your needs. When you cast a force power, you can expend additional force points to modify the power. You gain two of the following Empowerment options of your choice. You gain another one at 10th and 17th level.

\n

You can use only one Empowerment option on a power when you cast it, unless otherwise noted.

\n
\n

CAREFUL POWER

\n

When you cast a power that forces other creatures to make a saving throw, you can protect some of those creatures from the power’s full force. To do so, you spend 1 additional force point and choose a number of those creatures up to your Wisdom or Charisma modifier (your choice, minimum of one). A chosen creature automatically succeeds on its saving throw against the power.

\n
\n

DISTANT POWER

\n

When you cast a power that has a range of 5 feet or greater, you can spend 1 additional force point to double the range of the power.

\n

When you cast a power that has a range of touch, you can spend 1 additional force point to make the range of the power 30 feet.

\n
\n

EXTENDED POWER

\n

When you cast a power that has a duration of 1 minute or longer, you can spend 1 additional force point to double its duration, to a maximum duration of 24 hours.

\n
\n

HEIGHTENED POWER

\n

When you cast a power that forces a creature to make a saving throw to resist its effects, you can spend 3 additional force points to give one target of the power disadvantage on its first saving throw made against the power.

\n
\n

IMPROVED POWER

\n

When you roll damage for a power, you can spend 1 additional force point to reroll a number of the damage dice up to your Wisdom or Charisma modifier (your choice, minimum of one). You must use the new rolls.

\n

You can use Improved Power even if you have already used a different Empowerment option during the casting of the power.

\n
\n

LINGERING POWER

\n

When you cast a power that requires concentration to maintain you can choose to spend 3 additional force points. If you do, when you lose concentration on the power, the power will not end until the end of your next turn.

\n
\n

PINPOINT POWER

\n

When you cast a power that allows you to force creatures in an area to make a saving throw you can instead spend 1 force point and make a ranged force attack against a single target that would be in the range. On a hit the target suffers the effects as though they failed their saving throw.

\n
\n

QUICKENED POWER

\n

When you cast a power that has a casting time of 1 action, you can spend 2 additional force points to change the casting time to 1 bonus action for this casting.

\n
\n

REFOCUSED POWER

\n

When you are forced to make a Constitution saving throw to maintain concentration on a power you can use your reaction and spend 2 force points to automatically succeed on the saving throw. You can use this option even if you have already used a different Empowerment option during the casting of the power.

\n
\n

TWINNED POWER

\n

When you cast a power that targets only one creature and doesn’t have a range of self, you can spend a number of additional force points equal to the power’s level to target a second creature in range with the same power (1 force point if the power is at-will).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"vxR8oI3jyjVUt5sJ","name":"Targeting Matrix","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, when you cast a tech power that allows you to force creatures in an area to make a saving throw, you can instead make an attack roll with your modified weapon against a single target that would be in the range of the power. On a hit, the target suffers the effects as though they failed their saving throw. If the power would affect more than one creature, it instead affects only one.

\n

You can use this feature a number of times equal to your Intelligence modifier (a minimum of once). You regain any expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"vztjE89CZfhFYbOl","name":"Quick-Release Stimulant","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, when you are dealt damage by an attack while you have at least one cybernetic augmentation installed, you can use your reaction and expend one use of your Potent Aptitude to reduce the damage you take. The damage is reduced by an amount equal to 1d10 + your Constitution modifier + your engineer level. If you reduce the damage to 0, you can gain temporary hit points equal to the remaining damage reduction.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"vzwNHMqfV57Lr252","name":"Fighting Style (Scout)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 2nd level, you adopt a particular style of fighting as your specialty. Choose one of the fighting style options, detailed in Chapter 6. You can’t take a fighting style option more than once, even if you later get to choose again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"w2fcITzwIWxmBuLs","name":"Shocking Affinity","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this tradition at 3rd level, when you cast a force power that deals lightning damage, you can use Wisdom or Charisma as your forcecasting ability for it.

\n

Additionally, when you cast a damage dealing force power that requires an attack roll or saving throw, you can cause that power to instead deal lightning damage. If the power would call for a saving throw other than Dexterity, it instead calls for a Dexterity saving throw. If you hit with the power, or the target fails the power’s saving throw, affected creatures become shocked until the start of your next turn. You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a short or long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"none","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"w7Hb4Rru8t27O2uL","name":"Additional Maneuvers (Scholar: Explorer)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you select this pursuit, you gain access to new maneuvers which reflect your studies in maps and hidden routes. Whenever you learn a new maneuver, you can choose from any of the following as well. The maneuvers are listed in alphabetical order.

\n
\n
\n

EFFECTIVE FLANKING

\n

Whenever you use your Critical Analysis ability, you can expend a superiority die to make all creatures of your choice affected by Critical Analysis to make a Wisdom saving throw. If at least one creature fails the save, roll a superiority die.

\n

On a failed save, the number rolled is added to both the attack and damage roll for the first attack against the creature before the start of your next turn.

\n
\n

ENCOURAGING PACE

\n

You can use a bonus action to expend a superiority die. When you do so, a number of friendly creatures equal to your Intelligence modifier can immediately use their reaction to move a number of feet equal to 5 times the number rolled on the superiority die.

\n
\n

NO ESCAPE

\n

Whenever you or a creature you can see makes an opportunity attack, you can expend a superiority die. If the attack hits, roll the superiority die and add the result to the damage roll. Additionally, the affected creature’s movement speed becomes 0 until the start of its next turn.

\n
\n

PRECISE MOVEMENTS

\n

When you or a friendly creature you can see that can see or hear you moves, you can expend a superiority die to give them verbal guidance and encouragement. Roll a superiority die. The creature’s speed increases by 5 times the number rolled, and they can move through the space of hostile creatures as if it were difficult terrain.

\n
\n

SNARE TRAPS

\n

You can use an action and expend a superiority die to trigger painful snare traps. When you do, one creature within 60 feet of you or all creatures that are targeted by your Critical Analysis has to make a Dexterity (Acrobatics) check against your maneuver save DC.

\n

On a failure, they take damage equal to the roll and their movement speed becomes 0 until the end of your next turn.

\n
\n

SUPERIOR COUNTERATTACK

\n

Whenever an opportunity attack targets a friendly creature other than you that is in an area targeted by your Critical Analysis feature, you can expend a superiority die. The creature can use its reaction to make a single weapon attack, adding the superiority die roll to the attack roll.

\n
\n

WRESTLE AND DRAG

\n

When you or a creature that is the target of your Critical Analysis makes an Strength (Athletics) check to grapple or shove a creature, you can expend a superiority die and add it to the roll. Until the end of your turn, you can drag the grappled creature with you without your speed being halved. Additionally, if you move at least 5 feet, the creature takes damage for each foot moved up to an amount equal to half your Scholar level + your Intelligence modifier.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"w8lV2PlpwsbT2Idf","name":"Blistering Rebuke","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 10th level, when a creature within 5 feet of you that you can see hits you with an attack, you can use your reaction to cause the creature to make a Dexterity saving throw. On a failed save, the creature takes 1d10 plus your consular level lightning damage, is pushed back 10 feet, and becomes shocked until the end of their next turn. On a successful save, the creature takes half as much damage and isn’t moved or shocked.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d10+10","lightning"]],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"w9G3JY7dSOaXJIAh","name":"Backup Plans","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 15th level, when you roll initiative and have no charges remaining, you can create 2 charges. Additionally, whenever you create a charge, you can change the damage type to acid, energy, fire, ion, lightning, or sonic.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"wAKt9PO3BZLziVzj","name":"Disruptive Shock","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, once per turn, when you hit a creature with a melee weapon attack when you have advantage, or it fails a saving throw against an effect that you control, you can choose to roll a Martial Arts die and deal additional psychic damage equal to the amount rolled.

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain any expended uses when you finish a short or long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"wBdYcwBoZm5KFnSn","name":"Purity of Body","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 13th level, your mastery of the focus flowing through you makes you immune to disease and poison and resistant to poison damage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"wIHplALcnef15uBd","name":"Bonus Proficiencies (Fighter: Tactical)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

You gain proficiency with one type of artisan’s implements of your choice.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"wR9uAGEnSdKoVvYo","name":"Epicenter","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, as a reaction when you take damage from a creature within 15 feet of you that you can see, you can use one of your mixtures. The effects of the mixture release in a 15-foot-radius sphere centered on you, and if the mixture requires a saving throw, you automatically succeed on it. Additionally, the affected area is difficult terrain to creatures other than you until the end of your next turn.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"wfigLmIQg03vIbxP","name":"Dynamic Attachment","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 18th level, while you have temporary hit points, you have resistance against the damage of force powers, and your force powers ignore resistances.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"wgEc1fPVzUOOLiY7","name":"Creative Destruction","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 6th level, you can add your Intelligence modifier (a minimum of +1) to any damage you deal with tech powers and class features. If the tech power or class feature would damage multiple creatures, you can only deal this additional damage to one of them.

\n

If you choose to deal this additional damage, your GM can have you roll on the Unstable Engineering Surge table.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"wgwQXhnekGSa9kt3","name":"Bonus Proficiencies (Operative: Lethality)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this practice at 3rd level, you gain proficiency with the disguise kit and the poisoner’s kit.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"wm5BdvpgkfRziN7Q","name":"Bonus Proficiencies (Guardian: Sokan)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

You gain proficiency in heavy armor.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ws4yTZAFTaHvuYht","name":"System Override","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Once you’ve reached 17th level, you know how to quickly activate anti-tech subroutines you have encoded into your wristpad. You can cast the diminish tech and tech override powers at 3rd level without expending tech points. If the target is the target of your Critical Analysis, you have advantage on the techcasting ability check for these powers.

\n

You can use this feature a number of time equal to half your Intelligence modifier (rounded down, a minimum of once). You regain all expended uses when you finish a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"x1TSm5F0CtGuX7u4","name":"Supreme Awareness","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 18th level, you gain preternatural senses that help you fight creatures you can’t see. When you attack a creature you can’t see, your inability to see it doesn’t impose disadvantage on your attack rolls against it.

\n

You are also aware of the location of any invisible creature within 30 feet of you, provided that the creature isn’t hidden from you and you aren’t blinded or deafened.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"name":"Humanoid Companion","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"
\n

HUMANOID COMPANION

\n

Your humanoid takes a form and size of your choosing. Your humanoid's size determines its features.

\n

Once you've chosen the size of your humanoid, you assign your humanoid's ability scores using standard array (16, 14, 14, 12, 10, 8) as you see fit.

\n
\n
\n

HUMANOID FEATURES

\n

All humanoids share the following features.

\n
\n

PROFICIENCIES AND FEATURES

\n
\n
    \n
  • Languages: Humanoids can speak, read, and write Galactic Basic and one language of your choice. If your humanoid takes the form of a species that can't speak Galactic Basic, you choose whether or not your humanoid can speak it.
  • \n
  • Type: Humanoid
  • \n
  • Armor Class: Your humanoid's armor class equals 10 + its Dexterity modifier.
  • \n
  • Attitude: The humanoid obeys your commands as best it can. It acts on your turn, and you determine its actions, decisions, attitudes, and so on. If you are incapacitated or absent, your humanoid acts on its own.
  • \n
\n
\n
\n
\n

TINY HUMANOIDS

\n

Tiny humanoids are comprised of diminutive species such as anzellan or patitites.

\n

As a tiny humanoid, your humanoid companion has the following features.

\n
\n

HIT POINTS

\n
\n
    \n
  • Hit Dice: 1d4 per humanoid level
  • \n
  • Hit Points at 1st Level: 4 + your humanoid's Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d4 (or 3) + your humanoid's Constitution modifier per humanoid level after 1st
  • \n
\n
\n
\n

PROFICIENCIES AND FEATURES

\n
\n
    \n
  • Tools: One of your choice.
  • \n
  • Size: Tiny
  • \n
  • Speed: 20 ft.
  • \n
  • Pintsized: Your humanoid's tiny stature makes it hard for it to wield bigger weapons. Your humanoid can't use medium or heavy shields. Additionally, it can't wield weapons with the two-handed or versatile property, and it can only wield one-handed weapons in two hands unless they have the light property.
  • \n
  • Puny: Your humanoid is too small to pack much of a punch. It has disadvantage on Strength saving throws, and when determining its bonus to attack and damage rolls for weapon attacks using Strength, it can't add more than +3.
  • \n
  • Small and Nimble: Your humanoid is too small and fast to effectively target. It has a +1 bonus to AC, and it has advantage on Dexterity saving throws.
  • \n
\n
 
\n
\n
 
\n
\n

SMALL HUMANOIDS

\n

Small humanoids are comprised of shorter species such as ewoks or jawas.

\n

As a small humanoid, your humanoid companion has the following features.

\n
\n

HIT POINTS

\n
\n
    \n
  • Hit Dice: 1d6 per humanoid level
  • \n
  • Hit Points at 1st Level: 6 + your humanoid's Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d6 (or 4) + your humanoid's Constitution modifier per humanoid level after 1st
  • \n
\n
\n
\n

PROFICIENCIES AND FEATURES

\n
\n
    \n
  • Skills: One of your choice
  • \n
  • Tools: One specialist's kit of your choice
  • \n
  • Size: Small
  • \n
  • Speed: 25 ft.
  • \n
  • Undersized: Your humanoid's small stature makes it hard for it to wield bigger weapons. Your humanoid can't use heavy shields. Additionally, it can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, your humanoid can only wield it in two hands.
  • \n
\n
\n
\n
\n

MEDIUM HUMANOIDS

\n

Medium humanoids are the most common seen in the galaxy.

\n

As a medium humanoid, your humanoid companion has the following features.

\n
\n

HIT POINTS

\n
\n
    \n
  • Hit Dice: 1d8 per humanoid level
  • \n
  • Hit Points at 1st Level: 8 + your humanoid's Constitution modifier
  • \n
  • Hit Points at Higher Levels: 1d8 (or 5) + your humanoid's Constitution modifier per humanoid level after 1st
  • \n
\n
\n
\n

PROFICIENCIES AND FEATURES

\n
\n
    \n
  • Size: Medium
  • \n
  • Speed: 30 ft.
  • \n
  • Armored: Your humanoid has proficiency in light armor. If it would already have proficiency in light armor, it instead has proficiency in medium armor. If it would already have proficiency in light and medium armor, it instead has proficiency in heavy armor. If it would already have proficiency in all armor, it instead has proficiency in a skill or tool of your choice.
  • \n
\n
\n
\n
\n

HUMANOID TRAITS

\n

The traits are presented in alphabetical order. If a trait has prerequisites, your companion must meet them to adopt it. Your companion can adopt a trait at the same time that it meets the trait's prerequisites. Whenever your companion gains a level, it can exchange one trait for another one.

\n

\n
\n
\n
\n
\n
\n
\n
\n
\n

ADAPTIVE RESILIENCE

\n

Your humanoid has advantage on Strength and Constitution saving throws against tech powers.

\n
\n
\n
\n
\n

AGGRESSIVE

\n

As a bonus action, your humanoid can move up to its speed toward an enemy of its choice that it can see or hear. Your humanoid must end this move closer to the enemy than it started.

\n
\n
\n

ALERT

\n

Always on the lookout for danger, your humanoid gains the following benefits:

\n
    \n
  • Your humanoid gains a +5 bonus to initiative.
  • \n
  • You and your humanoid can't be surprised while your humanoid is conscious.
  • \n
\n
\n
\n

ATHLETE

\n

Your humanoid has undergone extensive physical training to gain the following benefits:

\n
    \n
  • When your humanoid is prone, standing up uses only 5 feet of its movement.
  • \n
  • Climbing doesn't halve your humanoid's speed.
  • \n
  • Your humanoid can make a running long jump or a running high jump after moving only 5 feet on foot, rather than 10 feet.
  • \n
\n
\n
\n

AMPHIBIOUS

\n

Your humanoid can breathe air and water.

\n
\n
\n

CANNIBALIZE

\n

If your humanoid spends at least 1 minute devouring the corpse of a beast or humanoid, it gains temporary hit points equal to its Constitution modifier. Once you've used this feature, you must complete a short or long rest before you can use it again.

\n
\n
\n

CLOSED MIND

\n

Your humanoid has advantage on Wisdom and Charisma saving throws against force powers.

\n
\n
\n

DARKVISION

\n

Your humanoid has a keen eyesight, especially in the dark. It can see in dim light within 60 feet of it as if it were bright light, and in darkness as if it were dim light. It can't discern color in darkness, only shades of gray.

\n
\n
\n

DEFENSIVE BALL

\n

Your humanoid is able to curl into a rolling ball for extra protection. When it takes the Dash action while it isn't wielding a shield, it gains a bonus to AC equal to have its proficiency bonus (rounded up) until the start of its next turn.

\n
\n
\n

DEFIANT

\n

When your humanoid or a creature it can see that can see and understand it makes an ability check, attack roll, or saving throw, your humanoid can roll a d4 and add it to their roll (no action required). It can use this before or after the roll, but before the GM determines the roll's outcome. Once your humanoid has used this feature, it must complete a short or long rest before it can use it again.

\n
\n
DUNGEON DELVER
\n
\n
\n

Alert to the hidden traps and secret doors found in many dungeons, your humanoid gains the following benefits:

\n
    \n
  • Your humanoid has advantage on Wisdom (Perception) and Intelligence (Investigation) checks made to detect the presence of secret doors.
  • \n
  • Your humanoid has advantage on saving throws made to avoid or resist traps.
  • \n
  • Your humanoid has resistance to the damage dealt by traps.
  • \n
  • Your humanoid can search for traps while traveling at a normal pace, instead of only at a slow pace.
  • \n
\n
\n
\n

DURABLE

\n

Hardy and resilient, your humanoid gains the following benefits:

\n
    \n
  • When your humanoid rolls a Hit Die to regain hit points, the minimum number of hit points your humanoid can regain from the roll equals twice your humanoid's Constitution modifier (minimum of 2).
  • \n
  • Your humanoid's hit point maximum increases by an amount equal to twice its level when you install this protocol. Whenever your humanoid gains a level thereafter, its hit point maximum increases by an additional 2 hit points.
  • \n
\n
\n
\n

ENTHRALLING PHEROMONES

\n

Your humanoid can use its pheromones to influence individuals of both sexes. Whenever your humanoid rolls a 1 on a Charisma (Persuasion) check, it can reroll the die and must use the new roll. Additionally, once per short or long rest, your humanoid can treat a d20 roll of 9 or lower on a Charisma check as a 10. This feature has no effect on droids or constructs.

\n
\n
\n

FIGHTING STYLE

\n

Your humanoid adopts a particular style of fighting as its specialty. Choose one of the Fighting Style options, detailed in chapter 6 of the Player's Handbook. Your humanoid can't take a Fighting Style option more than once, even if it later gets to choose again.

\n
\n
\n

FLIGHT

\n

Prerequisite 9th level
Your humanoid has a flying speed equal to its walking speed. While wearing medium or heavy armor, its flying speed is reduced by half.

\n
\n
\n

FORCE ADEPT

\n

Prerequisite: Force Sensitive
Your humanoid knows one 2nd-level force power of your choice, and once per long rest it can cast it at 2nd-level without expending force points. Your humanoid's forcecasting ability is Wisdom or Charisma (depending on power alignment).

\n
\n
\n

FORCE CONTENTION

\n

Your humanoid has advantage on Strength and Constitution saving throws against force powers.

\n
\n
FORCE-SENSITIVE
\n
\n
\n
\n
\n
\n
\n

Your humanoid one at-will force power and one 1st-level force power, which it can cast at its lowest level once per long rest. Your humanoid's forcecasting ability is Wisdom or Charisma (depending on power alignment). At-will powers chosen by your companion do not scale normally at higher levels. Instead, if they would scale at 5th level, they instead scale at 11th level, and if they would scale at 11th level, they instead scale at 18th level.

\n
\n
\n

FOUR-ARMED

\n

Your humanoid has four arms which it can use independently of one another. It can only gain the benefit of items held by two of its arms at any given time, and once per round it can switch which arms it is benefiting from (no action required).

\n
\n
\n

GROVEL, COWER, AND BEG

\n

Prerequisite: 5th level
As an action on its turn, your humanoid can cower pathetically to distract nearby foes. Until the end of its next turn, your humanoid's allies gain advantage on attack rolls against enemies within 10 feet of it that can see it.

\n

Once your companion has used this trait, it can't use it again until it finishes a short or long rest.

\n
\n
\n

HARDY CLEVERNESS

\n

Your humanoid has advantage on Wisdom and Charisma saving throws against tech powers.

\n
\n
\n

HEAVILY ARMORED

\n

Prerequisite: Proficiency with medium armor
Your humanoid gains proficiency in heavy armor. If your humanoid is already proficient in heavy armor, instead critical hits are treated as normal hits against it.

\n
\n
\n

HIDDEN STEP

\n

As a bonus action, your humanoid can turn invisible until the start of its next turn or until it attacks, makes a damage roll, or forces someone to make a saving throw.

\n

Once your humanoid has used this trait, it can't use it again until you finish a short or long rest.

\n
\n
\n

HIDE

\n

Your humanoid has a thick hide. When it isn't wearing armor, its AC is 13 + its Dexterity modifier.

\n
\n
\n

KEEN HEARING

\n

Your humanoid has advantage on Wisdom (Perception) checks that rely on hearing.

\n
\n
\n

KEEN SIGHT

\n

Your humanoid has advantage on Wisdom (Perception) checks that rely on sight.

\n
\n
\n

KEEN SMELL

\n

Your humanoid has advantage on Wisdom (Perception) checks that rely on smell.

\n
\n
\n

LIGHTLY ARMORED

\n

Your humanoid gains proficiency in light armor. If your humanoid is already proficient in light armor, instead your humanoid's speed increases by 5 feet while light armor is integrated.

\n
\n
LINGUIST
\n
\n
\n

Your humanoid has studied languages and codes, gaining the following benefits:

\n
    \n
  • Your humanoid learns three languages of its choice.
  • \n
  • Your humanoid can can ably create written ciphers. Others can't decipher a code it creates unless it teaches them, they succeed on an Intelligence check (DC = your Intelligence score + your proficiency bonus), or they use a power to decipher it.
  • \n
\n
\n
\n

MOBILE

\n

Your humanoid's speed increases by 10 feet.

\n
\n
\n

MODERATELY ARMORED

\n

Prerequisite: Proficiency with light armor
Your humanoid gains proficiency in medium armor. If your humanoid is already proficient in medium armor, the maximum Dexterity bonus your humanoid can add to AC increases to 3 from 2 while medium armor is integrated.

\n
\n
\n

NATURALLY STEALTHY

\n

Your humanoid can attempt to hide even when it is obscured only by a creature that is its size or larger than it.

\n
\n
\n

NIMBLE AGILITY

\n

Your humanoid reflexes and agility allow it to move with a burst of speed. When your humanoid moves on its turn in combat, it can double its speed until the end of the turn. Once your humanoid has used this trait, it can't use it again until it moves 0 feet on one of its turns.

\n
\n
\n

NIMBLE REFLEXES

\n

Your humanoid has advantage on Dexterity and Intelligence saving throws against force powers.

\n
\n
\n

NIMBLENESS

\n

Your humanoid can move through the space of any creature that is of a size larger than it.

\n
\n
\n

OBSERVANT

\n

Prerequisite: Alert
Quick to notice details of its environment, your humanoid gains the following benefits:

\n
    \n
  • If your humanoid can see a creature's mouth while it is speaking a language it understands, your humanoid can interpret what it's saying by reading its lips.
  • \n
  • Your humanoid is considered to have advantage when determining its passive Wisdom (Perception) and passive Intelligence (Investigation) scores.
  • \n
\n
\n
\n

POWERFUL BUILD

\n

Your humanoid's carrying capacity and the weight it can push, drag, or lift doubles. If it would already double, it instead triples.

\n
\n
\n

PROFICIENT

\n

Your humanoid gains proficiency in one skill or tool of its choice.

\n
\n
RAPID REGENERATION
\n
\n
\n
\n
\n
\n
\n

Prerequisite: 5th level
Your humanoid can control and focus its healing. As a bonus action, it can choose to spend one of its Hit Dice to recover hit points.

\n
\n
\n

REGENERATIVE

\n

Prerequisite: 5th level
When your humanoid takes damage, it can use its reaction and expend a Hit Die to regain hit points as long as the damage would not reduce its hit points to 0.

\n
\n
\n

SECOND HEART

\n

Prerequisite: 5th level
When your humanoid is reduced to 0 hit points but not killed outright, it can drop to 1 hit point instead. It can't use this feature again until it finishes a long rest.

\n
\n
\n

STRONG-LEGGED

\n

When your humanoid makes a long jump, it can cover a number of feet up to twice its Strength score. When it makes a high jump, it can leap a number of feet up into the air equal to 3 + twice its Strength modifier.

\n
\n
\n

TECH RESISTANCE

\n

Your humanoid has advantage on Dexterity and Intelligence saving throws against tech powers.

\n
\n
\n

UNARMED COMBATANT

\n

Your humanoid's unarmed strikes deal 1d4 kinetic damage. It can use your choice of your Strength or Dexterity modifier for the attack and damage rolls. It must use the same modifier for both rolls.

\n
\n
\n

SAVAGE ATTACKS

\n

When your humanoid scores a critical hit with a melee weapon attack, it can roll one of the weapon’s damage dice one additional time and add it to the extra damage of the critical hit.

\n
\n
\n

SAVAGE SHORTY

\n

Prerequisite: Strength 13, size Small
Despite being short of stature, your humanoid's size has no impact on its strength and virility. Your humanoid gains the following benefits:

\n
    \n
  • Your humanoid's speed increases by 5 feet
  • \n
  • Your humanoid loses the Undersized trait.
  • \n
\n
\n
\n

TECH ADEPT

\n

Prerequisite: Tech Dabbler
Your humanoid learns one 2nd-level tech power of your choice, and once per long rest it can cast it at 2nd-level without expending tech points. Your humanoid's techcasting ability is Intelligence. Your humanoid requires use of a wristpad for this power.

\n
\n
\n
\n
\n

TECH DABBLER

\n

Your humanoid learns one at-will tech power and one 1st-level tech power, which it can cast at its lowest level once per long rest. Your humanoid's techcasting ability is Intelligence. Your humanoid requires use of a wristpad for these powers. At-will powers chosen by your companion do not scale normally at higher levels. Instead, if they would scale at 5th level, they instead scale at 11th level, and if they would scale at 11th level, they instead scale at 18th level.

\n
\n
\n
\n
\n

TINY TERROR

\n

Prerequisite: Strength 13, size Tiny
Despite falling below knee height of other species, your humanoid's size has less impact on its strength and virility. Your humanoid gains the following benefits:

\n
    \n
  • Your humanoid's speed increases by 5 feet
  • \n
  • Your humanoid loses the Pintsized trait, and it is no longer limited to +3 when determining its bonus to attack and damage rolls for weapon attacks using Strength due to the Puny trait.
  • \n
  • Your humanoid gains the Undersized trait: Undersized.Your humanoid's small stature makes it hard for it to wield bigger weapons. It can't use heavy shields or martial weapons with the two-handed property unless it has the light property, and if a martial weapon has the versatile property, your humanoid can only wield it in two hands.
  • \n
\n
\n
\n

TOUGH

\n

Prerequisite: Durable
Your humanoid has the blood of heroes flowing through its veins. Your humanoid gain the following benefits:

\n
    \n
  • Whenever your humanoid takes the Dodge action in combat, it can spend one Hit Die to heal itself. Roll the die, add its Constitution modifier, and it regains a number of hit points equal to the total (minimum of one).
  • \n
\n
\n
\n

TRANCE

\n

Your humanoid only needs 3 hours of sleep during a long rest to gain its benefits, instead of 6. Additionally, if your humanoid's long rest would be interrupted, it only needs to complete the long rest instead of restarting it to gain its benefits.

\n
\n
\n
\n
\n

WEAPON EXPERT

\n

Your humanoid gains proficiency with all blasters, lightweapons, and vibroweapons. If your humanoid is already proficient with all blasters, lightweapons or vibroweapons, instead once per turn when it rolls damage for a weapon attack using a weapon from a category in which it is proficient with all weapons, it can reroll the weapon's damage dice and use either total.

\n
\n
\n
\n
\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[],"_id":"x41qlxJPclXaeCkH"} +{"_id":"xFgXRg2qF3SlvNfF","name":"Sentinel Ideals","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 2nd level, you adopt ideals that exemplify your bond with the Force. You adopt two ideals of your choice, as detailedbelow. You adopt an additional ideal at 6th and 11th level. When you manifest your Sentinel Ideals, you choose which effect to create.

\n

You can manifest your ideals twice. You gain an additional use at 9th and 17th level. You regain all expended uses when you finish a long rest.

\n
\n

SENTINEL IDEALS

\n

The ideals are presented in alphabetical order. You can’t benefit from a Sentinel Ideal option more than once, even if you later get to choose again.

\n
\n
\n

IDEAL OF THE AGILE

\n

You gain a swimming speed and a climbing speed equal to your walking speed. When you make a long jump, you can cover a number of feet up to twice your Wisdom or Charisma score (your choice). When you make a high jump, you can leap a number of feet up into the air equal to 3 + twice your Wisdom or Charisma modifier (your choice).

\n

Additionally, as a bonus action, you can manifest this ideal in a brief surge of energy. For the next minute, opportunity attacks against you are made with disadvantage.

\n
\n

IDEAL OF THE ARTISAN

\n

Choose one of your skill or tool proficiencies. When you make an ability check with the chosen skill or tool, you can add half your Wisdom or Charisma modifier (your choice, minimum of one) to any check you make that doesn’t already include that modifier.

\n

Additionally, as an action, you can manifest this ideal in a brief surge of energy. For the next 10 minutes, the bonus increases to your Wisdom or Charisma modifier, and you can choose a second skill or tool to extend this feature to.

\n
\n

IDEAL OF THE CONTENDER

\n

You can use Dexterity instead of Strength for the attack and damage rolls of your unarmed strikes, and your unarmed strike damage increases by one step (from 1 to d4, d4 to d6, or d6 to d8).

\n

Additionally, as a bonus action, you can manifest this ideal in a brief surge of energy. For the next minute, your unarmed strikes count as enhanced for the purpose of overcoming resistance and immunity to unenhanced attacks and damage, and you can use your Wisdom or Charisma modifier (your choice) instead of Strength for checks made to grapple a target or escape a grapple.

\n
\n

IDEAL OF THE FIGHTER

\n

You adopt a particular style of fighting as your specialty. Choose one of the fighting style options, detailed in Chapter 6. You can’t take a fighting style option more than once, even if you later get to choose again.

\n

Additionally, as a bonus action, you can manifest this ideal in a brief surge of energy. For the next minute, you know the fighting mastery that corresponds with the fighting style you chose with this feature. If you already know that fighting mastery, you instead learn another of your choice for the duration.

\n
\n

IDEAL OF THE HUNTER

\n

You gain darkvision out to a range of 60 feet. If you already have darkvision, this ideal increases its range by 30 feet.

\n

Additionally, as a bonus action, you can manifest this ideal in a brief surge of energy. For the next minute, you can see normally in enhanced darkness, and you gain blindsight to 10 feet.

\n
\n

IDEAL OF THE STEADFAST

\n

When you would make a melee weapon attack roll, you can instead force the target to make a Dexterity saving throw (DC = 8 + your proficiency bonus + your Strength or Dexterity modifier + any bonuses to melee weapon attack rolls). If you would have advantage on your attack roll, the creature instead has disadvantage on their saving throw. On a failed save, the target takes normal weapon damage and is subjected to any additional effects that would occur on a hit.

\n

Additionally, as a bonus action, you can manifest this ideal in a brief surge of energy. For the next minute, when a creature succeeds on the saving throw, they take half the normal weapon damage, and when a creature rolls a 1 on the saving throw, they take damage as if suffering a critical hit.

\n
\n

IDEAL OF THE TITAN

\n

You gain proficiency in medium armor.

\n

Additionally, as a bonus action, you can manifest this ideal in a brief surge of energy. For the next minute, you have advantage on ability checks and attack rolls that would forcefully move another creature, and the distance they would be moved increases by 5 feet.

\n
\n

IDEAL OF THE TRANQUIL

\n

When you finish a short or long rest, you gain a number of temporary force points equal to half your Wisdom or Charisma modifier (rounded up, your choice, minimum of one). When you would spend a force point while you have temporary force points, the temporary force points are spent first. All temporary force points are lost at the end of your next short or long rest.

\n

Additionally, as an action, you can manifest this ideal in a brief surge of energy. You regain a number of force points equal to half your Wisdom or Charisma modifier (rounded up, your choice, minimum of one).

\n
\n

IDEAL OF THE VIGOROUS

\n

When you roll a Hit Die to regain hit points, you may use your Wisdom or Charisma modifier in place of your Constitution modifier when determining the number of hit points you regain.

\n

Additionally, as an action, you can manifest this ideal in a brief surge of energy. You gain a number of temporary hit points equal to half your sentinel level (rounded down) + your Wisdom or Charisma modifier (your choice, minimum of one).

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"xLWuR3Z2WROW7Ggm","name":"Placed Shots","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you perfect the art of placing distant shots for maximum effectiveness in debilitating and controlling your enemies. When you deal Sneak Attack damage to a creature, you may choose to forgo two of your Sneak Attack dice to make the attack a placed shot.

\n

Some of your placed shots require your target to make a saving throw to resist the placed shot’s effects. The saving throw DC is calculated as follows:

\n
\n

Placed Shot save DC = 8 + your proficiency bonus + your Dexterity modifier

\n
\n
\n

DISARMING SHOT

\n

You attempt to disarm a creature with your attack. The target must succeed on a Strength saving throw or be forced to drop one item of your choice that it’s holding. The object lands at its feet.

\n
\n

PENETRATING SHOT

\n

You attempt to damage another target with the same attack. Choose a second target within 15 feet of and directly behind your initial target. If the original attack roll would hit the second target, it takes two dice worth of Sneak Attack damage.

\n

The damage is of the same type dealt by the original attack.

\n
\n

SUPPRESSIVE SHOT

\n

You attempt to pin the target to its location. The target must succeed on a Wisdom saving throw or be frightened of you until the end of its next turn.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"xLmHLKF5gZn3nX0n","name":"Living Current","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 13th level, you’ve learned to channel the damage done to you to enhance your strikes. The first time you deal damage on your turn, if you took damage since the start of your last turn, you can deal additional lightning damage equal to your Kinetic Combat die + half the amount of damage taken (rounded down).

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you finish a short or long rest.

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Sentinel: Agression 13"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"xWOwi6l4lIQ33Qi0","name":"Fighting Mastery","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 3rd level, you’ve mastered a particular style of fighting. Choose one of the Fighting Mastery options, detailed in Chapter 6. You can’t take a Fighting Mastery option more than once, even if you later get to choose again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"xdWQ4OuCVA0ZPS3U","name":"Discoveries (Explorer)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you select this pursuit, you gain access to new discoveries which reflect your studies in maps and hidden routes. Whenever you learn a new discovery, you can choose from any of the following as well. The discoveries are listed in alphabetical order.

\n
\n
\n

COVER ADEPT

\n

Prerequisite: 12th level
You treat one-quarter cover as half cover, half cover as three-quarters cover, and three-quarters cover as full cover. Additionally, while you are in cover, Dexterity (Stealth) checks you make gain a bonus equal to your Intelligence modifier (minimum of +1).

\n
\n

DUNGEON EXPLORER

\n

You have advantage on Wisdom (Perception) checks and Intelligence (Investigation) checks to locate any secret doors or traps, and you have resistance to damage dealt by traps.

\n

In addition, you can use your Sage Advice feature to teach friendly creatures about various types of traps, following the same rules of that feature. When you do so, the chosen creatures have resistance to damage dealt by traps.

\n
\n

GALACTIC EXPLORER

\n

Prerequisite: 9th level
When you make a Piloting (Intelligence) skill check and may add your proficiency bonus to the check, treat any roll of 9 or lower as if you had rolled a 10.

\n
\n

GRAPPLING HUNTER

\n

Prerequisite: 5th level
Attack rolls that you make against creatures that you are grappling have advantage.

\n
\n

HIGH GROUND

\n

Prerequisite: 5th level
Once per turn, when you or a friendly creature hits a creature that is a target of your Critical Analysis feature, it takes additional damage equal to your half Intelligence modifier (minimum of +1).

\n
\n

NO STONE LEFT UNTURNED

\n

When you make a Wisdom (Perception) or Investigation (Intelligence) check to find a hidden creature that is inside the area that is targeted by your Critical Analysis feature, you do so with advantage.

\n
\n

VERSATILE EXPLORER

\n

You can hold your breath twice as long as you are normally able to, and take half as much damage from fall damage.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"xkGpjUxmL8wQYEW9","name":"Master Duelist","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 17th level, your mastery of the blade lets you turn failure into success in combat. If you miss with an attack roll, you can roll it again with advantage. Once you do so, you can’t use this feature again until you finish a short or long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"xlWuywb2jzmQV9MC","name":"Projected Barrier","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, when a creature that you can see within 30 feet of you takes damage, you can use your reaction to cause your Force Barrier to absorb that damage. If this damage reduces the barrier to 0 hit points, the warded creature takes any remaining damage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"xq3FuL9roeEDhh6b","name":"All-Out Attack","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Once you’ve reached 17th level, you can use your action to initiate an all-out attack. Choose a number of allies up to your Intelligence modifier within 60 feet who can see or hear you. The chosen allies may then immediately use their reaction to make one weapon attack against a target of your choice. You may choose the target for each attack separately.

\n

Once you use this feature, you cannot use it again until you finish a short or long rest.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"xsN7QCSQmiloh5oF","name":"Unerring Accuracy","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 17th level, your mastery of weapons grants you extraordinary accuracy. If you miss with an attack roll using a monk weapon on your turn, you can reroll it. You can use this feature only once on each of your turns.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"xyLkSZxNcvNJ2Wxm","name":"Back Blast","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this practice at 3rd level, you gain proficiency in all blasters with the burst or rapid property that lack the two-handed property. Additionally, when a creature fails a saving throw against the burst or rapid property of a weapon you control and with which you are proficient, you can apply your Sneak Attack damage to one creature dealt damage in this way as long as that creature didn’t have advantage on the save.

\n

When you reach 9th level in this class, when multiple creatures fail a saving throw against the burst property of a weapon you control and with which you are proficient, you can divide your Sneak Attack dice amongst the targets as you see fit.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"xzRNHB2M2HdOZzr7","name":"Fuel the Rampage","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, while you are both raging and experiencing the high of a substance, having 0 hit points doesn’t knock you unconscious. You still must make death saving throws, and you suffer the normal effects of taking damage while at 0 hit points. However, if you would die due to failing death saving throws, you don’t die until your rage ends, and you die then only if you still have 0 hit points.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"y4La6YmQxB9QOoQQ","name":"Unarmored Defense (Fighter: Blademaster)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this specialty at 3rd level, while you are wearing no armor and not wielding a shield, your AC equals 10 + your Dexterity modifier + your Strength modifier.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"requirements":""},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"y6sNfiGJFAddwfcb","name":"Mutagenic Analysis","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, while you are the target of your Critical Analysis feature, you can add half your Intelligence modifier (rounded down, minimum of one) to any saving throw you make that doesn’t already include that modifier.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"yDmXVFAILTKe2ET5","name":"Psychometric Analysis","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 9th level, your strength in the Force and your ability to read the objects around you intensifies. You can use your Critical Analysis to analyze an object of Huge size or smaller that you can see within range. When you do so, you learn whether or not the object is enhanced, cursed, and how old it is.

\n

Additionally, you can end your Critical Analysis on the object (no action required) to ask it a single question and receive an answer, usually in the form of an auditory or visual hallucination. For example, touching the rusted, broken remains of a lightsaber and asking how it got there may result in a brief vision of a disgruntled Jedi Knight casting it to the ground on that spot. An object \"questioned\" in this way can only provide information relating to its past. The GM has the final say on what objects can be questioned, and to what extent.

\n

You can use this feature four times. You gain an additional use at 13th and 17th level. You regain all expended uses when you complete a long rest.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":4,"max":4,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"yGC9VzT840qQWxca","name":"Rancor's Instinct","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"classfeature","data":{"description":{"value":"

Prerequisite: 13th level
While you're raging any creature within 5 feet of you that's hostile to you has disadvantage on attack rolls against targets other than you or another character with this feature. An enemy is immune to this effect if it can't see or hear you or if it can't be frightened.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"yMSvK9SmLoLI29p2","name":"Spirit Blade Assault","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 17th level, as an action, you conjure a blade of spirit energy and strike one creature within 5 feet of you with it, expending 1 to 10 focus points. The target must make a Constitution saving throw. On a failed save, it takes 2d10 necrotic damage per focus point spent, or half as much on a successful one.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"yQ3P80xIfnf999Hg","name":"Dance of Death","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 13th level, you can use your action to make a weapon attack against any number of creatures within 5 feet of you, with a separate attack roll for each target. You can choose to deal Sneak Attack damage to each creature you hit, but you can only roll half your number of Sneak Attack dice (rounded up) per creature.

\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"special","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"yRBX77FduzyjhnaX","name":"Force-Empowered Kinesis","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, your connection to the Force allows you to briefly become incorporeal. When you use a Force-Empowered Self option, until the end of your turn, you can move through other creatures and objects as if they are difficult terrain. If you end this movement inside a solid object or creature, you are immediately shunted to the nearest unoccupied space that you can occupy and take force damage equal to twice the number of feet you are moved. This damage can’t be reduced or negated in any way.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Ethereal 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"yTnJWJlddkvLIiOG","name":"Quick Escape","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 11th level, whenever you take damage, you can use your reaction to swap places with an illusion of yourself that you have created using a tech power or class feature. The illusion must be within 60 feet of you, and you must be able to see it.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"reaction","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Scout: Illusionist 11"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"yYfFFOgfllndNqWr","name":"Techcasting (Berserker: Industrial)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this approach at 3rd level, you have derived powers from schematics with the aid of your wristpad. See chapter 10 for the general rules of techcasting and chapter 12 for the tech powers list.

\n

TECH POWERS KNOWN

\n

You learn 3 tech powers of your choice, and you learn more at higher levels, as shown in the Tech Powers Known column of the Industrial Approach Techcasting table. You may not learn a tech power of a level higher than your Max Power Level.

\n

TECH POINTS

\n

You have a number of tech points equal to half of your berserker level (rounded up), as shown in the Tech Points column of the Industrial Approach Techcasting table, + your Intelligence modifier. You use these tech points to cast tech powers. You regain all expended tech points when you finish a short or long rest.

\n

MAX POWER LEVEL

\n

Many tech powers can be overcharged, consuming more tech points to create a greater effect. You can overcharge these powers to a maximum level, which increases at higher levels, as shown in the Max Power Level column of the Industrial Approach Techcasting table.

\n

You may only cast tech powers at 4th-level once. You regain the ability to do so after a long rest.

\n

TECHCASTING ABILITY

\n

Intelligence is your techcasting ability for your tech powers. You use your Intelligence whenever a power refers to your techcasting ability. In addition, you use your Intelligence modifier when setting the saving throw DC for a tech power you cast and when making an attack roll with one.

\n
\n

Tech save DC = 8 + your proficiency bonus + your Intelligence modifier

\n
\n

Tech attack modifier = your proficiency bonus + your Intelligence modifier

\n
\n

TECHCASTING FOCUS

\n

You use a wristpad (found in chapter 5 of the Player’s Handbook) as a tech focus for your tech powers.

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelTech Powers KnownTech PointsMax Power Level
3rd321st
4th421st
5th531st
6th631st
7th742nd
8th842nd
9th952nd
10th1052nd
11th1162nd
12th1262nd
13th1373rd
14th1473rd
15th1583rd
16th1683rd
17th1794th
18th1894th
19th19104th
20th20104th
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"yZcoaSioqe8qda2D","name":"Electric Attunement","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 14th level, you gain resistance to lightning damage. Additionally, force powers you cast ignore resistance to lightning damage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"yahaPxpXfPalRqxt","name":"Projected Barrier (Engineer: Gadgeteer)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, as a bonus action while wearing your gadgeteer harness, you can expend a use of your Potent Aptitude to project a barrier on a friendly creature you can see within 30 feet. A creature can only have one barrier active at a time.

\n

ENVIRONMENTAL BARRIER

\n

You project an environmental barrier that lasts until the end of your next short or long rest. The barrier has a number of hit points equal to the amount rolled on your Potent Aptitude die + your engineer level. Whenever a creature with this barrier takes damage (one of acid, cold, fire, force, lightning, necrotic, poison, psychic, or sonic, chosen by you when you activate the effect), the barrier takes the damage instead. If this damage reduces the barrier to 0 hit points, the creature takes any remaining damage.

\n

PHYSICAL BARRIER

\n

You project a physical barrier that lasts until the end of your next short or long rest. The barrier has a number of hit points equal to the amount rolled on your Potent Aptitude die + half your engineer level (rounded down). Whenever a creature with this barrier takes damage (one of energy, ion, or kinetic, chosen by you when you activate the effect), the barrier takes the damage instead. If this damage reduces the barrier to 0 hit points, the creature takes any remaining damage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"yyGo3f49AlXermtP","name":"Diamond Soul","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 14th level, your mastery of focus grants you proficiency in all saving throws. Additionally, whenever you fail a saving throw, you can spend 1 focus point to reroll it and take the second result.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"z5s3mctvvQbG2Yh4","name":"Vengeance","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

By 15th level, you gain one of the following features.

\n

Choose Devastating Critical for Juyo or Their Power, My Strength for Vapaad.

\n
\n

DEVASTATING CRITICAL

\n

When you score a critical hit with a melee weapon attack, you gain a bonus to that weapon’s damage roll equal to your guardian level.

\n
\n

THEIR POWER, MY STRENGTH

\n

When you are dealt damage by a force power, you can reduce that damage by an amount equal to your guardian level (no action required).

\n

You can use this feature a number of times equal to your Wisdom or Charisma modifier (your choice, a minimum of once). You regain all expended uses when you complete a short or long rest.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"zEnd8MGQwyOOZ0dI","name":"Maximum Output","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 7th level, when you take the Attack action while wielding a weapon with the heavy or strength properties, you can forgo one or more attacks. If you do so, you deal additional damage the first time you hit with an attack roll before the end of your next turn. For each attack you forgo in this fashion, you deal extra damage equal to 1d12 + half your fighter level (rounded down). If you miss with the first attack roll you make before the end of your next turn, you instead deal normal weapon damage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"zJffmk1ndwbjk0GH","name":"Additional Maneuvers (Scholar: Tactician)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Lastly at 3rd level, you gain access to new maneuvers which reflect your mastery in the field of combat. Whenever you learn a new maneuver, you can choose from any of the following as well. The maneuvers are listed in alphabetical order.

\n
\n
\n

BOLSTER

\n

On your turn, you can use a bonus action and expend one superiority die to bolster the resolve of one of your companions. When you do so, choose a friendly creature who can see or hear you. That creature gains temporary hit points equal to the superiority die roll + your Intelligence modifier.

\n
\n

COMMANDER’S STRIKE

\n

When you take the Attack action on your turn, you can forgo one of your attacks and use a bonus action to direct one of your companions to strike. When you do so, choose a friendly creature within 60 feet who can see or hear you and expend one superiority die. That creature can immediately use its reaction to make one weapon attack, adding your superiority die to the attack’s damage roll.

\n
\n

DISARMING ATTACK

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to disarm the target, forcing it to drop one item of your choice that it’s holding. You add the superiority die to the attack’s damage roll, and the target must make a Strength saving throw. On a failed save, it drops the object you choose. The object lands at its feet.

\n
\n

DISTRACTING STRIKE

\n

When you hit a creature with a weapon attack, you can expend one superiority die to distract the creature, giving your allies an opening. You add the superiority die to the attack’s damage roll. The next attack roll against the target by an attacker other than you has advantage if the attack is made before the start of your next turn.

\n
\n

MANEUVERING ATTACK

\n

When you hit a creature with a weapon attack, you can expend one superiority die to maneuver one of your allies into a more advantageous position. You add the superiority die to the attack’s damage roll, and you choose a friendly creature who can see or hear you.

\n

That creature can use its reaction to move up to half its speed without provoking opportunity attacks from the target of your attack.

\n
\n

PUSHING ATTACK

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to drive the target back. You add the superiority die to the attack’s damage roll, and if the target is Large or smaller, it must make a Strength saving throw. On a failed save, you push the target up to 15 feet away from you.

\n
\n

RIPOSTE

\n

When a creature misses you with a melee attack, you can use your reaction and expend one superiority die to make a melee weapon attack against the creature. If you hit, you add the superiority die to the attack’s damage roll.

\n
\n

SCHOLAR’S PARRY

\n

When a creature damages you with a weapon attack, you can use your reaction and expend one superiority die to reduce the damage by the number you roll on your superiority die + your Intelligence modifier.

\n
\n

TARGETED ATTACK

\n

When you make a weapon attack roll, you can expend one superiority die to add it to the roll. You can use this maneuver before or after making the attack roll, but before any effects of the attack are applied.

\n
\n

TRIP ATTACK

\n

When you hit a creature with a weapon attack, you can expend one superiority die to attempt to knock the target down. You add the superiority die to the attack’s damage roll, and if the target is Large or smaller, it must make a Strength saving throw. On a failed save, you knock the target prone.

\n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"zNvb5e1XZ8ItSe75","name":"Bonus Proficiencies (Scout: Bulwark)","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

You gain proficiency in heavy armor.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Scout: Bulwark 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"zZz07JN0gA6nsAPa","name":"Focused Rage","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Also at 3rd level, you hone your rage to a razor sharp focus. While raging, when you make a melee weapon attack using Dexterity, you add your rage damage to the damage roll. Additionally, you can use your Reckless Attack feature to give you advantage on melee weapon attacks using Dexterity during your turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"zb4QnZTseq74tpHT","name":"Protector","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting when you choose this calling at 3rd level, you learn the saber ward force power, which does not count against your total powers known. Additionally, you can use your Deflection and Slow Time Force-Empowered Self options when you cast it as your action. Finally, when you cast it, you can spend 2 force points to extend the benefits to creatures of your choice within 5 feet of you while the power is active. The creatures immediately lose this benefit if they move more than 5 feet away from you.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Tenacity 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"zbCDtd1DzA3bhJwV","name":"Nature's Vigor","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 7th level, you’ve learned to attune your senses with nature. If you spend at least 1 minute meditating while in nature, you gain the following benefits for 1 hour:

\n
    \n
  • You ignore difficult terrain caused by nature.
  • \n
  • You can understand plants within 30 feet of you. They can telepathically communicate simple ideas to you, including memories from within the past day.
  • \n
  • You can command plants within 30 feet of you to create difficult terrain, or other tasks at the GM’s discretion (no action required).
  • \n
\n

Once you’ve used this feature, you must complete a short or long rest before you can use it again.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"minute","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"sr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Sentinel: Witchcraft 7"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"zdQodeYfWZauJ3Mv","name":"Totem Creation","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

When you choose this specialty at 3rd level, you’ve learned to create powerful talismans infused with the Force. Your totems can take the form of sigils painted directly onto your equipment, or adornments attached to it, as you see fit. Regardless of the form they take, only you can benefit from them. You learn two totems of your choice, which are detailed under “Totems” below. When you complete a long rest, you can replace one totem you know with a different one.

\n

When you finish a long rest, you can touch a number of weapons, armor, or shields equal to the number of totems you know, affixing a different totem to each object. Your totem remains affixed until you finish a long rest, and an object can only bear one totem at a time. You must be wielding or wearing the object to benefit from a totem affixed to it.

\n

Each totem can be invoked to grant an effect. Once you’ve invoked a totem in this way, you can’t do so again until you complete a short or long rest.

\n

TOTEM OPTIONS

\n

The totems are listed in alphabetical order. If a totem requires a saving throw, the DC = 8 + your proficiency bonus + your Wisdom or Charisma modifier (your choice).

\n
\n
\n

TOTEM OF THE ACKLAY

\n

This totem evokes the ferocity of an acklay, granting you advantage on Intelligence (Nature) checks and Charisma (Intimidation) checks.

\n

Additionally, you can invoke the totem as a bonus action. For 10 minutes, your carrying capacity and the weight you can push, drag, or lift doubles, and your Strength score increases by 2. This increase can cause your score to exceed 20.

\n
\n

TOTEM OF THE HAWK

\n

This totem is inspired by the visage of a hawk, granting you advantage on Intelligence (Investigation) checks, and darkvision out to a range of 60 feet. If you already have darkvision, its range increases by 30 feet.

\n

Additionally, when a creature you can see ends its turn within 30 feet of you, you can use your reaction to invoke the totem and force the creature to make a Constitution saving throw by emitting a powerful sound. Unless the save succeeds, the creature is dazed, suffering from the Charmed condition. While charmed in this way, the creature has a speed of 0 and is incapacitated. The effect ends if the charmed creature takes any damage or if someone else uses an action to shake the creature out of its haze. Once you invoke the totem, you can’t do so again until you finish a short or long rest. A deaf creature automatically succeeds on its saving throw.

\n
\n

TOTEM OF THE LOTH-WOLF

\n

This totem emulates the near etherealness of a loth-wolf, granting you advantage on Dexterity (Sleight of Hand) checks and Charisma (Deception) checks.

\n

Additionally, when you or a creature you can see within 30 feet of you is hit by an attack roll, you can use your reaction to invoke the totem and cause that attack to target a different creature within 30 feet of you (other than the attacker) that you can see, using the same roll. This ability can transfer the attack regardless of the attack’s range.

\n
\n

TOTEM OF THE RANCOR

\n

This totem bestows a resilience reminiscent of a mighty rancor, granting you advantage on saving throws against being poisoned and resistance to poison damage.

\n

Additionally, you can invoke the totem as a bonus action, gaining resistance to energy and kinetic damage for 1 minute.

\n
\n

TOTEM OF THE SARLACC

\n

This totem channels the experience of an ancient sarlacc, granting you expertise in any tool in which you are proficient.

\n

Additionally, when you hit a creature with a weapon attack, you can invoke the totem to summon the tentacles of the creature: The target must succeed on a Strength saving throw or be restrained for 1 minute. While restrained by the tentacles, the target takes 2d6 acid damage at the start of each of its turns. The target can repeat the saving throw at the end of each of its turns, tearing free on a success.

\n
\n

TOTEM OF THE VORNSKR

\n

With this totem you are able to access the Force-enhanced senses of the vornskr, granting you advantage on Wisdom (Survival) checks, and you can’t be surprised as long as you are not incapacitated.

\n

Additionally, you can invoke the totem as a bonus action to enter a state of hyper awareness for 1 minute or until you’re incapacitated. Until the state ends, when you or another creature you can see within 60 feet of you makes an attack roll, a saving throw, or an ability check, you can use your reaction to cause the roll to have advantage or disadvantage.

\n
","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"ze0ZnVMlv6x0IpS4","name":"Life Eternal","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Beginning at 10th level, you can use your powerful connection to the Force to keep fighting when others would fall. When you are reduced to 0 hit points but not killed outright, you can spend 5 force points to drop to 1 hit point instead.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"zvvBD6LZuu9tdrUV","name":"Phasethrow","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting when you choose this calling at 3rd level, you learn the saber throw force power, which does not count against your total powers known. Additionally, you no longer have disadvantage on the attack roll with it if you are within 5 feet of a hostile creature, and you can use all three Force-Empowered Self options when you cast it as your action and hit a target. Finally, when you hit a creature within with the saber throw force power, you deal additional damage equal to half your Wisdom or Charisma modifier (your choice, rounded up, minimum of +1) if it doesn't already include that modifier.

\n

 

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","requirements":"Sentinel: Forceblade 3"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"zxw8tBx6Z30RKyLr","name":"Rampage","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 6th level, while raging, when you deal damage with a blaster with which you are proficient, and you added your Strength modifier to the damage roll, you can use a bonus action to move up to half your speed towards your target. You must end this movement closer to your target than you started. If you end this movement within 5 feet of your target, you can make one melee weapon attack with your blaster as a part of this bonus action.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false}},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"zzbwoqUNCb6U0lRK","name":"Unarmored Movement","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

Starting at 3rd level, your speed increases by 10 feet while you are not wearing armor or wielding a shield. This bonus increases when you reach certain monk levels, as shown in the table below.

\n

At 9th level, you gain the ability to move along vertical surfaces and across liquids on your turn without falling during the move.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
LevelUnarmored Movement
1st-
2nd-
3rd+10 ft.
4th+10 ft.
5th+15 ft.
6th+15 ft.
7th+15 ft.
8th+15 ft.
9th+20 ft.
10th+20 ft.
11th+20 ft.
12th+20 ft.
13th+25 ft.
14th+25 ft.
15th+25 ft.
16th+25 ft.
17th+30 ft.
18th+30 ft.
19th+30 ft.
20th+30 ft.
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":""},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} +{"_id":"zztRtikqjZ4bFjV0","name":"Invasive Presence","permission":{"default":0,"lwoKvFakziGOHjXS":3},"type":"classfeature","data":{"description":{"value":"

At 7th level, your spirit can invade another creature’s being. As an action, your spirit can touch a creature within 5 feet of it, forcing it to make a Wisdom saving throw against your universal force save DC. If you or creatures that are friendly to you are fighting it, it has advantage on the saving throw.

\n

On a failed save, your spirit moves into that creatures space, inhabiting its body, for 1 minute. The affected creature has disadvantage on the first attack roll, ability check, or saving throw it makes each turn. At the end of each its turns, the creature repeats this save. On a success, it repels the spirit from its body, and it becomes immune to this feature for 24 hours.

\n

Once you’ve used this feature, you must complete a long rest before you can use it again.

\n

 

","chat":"","unidentified":""},"source":"EC","activation":{"type":"action","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":1,"max":1,"per":"lr"},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"className":"","recharge":{"value":null,"charged":false},"requirements":"Sentinel: Communion 7"},"flags":{},"img":"icons/svg/mystery-man.svg","effects":[]} \ No newline at end of file diff --git a/packs/packs/feats.db b/packs/packs/feats.db index d1e88130..8b465f19 100644 --- a/packs/packs/feats.db +++ b/packs/packs/feats.db @@ -96,4 +96,3 @@ {"_id":"y09iFQHd9gACYeKn","name":"Haggler","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"feat","data":{"description":{"value":"

Your skills at bartering have granted you the following benefits:

\n
    \n
  • Increase your Charisma score by 1, up to a maximum of 20.
  • \n
  • You have advantage on Charisma (Persuasion) and Charisma (Deception) checks when attempting to barter or trade.
  • \n
  • You are always aware of the current monetary value for any unenhanced or common enhanced item. Whenever you identify an item, you gain a rough estimate of its current monetary value.
  • \n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":0,"units":""},"target":{"value":0,"width":null,"units":"","type":""},"range":{"value":0,"long":0,"units":null},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":null,"amount":null},"ability":"","actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"requirements":"","recharge":{"value":0,"charged":true},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":1,"itemId":"y09iFQHd9gACYeKn","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Feats/Haggler.webp","effects":[]} {"_id":"yOhhoeyIfccOM1JQ","name":"Kinetic Stoicism","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"feat","data":{"description":{"value":"

You've developed a preternatural focus, granting the following benefits:

\n
    \n
  • Increase an ability score of your choice by 1, to a maximum of 20.
  • \n
  • Once per turn, whenever you roll a Kinetic Combat die, you can roll the die twice and take either total.
  • \n
\n

Ability Capstone Feats

\n

At higher levels, character tend to reach the pinnacle of an ability score, representing their mastery of that aspect. These feats are designed to give those characters an edge greater than just the ability score.

","chat":"","unidentified":""},"source":"EC","activation":{"type":"","cost":0,"condition":""},"duration":{"value":0,"units":""},"target":{"value":0,"width":null,"units":"","type":""},"range":{"value":0,"long":0,"units":null},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":null,"amount":null},"ability":"","actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"requirements":"at least 3 levels in sentinel","recharge":{"value":0,"charged":true},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"icons/svg/mystery-man.svg","effects":[]} {"_id":"zp1d7mtK3QWMZX6j","name":"Stealthy","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"feat","data":{"description":{"value":"

You know how best to hide, gaining the following benefits:

\n
    \n
  • Increase your Dexterity score by 1, to a maximum of 20.
  • \n
  • You gain proficiency in the Stealth skill. If you are already proficient in it, you instead gain expertise in it.
  • \n
  • If you are hidden, you can move up to 10 feet in the open without revealing yourself if you end the move in a position where you're not clearly visible.
  • \n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"","cost":0,"condition":""},"duration":{"value":0,"units":""},"target":{"value":0,"width":null,"units":"","type":""},"range":{"value":0,"long":0,"units":null},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":null,"amount":null},"ability":"","actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"requirements":"","recharge":{"value":0,"charged":true},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":1,"itemId":"zp1d7mtK3QWMZX6j","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.skills.ste.value","value":"1","mode":"+","targetSpecific":false,"id":2,"itemId":"zp1d7mtK3QWMZX6j","active":false,"_targets":[]}]}},"img":"systems/sw5e/packs/Icons/Feats/Stealthy.webp","effects":[]} - diff --git a/packs/packs/forcepowers.db b/packs/packs/forcepowers.db index a250de81..9137350c 100644 --- a/packs/packs/forcepowers.db +++ b/packs/packs/forcepowers.db @@ -1,52 +1,35 @@ -{"name":"Force Storm","permission":{"default":0,"9BhUyjgxIxogl2ot":3},"type":"power","data":{"description":{"value":"

A crackling storm of lightning with a diameter of 60 feet and a height of 120 feet appears in a location you choose within range. Whenever a creature enters the storm or starts its turn there, it must make a Dexterity saving throw. On a failed save, it takes 30d6 lightning damage or half as much as a successful one.

\n

The power damages objects in the area and ignites flammable objects that aren’t being worn or carried.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":60,"units":"ft","type":"cylinder"},"range":{"value":150,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["30d6","lightning"]],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"level":9,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Storm.webp","_id":"16N8bYdqJ8bvDPQX"} {"name":"Shadow Sight","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You enhance your eyesight with the Force, allowing you to better see in the dark. For the duration, you have darkvision out to 60 feet.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":null,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"0mQsnKBxENq1z4zW"} {"_id":"16N8bYdqJ8bvDPQX","name":"Force Storm","permission":{"default":0,"9BhUyjgxIxogl2ot":3},"type":"power","data":{"description":{"value":"

A crackling storm of lightning with a diameter of 60 feet and a height of 120 feet appears in a location you choose within range. Whenever a creature enters the storm or starts its turn there, it must make a Dexterity saving throw. On a failed save, it takes 30d6 lightning damage or half as much as a successful one.

\n

The power damages objects in the area and ignites flammable objects that aren’t being worn or carried.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":60,"units":"ft","type":"cylinder"},"range":{"value":150,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["30d6","lightning"]],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"level":9,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Storm.webp"} {"_id":"1ARPmaD7aZ3Pjxt2","name":"Battle Precognition","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Your attunement to the Force warns you when you are about to enter danger. Until the power ends, your base AC becomes 13 + your Dexterity modifier. This power has no effect if you are wearing armor.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":8,"units":"hour"},"target":{"value":null,"units":"","type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Battle%20Precognition.webp"} -{"name":"Remove Curse","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

At your touch, all curses affecting one creature or object end. If the object is a cursed enhanced item, its curse remains, but the power breaks its owner’s attunement to the object so it can be removed or discarded.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"object"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":3,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"1IFr14Wc4sA1833o"} -{"name":"Sanctuary","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Until the power ends, any creature who targets the warded creature with an attack, a harmful power, or a hostile action must first make a Wisdom saving throw. On a failed save, the creature must choose a new target or lose the attack or power. This power doesn’t protect the warded creature from area effects.

\n

If the warded creature makes an attack, casts a power that affects an enemy creature, or takes a hostile action this power ends.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":1,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"1hCkZcduMjx91kSe"} {"_id":"1IFr14Wc4sA1833o","name":"Remove Curse","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

At your touch, all curses affecting one creature or object end. If the object is a cursed enhanced item, its curse remains, but the power breaks its owner’s attunement to the object so it can be removed or discarded.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"object"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":3,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"1hCkZcduMjx91kSe","name":"Sanctuary","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Until the power ends, any creature who targets the warded creature with an attack, a harmful power, or a hostile action must first make a Wisdom saving throw. On a failed save, the creature must choose a new target or lose the attack or power. This power doesn’t protect the warded creature from area effects.

\n

If the warded creature makes an attack, casts a power that affects an enemy creature, or takes a hostile action this power ends.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":1,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"1hXmkUOjNtkCtS8T","name":"Bestow Curse","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You touch a creature, and that creature must succeed on a Wisdom saving throw or become cursed for the duration of the power. When you cast this power, choose the nature of the curse from the following options:

\n
    \n
  • Choose one ability score. While cursed, the target has disadvantage on ability checks and saving throws made with that ability score.
  • \n
  • While cursed, the target has disadvantage on attack rolls against you.
  • \n
  • While cursed, the target must make a Wisdom saving throw at the start of each of its turns. lf it fails, it wastes its action that turn doing nothing.
  • \n
  • While the target is cursed, your attacks and powers deal an extra 1d8 necrotic damage to the target.
  • \n
\n

A remove curse power ends this effect. At the GM’s discretion, you may choose an alternative curse effect, but it should be no more powerful than those described above. The GM has final say on such a curse’s effect.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":"Have Curse Power"},"duration":{"value":1,"units":"minute"},"target":{"value":null,"units":"touch","type":""},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":3,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Bestow%20Curse.webp"} {"_id":"1svmnRR3v0KEGeDZ","name":"Mind Trick","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Choose a target within range that isn’t hostile toward you. The target must make a Wisdom saving throw. On a failed save, the target has disadvantage on Wisdom (Perception) and Intelligence (Investigation) checks.

\n

On a successful save, the creature realizes that you tried to use the Force to influence its awareness and becomes hostile toward you. A creature prone to violence might attack you. Another creature might seek retribution in other ways (at the GM’s discretion), depending on the nature of your interaction with it. This power has no effect on droids or constructs.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":0,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Mind%20Trick.webp"} {"_id":"28uF6yN4NLoc1Mf7","name":"Master Speed","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Choose up to two willing creatures that you can see within range. Until the power ends, each targets’ speed is doubled, they gain a +2 bonus to AC, they have advantage on Dexterity saving throws, and they gain an additional action on each of their turns. That action can be used only to take the Attack (one weapon attack only), Dash, Disengage, Hide, or the Use an Object Action.

\n

When the power ends, each target can’t move or take actions until after its next turn, as a wave of lethargy sweeps over it.

\n

Force Potency. When you cast this power using a force slot of 8th-level or higher, you can target one additional creature for each slot level above 7th.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":2,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":7,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"level","formula":"1 additional creature"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Master%20Speed.webp"} {"_id":"2EdyvNwmyRD9yhmn","name":"Maddening Darkness","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Terrifying darkness spreads from a point you choose within range to fill a 60-foot-radius sphere until the power ends. The darkness spreads around corners. A creature with darkvision can’t see through this darkness. Unenhanced light, as well as light created by powers of 8th level or lower, can’t illuminate the area.

\n

Shrieks, gibbering, and mad laughter can be heard within the sphere. Whenever a creature starts its turn in the sphere, it must make a Wisdom saving throw, taking 8d8 psychic damage on a failed save, or half as much damage on a successful one.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":"Have Shroud of Darkenss"},"duration":{"value":10,"units":"minute"},"target":{"value":60,"units":"ft","type":"radius"},"range":{"value":150,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["8d8","psychic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":8,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Maddening%20Darkness.webp"} -{"name":"Valor","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You bless up to three creatures of your choice within range. Whenever a target makes an attack roll or a saving throw before the power ends, the target can roll a d4 and add the number rolled to the attack roll or saving throw.

\n

Force Potency. When you cast this power using a force slot of 2nd level or higher, you can target one additional creature for each slot level above 1st.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":3,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"1d4","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"level","formula":"1 additional creature"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"2MaAEt5XSnjEurWK"} {"_id":"2MaAEt5XSnjEurWK","name":"Valor","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You bless up to three creatures of your choice within range. Whenever a target makes an attack roll or a saving throw before the power ends, the target can roll a d4 and add the number rolled to the attack roll or saving throw.

\n

Force Potency. When you cast this power using a force slot of 2nd level or higher, you can target one additional creature for each slot level above 1st.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":3,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"1d4","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"level","formula":"1 additional creature"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"3IoaQSSoAtFsoavO","name":"Master Force Barrier","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

This power massively bolsters your allies with toughness and resolve. Creatures of your choice in a 30-foot radius around you when you cast this power gain the following benefits:

\n
    \n
  • The creature sheds dim light in a 5-foot radius.
  • \n
  • The creature has advantage on all saving throws
  • \n
  • Other creatures have disadvantage on attack rolls against them.
  • \n
  • When a dark side creature hits them with a melee attack, that creature must make a Constitution saving throw or be blinded until the power ends.
  • \n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":30,"units":"ft","type":"radius"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":8,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"icons/svg/mystery-man.svg"} -{"name":"Force Propel","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Choose one or more creatures or objects not being worn or carried within 60 feet that weigh up to a combined total of 15 pounds. The creatures or objects immediately move 60 feet in a direction of your choice. If the creatures or objects end this movement in the air, they immediately fall to the ground. If the creatures or objects collide with any one target during its travel, both the creatures or objects and the target take 3d8 kinetic damage. If the target is a creature, it must make a Dexterity saving throw. On a failed save, it takes 3d8 kinetic damage, or half as much on a successful one.

\n

Force Potency. When you cast this power using a force slot of 2nd level or higher, the maximum weight increases by 15 pounds and the damage increases by 1d8 for each slot level above 1st.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":null,"units":"any","type":"object"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["3d8","kinetic"]],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"3KGdCbHATzaghiwo"} -{"name":"Mass Hysteria","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Drawing on the deepest fears of a group of creatures, you create illusory creatures in their minds, manifesting their worst nightmares as an implacable threat visible only to them. Each creature in a 30-foot-radius sphere is frightened for the duration of the power. At the end of each of the frightened creature’s turns, it must succeed on a Wisdom saving throw or take 5d10 psychic damage. On a successful save, the power ends for that creature. This power has no effect on droids or constructs.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":"Have Hysteria Power"},"duration":{"value":1,"units":"minute"},"target":{"value":30,"units":"ft","type":"radius"},"range":{"value":120,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["5d8","psychic"]],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":9,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"3odfJsD1RezuxzDG"} -{"name":"Restoration","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You touch a creature and end either one disease or one condition afflicting it. The condition can be blinded, deafened, paralyzed, or poisoned.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":2,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"4Tmt6Bb06vqS7cCM"} {"_id":"3KGdCbHATzaghiwo","name":"Force Propel","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Choose one or more creatures or objects not being worn or carried within 60 feet that weigh up to a combined total of 15 pounds. The creatures or objects immediately move 60 feet in a direction of your choice. If the creatures or objects end this movement in the air, they immediately fall to the ground. If the creatures or objects collide with any one target during its travel, both the creatures or objects and the target take 3d8 kinetic damage. If the target is a creature, it must make a Dexterity saving throw. On a failed save, it takes 3d8 kinetic damage, or half as much on a successful one.

\n

Force Potency. When you cast this power using a force slot of 2nd level or higher, the maximum weight increases by 15 pounds and the damage increases by 1d8 for each slot level above 1st.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":null,"units":"any","type":"object"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["3d8","kinetic"]],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"3odfJsD1RezuxzDG","name":"Mass Hysteria","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Drawing on the deepest fears of a group of creatures, you create illusory creatures in their minds, manifesting their worst nightmares as an implacable threat visible only to them. Each creature in a 30-foot-radius sphere is frightened for the duration of the power. At the end of each of the frightened creature’s turns, it must succeed on a Wisdom saving throw or take 5d10 psychic damage. On a successful save, the power ends for that creature. This power has no effect on droids or constructs.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":"Have Hysteria Power"},"duration":{"value":1,"units":"minute"},"target":{"value":30,"units":"ft","type":"radius"},"range":{"value":120,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["5d8","psychic"]],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":9,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"name":"Malacia","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

A creature of your choice that you can see within range is overcome with a sense of dizziness and nausea, as you disturb its equilibrium with the Force. The creature must make a Wisdom saving throw or fall prone, becoming incapacitated and unable to stand up for the duration.

\n

At the end of each of its turns, and each time it takes damage, the target can make another Wisdom saving throw. The target has advantage on the saving throw if it’s triggered by damage. On a success, the power ends. This power has no effect on droids or constructs.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"cone"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":true},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"3x3DUe1hqdJ7yZst"} {"_id":"4Tmt6Bb06vqS7cCM","name":"Restoration","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You touch a creature and end either one disease or one condition afflicting it. The condition can be blinded, deafened, paralyzed, or poisoned.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":2,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"4a18XmMOExlwDAYF","name":"Breath Control","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You are able to slow your metabolism in such a way that you can stop breathing and resist the effect of toxins in your body. If you are poisoned, you neutralize the poison. If more than one poison afflicts you, you neutralize one poison that you know is present, or you neutralize one at random.

\n

For the duration, you have advantage on saving throws against being poisoned, resistance to poison damage, and you no longer need to breathe.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":10,"units":"minute"},"target":{"value":null,"units":"","type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"icons/svg/mystery-man.svg"} -{"name":"True Sight","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You shift your vision to see through use of the Force, giving you the ability to see things as they actually are. For the duration, you have truesight and notice secret doors hidden by powers, all out to a range of 120 feet.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":120,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":6,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"4bBmcQgYLFIO9GCn"} -{"name":"Revitalize","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You return a dead creature you touch to life, provided that it has been dead no longer than 10 minutes. If the creature’s soul is both willing and at liberty to rejoin the body, the creature returns to life with 1 hit point.

\n

This power also neutralizes any poisons and cures diseases that affected the creature at the time it died.

\n

This power closes all mortal wounds, but it doesn’t restore missing body parts. If the creature is lacking body parts or organs integral for its survival, its head for instance, the power automatically fails.

\n

Coming back from the dead is an ordeal. The target takes a -4 penalty to all attack rolls, saving throws, and ability checks. Every time the target finishes a long rest, the penalty is reduced by 1 until it disappears.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"minute","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":5,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"5Gxqh2j4A258jCSY"} {"_id":"4bBmcQgYLFIO9GCn","name":"True Sight","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You shift your vision to see through use of the Force, giving you the ability to see things as they actually are. For the duration, you have truesight and notice secret doors hidden by powers, all out to a range of 120 feet.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":120,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":6,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"name":"Morichro","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You touch a willing creature and put it into a cataleptic state that is indistinguishable from death.

\n

For the power’s duration, or until you use an action to touch the target and dismiss the power, the target appears dead to all outward inspection and to powers used to determine the target’s status. The target is blinded and incapacitated, and its speed drops to 0. The target has resistance to all damage except psychic damage. If the target is diseased or poisoned when you cast the power, or becomes diseased or poisoned while under the power’s effect, the disease and poison have no effect until the power ends. This power has no effect on droids or constructs.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":3,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"562ItvjZZHhSmqeP"} {"_id":"5Gxqh2j4A258jCSY","name":"Revitalize","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You return a dead creature you touch to life, provided that it has been dead no longer than 10 minutes. If the creature’s soul is both willing and at liberty to rejoin the body, the creature returns to life with 1 hit point.

\n

This power also neutralizes any poisons and cures diseases that affected the creature at the time it died.

\n

This power closes all mortal wounds, but it doesn’t restore missing body parts. If the creature is lacking body parts or organs integral for its survival, its head for instance, the power automatically fails.

\n

Coming back from the dead is an ordeal. The target takes a -4 penalty to all attack rolls, saving throws, and ability checks. Every time the target finishes a long rest, the penalty is reduced by 1 until it disappears.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"minute","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":5,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"5koTRABu4ER8g6Wo","name":"Horror","permission":{"default":0,"9BhUyjgxIxogl2ot":3},"type":"power","data":{"description":{"value":"

You project a phantasmal image of a creature’s worst fears. Each creature in a 30-foot cone must succeed on a Wisdom saving throw or drop whatever it is holding and become frightened for the duration. This power has no effect on constructs or droids.

\n

While frightened by this power, a creature must take the Dash action and move away from you by the safest available route on each of its turns, unless there is nowhere to move. If the creature ends its turn in a location where it doesn’t have line of sight to you, the creature can make a Wisdom saving throw. On a successful save, the power ends for that creature.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":30,"units":"ft","type":"cone"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":3,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Horror.webp"} -{"name":"Convultion","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Choose a point you can see on the ground within range. A fountain of churned earth and stone erupts in a 20-foot cube centered on that point. Each creature in that area must make a Dexterity saving throw. A creature takes 3d12 kinetic damage on a failed save, or half as much damage on a successful one. Additionally, the ground in that area becomes difficult terrain until cleared. Each 5-foot-square portion of the area requires at least 1 minute to clear by hand.

\n

Force Potency. When you cast this power using a force slot of 4th level or higher, the damage increases by 1d12 for each slot level above 3rd.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":20,"units":"ft","type":"cube"},"range":{"value":120,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["3d12",""]],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"1d12"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"5lOXTZUiRmL7aZi9"} {"_id":"5lOXTZUiRmL7aZi9","name":"Convultion","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Choose a point you can see on the ground within range. A fountain of churned earth and stone erupts in a 20-foot cube centered on that point. Each creature in that area must make a Dexterity saving throw. A creature takes 3d12 kinetic damage on a failed save, or half as much damage on a successful one. Additionally, the ground in that area becomes difficult terrain until cleared. Each 5-foot-square portion of the area requires at least 1 minute to clear by hand.

\n

Force Potency. When you cast this power using a force slot of 4th level or higher, the damage increases by 1d12 for each slot level above 3rd.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":20,"units":"ft","type":"cube"},"range":{"value":120,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["3d12",""]],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"1d12"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"5o01ADUmNyzy470b","name":"Force Disarm","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You select a weapon or object being worn or carried by a Large or smaller creature within range. The creature must make a Strength or Dexterity saving throw (the creature chooses the ability to use). If the item is being worn, this save is made with disadvantage. On a failed save, the creature takes 1d4 force damage and the item is pulled directly to you. If you have a free hand, you catch the weapon. Otherwise, it lands at your feet.

\n

This power’s damage increases by 1d4 when you reach 5th level (2d4), 11th level (3d4), and 17th level (4d4).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"object"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4","force"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":0,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"atwill","formula":"1d4"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"icons/svg/mystery-man.svg"} -{"name":"Telekinetic Storm","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You stir the Force around you, creating a turbulent field of telekinetic energy that buffets enemies around you. The field extends out to a distance of 15 feet around you for the duration.

\n

When you cast this power, you can designate any number of creatures you can see to be unaffected by it. An affected creature’s speed is halved in the area, and when the creature enters the area for the first time on a turn or starts its turn there, it must make a Constitution saving throw. On a failed save, the creature takes 3d8 force damage. On a successful save, the creature takes half as much damage.

\n

Force Potency. When you cast this power using a force power slot of 4th level or higher, the damage increases by 1d8 for each slot level above 3rd.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":15,"units":"ft","type":"radius"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["3d8","force"]],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":3,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"level","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"5raHPlhouud0Jpr4"} -{"name":"Skill Empowerment","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Your power with the Force deepens a creature’s understanding of its own talent. You touch one willing creature and give it expertise in one skill of your choice; until the power ends, the creature doubles its proficiency bonus for ability checks it makes that use the chosen skill.

\n

You must choose a skill in which the target is proficient and that isn’t already benefiting from an effect, such as Expertise, that doubles its proficiency bonus.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":5,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"5tAwilkRcZsTc62q"} {"_id":"5raHPlhouud0Jpr4","name":"Telekinetic Storm","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You stir the Force around you, creating a turbulent field of telekinetic energy that buffets enemies around you. The field extends out to a distance of 15 feet around you for the duration.

\n

When you cast this power, you can designate any number of creatures you can see to be unaffected by it. An affected creature’s speed is halved in the area, and when the creature enters the area for the first time on a turn or starts its turn there, it must make a Constitution saving throw. On a failed save, the creature takes 3d8 force damage. On a successful save, the creature takes half as much damage.

\n

Force Potency. When you cast this power using a force power slot of 4th level or higher, the damage increases by 1d8 for each slot level above 3rd.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":15,"units":"ft","type":"radius"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["3d8","force"]],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":3,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"level","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"5tAwilkRcZsTc62q","name":"Skill Empowerment","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Your power with the Force deepens a creature’s understanding of its own talent. You touch one willing creature and give it expertise in one skill of your choice; until the power ends, the creature doubles its proficiency bonus for ability checks it makes that use the chosen skill.

\n

You must choose a skill in which the target is proficient and that isn’t already benefiting from an effect, such as Expertise, that doubles its proficiency bonus.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":5,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"name":"Necrotic Touch","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You attempt to drain the essence from a creature. Make a melee force attack against the target. If the attack hits, the creature takes 1d6 necrotic damage, and you gain temporary hit points equal to the damage dealt until the end of your next turn.

\n

This power’s damage increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"round"},"target":{"value":1,"units":"","type":"cone"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mpak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6",""]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":0,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"atwill","formula":"1d6"}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"6NTKtlQ39Ksl6Pt3"} {"_id":"6d2wwUGy40FlGqaY","name":"Scourge","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

For the power’s duration, your eyes become an inky void imbued with dread power. One creature of your choice within 60 feet of you that you can see must succeed on a Constitution saving throw or be affected by one of the following effects of your choice for the duration. On each of your turns until the power ends, you can use your action to target another creature but can’t target a creature again if it has succeeded on a saving throw against this casting of scourge.

\n

Asleep. The target falls unconscious. It wakes up if it takes any damage or if another creature uses its action to shake the sleeper awake.

\n

Panicked. The target is frightened of you. On each of its turns, the frightened creature must take the Dash action and move away from you by the safest and shortest available route, unless there is nowhere to move. If the target moves to a place at least 60 feet away from you where it can no longer see you, this effect ends.

\n

Sickened. The target has disadvantage on attack rolls and ability checks. At the end of each of its turns, it can make another Wisdom saving throw. If it succeeds, the effect ends.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":"Have Plague Power"},"duration":{"value":1,"units":"minute"},"target":{"value":null,"units":"self","type":""},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":6,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Scourge.webp"} -{"name":"Give Life","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Placing your hand on another creature you can transfer your own life force to them. You spend and roll one of your hit dice and the creature regains that many hit points. This power has no effect on droids or constructs.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":0,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"6sfPioKWjx1VOqwF"} -{"name":"Improved Phasewalk","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You teleport up to 60 feet to an unoccupied space you can see. On each of your turns before the power ends, you can use a bonus action to teleport in this way again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":5,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"6tJDkxz5pyPHVJvT"} {"_id":"6sfPioKWjx1VOqwF","name":"Give Life","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Placing your hand on another creature you can transfer your own life force to them. You spend and roll one of your hit dice and the creature regains that many hit points. This power has no effect on droids or constructs.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":0,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"6tJDkxz5pyPHVJvT","name":"Improved Phasewalk","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You teleport up to 60 feet to an unoccupied space you can see. On each of your turns before the power ends, you can use a bonus action to teleport in this way again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":5,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"6xaiD7x8L4RLpXKv","name":"Improved Force Immunities","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

An immobile, faintly shimmering barrier springs into existence in a 15-foot radius around you and remains for the duration. The barrier moves with you.

\n

Any force power of 5th level or lower cast from outside the barrier can’t affect creatures or objects within it, even if the power is cast using a higher level force slot. Such a power can target creatures and objects within the barrier, but the power has no effect on them. Similarly, the area within the barrier is excluded from the areas affected by such powers.

\n

Force Potency. When you cast this power using a force slot of 7th level or higher, the barrier blocks powers of one level higher for each slot level above 6th.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":15,"units":"ft","type":"radius"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":6,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Improved%20Force%20Immunity.webp"} {"name":"Force Focus","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You let the Force guide you, empowering your strikes. Until the power ends, your weapon attacks deal an extra 1d4 force damage on a hit.

","chat":"","unidentified":""},"source":"","activation":{"type":"bonus","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4","force"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":true},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"7Iov2tTffcGjLiA6"} {"_id":"7dqNYNqMphGLIm5T","name":"Heal","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

A creature you touch regains a number of hit points equal to 1d8 + your forcecasting ability modifier. This power has no effect on droids or constructs.

\n

Force Potency. When you cast this power using a force slot of 2nd level or higher, the healing increases by 1d8 for each slot level above 1st.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"heal","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8 + @mod","healing"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Heal.webp"} {"_id":"81kLSpx80zEEr0O2","name":"Denounce","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

A target of your choice within range must make a Charisma saving throw. On a failed save, when the target makes their next attack roll or saving throw they must roll a d4 and subtract the number from it. The power then ends.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"1d4","save":{"ability":"cha","dc":null,"scaling":"power"},"level":0,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Denounce.webp"} -{"name":"Stun Droid","permission":{"default":0,"9BhUyjgxIxogl2ot":3},"type":"power","data":{"description":{"value":"

Choose a droid or construct that you can see within range. The target must succeed on a Constitution saving throw or be paralyzed for the duration. At the beginning of each of its turns, the target takes energy damage equal to your forcecasting ability modifier. At the end of each of its turns, the target can make another Constitution saving throw. On a success, the power ends on the target.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"droid"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":2,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Stun%20Droid.webp","_id":"83VXTwWszl8bMlW6"} -{"name":"Stun","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Choose a humanoid that you can see within range. The target must succeed on a Wisdom saving throw or be paralyzed for the duration. At the end of each of its turns, the target can make another Wisdom saving throw. On a success, the power ends on the target.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":2,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"8UOBsZEV8esbx6IG"} -{"name":"Siphon Life","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

A tendril of inky darkness reaches out from you, touching a creature you can see within range to drain life from it. The target must make a Dexterity saving throw. On a successful save, the target takes 2d8 necrotic damage, and the power ends. On a failed save, the target takes 4d8 necrotic damage, and until the power ends, you can use your action on each of your turns to automatically deal 4d8 necrotic damage to the target. The power ends if you use your action to do anything else, if the target is ever outside the power’s range, or if the target has total cover from you.

\n

Whenever the power deals damage to a target, you regain hit points equal to half the amount of necrotic damage the target takes.

\n

Force Potency. When you cast this power using a force slot of 6th level or higher, the damage increases by 1d8 for each slot level above 5th.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":"Have Drain Life Power"},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["4d8","necrotic"]],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"level":5,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"level","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"99X7GzLrrdVppgT9"} {"_id":"83VXTwWszl8bMlW6","name":"Stun Droid","permission":{"default":0,"9BhUyjgxIxogl2ot":3},"type":"power","data":{"description":{"value":"

Choose a droid or construct that you can see within range. The target must succeed on a Constitution saving throw or be paralyzed for the duration. At the beginning of each of its turns, the target takes energy damage equal to your forcecasting ability modifier. At the end of each of its turns, the target can make another Constitution saving throw. On a success, the power ends on the target.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"droid"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":2,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Stun%20Droid.webp"} {"_id":"8UOBsZEV8esbx6IG","name":"Stun","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Choose a humanoid that you can see within range. The target must succeed on a Wisdom saving throw or be paralyzed for the duration. At the end of each of its turns, the target can make another Wisdom saving throw. On a success, the power ends on the target.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":2,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"name":"Master Malacia","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

Choose one creature that you can see within range. The creature reels with extreme dizziness and nausea for the duration. Creatures that can’t be charmed are immune to this power.

\n

The affected creature must use all of its movement to writhe in discomfort without leaving its space and has disadvantage on Dexterity saving throws and attack rolls. While the target is affected by this power, other creatures have advantage on attack rolls against it. As an action, an affected creature makes a Wisdom saving throw to regain control of itself. On a successful save, the power ends. This power has no effect on droids or constructs.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"cone"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":6,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":true},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"8usZf3N59jE1JHux"} @@ -55,8 +38,6 @@ {"_id":"AnqVVfHnV36f7OnA","name":"Dominate Monster","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You attempt to beguile a creature that you can see within range. It must succeed on a Wisdom saving throw or be charmed by you for the duration. If you or creatures that are friendly to you are fighting it, it has advantage on the saving throw.

\n

While the creature is charmed, you have a telepathic link with it as long as you are within 1 mile of it. You can use this telepathic link to issue commands to the creature while you are conscious (no action required), which it does its best to obey. You can specify a simple and general course of action, such as “Attack that creature,” “Run over there,” or “Fetch that object.” If the creature completes the order and doesn’t receive further direction from you, it defends and preserves itself to the best of its ability.

\n

You can use your action to take total and precise control of the target. Until the end of your next turn, the creature takes only the actions you choose, and doesn’t do anything that you don’t allow it to do. During this time, you can also cause the creature to use a reaction, but this requires you to use your own reaction as well.

\n

Each time the target takes damage, it makes a new Wisdom saving throw against the power. If the saving throw succeeds, the power ends.

\n

Force Potency. When you cast this power with a 9th-level force slot, the duration is concentration, up to 8 hours.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":"Have Dominate Mind Power"},"duration":{"value":1,"units":"hour"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":8,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Dominate%20Monster.webp"} {"_id":"AvkOVXIYVgJTsytl","name":"Beast Trick","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

This power lets you distract a beast. Choose a beast that you can see within range. If the beast’s Intelligence is 4 or higher, the power fails. Otherwise, the beast must succeed on a Wisdom saving throw or be charmed by you for the power’s duration. If you or one of your companions harms the target, the power ends.

\n

Force Potency. When you cast this power using a force slot of 2nd level or higher, you can affect one additional beast for each slot level above 1st.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":24,"units":"hour"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"1 additional beast"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Beast%20Trick.webp"} {"_id":"B3wzjcXwEAfTxhQW","name":"Hallucination","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You craft a dangerous illusion in the mind of a creature that you can see within range. The target must make a Wisdom saving throw. On a failed save, you create a phantasmal object, creature, or other visible phenomenon of your choice that is no larger than a 10-foot cube and that is perceivable only to the target for the duration. This power has no effect on droids or constructs.

\n

The hallucination includes sound, temperature, and other stimuli, also evident only to the creature.

\n

The target can use its action to examine the hallucination with an Intelligence (Investigation) check against your force power save DC. If the check succeeds, the target realizes that the hallucination is an illusion, and the power ends.

\n

While a target is affected by the power, the target treats the hallucination as if it were real. The target rationalizes any illogical outcomes from interacting with the hallucination. For example, a target attempting to walk across a phantasmal bridge that spans a chasm falls once it steps onto the bridge. If the target survives the fall, it still believes that the bridge exists and comes up with some other explanation for its fall - it was pushed, it slipped, or a strong wind might have knocked it off.

\n

An affected target is so convinced of the hallucination’s reality that it can even take damage from the illusion. A hallucination created to appear as a creature can attack the target. Similarly, a hallucination created to appear as fire, a pool of acid, or lava can burn the target. Each round on your turn, the hallucination can deal 1d6 psychic damage to the target if it is in the hallucination’s area or within 5 feet of the hallucination, provided that the illusion is of a creature or hazard that could logically deal damage, such as by attacking. The target perceives the damage as a type appropriate to the illusion.

\n

Force Potency. When you cast this power using a force power slot of 3rd level or higher, the range increases by 20 feet, the image dimensions increase by 5 feet, and you can target one additional creature for every two slot levels above 2nd.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":10,"units":"ft","type":"cube"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":2,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Hallucination.webp"} -{"name":"Cloud Mind","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Roll 5d8; the total is how many hit points of creatures this power can affect. Creatures within 20 feet of a point you choose are affected in order of their current hit points.

\n

Starting with the creature that has the lowest current hit points, each creature affected by this power falls unconscious. If the power ends, the sleeper takes damage, or someone uses an action wake the sleeper, they will be awoken.

\n

Subtract each creature’s hit points from the total before moving on to the creature with the next lowest hit points. A creature’s hit points must be equal to or less than the remaining total for that creature to be affected.

\n

This power has no effect on droids or constructs.

\n

Force Potency. When you cast this power using a force slot of 2nd level or higher, you can roll an additional 2d8 for each slot level above 1st.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":20,"units":"ft","type":"radius"},"range":{"value":90,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"5d8","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"2d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"BJDl4AQjFfR1RTxc"} -{"name":"Sonic Charge","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

As part of the action used to cast this power, you must make a melee attack with a weapon against one creature within your weapon’s reach, otherwise the power fails. On a hit, the target suffers the attack’s normal effects, and you begin to emanate a disturbing hum until the start of your next turn. If a hostile creature ends its turn within 5 feet of you, it takes 1d4 sonic damage.

\n

This power’s damage increases when you reach higher levels. At 5th level, the melee attack deals an extra 1d8 sonic damage to the target, and the secondary damage increases by 1d4. Both damage rolls increase by 1d8 and 1d4, respectively, at 11th level and 17th level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"round"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4","Sonic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":0,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"atwill","formula":"1d4"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"BMCJlnRZ5j4MlUnU"} {"_id":"BJDl4AQjFfR1RTxc","name":"Cloud Mind","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Roll 5d8; the total is how many hit points of creatures this power can affect. Creatures within 20 feet of a point you choose are affected in order of their current hit points.

\n

Starting with the creature that has the lowest current hit points, each creature affected by this power falls unconscious. If the power ends, the sleeper takes damage, or someone uses an action wake the sleeper, they will be awoken.

\n

Subtract each creature’s hit points from the total before moving on to the creature with the next lowest hit points. A creature’s hit points must be equal to or less than the remaining total for that creature to be affected.

\n

This power has no effect on droids or constructs.

\n

Force Potency. When you cast this power using a force slot of 2nd level or higher, you can roll an additional 2d8 for each slot level above 1st.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":20,"units":"ft","type":"radius"},"range":{"value":90,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"5d8","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"2d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"BMCJlnRZ5j4MlUnU","name":"Sonic Charge","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

As part of the action used to cast this power, you must make a melee attack with a weapon against one creature within your weapon’s reach, otherwise the power fails. On a hit, the target suffers the attack’s normal effects, and you begin to emanate a disturbing hum until the start of your next turn. If a hostile creature ends its turn within 5 feet of you, it takes 1d4 sonic damage.

\n

This power’s damage increases when you reach higher levels. At 5th level, the melee attack deals an extra 1d8 sonic damage to the target, and the secondary damage increases by 1d4. Both damage rolls increase by 1d8 and 1d4, respectively, at 11th level and 17th level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"round"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4","Sonic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":0,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"atwill","formula":"1d4"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"name":"Call Lightning","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

As you align yourself with nature through the Force, a 10-foot tall, 60-foot radius storm cloud cylinder appears, centered on a point you can see within range above you, with you as the center point. The power fails if your location can’t accommodate the cloud’s size or height. When you cast the power, choose a point under the cloud for lightning to strike. Each creature within 5 feet must make a Dexterity save, taking 3d10 lightning damage on a fail and half on a success. While the power persists, you can use your action to call lightning to a point in range again.

\n

If you’re outdoors and in a storm, the power gives you control of the storm rather than creating a new one. The lightning damage also increases by 1d10.

\n

Force Potency. When you cast this power using a force slot of 4th level or higher, the damage increases by 1d10 for each slot level above 3rd.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":10,"units":"minute"},"target":{"value":60,"units":"ft","type":"cylinder"},"range":{"value":120,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["3d10","lightning"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":3,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":true},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"level","formula":"1d10"}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"BMIFAP3MEIihGmi5"} @@ -65,8 +46,6 @@ {"name":"Mind Prison","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You attempt to bind a creature within an illusory cell that only it perceives. One creature you can see within range must make an Intelligence saving throw. The target succeeds automatically if it is immune to being charmed. On a successful save, the target takes 5d10 psychic damage, and the power ends. On a failed save, the target takes 5d10 psychic damage, and you make the area immediately around the target’s space appear dangerous to it in some way. You might cause the target to perceive itself as being surrounded by fire, a storm of blaster-fire, or deadly toxic gas, for example. Whatever form the illusion takes, the target can’t see or hear anything beyond it and is restrained for the power’s duration. If the target is moved out of the illusion, makes a melee attack through it, or reaches any part of its body through it, the target takes 10d10 psychic damage, and the power ends. This power has no effect on droids or constructs.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"int","dc":null,"scaling":"power"},"level":6,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":true},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"Bwv89X2AFVI1SCb0"} {"_id":"C0XOY6bm7NkP5cDW","name":"Force Chain Lightning","permission":{"default":0,"9BhUyjgxIxogl2ot":3},"type":"power","data":{"description":{"value":"

You create a bolt of lightning that arcs toward a target of your choice that you can see within range. Three bolts then leap from that target to as many as three other targets, each of which must be within 30 feet of the first target. A target can be a creature or an object and can be targeted by only one of the bolts.

\n

A target must make a Dexterity saving throw. The target takes 10d8 lightning damage on a failed save, or half as much damage on a successful one.

\n

Force Potency. When you cast this power using a force slot of 7th level or higher, one additional bolt leaps from the first target to another target for each slot level above 6th.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":4,"units":"","type":"creature"},"range":{"value":150,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["10d8","lightning"]],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"level":6,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Chain%20Lightning.webp"} {"_id":"C2ROn2KK2QTLm9DW","name":"Guidance","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You touch one willing creature. Once before the power ends, the target can roll a d4 and add the number rolled to one ability check of its choice. It can roll the die before or after making the ability check. The power then ends.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"1d4","save":{"ability":"","dc":null,"scaling":"power"},"level":0,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"icons/svg/mystery-man.svg"} -{"name":"Spare the Dying","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You touch a living creature that has 0 hit points. The creature becomes stable. This power has no effect on droids or constructs.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":0,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"CJR5SlWKoaCtY1bq"} -{"name":"Tremor","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You cause a tremor in the ground within range. Each creature other than you in a 5-foot-radius sphere centered on that point must make a Dexterity saving throw. On a failed save, a creature takes 1d6 kinetic damage and is knocked prone. On a successful save, the creature takes half as much damage and isn’t knocked prone. If the ground in that area is loose earth or stone, it becomes difficult terrain until cleared, with each 5-foot-diameter portion requiring at least 1 minute to clear by hand.

\n

Force Potency. When you cast this power using a force slot of 2nd level or higher, the damage increases by 1d6 for each slot level above 1st.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":5,"units":"ft","type":"radius"},"range":{"value":10,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6","kinetic"]],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"1d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"CsLjEyQtegNiXKIZ"} {"name":"Force Meld","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You forge a telepathic link among up to eight willing creatures of your choice within range, psychically linking each creature to all the others for the duration. Droids, constructs, and creatures with Intelligence scores of 2 or less aren’t affected by this power.

\n

Until the power ends, the targets can communicate telepathically through the bond whether or not they have a common language. The communication is possible over any distance, though it can’t extend beyond a single planet.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":8,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":5,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":true},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"C5UBI7f4LoNg2dPM"} {"_id":"CJR5SlWKoaCtY1bq","name":"Spare the Dying","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You touch a living creature that has 0 hit points. The creature becomes stable. This power has no effect on droids or constructs.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":0,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"name":"Mass Malacia","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

Each creature in a 30-foot cube within range must make a Wisdom saving throw. On a failed save, the creature becomes charmed for the duration. While charmed by this power, the creature is incapacitated and has a speed of 0.

\n

The power ends for an affected creature if it takes any damage or if someone else uses an action to shake the creature out of its stupor. This power has no effect on droids or constructs.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":30,"units":"ft","type":"cube"},"range":{"value":120,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":3,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":true},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"CkMXwj0l0H0rD9md"} @@ -74,11 +53,8 @@ {"_id":"CsLjEyQtegNiXKIZ","name":"Tremor","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You cause a tremor in the ground within range. Each creature other than you in a 5-foot-radius sphere centered on that point must make a Dexterity saving throw. On a failed save, a creature takes 1d6 kinetic damage and is knocked prone. On a successful save, the creature takes half as much damage and isn’t knocked prone. If the ground in that area is loose earth or stone, it becomes difficult terrain until cleared, with each 5-foot-diameter portion requiring at least 1 minute to clear by hand.

\n

Force Potency. When you cast this power using a force slot of 2nd level or higher, the damage increases by 1d6 for each slot level above 1st.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":5,"units":"ft","type":"radius"},"range":{"value":10,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6","kinetic"]],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"1d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"CuAbwhIt3j2V30Ey","name":"Saber Reflect","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

In response to being attacked, you raise your weapon to attempt to deflect. When you you use this power, the damage you take from the attack is reduced by 1d6. If you reduce the damage to 0, you’re wielding a lightweapon or vibroweapon, and the damage is energy or ion, you can reflect the attack at a target within range as part of the same reaction. Make a ranged force attack at a target you can see. The attack has a normal range of 20 feet and a long range of 60 feet. On a hit, the target takes the triggering attack’s normal damage.

\n

If you would have resistance to the triggering damage, resistance is applied before the damage reduction.

\n

The power’s damage reduction increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":1,"condition":"which you take in response to being hit by a ranged attack"},"duration":{"value":null,"units":"inst"},"target":{"value":null,"units":"","type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"1d6","save":{"ability":"","dc":null,"scaling":"power"},"level":0,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"atwill","formula":"1d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Saber%20Reflect.webp"} {"_id":"DFpooO6icOfTdG5C","name":"Master Feedback","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You unleash the power of your mind to blast the intellect of up to ten creatures of your choice that you can see within range. Creatures that have an Intelligence score of 2 or lower are unaffected.

\n

Each target must make an Intelligence saving throw. On a failed save, a target takes 14d6 psychic damage and is stunned. On a successful save, a target takes half as much damage and isn’t stunned.

\n

A stunned target can make a Wisdom saving throw at the end of each of its turns. On a successful save, the stunning effect ends.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":"Have Greater Feedback Power"},"duration":{"value":null,"units":"inst"},"target":{"value":10,"units":"","type":"creature"},"range":{"value":90,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["14d6","psychic"]],"versatile":""},"formula":"","save":{"ability":"int","dc":null,"scaling":"power"},"level":8,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Master%20Feedback.webp"} -{"name":"Improved Phasestrike","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Choose up to five creatures you can see within range. Make a melee force attack against each one. On hit, a target takes 6d10 force damage. You can then teleport to an unoccupied space you can see within 5 feet of one of the creatures you chose.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":5,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"mpak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["6d10","force"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":5,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"ENNhFJKCcxrg481J"} {"_id":"ENNhFJKCcxrg481J","name":"Improved Phasestrike","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Choose up to five creatures you can see within range. Make a melee force attack against each one. On hit, a target takes 6d10 force damage. You can then teleport to an unoccupied space you can see within 5 feet of one of the creatures you chose.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":5,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"mpak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["6d10","force"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":5,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"EXK4sg6gKXfMnLnf","name":"Battle Meditation","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You exude an aura out to 5 feet that boosts the morale and overall battle prowess you and your allies while simultaneously reducing the opposition’s combat-effectiveness by eroding their will to fight.

\n

Whenever you or a friendly creature within your meditation makes an attack roll or a saving throw, they can roll a d4 and add the number rolled to the attack roll or saving throw.

\n

Whenever a hostile creature enters your meditation or starts its turn there, it must make a Charisma saving throw. On a failed save, it must roll a d4 and subtract the number rolled from each attack roll or saving throw it makes before the end of your next turn. On a successful save, it is immune to this power for 1 day.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":5,"units":"ft","type":"radius"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"1d4","save":{"ability":"cha","dc":null,"scaling":"power"},"level":2,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Battle%20Meditation.webp"} -{"name":"Improved Restoration","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You imbue a creature you touch with positive energy to undo a debilitating effect. You can reduce the target’s exhaustion level by one, or end one of the following effects on the target:

\n
    \n
  • One effect that charmed the target.
  • \n
  • One curse, including the target’s attunement to a cursed item.
  • \n
  • Any reduction to one of the target’s ability scores.
  • \n
  • One effect reducing the target’s hit point maximum.
  • \n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":"Restoration"},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":5,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"F02pFj62Grlr9sdF"} -{"name":"Project","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You lift three piles of debris or small objects from the ground and hurl them. Each pile hits a creature of your choice that you can see within range. The pile deals 1d4+1 force damage to its target. The piles all strike simultaneously and you can direct them to hit one creature or several.

\n

Force Potency. When you cast this power using a force slot of 2nd level or higher, you lift and throw an additional pile of debris for each slot level above 1st.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":3,"units":"","type":"object"},"range":{"value":120,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4 + 1","force"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"FLBRnexpCEIneqy2"} {"_id":"F02pFj62Grlr9sdF","name":"Improved Restoration","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You imbue a creature you touch with positive energy to undo a debilitating effect. You can reduce the target’s exhaustion level by one, or end one of the following effects on the target:

\n
    \n
  • One effect that charmed the target.
  • \n
  • One curse, including the target’s attunement to a cursed item.
  • \n
  • Any reduction to one of the target’s ability scores.
  • \n
  • One effect reducing the target’s hit point maximum.
  • \n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":"Restoration"},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":5,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"name":"Seethe","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You seethe with anger, letting the dark side of the Force flow through and empower you. As part of the action to cast this power, you spend one of your Hit Dice to recover hit points.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":0,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"FCZWOVHmPXqa2ssG"} {"_id":"FLBRnexpCEIneqy2","name":"Project","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You lift three piles of debris or small objects from the ground and hurl them. Each pile hits a creature of your choice that you can see within range. The pile deals 1d4+1 force damage to its target. The piles all strike simultaneously and you can direct them to hit one creature or several.

\n

Force Potency. When you cast this power using a force slot of 2nd level or higher, you lift and throw an additional pile of debris for each slot level above 1st.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":3,"units":"","type":"object"},"range":{"value":120,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4 + 1","force"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} @@ -86,13 +62,10 @@ {"_id":"FrOqLsVBWUSvka4X","name":"Improved Heal","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

A wave of healing energy washes out from a point of your choice within range. Choose up to six creatures in a 30-foot-radius sphere centered on that point. Each target regains hit points equal to 3d8 + your forcecasting ability modifier. This power has no effect on droids or constructs.

\n

Force Potency. When you cast this power using a force slot of 6th level or higher, the healing increases by 1d8 for each slot level above 5th.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":30,"units":"ft","type":"radius"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"heal","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["3d8 + @mod","healing"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":5,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Improved%20Heal.webp"} {"_id":"G4d6y321T0yRmNpN","name":"Shocking Shield","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Lightning courses in a sphere surrounding your body, shedding bright light in a 10-foot radius and dim light for an additional 10 feet. You can use your action to end the power early.

\n

Whenever a creature within 5 feet of you hits you with a melee attack, it takes 2d8 lightning damage.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":"Have Shock Power"},"duration":{"value":10,"units":"minute"},"target":{"value":null,"units":"self","type":""},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2d8","lightning"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":4,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Shocking%20Shield.webp"} {"_id":"G5mI31lc5lBqMT4V","name":"Master Force Immunity","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

A 10-foot-radius faintly shimmering barrier surrounds you. Within the sphere, powers can’t be cast and enhanced items become mundane. Until the power ends, the sphere moves with you, centered on you.

\n

Powers and other enhanced effects are suppressed in the sphere and can’t protrude into it. A slot expended to cast a suppressed power is consumed. While an effect is suppressed, it doesn’t function, but the time it spends suppressed counts against its duration.

\n

Targeted Effects. Powers and other enhanced effects that target a creature or an object in the sphere have no effect on that target.

\n

Enhanced Areas. The area of another power or enhanced effect, such as force storm, can’t extend into the sphere. If the sphere overlaps an enhanced area, the part of the area that is covered by the sphere is suppressed.

\n

Powers. Any active power or other enhanced effect on a creature or an object in the sphere is suppressed while the creature or object is in it.

\n

Enhanced Items. The properties and powers of enhanced items are suppressed in the sphere. For example, a +1 vibrosword in the sphere functions as an unenhanced vibrosword.

\n

An enhanced weapon’s properties and powers are suppressed if it is used against a target in the sphere or wielded by an attacker in the sphere. If an enhanced weapon or a piece of enhanced ammunition fully leaves the sphere (for example, if you fire an enhanced shot or throw an enhanced saberspear at a target outside the sphere), the enhancement of the item ceases to be suppressed as soon as it exits.

\n

Enhanced Travel. Teleportation fails to work in the sphere, whether the sphere is the destination or the departure point for such enhanced travel. A portal to another location temporarily closes while in the sphere.

\n

Creatures and Objects. A creature or object summoned or created by powers temporarily winks out of existence in the sphere. Such a creature instantly reappears once the space the creature occupied is no longer within the sphere.

\n

Tech Override/Sever Force. Powers and enhanced effects such as sever force have no effect on the sphere. Likewise, the spheres created by different scrambling field powers don’t nullify each other.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":10,"units":"ft","type":"radius"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":8,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Master%20Force%20Immunity.webp"} -{"name":"Phasestrike","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Until the power ends, your movement doesn’t provoke opportunity attacks.

\n

Once before the power ends, you can give yourself advantage on one weapon attack roll on your turn. That attack deals an extra 1d8 force damage on a hit. Whether you hit or miss, your walking speed increases by 30 feet until the end of that turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8","force"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"G8UVHP4MXW6Dudky"} {"_id":"G8UVHP4MXW6Dudky","name":"Phasestrike","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Until the power ends, your movement doesn’t provoke opportunity attacks.

\n

Once before the power ends, you can give yourself advantage on one weapon attack roll on your turn. That attack deals an extra 1d8 force damage on a hit. Whether you hit or miss, your walking speed increases by 30 feet until the end of that turn.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8","force"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"GBJRx32gU9xU1Q6s","name":"Improved Feedback","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You unleash a blast of psychic energy at a target within range. If the target can hear you (though it need not understand you), it must succeed on an Intelligence saving throw. On a failed save, it takes 3d6 psychic damage and must immediately use its reaction, if available, to move as far as its speed allows away from you. The creature doesn’t move into obviously dangerous ground, such as a fire or a pit. On a successful save, the target takes half as much damage and doesn’t have to move away. A deafened creature automatically succeeds on the save.

\n

Force Potency. When you cast this power using a force slot of 2nd level or higher, the damage increases by 1d6 for each slot level above 1st.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":"Have Feedback Power"},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["3d6","psychic"]],"versatile":""},"formula":"","save":{"ability":"int","dc":null,"scaling":"power"},"level":1,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"1d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Improved%20Feedback.webp"} -{"name":"Stasis","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Choose a creature that you can see within range. The target must succeed on a Wisdom saving throw or be paralyzed for the duration. At the end of each of its turns, the target can make another Wisdom saving throw. On a success, the power ends on the target. This power has no effect on droids or constructs.

\n

Force Potency. When you cast this power using a force slot of 6th level or higher, you can target an additional creature for each slot level above 5th. The creatures must be within 30 feet of each other when you target them.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":90,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":5,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"level","formula":"1 additional creature"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"H51uSnFY6eyBTXRJ"} {"_id":"H51uSnFY6eyBTXRJ","name":"Stasis","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Choose a creature that you can see within range. The target must succeed on a Wisdom saving throw or be paralyzed for the duration. At the end of each of its turns, the target can make another Wisdom saving throw. On a success, the power ends on the target. This power has no effect on droids or constructs.

\n

Force Potency. When you cast this power using a force slot of 6th level or higher, you can target an additional creature for each slot level above 5th. The creatures must be within 30 feet of each other when you target them.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":90,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":5,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"level","formula":"1 additional creature"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"HPtgWP83jKSyFWFp","name":"Aura of Purity","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Purifying energy radiates from you in a 30-foot radius. Until the power ends, the aura moves with you, centered on you. Each nonhostile creature in the aura (including you) can’t become diseased, has resistance to poison damage, and has advantage on saving throws against effects that cause any of the following conditions: blinded, charmed, deafened, frightened, paralyzed, poisoned, and stunned.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":10,"units":"minute"},"target":{"value":30,"units":"ft","type":"radius"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":4,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Aura%20of%20Purity.webp"} -{"name":"Precognition","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Your mastery of the Force gives you a limited ability to see into the immediate future. For the duration, you can’t be surprised and you have advantage on attack rolls, ability checks, and saving throws. Additionally, other creatures have disadvantage on attack rolls against you for the duration.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"minute","cost":1,"condition":""},"duration":{"value":8,"units":"hour"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":9,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"HqxcYlFOZJZ91a98"} {"name":"Force Reflect","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

In response to being attacked, you attempt to deflect the attack with the Force. When you use this power, the damage you take from the attack is reduced by 1d10. If you reduce the damage to 0 and the damage is energy, force, ion, kinetic, lightning, necrotic, or sonic, you can reflect the attack at a target within range as part of the same reaction. Make a ranged force attack at a target you can see. The attack has a normal range of 30 feet and a long range of 90 feet. On a hit, the target takes the triggering attack’s normal damage.

\n

Force Potency. When you cast this power using a force slot of 2nd level or higher, the damage reduction increases by 1d10 for each slot level above 1st.

","chat":"","unidentified":""},"source":"","activation":{"type":"reaction","cost":1,"condition":"which you take in response to being hit by a ranged attack"},"duration":{"value":null,"units":""},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"rpak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"1d10","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"level","formula":"1d10"}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"Hgn1yHJsMzp5qKr5"} {"_id":"HqxcYlFOZJZ91a98","name":"Precognition","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Your mastery of the Force gives you a limited ability to see into the immediate future. For the duration, you can’t be surprised and you have advantage on attack rolls, ability checks, and saving throws. Additionally, other creatures have disadvantage on attack rolls against you for the duration.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"minute","cost":1,"condition":""},"duration":{"value":8,"units":"hour"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":9,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"name":"Force Leap","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

Until the end of your next turn, you can use your forcecasting ability score instead of your Strength score when you jump, and always count as having made a running start before jumping.

","chat":"","unidentified":""},"source":"","activation":{"type":"bonus","cost":1,"condition":""},"duration":{"value":1,"units":"round"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":null,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":0,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"HvyTel83im9br37p"} @@ -101,21 +74,16 @@ {"_id":"InyoZTjdAijUms7e","name":"Death Field","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You draw the life force from every creature in a 30-foot cube centered on a point you choose within range. Each creature in that area must make a Constitution saving throw. A creature takes 10d8 necrotic damage on a failed save, or half as much damage on a successful one. If you reduce a hostile creature to 0, you gain temporary hit points equal to half the damage dealt. This power has no effect on droids or constructs.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":"Have Siphon Life Power"},"duration":{"value":null,"units":"inst"},"target":{"value":30,"units":"ft","type":"cube"},"range":{"value":90,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["10d8","necrotic"]],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":8,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Death%20Field.webp"} {"_id":"It12G2wROx7ojgwu","name":"Force Repulse","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You release an omnidirectional telekinetic burst. Each creature within 20 feet must make a Dexterity saving throw. On a failed save, a creature takes 8d6 force damage and is pushed back 5 feet. On a successful save, a creature takes half damage and isn’t pushed.

\n

All small objects that are not worn or carried are also pushed 5 feet back.

\n

Force Potency. When you cast this power using a force slot of 4th level or higher, the damage increases by 1d6 for each slot level above 3rd.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":20,"units":"ft","type":"radius"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["8d6","force"]],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"level":3,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"1d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"JBd2XatPjBGxjimU","name":"Dominate Beast","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

A beast you can see must succeed on a Wisdom save or be charmed. If you or your companions are fighting it, it has advantage on this saving throw.

\n

While it’s charmed, you have a telepathic link to it if you’re on the same planet. You can use this link to issue commands while you are conscious, no action required, which it does its best to obey. You can specify a simple and general course of action. If it completes the order and doesn’t receive further orders, it focuses on defending itself.

\n

You can use your action to take total control of the target. Until the end of your next turn, the beast takes only the actions you decide and nothing you don’t allow it to. You can also have the beast use a reaction, but this takes your reaction as well.

\n

If the beast takes damage, it makes another Wisdom save. On a success, the power ends.

\n

Force Potency. When you cast this power using a 5th-level force slot, the duration is up to 10 minutes. At a 6th-level slot, the duration is up to 1 hour. At a slot of 7th or higher, the duration is up to 8 hours.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":4,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Dominate%20Beast.webp"} -{"name":"Turbulence","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Choose one creature, or choose two creatures that are within 5 feet of each other, within range. A target must succeed on a Dexterity saving throw or take 1d6 force damage.

\n

This power’s damage increases by 1d6 when you reach 5th, 11th, and 17th level.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":120,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6",""]],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"level":0,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"atwill","formula":"1d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"Jgw6KzAgqpQbry2K"} {"_id":"Jgw6KzAgqpQbry2K","name":"Turbulence","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Choose one creature, or choose two creatures that are within 5 feet of each other, within range. A target must succeed on a Dexterity saving throw or take 1d6 force damage.

\n

This power’s damage increases by 1d6 when you reach 5th, 11th, and 17th level.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":120,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6",""]],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"level":0,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"atwill","formula":"1d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"Jnzj1Relpil0dKs9","name":"Hex","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You curse an opponent within range. Until the power ends, you deal an extra 1d6 necrotic damage to the target whenever you hit it with an attack. Also, choose one ability when you cast the power. The target has disadvantage on ability checks made with the chosen ability.

\n

If the target drops to 0 hit points before this power ends, you can use a bonus action on a subsequent turn of yours to curse a new creature.

\n

Force Potency. When you cast this power using a force slot of 3rd or 4th level, you can maintain your concentration on the power for up to 8 hours. When you use a force slot of 5th level or higher, you can maintain your concentration on the power for up to 24 hours.

","chat":"","unidentified":""},"source":"","activation":{"type":"bonus","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":90,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6","necrotic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Hex.webp"} {"_id":"K0AsOF4VRvKvftYD","name":"Greater Heal","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Choose a creature that you can see within range. A surge of positive energy washes through the creature, causing it to regain 70 hit points. This power also ends blindness, deafness, and any diseases affecting the target. This power has no effect on droids or constructs.

\n

Force Potency. When you cast this power using a force slot of 7th level or higher, the healing increases by 10 for each slot level above 6th.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"heal","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["70","healing"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":6,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"10"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Greater%20Heal.webp"} {"_id":"KCVdYOoxu0kfkSCn","name":"Affliction","permission":{"default":0,"9BhUyjgxIxogl2ot":3},"type":"power","data":{"description":{"value":"

Choose a creature that you can see within range. That creature must make a Constitution saving throw. On a failed save, the target’s speed is halved, it takes a -2 penalty to AC and Dexterity saving throws, and it can’t use reactions. On its turn, it can use either an action or a bonus action, not both. Regardless of the creature’s abilities or items, it can’t make more than one melee or ranged attack during its turn.

\n

If the creature attempts to cast a power with a casting time of 1 action, roll a d20. On an 11 or higher, the power doesn’t take effect until the creature’s next turn, and the creature must use its action on that turn to complete the power. If it can’t, the power is wasted.

\n

The creatures makes another Constitution saving throw at the end of its turn. On a successful save, the effect ends.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":2,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Affliction.webp"} {"_id":"KG7ajXisDV6UGlHg","name":"Force Confusion","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

One humanoid of your choice that you can see within range must succeed on a Wisdom saving throw or become charmed by you for the duration. The charmed target must use its action before moving on each of its turns to make a melee attack against a creature other than itself that you mentally choose.

\n

The target can act normally on its turn if you choose no creature or if none are within its reach.

\n

On your subsequent turns, you must use your action to maintain control over the target, or the power ends. Also, the target can make a Wisdom saving throw at the end of each of its turns. On a success, the power ends.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":120,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":2,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Confusion.webp"} {"_id":"KJ7bSmk9W4AImGRm","name":"Disable Droid","permission":{"default":0,"9BhUyjgxIxogl2ot":3},"type":"power","data":{"description":{"value":"

Choose a point that you can see within range. Each droid or construct must succeed on a Constitution saving throw or be paralyzed for the duration. At the beginning of each of its turns, an affected creature takes energy damage equal to your forcecasting ability modifier and then repeats this saving throw. On a success, the power ends on the target.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"minute"},"target":{"value":15,"units":"ft","type":"cube"},"range":{"value":90,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":4,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Disable%20Droid.webp"} -{"name":"Force Project","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You create an illusory copy of yourself that lasts for the duration. The copy can appear at any location that you have seen before, regardless of intervening obstacles. The illusion looks and sounds like you but is intangible. If the illusion takes any damage, it disappears, and the power ends.

\n

You can use your action to move this illusion up to twice your speed, and make it gesture, speak, and behave in whatever way you choose. It mimics your mannerisms perfectly.

\n

You can see through its eyes and hear through its ears as if you were in its space. On your turn as a bonus action, you can switch from using its senses to using your own, or back again. While you are using its senses, you are blinded and deafened in regard to your own surroundings.

\n

Physical interaction with the image reveals it to be an illusion, because things can pass through it. A creature that uses its action to examine the image can determine that it is an illusion with a successful Intelligence (Investigation) check against your force save DC. If a creature discerns the illusion for what it is, the creature can see through the image, and any noise it makes sounds hollow to the creature.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"day"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"abil","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"int","dc":null,"scaling":"power"},"level":7,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"KVY80cxeW955U6mG"} -{"name":"Slow Descent","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Choose up to five falling creatures within range. A falling creature’s rate of descent slows to 60 feet per round until the power ends. If the creature lands before the power ends, it takes no falling damage and can land on its feet, and the power ends for that creature.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":1,"condition":"which you take when you or a creature within 60 feet of you falls"},"duration":{"value":1,"units":"minute"},"target":{"value":5,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"L3P0wzW7j61XpKZc"} {"_id":"KVY80cxeW955U6mG","name":"Force Project","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You create an illusory copy of yourself that lasts for the duration. The copy can appear at any location that you have seen before, regardless of intervening obstacles. The illusion looks and sounds like you but is intangible. If the illusion takes any damage, it disappears, and the power ends.

\n

You can use your action to move this illusion up to twice your speed, and make it gesture, speak, and behave in whatever way you choose. It mimics your mannerisms perfectly.

\n

You can see through its eyes and hear through its ears as if you were in its space. On your turn as a bonus action, you can switch from using its senses to using your own, or back again. While you are using its senses, you are blinded and deafened in regard to your own surroundings.

\n

Physical interaction with the image reveals it to be an illusion, because things can pass through it. A creature that uses its action to examine the image can determine that it is an illusion with a successful Intelligence (Investigation) check against your force save DC. If a creature discerns the illusion for what it is, the creature can see through the image, and any noise it makes sounds hollow to the creature.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"day"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"abil","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"int","dc":null,"scaling":"power"},"level":7,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"name":"Improved Saber Throw","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

As a part of the action used to cast this power, you must make a ranged force attack with a lightweapon or vibroweapon against one target within the power’s range, otherwise the power fails.

\n

On a hit, the target takes 2d8 damage of the same type as the weapon’s damage and must make a

\n

Constitution saving throw. On a failed save, the target gains 1 slowed level until the end of its next turn and the weapon then immediately returns to your hand. The next attack made against the target that hits it before the end of the target’s next turn deals an additional 1d10 force damage. On a successful save, the target takes half as much additional force damage on the next attack that hits it, and suffers no additional effect.

\n

Force Potency. When you cast this power using a force slot of 3rd level or higher, the force damage increases by 1d10 for each slot level above 2nd.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"rpak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2d8",""]],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":2,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"level","formula":"1d10"}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"KspYzz0UkKQzOAnw"} {"_id":"L3P0wzW7j61XpKZc","name":"Slow Descent","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Choose up to five falling creatures within range. A falling creature’s rate of descent slows to 60 feet per round until the power ends. If the creature lands before the power ends, it takes no falling damage and can land on its feet, and the power ends for that creature.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":1,"condition":"which you take when you or a creature within 60 feet of you falls"},"duration":{"value":1,"units":"minute"},"target":{"value":5,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"L8CJ1QEXfKztMyCX","name":"Enfeeble","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Dark energy courses from your hand at a creature within range. The target must succeed on a Wisdom saving throw. If it is missing any hit points, it takes 1d12 necrotic damage. Otherwise, it takes 1d8.

\n

The power’s damage increases by one die when you reach 5th, 11th, and 17th level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d12","necrotic"]],"versatile":""},"formula":"1d8","save":{"ability":"wis","dc":null,"scaling":"power"},"level":0,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"atwill","formula":"1d12"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Enfeeble.webp"} -{"name":"Heroism","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

A willing creature you touch is imbued with bravery. Until the power ends, the creature is immune to being frightened and gains temporary hit points equal to your forcecasting ability modifier at the start of each of its turns. When the power ends, the target loses any remaining temporary hit points from this power.

\n

Force Potency. When you cast this power using a force slot of 2nd level or higher, you can target one additional creature for each slot level above 1st.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"heal","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["@mod","temphp"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"level","formula":"1 additional creature"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"LdtNnD37NnOsg8oF"} -{"name":"Sever Force","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You attempt to interrupt a creature in the process of casting a force power. If the creature is casting a power of 3rd level or lower, its power fails and has no effect. If it is casting a power of 4th level or higher, make an ability check using your forcecasting ability. The DC equals 10 + the power’s level. On a success, the creature’s power fails and has no effect.

\n

Force Potency. When you cast this power using a force slot of 4th level or higher, the interrupted power has no effect if its level is less than or equal to the level of the force slot you used.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"abil","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":3,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"LhMmIUjsFrytp0wc"} {"_id":"LWQ6tKJckB4JYbbJ","name":"Battle Insight","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You center your focus on a target within range. Through the Force, you gain a brief insight into the target’s defenses. On your next turn, you gain advantage on your first attack roll against the target, provided that this power hasn’t ended.

\n

This power benefits additional attacks at higher levels: two attacks at 5th level, three attacks at 11th level, and four attacks at 17th level.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"round"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":0,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":true},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"icons/svg/mystery-man.svg"} {"name":"Sustained Lightning","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You lash out against a creature within range with continual jolts of Force lightning. Make a ranged force attack against that creature. On a hit, the target takes 1d12 lightning damage, and on each of your turns for the duration, you can use your action to deal 1d12 lightning damage to the target automatically. The power ends if you use your action to do anything else. The power also ends if the target is ever outside the power’s range or if it has total cover from you.

\n

Force Potency. When you cast this power using a force slot of 2nd level or higher, the initial damage increases by 1d12 for each slot level above 1st.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"cone"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"rpak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d12","lightning"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":true},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"level","formula":"1d12"}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"LbBZx7srgI6xgLZy"} {"_id":"LdtNnD37NnOsg8oF","name":"Heroism","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

A willing creature you touch is imbued with bravery. Until the power ends, the creature is immune to being frightened and gains temporary hit points equal to your forcecasting ability modifier at the start of each of its turns. When the power ends, the target loses any remaining temporary hit points from this power.

\n

Force Potency. When you cast this power using a force slot of 2nd level or higher, you can target one additional creature for each slot level above 1st.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"heal","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["@mod","temphp"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"level","formula":"1 additional creature"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} @@ -127,24 +95,17 @@ {"_id":"MkDRzlCkK2hDdtvi","name":"Lightning Charge","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You imbue your weapon with debilitating force lightning. As part of the action used to cast this power, you must make a melee attack with a weapon against one creature within your weapon’s reach, otherwise the power fails. On a hit, the target suffers the attack’s normal effects, and the lightning leaps from the target to a different creature of your choice that you can see within 5 feet of it. The second creature takes lightning damage equal to your forcecasting ability modifier.

\n

This power’s damage increases when you reach higher levels. At 5th level, the melee attack deals an extra 1d8 lightning damage to the target, and the lightning damage to the second creature increases to 1d8 + your forcecasting ability modifier. Both damage rolls increase by 1d8 at 11th level and 17th level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":"Make a Melee Weapon Attack"},"duration":{"value":1,"units":"round"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["0d8","lightning"]],"versatile":""},"formula":"@mod","save":{"ability":"","dc":null,"scaling":"power"},"level":0,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"atwill","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Lightning%20Charge.webp"} {"_id":"Nefsi9cHQFG04LBx","name":"Crush","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You make a crushing gesture at a creature within range. The target must make a Constitution saving throw. On a failed save target takes 10d8 force damage and is paralyzed until the end of your next turn. On a successful save, the target takes half as much damage and is not paralyzed.

\n

You can use a bonus action while the target is paralyzed to move the target up to 10 feet in any direction.

\n

Force Potency. When you cast this power using a force slot of 7th level or higher, the damage increases by 1d8 for each slot level above 6th.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":"Have Choke Power"},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["10d8","force"]],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":6,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Crush.webp"} {"_id":"NrMpYXddHnoPKHT2","name":"Force Lightning Cone","permission":{"default":0,"9BhUyjgxIxogl2ot":3},"type":"power","data":{"description":{"value":"

Lightning arcs from your hands. Each creature in a 60-foot cone must make a Dexterity saving throw. A creatures takes 12d6 lightning damage on a failed save, or half as much on a successful one.

\n

Force Potency. When you cast this power using a force slot of 8th level or higher, the damage increases by 2d6 for each slot level above 7th.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":60,"units":"ft","type":"cone"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["12d6","lightning"]],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"level":7,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":"2d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Lightning%20Cone.webp"} -{"name":"Sense Emotion","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You attune your senses to pick up the emotions of others for the duration. When you cast the power, and as your action on each turn until the power ends, you can focus your senses on one humanoid you can see within 30 feet of you. You instantly learn the target’s prevailing emotion, whether it’s love, anger, pain, fear, calm, or something else. If the target isn’t actually humanoid or it is immune to being charmed, you sense that it is calm.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":10,"units":"minute"},"target":{"value":null,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"Ns34rjyKzqeydYBH"} -{"name":"Sense Force","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

For the duration, you sense the use of the Force, or its presence in an inanimate object within 30 feet of you. If you sense the Force in this way, you can use your action to determine the direction from which it originates and, if it’s in line of sight, you see a faint aura around the person or object from which the Force emanates.

\n

Force Potency. When you cast this power using a 3rd-level force slot, the range increases to 60 feet. When you use a 5th-level force slot, the range increases to 500 feet. When you use a 7th-level force slot, the range increases to 1 mile. When you use a 9th-level force slot, the range increases to 10 miles.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":10,"units":"minute"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"O5J8TTpTW7eHLDgG"} -{"name":"Armor of Abeloth","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

A protective force surrounds you, manifesting as shimmering light that covers you and your gear. You gain 5 temporary hit points for the duration. If a creature hits you with a melee attack while you have these hit points, the creature takes 5 psychic damage.

\n

Force Potency. When you cast this power using a force slot of 2nd level or higher, both the temporary hit points and the psychic damage increase by 5 for each slot.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"drk","components":{"value":"","concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Armor%20of%20Abeloth.webp","_id":"OGLh7pBroWR6te2k"} {"_id":"Ns34rjyKzqeydYBH","name":"Sense Emotion","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You attune your senses to pick up the emotions of others for the duration. When you cast the power, and as your action on each turn until the power ends, you can focus your senses on one humanoid you can see within 30 feet of you. You instantly learn the target’s prevailing emotion, whether it’s love, anger, pain, fear, calm, or something else. If the target isn’t actually humanoid or it is immune to being charmed, you sense that it is calm.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":10,"units":"minute"},"target":{"value":null,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"O5J8TTpTW7eHLDgG","name":"Sense Force","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

For the duration, you sense the use of the Force, or its presence in an inanimate object within 30 feet of you. If you sense the Force in this way, you can use your action to determine the direction from which it originates and, if it’s in line of sight, you see a faint aura around the person or object from which the Force emanates.

\n

Force Potency. When you cast this power using a 3rd-level force slot, the range increases to 60 feet. When you use a 5th-level force slot, the range increases to 500 feet. When you use a 7th-level force slot, the range increases to 1 mile. When you use a 9th-level force slot, the range increases to 10 miles.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":10,"units":"minute"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"OGLh7pBroWR6te2k","name":"Armor of Abeloth","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

A protective force surrounds you, manifesting as shimmering light that covers you and your gear. You gain 5 temporary hit points for the duration. If a creature hits you with a melee attack while you have these hit points, the creature takes 5 psychic damage.

\n

Force Potency. When you cast this power using a force slot of 2nd level or higher, both the temporary hit points and the psychic damage increase by 5 for each slot.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"drk","components":{"value":"","concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Armor%20of%20Abeloth.webp"} {"_id":"OYQAqS6rjVy6o5Oa","name":"Kill","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You compel one creature you can see within range to die instantly. If the creature you choose has 100 hit points or fewer, it dies. Otherwise, the power has no effect.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":"Have Ruin Power"},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"Have over 100 HP left or Die!","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":9,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Kill.webp"} {"_id":"Oxb3dpusa4SmIKQd","name":"Improved Battle Meditation","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You exude an aura out to 15 feet that boosts the morale and overall battle prowess you and your allies while simultaneously reducing the opposition’s combat-effectiveness by eroding their will to fight.

\n

Whenever you or a friendly creature within your meditation makes an attack roll or a saving throw, they can roll a d6 and add the number rolled to the attack roll or saving throw.

\n

Whenever a hostile creature enters your meditation or starts its turn there, it must make a Charisma saving throw. On a failed save, it must roll a d6 and subtract the number rolled from each attack roll or saving throw it makes before the end of your next turn. On a successful save, it is immune to this power for 1 day.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":15,"units":"ft","type":"radius"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"1d6","save":{"ability":"","dc":null,"scaling":"power"},"level":5,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Improved%20Battle%20Meditation.webp"} -{"name":"Force Sight","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You shift your vision to see through use of the Force; colors fade and inanimate objects appear as shades of gray. You gain the following benefits.

\n
    \n
  • Living things glow with the power of the Force. Those with an affinity for the light side glow blue, those with an affinity for the dark side glow red, and those with no attunement to either side of the Force glow yellow. How bright they glow is determined by how strong their connection to the Force is.
  • \n
  • You gain blindsight to 30 feet.
  • \n
  • You have advantage on Wisdom (Perception) checks that rely on sight against living targets within 30 feet.
  • \n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":10,"units":"minute"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":2,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"PUHY0RrLsi4tAnZx"} {"_id":"PUHY0RrLsi4tAnZx","name":"Force Sight","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You shift your vision to see through use of the Force; colors fade and inanimate objects appear as shades of gray. You gain the following benefits.

\n
    \n
  • Living things glow with the power of the Force. Those with an affinity for the light side glow blue, those with an affinity for the dark side glow red, and those with no attunement to either side of the Force glow yellow. How bright they glow is determined by how strong their connection to the Force is.
  • \n
  • You gain blindsight to 30 feet.
  • \n
  • You have advantage on Wisdom (Perception) checks that rely on sight against living targets within 30 feet.
  • \n
","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":10,"units":"minute"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":2,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"Pf4e5uRdTd4VuUjU","name":"Feedback","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You unleash a burst of psychic energy at a target within range. If the target can hear you (though it need not understand you), it must succeed on an Intelligence saving throw or take 1d4 psychic damage and have disadvantage on the next attack roll it makes before the end of its next turn.

\n

This power’s damage increases by 1d4 when you reach 5th level (2d4), 11th level (3d4), and 17th level (4d4).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4","psychic"]],"versatile":""},"formula":"","save":{"ability":"int","dc":null,"scaling":"power"},"level":0,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"atwill","formula":"1d4"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Feedback.webp"} {"_id":"PhJUX949F9xcbj3y","name":"Plague","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Choose up to six creatures of your choice in a 40-foot cube within range. Each target must succeed on a Constitution saving throw or be affected by this power for the duration.

\n

An affected target’s speed is halved, it takes a -2 penalty to AC and Dexterity saving throws, and it can’t use reactions. On its turn, it can use either an action or a bonus action, not both. Regardless of the creature’s abilities or items, it can’t make more than one melee or ranged attack during its turn.

\n

If the creature attempts to cast a power with a casting time of 1 action, roll a d20. On an 11 or higher, the power doesn’t take effect until the creature’s next turn, and the creature must use its action on that turn to complete the power. If it can’t, the power is wasted.

\n

A creature affected by this power makes another Constitution saving throw at the end of its turn. On a successful save, the effect ends for it.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":"Have Affliction Power"},"duration":{"value":1,"units":"minute"},"target":{"value":6,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":3,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Plague.webp"} {"_id":"QyZogGty2DfkYnHF","name":"Choke","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You make a constricting gesture at a creature within range. The target must make a Constitution saving throw. On a failed save target takes 5d8 force damage and is restrained until the end of your next turn. On a successful save, the target takes half as much damage and is not restrained.

\n

You can use a bonus action while the target is restrained to move the target up to 5 feet in any direction.

\n

Force Potency. When you cast this power using a force slot of 4th level or higher, the damage increases by 1d8 for each slot level above 3rd.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["5d8","force"]],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":3,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Choke.webp"} {"_id":"RDZdXmMpJqUEn7LX","name":"Drain Life","permission":{"default":0,"9BhUyjgxIxogl2ot":3},"type":"power","data":{"description":{"value":"

You draw the life force from a creature you can see within range. The target must make a Constitution saving throw. The target takes 8d8 necrotic damage on a failed save, or half as much damage on a successful one. If you reduce a hostile creature to 0, you gain temporary hit points equal to half the damage dealt. This power has no effect on droids or constructs.

\n

Force Potency. When you cast this power using a force slot of 5th level or higher, the damage increases by 1d8 for each slot level above 4th.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["8d8","necrotic"]],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":4,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"level","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Drain%20Life.webp"} {"_id":"RfhP3KotZcqIBmC9","name":"Saber Ward","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You take a defensive stance. Until the end of your next turn, you have resistance against kinetic and energy damage dealt by weapons.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":null,"units":"","type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":0,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Saber%20Ward.webp"} -{"name":"Master Revitalize","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You return a dead creature you touch to life, provided that it has been dead no longer than 1 day. If the creature’s soul is both willing and at liberty to rejoin the body, the creature returns to life with all its hit points.

\n

This power closes all wounds, neutralizes any poison, cures all diseases, and lifts any curses affecting the creature when it died. The power replaces damaged or missing organs and limbs.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"hour","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":9,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"SbgYZsKp6FwiLhQA"} -{"name":"Locate Object","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Describe or name an object. You sense the direction to the object’s location, as long as its within 1000 feet of you. If the object is in motion, you know the direction of its movement. The power can locate a specific object known to you, as long as you have seen it while within 30 feet of it. Alternatively, the power can locate the nearest object of a particular kind. This power can’t locate an object if any thickness of lead blocks a direct path between you and the object.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":2,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"SmMJBkUl0oGmhbhu"} -{"name":"Telekinetic Wave","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You manipulate the Force in a 60-foot radius centered on a point you choose within range. Each creature in that area must make a Constitution saving throw. On a failed save, a creature takes 12d6 force damage, is knocked prone, and moved 5 feet in a direction of your choice. On a successful save, it takes half as much damage and isn’t knocked prone or moved.

\n

Force Potency. When you cast this power using a force slot of 9th level, the damage increases by 2d6.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":60,"units":"ft","type":"radius"},"range":{"value":150,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["12d6","force"]],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":8,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"2d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"T44CmiqinqUjdbHc"} {"name":"Comprehend Speech","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

For the duration, you understand the literal meaning of any spoken language that you hear.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"RxMgf0xLigmok93b"} {"name":"Improved Force Barrier","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

This power further bolsters your allies with toughness and resolve. Choose up to twelve creatures within range. Each target gains the following benefits:

\n
    \n
  • The becomes immune to poison and disease. Any currently existing poison or diseases still exist.
  • \n
  • The creature becomes immune to being frightened by powers.
  • \n
  • The creature’s hit point maximum and current hit points increase by 2d10 for the duration.
  • \n
\n

These benefits last for 24 hours or until the end of your next long rest, whichever happens first.

","chat":"","unidentified":""},"source":"","activation":{"type":"minute","cost":10,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":12,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":5,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"SaMnm3iVoaldsWip"} {"_id":"SbgYZsKp6FwiLhQA","name":"Master Revitalize","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You return a dead creature you touch to life, provided that it has been dead no longer than 1 day. If the creature’s soul is both willing and at liberty to rejoin the body, the creature returns to life with all its hit points.

\n

This power closes all wounds, neutralizes any poison, cures all diseases, and lifts any curses affecting the creature when it died. The power replaces damaged or missing organs and limbs.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"hour","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":9,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} @@ -153,11 +114,9 @@ {"_id":"T44CmiqinqUjdbHc","name":"Telekinetic Wave","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You manipulate the Force in a 60-foot radius centered on a point you choose within range. Each creature in that area must make a Constitution saving throw. On a failed save, a creature takes 12d6 force damage, is knocked prone, and moved 5 feet in a direction of your choice. On a successful save, it takes half as much damage and isn’t knocked prone or moved.

\n

Force Potency. When you cast this power using a force slot of 9th level, the damage increases by 2d6.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":60,"units":"ft","type":"radius"},"range":{"value":150,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["12d6","force"]],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":8,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"2d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"T5nzsISIa6ep9YRX","name":"Force Barrier","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

This power bolsters your allies with toughness and resolve. Choose up to three creatures within range. Each target’s hit point maximum and current hit points increase by 5 for the duration.

\n

Force Potency. When you cast this power using a force slot of 3rd level or higher, a target’s hit points increase by an additional 5 for each slot level above 2nd.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":8,"units":"hour"},"target":{"value":3,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":2,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"TLEOcYzzQWvAOWsT","name":"Darkness","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Darkness spreads from a point you choose within range to fill a 15-foot-radius sphere until the power ends. The darkness spreads around corners. A creature with darkvision can’t see through this darkness, and unenhanced light can’t illuminate it.

\n

If the point you choose is on an object you are holding or one that isn’t being worn or carried, the darkness comes from the object and moves with it. Completely covering the source of the darkness with an opaque object blocks the darkness.

\n

If this power’s area overlaps with light created by a 2nd-level power or lower, this power and the light are dispelled.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":10,"units":"minute"},"target":{"value":15,"units":"ft","type":"radius"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":2,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Darkness.webp"} -{"name":"Force Scream","permission":{"default":0,"9BhUyjgxIxogl2ot":3},"type":"power","data":{"description":{"value":"

You emit a scream imbued with the power of the Force. Each creature you choose within 15 feet of you must succeed on a Constitution saving throw. On a failed save, a creature take 4d6 psychic damage, 4d6 sonic damage, and is deafened until the end of its next turn. On a successful save, it takes half as much damage and isn’t deafened.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":15,"units":"ft","type":"radius"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["4d6","Sonic"]],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":3,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Scream.webp","_id":"UTCkJSnF7R7V2bqF"} {"_id":"UTCkJSnF7R7V2bqF","name":"Force Scream","permission":{"default":0,"9BhUyjgxIxogl2ot":3},"type":"power","data":{"description":{"value":"

You emit a scream imbued with the power of the Force. Each creature you choose within 15 feet of you must succeed on a Constitution saving throw. On a failed save, a creature take 4d6 psychic damage, 4d6 sonic damage, and is deafened until the end of its next turn. On a successful save, it takes half as much damage and isn’t deafened.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":15,"units":"ft","type":"radius"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["4d6","Sonic"]],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":3,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Scream.webp"} {"name":"Force Concealment","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You shroud or alter the aura of a creature or object you touch so that Force powers reveal false information about it. The target can be a willing creature or an object that isn’t being carried or worn by another creature.

\n

When you cast the power, choose one or both of the following effects. The effect lasts for the duration. If you cast this power on the same creature or object every day for 30 days, placing the same effect on it each time, the effect lasts until it is dispelled.

\n

False Aura. You change the way the target appears to powers and Force-based enhanced effects, such as sense force, that detects the presence of the Force. You can make a Force-based unenhanced object or creature appear enhanced and to radiate a Force aura, or a Force-based enhanced object or creature appear unenhanced and to radiate no Force aura. When you use this effect on an object, you can make the false aura apparent to any creature that handles the item.

\n

Cloak. You can change the way the target’s affinity in the Force appears to the force sight power. For example, a Sith Lord with great power in the dark side of the Force can appear instead to have very little strength in the Force, with an affinity towards the light side.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":24,"units":"hour"},"target":{"value":null,"units":"","type":""},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":2,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"V0gdWJyrn2O8SleF"} {"_id":"VIi9ZD8Ha669UYRw","name":"Insanity","permission":{"default":0,"9BhUyjgxIxogl2ot":3},"type":"power","data":{"description":{"value":"

This power assaults and twists creatures’ minds, spawning delusions and provoking uncontrolled action. Each creature in a 30-foot-radius sphere centered on you must succeed on a Wisdom saving throw when you cast this power or be affected by it.

\n

An affected target can’t take reactions and must roll a d8 at the start of each of its turns to determine its behavior for that turn. This power has no effect on constructs or droids.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
d8Behavior
1The creature uses all its movement to move in a random direction. To determine the direction, roll a d8 and assign a direction to each die face. The creature doesn’t take an action this turn.
2-6The creature doesn’t move or take actions this turn.
7-8The creature uses its action to make a melee attack against a randomly determined creature within its reach. If there is no creature within its reach, the creature does nothing this turn.
\n

At the end of each of its turns, an affected target can make a Wisdom saving throw. If it succeeds, this effect ends for that target.

\n

Force Potency. When you cast this power using a power slot of 6th level or higher, the radius of the sphere increases by 5 feet for each force slot level above 5th.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":30,"units":"ft","type":"sphere"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"1d8","save":{"ability":"wis","dc":null,"scaling":"power"},"level":5,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Insanity.webp"} -{"name":"Force Mask","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Until the power ends or you use an action to dismiss it, you can disguise yourself through use of the Force in many ways. You can appear to be shorter or taller by about a foot and change the appearance of your body and weight, but you cannot change the basic structure of your body. This effect can include your clothes, weapons, and other belongings on your person.

\n

This effect is only visual, so any sort of physical contact will only interact with the real size and shape of you. A creature that uses its action to examine you can identify this effect with a successful Intelligence (Investigation) check against your force save DC. This power has no effect on droids or constructs.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"abil","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"int","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"Vsnr0aVZQIcRD0Ed"} {"_id":"Vsnr0aVZQIcRD0Ed","name":"Force Mask","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Until the power ends or you use an action to dismiss it, you can disguise yourself through use of the Force in many ways. You can appear to be shorter or taller by about a foot and change the appearance of your body and weight, but you cannot change the basic structure of your body. This effect can include your clothes, weapons, and other belongings on your person.

\n

This effect is only visual, so any sort of physical contact will only interact with the real size and shape of you. A creature that uses its action to examine you can identify this effect with a successful Intelligence (Investigation) check against your force save DC. This power has no effect on droids or constructs.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"abil","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"int","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"WBNy29tnkclypOVZ","name":"Danger Sense","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You put your faith in the Force, feeling out the future and seeing whether your actions will lead to fortune or ruin. The GM chooses from the following possible omens:

\n
    \n
  • Peace, for results which are not dangerous
  • \n
  • Danger, for results which are dangerous but perhaps still worth the danger
  • \n
  • Ruin, for results which are certain to end in death or tragedy
  • \n
\n

The power doesn’t take into account any possible circumstances that might change the outcome, such as the use of additional powers or the loss or gain of a companion.

\n

If you use this power two or more times before completing your next long rest, there is a cumulative 25 percent chance for each casting after the first that you get a neutral result regardless of the actual outcome.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":null,"units":"","type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":2,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"WG79exTllchDSK6M","name":"Animate Weapon","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You select a melee weapon you wield, or one melee weapon within range that is not worn or carried by a conscious creature, and use the Force to cause it to levitate, acting as an extension of your will for the duration or until you cast this power again. When you use this power, you can cause the weapon to move up to 20 feet and make a melee force attack against a creature within 5 feet of it. On a hit, the target takes 1d8 + your forcecasting ability modifier damage. The type is of the normal damage dealt by the weapon.

\n

While the weapon is animated, on each of your turns you can use a bonus action to move the weapon up to 20 feet and repeat the attack against a creature within 5 feet of it. At any time, you can end this force power to return the animated weapon to your hand.

\n

An enemy can attempt to gain control of the weapon by using its action to make a Strength (Athletics) check against your force save DC. On a success, the creature gains control of the weapon and the power ends.

\n

Force Potency. When you cast this power using a force slot of 3rd level or higher, the weapon’s damage increases by 1d8 for every two slot levels above 2nd.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"object"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"wis","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8 + @mod",""]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":2,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"1d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"icons/svg/mystery-man.svg"} @@ -166,68 +125,48 @@ {"_id":"XYHAKmU4gHSzRK3I","name":"Force Suppression","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Choose one creature, object, or force effect within range. Any force power of 3rd level or lower on the target ends. For each force power of 4th level or higher on the target, make an ability check using your forcecasting ability. The DC equals 10 + the power’s level. On a success, the power ends.

\n

Force Potency. When you cast this power using a force slot of 4th level or higher, you automatically end the effects of a force power on the target if the power’s level is equal to or less than the level of the force slot you used.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":120,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"abil","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":3,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Suppression.webp"} {"name":"Control Pain","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You use the Force to push your body beyond its normal limits. You can’t die from damage or from failed death saving throws while this power is in effect, but the effort taxes you. If you have 0 hit points while you are under the effect of this power, you do not fall unconscious, and continue acting and fighting normally. While you remain at 0 hit points, you must make a death saving throw at the start of each of your turns. Each time you fail a death saving throw, you suffer a cumulative -1 penalty to attack rolls, ability checks, and saving throws (including death saving throws). This penalty lasts until you regain hit points. Successful death saving throws have no effect, but a natural 20 restores 1 hit point as usual.

\n

If you have 0 hit points when this power ends, you die instantly.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":"Requires Force Body"},"duration":{"value":1,"units":"minute"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":5,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":true},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"XclIGWYxTC0rJ0Uk"} {"_id":"XizLBCti6XKTlkmM","name":"Dark Side Tendrils","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Tendrils of dark energy erupt from you and batter all creatures within 10 feet of you. Each creature in that area must make a Strength saving throw. On a failed save, a target takes 2d6 necrotic damage and can’t take reactions until its next turn. On a successful save, the creature takes half damage, but suffers no other effect.

\n

Force Potency. When you cast this power using a power slot of 2nd level or higher, the damage increases by 1d6 for each slot level above 1st.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":10,"units":"ft","type":"radius"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2d6","necrotic"]],"versatile":""},"formula":"","save":{"ability":"str","dc":null,"scaling":"power"},"level":1,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"1d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Dark%20Side%20Tendrils.webp"} -{"name":"Coerce Mind","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You suggest a course of activity (limited to a sentence or two) and influence with the Force a creature you can see within range that can hear and understand you. Creatures that can’t be charmed are immune to this effect. The suggestion must be worded in such a manner as to make the course of action sound reasonable. Asking the creature to harm itself automatically negates the effect of the power.

\n

The target must make a Wisdom saving throw. On a failed save, it pursues the course of action you described to the best of its ability. The suggested course of action can continue for the entire duration. If the suggested activity can be completed in a shorter time, the power ends when the subject finishes what it was asked to do.

\n

You can also specify conditions that will trigger a special activity during the duration. For example, you might suggest that a soldier give her speeder to the first vagrant she meets. If the condition isn’t met before the power expires, the activity isn’t performed.

\n

If you or any of your companions damage the target, the power ends. This power has no effect on droids or constructs.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":8,"units":"hour"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":2,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"YFbfva5hY5FOxmdw"} -{"name":"Plant Surge","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

If you cast this power using 1 action, all normal plants in a 100-foot radius centered on a point become overgrown. Moving through the area spends 4 feet of movement for every 1 foot moved. You can exclude areas of any size within the power’s area from being affected.

\n

If you cast this power over 8 hours, all plants in a half-mile radius centered on a point yield twice the normal amount of food when harvested for 1 year.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":100,"units":"ft","type":"radius"},"range":{"value":150,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":3,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"YTSbLoD7dnvql2H3"} {"_id":"YFbfva5hY5FOxmdw","name":"Coerce Mind","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You suggest a course of activity (limited to a sentence or two) and influence with the Force a creature you can see within range that can hear and understand you. Creatures that can’t be charmed are immune to this effect. The suggestion must be worded in such a manner as to make the course of action sound reasonable. Asking the creature to harm itself automatically negates the effect of the power.

\n

The target must make a Wisdom saving throw. On a failed save, it pursues the course of action you described to the best of its ability. The suggested course of action can continue for the entire duration. If the suggested activity can be completed in a shorter time, the power ends when the subject finishes what it was asked to do.

\n

You can also specify conditions that will trigger a special activity during the duration. For example, you might suggest that a soldier give her speeder to the first vagrant she meets. If the condition isn’t met before the power expires, the activity isn’t performed.

\n

If you or any of your companions damage the target, the power ends. This power has no effect on droids or constructs.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":8,"units":"hour"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":2,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"YTSbLoD7dnvql2H3","name":"Plant Surge","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

If you cast this power using 1 action, all normal plants in a 100-foot radius centered on a point become overgrown. Moving through the area spends 4 feet of movement for every 1 foot moved. You can exclude areas of any size within the power’s area from being affected.

\n

If you cast this power over 8 hours, all plants in a half-mile radius centered on a point yield twice the normal amount of food when harvested for 1 year.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":100,"units":"ft","type":"radius"},"range":{"value":150,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":3,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"YguQH8fuWTnHMPcK","name":"Dominate Mind","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You attempt to beguile a humanoid that you can see within range. It must succeed on a Wisdom saving throw or be charmed by you for the duration. If you or creatures that are friendly to you are fighting it, it has advantage on the saving throw.

\n

While the target is charmed, you have a telepathic link with it as long as you are within 1 mile of it. You can use this telepathic link to issue commands to the creature while you are conscious (no action required), which it does its best to obey. You can specify a simple and general course of action, such as “Attack that creature,” “Run over there,” or “Fetch that object.” If the creature completes the order and doesn’t receive further direction from you, it defends and preserves itself to the best of its ability.

\n

You can use your action to take total and precise control of the target. Until the end of your next turn, the creature takes only the actions you choose, and doesn’t do anything that you don’t allow it to do. During this time you can also cause the creature to use a reaction, but this requires you to use your own reaction as well.

\n

Each time the target takes damage, it makes a new Wisdom saving throw against the power. If the saving throw succeeds, the power ends. This power has no effect on droids or constructs.

\n

Force Potency. When you cast this power using a 6th-level force slot, the duration is 10 minutes. When you use a 7th-level force slot, the duration is 1 hour. When you use a force slot of 8th level or higher, the duration is 8 hours.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":"Have Dominate Beast"},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":5,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Dominate%20Mind.webp"} {"_id":"Yn07n957VuJ39xk3","name":"Force Lightning","permission":{"default":0,"9BhUyjgxIxogl2ot":3},"type":"power","data":{"description":{"value":"

A stroke of lightning forming a line 100 feet long and 5 feet wide blasts out from you in a direction you choose. Each creature in the line must make a Dexterity saving throw. A creature takes 8d6 lightning damage on a failed save, or half as much damage on a successful one.

\n

The lightning ignites flammable objects in the area that aren’t being worn or carried.

\n

Force Potency. When you cast this power using a force slot of 4th level or higher, the damage increases by 1d6 for each slot level above 3rd.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":100,"units":"ft","type":"line"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["8d6",""]],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"level":3,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"level","formula":"1d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Lightning.webp"} -{"name":"Eruption","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You cause up to six pillars of stone to burst from places on the ground that you can see within range. Each pillar is a cylinder that has a diameter of 5 feet and a height of up to 30 feet. The ground where a pillar appears must be wide enough for its diameter, and you can target the ground under a creature if that creature is Medium or smaller. Each pillar has AC 5 and 30 hit points. When reduced to 0 hit points, a pillar crumbles into rubble, which creates an area of difficult terrain with a 10 - foot radius that lasts until the rubble is cleared. Each 5-foot-diameter portion of the area requires at least 1 minute to clear by hand.

\n

If a pillar is created under a creature, that creature must succeed on a Dexterity saving throw or be lifted by the pillar. A creature can choose to fail the save.

\n

If a pillar is prevented from reaching its full height because of a ceiling or other obstacle, a creature on the pillar takes 6d6 kinetic damage and is restrained, pinched between the pillar and the obstacle. The restrained creature can use an action to make a Strength or Dexterity check (the creature’s choice) against the power’s save DC. On a success, the creature is no longer restrained and must either move off the pillar or fall off it.

\n

Force Potency. When you cast this power using a force slot of 7th level or higher, you can create two additional pillars for each slot level above 6th.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":5,"units":"ft","type":"cylinder"},"range":{"value":120,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["6d6","kinetic"]],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"level":6,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"2 additional pillars"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"ZeVEHfAVZrq79B6I"} {"_id":"ZeVEHfAVZrq79B6I","name":"Eruption","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You cause up to six pillars of stone to burst from places on the ground that you can see within range. Each pillar is a cylinder that has a diameter of 5 feet and a height of up to 30 feet. The ground where a pillar appears must be wide enough for its diameter, and you can target the ground under a creature if that creature is Medium or smaller. Each pillar has AC 5 and 30 hit points. When reduced to 0 hit points, a pillar crumbles into rubble, which creates an area of difficult terrain with a 10 - foot radius that lasts until the rubble is cleared. Each 5-foot-diameter portion of the area requires at least 1 minute to clear by hand.

\n

If a pillar is created under a creature, that creature must succeed on a Dexterity saving throw or be lifted by the pillar. A creature can choose to fail the save.

\n

If a pillar is prevented from reaching its full height because of a ceiling or other obstacle, a creature on the pillar takes 6d6 kinetic damage and is restrained, pinched between the pillar and the obstacle. The restrained creature can use an action to make a Strength or Dexterity check (the creature’s choice) against the power’s save DC. On a success, the creature is no longer restrained and must either move off the pillar or fall off it.

\n

Force Potency. When you cast this power using a force slot of 7th level or higher, you can create two additional pillars for each slot level above 6th.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":5,"units":"ft","type":"cylinder"},"range":{"value":120,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["6d6","kinetic"]],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"level":6,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"2 additional pillars"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"name":"Force Weapon","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You touch an unenhanced weapon with which you are proficient. While you wield it for the duration, that weapon becomes an enhanced weapon with a +1 bonus to attack rolls and damage rolls. Additionally, you can use your forcecasting modifier instead of your Strength or Dexterity modifier for attacks and damage rolls when attacking with that weapon.

\n

Force Potency. When you cast this power using a force slot of 5th level or higher, the bonus increases to +2. When you use a force slot of 7th level or higher, the bonus increases to +3.

","chat":"","unidentified":""},"source":"","activation":{"type":"bonus","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":1,"units":"","type":"weapon"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":3,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":true},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"ZhF71jnD5cRDy5LP"} {"_id":"Zt3Aw0RkTFY2bwW8","name":"Greater Feedback","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You choose a point within range and cause psychic energy to explode there. Each creature in a 20-foot-radius sphere centered on that point must make an Intelligence saving throw. A creature with an Intelligence score of 2 or lower can’t be affected by this power. A target takes 8d6 psychic damage on a failed save, or half as much damage on a successful one.

\n

After a failed save, a target has muddled thoughts for 1 minute. During that time, it rolls a d6 and subtracts the number rolled from all its attack rolls and ability checks, as well as its Constitution saving throws to maintain concentration. The target can make a Wisdom saving throw at the end of each of its turns, ending the effect on itself on a success.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":"Have Improved Feedback"},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"creature"},"range":{"value":120,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["8d6","psychic"]],"versatile":""},"formula":"1d6","save":{"ability":"int","dc":null,"scaling":"power"},"level":5,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Greater%20Feedback.webp"} -{"name":"Whirlwind","permission":{"default":0,"9BhUyjgxIxogl2ot":3},"type":"power","data":{"description":{"value":"

A whirlwind howls down to a point that you can see on the ground within range. The whirlwind is a 10-foot-radius, 30-foot-high cylinder centered on that point. Until the power ends, you can use your action to move the whirlwind up to 30 feet in any direction along the ground. The whirlwind sucks up any Medium or smaller objects that aren’t secured to anything and that aren’t worn or carried by anyone.

\n

A creature must make a Dexterity saving throw the first time on a turn that it enters the whirlwind or that the whirlwind enters its space, including when the whirlwind first appears. A creature takes 10d6 kinetic damage on a failed save, or half as much damage on a successful one. In addition, a Large or smaller creature that fails the save must succeed on a Strength saving throw or become restrained in the whirlwind until the power ends. When a creature starts its turn restrained by the whirlwind, the creature is pulled 5 feet higher inside it, unless the creature is at the top. A restrained creature moves with the whirlwind and falls when the power ends, unless the creature has some means to stay aloft.

\n

A restrained creature can use an action to make a Strength or Dexterity check against your force save DC. If successful, the creature is no longer restrained by the whirlwind and is hurled 3d6x10 feet away from it in a random direction.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":10,"units":"ft","type":"cylinder"},"range":{"value":300,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["10d6","kinetic"]],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"level":7,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Whirlwind.webp","_id":"anxCi1ypITMC1F9Y"} -{"name":"Master Force Scream","permission":{"default":0,"9BhUyjgxIxogl2ot":3},"type":"power","data":{"description":{"value":"

You emit a cacophonous scream imbued with the power of the Force. Each creature you choose within 60 feet of you must succeed on a Constitution saving throw. On a failed save, a creature takes 6d6 psychic damage, 6d6 sonic damage, is deafened, knocked prone, and blinded for 1 minute. On a successful save, it takes half as much damage and isn’t deafened, knocked prone, or blinded by this power.

\n

A creature blinded by this power makes another Constitution saving throw at the end of each of its turns. On a successful save, it is no longer blinded.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":60,"units":"ft","type":"radius"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["6d6","psychic"],["6d6","Sonic"]],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":8,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Master%20Force%20Scream.webp","_id":"b0fmnYMO3bLtarhk"} {"_id":"anxCi1ypITMC1F9Y","name":"Whirlwind","permission":{"default":0,"9BhUyjgxIxogl2ot":3},"type":"power","data":{"description":{"value":"

A whirlwind howls down to a point that you can see on the ground within range. The whirlwind is a 10-foot-radius, 30-foot-high cylinder centered on that point. Until the power ends, you can use your action to move the whirlwind up to 30 feet in any direction along the ground. The whirlwind sucks up any Medium or smaller objects that aren’t secured to anything and that aren’t worn or carried by anyone.

\n

A creature must make a Dexterity saving throw the first time on a turn that it enters the whirlwind or that the whirlwind enters its space, including when the whirlwind first appears. A creature takes 10d6 kinetic damage on a failed save, or half as much damage on a successful one. In addition, a Large or smaller creature that fails the save must succeed on a Strength saving throw or become restrained in the whirlwind until the power ends. When a creature starts its turn restrained by the whirlwind, the creature is pulled 5 feet higher inside it, unless the creature is at the top. A restrained creature moves with the whirlwind and falls when the power ends, unless the creature has some means to stay aloft.

\n

A restrained creature can use an action to make a Strength or Dexterity check against your force save DC. If successful, the creature is no longer restrained by the whirlwind and is hurled 3d6x10 feet away from it in a random direction.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":10,"units":"ft","type":"cylinder"},"range":{"value":300,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["10d6","kinetic"]],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"level":7,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Whirlwind.webp"} {"_id":"b0fmnYMO3bLtarhk","name":"Master Force Scream","permission":{"default":0,"9BhUyjgxIxogl2ot":3},"type":"power","data":{"description":{"value":"

You emit a cacophonous scream imbued with the power of the Force. Each creature you choose within 60 feet of you must succeed on a Constitution saving throw. On a failed save, a creature takes 6d6 psychic damage, 6d6 sonic damage, is deafened, knocked prone, and blinded for 1 minute. On a successful save, it takes half as much damage and isn’t deafened, knocked prone, or blinded by this power.

\n

A creature blinded by this power makes another Constitution saving throw at the end of each of its turns. On a successful save, it is no longer blinded.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":60,"units":"ft","type":"radius"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["6d6","psychic"],["6d6","Sonic"]],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":8,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Master%20Force%20Scream.webp"} {"_id":"b2MvrTaXlisYe2A4","name":"Affect Mind","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Choose a target within range that isn’t hostile toward you. The target must make a Wisdom saving throw. On a failed save, you have advantage on all Charisma checks directed at that target.

\n

On a successful save, the creature does not realize that you tried to use the Force to influence its mood, but it becomes immune to this power for one day. This power has no effect on droids or constructs.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":0,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Affect%20Mind.webp"} -{"name":"Force Blind/Deafen","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You can blind or deafen a foe. Choose one creature that you can see within range to make a Constitution saving throw. If it fails, the target is either blinded or deafened (your choice) for the duration. At the end of each of its turns, the target can make a Constitution saving throw. On a success, the power ends.

\n

Force Potency. When you cast this power using a force slot of 3rd level or higher, you can target one additional creature for each slot level above 2nd.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":2,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"1 additional creature"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"bDdyZTL7KCiz2zXR"} {"_id":"bDdyZTL7KCiz2zXR","name":"Force Blind/Deafen","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You can blind or deafen a foe. Choose one creature that you can see within range to make a Constitution saving throw. If it fails, the target is either blinded or deafened (your choice) for the duration. At the end of each of its turns, the target can make a Constitution saving throw. On a success, the power ends.

\n

Force Potency. When you cast this power using a force slot of 3rd level or higher, you can target one additional creature for each slot level above 2nd.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":2,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"1 additional creature"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"bF7e5kbzwXj3b2LP","name":"Shock","permission":{"default":0,"9BhUyjgxIxogl2ot":3},"type":"power","data":{"description":{"value":"

You hurl a bolt of lightning at a target within range, making a ranged power attack. On a hit, the target takes 1d10 lightning damage. The lightning ignites flammable objects in the area that aren’t being worn or carried.

\n

This power’s damage increases by 1d10 when you reach 5th level (2d10), 11th level (3d10), and 17th level (4d10).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":120,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"rpak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d10","lightning"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":0,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Shock.webp"} -{"name":"Locate Creature","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Describe or name a creature familiar to you. You sense the direction to the creature’s location, as long as its within 1000 feet of you. If the creature is in motion, you know the direction of its movement. The power can locate a specific creature known to you or the nearest of a specific kind, as long as you have seen it while within 30 feet of it. If the creature is in a different form, the power doesn’t work. This power can’t locate a creature if running water at least 10 feet wide blocks a direct path between you and the creature.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":4,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"bsTG22DqTxo7WQta"} {"name":"Sonic Trick","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You use the Force to produce an effect within range. You create one of the following special effects within range:

\n
    \n
  • Your voice booms up to three times as loud as normal, and you can alter its tone, for 1 minute.
  • \n
  • You cause harmless tremors in the ground for 1 minute.
  • \n
  • You create an instantaneous sound that originates from a point of your choice within range, such as a rumble of thunder, the cry of a bird, or ominous whispers.
  • \n
  • You gain the ability to speak like another species for 1 minute, allowing you to speak in a language you know but otherwise lack the physical ability to speak, such as a Wookiee speaking Basic.
  • \n
  • You create an instantaneous, harmless sensory effect, such as falling leaves, a puff of wind, a billowing of someone’s clothes, or a flickering of unenhanced light fixtures within range.
  • \n
\n

A wary creature can use its action to make an Intelligence (Investigation) check against your force save DC, discerning that the effects are illusory on a success.

\n

If you cast this power multiple times, you can have up to three of its 1-minute effects active at a time, and you can dismiss such an effect as an action.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"units":"","type":""},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"int","dc":null,"scaling":"power"},"level":0,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"bK2remeEKqu4htPZ"} {"name":"Psychometry","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

For the duration, you gain the ability to “communicate” telepathically with inanimate objects you touch. You can ask up to five questions and receive answers from objects, usually in the form of a auditory or visual hallucination. For example, touching the rusted, broken remains of a lightsaber and asking how it got there may result in a brief vision of a disgruntled Jedi Knight casting it to the ground on that spot. An object “questioned” in this way can only provide information relating to its past. The DM has the final say on what objects can be questioned, and to what extent.

","chat":"","unidentified":""},"source":"","activation":{"type":"minute","cost":1,"condition":""},"duration":{"value":10,"units":"minute"},"target":{"value":null,"units":"any","type":"object"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":3,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"bU9gwhdaQKY5R99i"} {"_id":"bsTG22DqTxo7WQta","name":"Locate Creature","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Describe or name a creature familiar to you. You sense the direction to the creature’s location, as long as its within 1000 feet of you. If the creature is in motion, you know the direction of its movement. The power can locate a specific creature known to you or the nearest of a specific kind, as long as you have seen it while within 30 feet of it. If the creature is in a different form, the power doesn’t work. This power can’t locate a creature if running water at least 10 feet wide blocks a direct path between you and the creature.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":4,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"bzvLe859r7CDWFIv","name":"Force Throw","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You use the Force to move a Large or smaller creature or object not being worn or carried within range. The target must make a Strength saving throw. An object automatically fails this saving throw. On a failed save, the creature or object moves a number of feet in a direction of your choice based on its size. A Tiny creature or object can be moved up to 90 feet, a Small creature or object can be moved up to 60 feet, a Medium creature or object can be moved up to 30 feet, and a Large creature or object can be moved up to 10 feet. If at the end of this movement the creature or object strikes another creature or object, they both take 2d8 force damage.

\n

Force Potency. When you cast this power using a force slot of 3rd level or higher, the range you can throw a creature or object increases by 10 feet, to a maximum of 90 feet, and the power’s damage increases by 1d8.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":90,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2d8","force"]],"versatile":""},"formula":"","save":{"ability":"str","dc":null,"scaling":"power"},"level":2,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"name":"Rebuke","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You strike a creature with the righteous fury of the Force. Make a melee force attack against the target, if the attack hits, the target takes force damage depending on its alignment: a dark-aligned creature takes 1d12 force damage, a balanced creature takes 1d10 force damage, and a light-aligned creature takes 1d8 force damage.

\n

The power’s damage increases by one die when you reach 5th, 11th, and 17th level.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"cone"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mpak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["",""]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":0,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"atwill","formula":""}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"c9J29IH07qQQToFm"} {"_id":"cCTaCxvsBcbEvbw2","name":"Saber Throw","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

As a part of the action used to cast this power, you must make a ranged force attack with a lightweapon or vibroweapon against one target within the power’s range, otherwise the power fails. On a hit, the target takes 1d8 damage of the same type as the weapon’s damage. The weapon then immediately returns to your hand.

\n

This power can hit multiple targets when you reach higher levels: two targets at 5th level, three targets at 11th level, and four targets at 17th level. Each target must be within 30 feet of the previous target, you must make a separate attack roll for each target, and the last target must be no further than 30 feet away from you. You can not hit the same target twice in succession.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"any","type":"object"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"rpak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8",""]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":0,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"atwill","formula":"1 additional target"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Saber%20Throw.webp"} -{"name":"Dark Aura","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You manifest a mantle of malevolent dark side energy to a radius of 15 feet. Each creature who enters this aura or starts its turn there must make a Wisdom saving throw. On a failed save, a creature takes 3d8 necrotic damage and has its speed reduced by half. On a succesful save, a creatures takes half as much damage and isn’t slowed.

\n

Force Potency. When you cast this power using a force slot of 4th level or higher, the damage increases by 1d8 for each slot level above 3rd.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":15,"units":"ft","type":"radius"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["3d8","necrotic"]],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":3,"school":"drk","components":{"value":"","concentration":true},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"scaling":{"mode":"level","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Dark%20Aura.webp","_id":"cM4TP2daTOU7tUv3"} {"_id":"cM4TP2daTOU7tUv3","name":"Dark Aura","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You manifest a mantle of malevolent dark side energy to a radius of 15 feet. Each creature who enters this aura or starts its turn there must make a Wisdom saving throw. On a failed save, a creature takes 3d8 necrotic damage and has its speed reduced by half. On a succesful save, a creatures takes half as much damage and isn’t slowed.

\n

Force Potency. When you cast this power using a force slot of 4th level or higher, the damage increases by 1d8 for each slot level above 3rd.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":15,"units":"ft","type":"radius"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["3d8","necrotic"]],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":3,"school":"drk","components":{"value":"","concentration":true},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"scaling":{"mode":"level","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Dark%20Aura.webp"} {"name":"Force Whisper","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You use the Force to carry a message in your voice to another creature within range. The target (and only the target) hears the message and can reply in a whisper that only you can hear.

\n

You can cast this power through solid objects if you are familiar with the target and know it is beyond the barrier. An enhanced silence effect, 1 foot of stone, 1 inch of common metal, a thin sheet of lead, or 3 feet of wood blocks the power. The power doesn’t have to follow a straight line and can travel freely around corners or through openings.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"round"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":120,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":0,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"cVtuZmIOHV6sW8Yc"} {"_id":"d3nRwoHE7vUvWqG0","name":"Force Breach","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Choose a spot within range. All force powers of 5th level or lower in the area end. For each force power of 6th level or higher in the area, make an ability check using your forcecasting ability. The DC equals 10 + the power’s level. On a successful check, the force power ends.

\n

Force Potency. When you cast this power using a force slot of 6th level or higher, you automatically end the effects of a force power on the target if the power’s level is equal to or less than the level of the force slot you used.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":20,"units":"ft","type":"cube"},"range":{"value":120,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"abil","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":5,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Breach.webp"} -{"name":"Force Enlightenment","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You touch a creature and enhance it with the Force. Choose one of the following effects; the target gains that effect until the power ends.

\n
    \n
  • Endurance. The target has advantage on Constitution checks. It also gains 2d6 temporary hit points, which are lost when the power ends.
  • \n
  • Strength. The target has advantage on Strength checks, and his or her carrying capacity doubles.
  • \n
  • Dexterity. The target has advantage on Dexterity checks. It also doesn’t take damage from falling 20 feet or less if it isn’t incapacitated.
  • \n
  • Splendor. The target has advantage on Charisma checks.
  • \n
  • Cunning. The target has advantage on Intelligence checks.
  • \n
  • Wisdom. The target has advantage on Wisdom checks.
  • \n
\n

Force Potency. When you cast this power using a force slot of 3rd level or higher, you can target one additional creature for each slot level above 2nd.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":2,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"level","formula":"1 additional creature"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"di7rHBW59w6cS1WM"} {"_id":"di7rHBW59w6cS1WM","name":"Force Enlightenment","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You touch a creature and enhance it with the Force. Choose one of the following effects; the target gains that effect until the power ends.

\n
    \n
  • Endurance. The target has advantage on Constitution checks. It also gains 2d6 temporary hit points, which are lost when the power ends.
  • \n
  • Strength. The target has advantage on Strength checks, and his or her carrying capacity doubles.
  • \n
  • Dexterity. The target has advantage on Dexterity checks. It also doesn’t take damage from falling 20 feet or less if it isn’t incapacitated.
  • \n
  • Splendor. The target has advantage on Charisma checks.
  • \n
  • Cunning. The target has advantage on Intelligence checks.
  • \n
  • Wisdom. The target has advantage on Wisdom checks.
  • \n
\n

Force Potency. When you cast this power using a force slot of 3rd level or higher, you can target one additional creature for each slot level above 2nd.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":2,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"level","formula":"1 additional creature"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"name":"Force Embuement","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

The crystal inside of a simple lightweapon or the material of a simple vibroweapon or an improvised weapon you are holding is imbued with the power of the Force. For the duration, you can use your forcecasting ability instead of Strength for the attack and damage rolls of melee attacks using that weapon, and the weapon’s damage die becomes a d8. The weapon also becomes enhanced, if it isn’t already, and you become proficient with it, if you aren’t already. The power ends if you cast it again or if you let go of the weapon.

","chat":"","unidentified":""},"source":"","activation":{"type":"bonus","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"weapon"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":0,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"eRafdgDXoMj7Y5r3"} {"_id":"eVl00unU1rsuQ0MN","name":"Improved Dark Side Tendrils","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You summon a 20-foot-radius sphere of inky blackness at a point within range. No light, enhanced or otherwise, can illuminate the area, creatures fully within the area are blinded, and the area is difficult terrain. Any creature that starts its turn in the area takes 2d6 necrotic damage. Any creature that ends its turn in the area must succeed on a Strength saving throw or take 2d6 poison damage as tendrils of dark energy caress it.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":"Have Dark Side Tendrils Power"},"duration":{"value":null,"units":""},"target":{"value":20,"units":"ft","type":"radius"},"range":{"value":150,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2d6","necrotic"]],"versatile":""},"formula":"2d6","save":{"ability":"str","dc":null,"scaling":"power"},"level":3,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Improved%20Dark%20Side%20Tendrils.webp"} {"_id":"eYw6j0VVVD0vEH7l","name":"Destroy Droid","permission":{"default":0,"9BhUyjgxIxogl2ot":3},"type":"power","data":{"description":{"value":"

Choose a point that you can see within range. Each droid or construct must succeed on a Constitution saving throw or be paralyzed for the duration. At the beginning of each of its turns, an affected target takes energy damage equal to twice your forcecasting ability modifier and then repeats this saving throw. On a success, the power ends on the target.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"minute"},"target":{"value":30,"units":"ft","type":"cube"},"range":{"value":120,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":7,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Destroy%20Droid.webp"} {"_id":"ebWGew0oR2CG7S43","name":"Disperse Force","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

This power absorbs damage from incoming energy attacks, lessening its effect on you and distributing it throughout your body. You have resistance to the triggering damage type until the start of your next turn. Also, you gain 5 temporary hit points to potentially absorb the attack. These temporary hit points last until the start of your next turn.

\n

Force Potency. When you cast this power using a force slot of 2nd level or higher, the temporary hit points increases by 5 for each slot level above 1st.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"reaction","cost":1,"condition":"which you take when you take cold, energy, fire, ion, lightning, or sonic damage"},"duration":{"value":1,"units":"round"},"target":{"value":null,"units":"","type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"5 additional Temp HP"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"ecDdTd9MW0z4h8Hb","name":"Sap Vitality","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Make a melee force attack against a creature you can reach. On a hit, the target takes 3d10 necrotic damage.

\n

Force Potency. When you cast this power using a force slot of 2nd level or higher, the damage increases by 1d10 for each slot level above 1st.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"mpak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["3d10","necrotic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"1d10"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Sap%20Vitality.webp"} -{"name":"Force Trance","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You make a calming gesture, and up to three willing creatures of your choice that you can see within range fall unconscious for the power’s duration. The power ends on a target early if it takes damage or someone uses an action to shake or slap it awake. If a target remains unconscious for the full duration, that target gains the benefit of a short rest, and it can’t be affected by this power again until it finishes a long rest.

\n

Force Potency. When you cast this power using a force slot of 4th level or higher, you can target one additional willing creature for each slot level above 3rd.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":10,"units":"minute"},"target":{"value":3,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":3,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"1 additional creature"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"esyvxlavJubgPNmj"} {"_id":"esyvxlavJubgPNmj","name":"Force Trance","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You make a calming gesture, and up to three willing creatures of your choice that you can see within range fall unconscious for the power’s duration. The power ends on a target early if it takes damage or someone uses an action to shake or slap it awake. If a target remains unconscious for the full duration, that target gains the benefit of a short rest, and it can’t be affected by this power again until it finishes a long rest.

\n

Force Potency. When you cast this power using a force slot of 4th level or higher, you can target one additional willing creature for each slot level above 3rd.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":10,"units":"minute"},"target":{"value":3,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":3,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"1 additional creature"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"f41D14g0yIBuXUka","name":"Force Immunity","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

An immobile, faintly shimmering barrier springs into existence around you and remains for the duration. The barrier moves with you. Any force power of 3rd level or lower cast from outside the barrier can’t affect you, even if the power is cast using a higher level force slot. Such a power can target you, but the power has no effect on you. Similarly, the area within the barrier is excluded from the areas affected by such powers.

\n

Force Potency. When you cast this power using a force slot of 5th level or higher, the barrier blocks powers of one level higher for each slot level above 4th.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"units":"","type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":4,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"level","formula":"1 additional slot"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Immunity.webp"} {"_id":"faTYDaOejYHPfXdl","name":"Earthquake","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You create a seismic disturbance at a point on the ground that you can see within range. For the duration, an intense tremor rips through the ground in a 100-foot-radius circle centered on that point and shakes creatures and structures in contact with the ground in that area.

\n

The ground in the area becomes difficult terrain. Each creature on the ground that is concentrating must make a Constitution saving throw. On a failed save, the creature’s concentration is broken.

\n

When you cast this power and at the end of each turn you spend concentrating on it, each creature on the ground in the area must make a Dexterity saving throw. On a failed save, the creature is knocked prone.

\n

This power can have additional effects depending on the terrain in the area, as determined by the GM.

\n

Fissures. Fissures open throughout the power’s area at the start of your next turn after you cast the power. A total of 1d6 such fissures open in locations chosen by the GM. Each is 1d10 x 10 feet deep, 10 feet wide, and extends from one edge of the power’s area to the opposite side. A creature standing on a spot where a fissure opens must succeed on a Dexterity saving throw or fall in. A creature that successfully saves moves with the fissure’s edge as it opens.

\n

A fissure that opens beneath a structure causes it to automatically collapse (see below).

\n

Structures. The tremor deals 50 kinetic damage to any structure in contact with the ground in the area when you cast the power and at the start of each of your turns until the power ends. If a structure drops to 0 hit points, it collapses and potentially damages nearby creatures. A creature within half the distance of a structure’s height must make a Dexterity saving throw. On a failed save, the creature takes 5d6 kinetic damage, is knocked prone, and is buried in the rubble, requiring a DC 20 Strength (Athletics) check as an action to escape. The GM can adjust the DC higher or lower, depending on the nature of the rubble. On a successful save, the creature takes half as much damage and doesn’t fall prone or become buried.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":100,"units":"ft","type":"radius"},"range":{"value":500,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"level":8,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"icons/svg/mystery-man.svg"} -{"name":"Resistance","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You touch one willing creature. Once before the power ends, the target can roll a d4 and add the number rolled to one saving throw of its choice. It can roll the die before or after the saving throw. The power then ends.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"1d4","save":{"ability":"","dc":null,"scaling":"power"},"level":0,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"fcs6lsi5hMfPOgRb"} -{"name":"Improved Revitalize","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You return a dead creature you touch to life, provided that it has been dead no longer than 1 hour. If the creature’s soul is both willing and at liberty to rejoin the body, the creature returns to life with all its hit points.

\n

This power also neutralizes any poisons and cures diseases that affected the creature at the time it died.

\n

This power closes all mortal wounds and restores any missing body parts.

\n

Coming back from the dead is an ordeal. The target takes a -4 penalty to all attack rolls, saving throws, and ability checks. Every time the target finishes a long rest, the penalty is reduced by 1 until it disappears.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"minute","cost":10,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":7,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"gpUbIaRtv1y7qinF"} -{"name":"Grasping Vine","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You make a vine sprout from the ground in an unoccupied space you can see. When you cast this power, you can make the vine whip a creature up to 30 feet from it, if you can see the target. The creature must pass a Dexterity save or be pulled 20 feet directly toward the vine.

\n

Until the power ends, you can use your bonus action to have the vine lash out again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":5,"units":"ft","type":"cube"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"level":4,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"gtBIhjewL9Ie8Qdx"} {"_id":"fcs6lsi5hMfPOgRb","name":"Resistance","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You touch one willing creature. Once before the power ends, the target can roll a d4 and add the number rolled to one saving throw of its choice. It can roll the die before or after the saving throw. The power then ends.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"1d4","save":{"ability":"","dc":null,"scaling":"power"},"level":0,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"gpUbIaRtv1y7qinF","name":"Improved Revitalize","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You return a dead creature you touch to life, provided that it has been dead no longer than 1 hour. If the creature’s soul is both willing and at liberty to rejoin the body, the creature returns to life with all its hit points.

\n

This power also neutralizes any poisons and cures diseases that affected the creature at the time it died.

\n

This power closes all mortal wounds and restores any missing body parts.

\n

Coming back from the dead is an ordeal. The target takes a -4 penalty to all attack rolls, saving throws, and ability checks. Every time the target finishes a long rest, the penalty is reduced by 1 until it disappears.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"minute","cost":10,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":7,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"gtBIhjewL9Ie8Qdx","name":"Grasping Vine","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You make a vine sprout from the ground in an unoccupied space you can see. When you cast this power, you can make the vine whip a creature up to 30 feet from it, if you can see the target. The creature must pass a Dexterity save or be pulled 20 feet directly toward the vine.

\n

Until the power ends, you can use your bonus action to have the vine lash out again.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":5,"units":"ft","type":"cube"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"level":4,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"gun3oYV4VVqZvZRn","name":"Mind Spike","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Choose one creature you can see. The target must make a Wisdom saving throw. A creature takes 3d8 psychic damage on a failed save, or half as much damage on a successful one. Additionally, on a failed save, you always know the target’s location, but only while the two of you are on the same planet. The target can’t become hidden from you, and if it’s invisible, it gains no benefits from this condition against you. This power has no effect on droids or constructs.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["3d6","psychic"]],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":2,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Mind%20Spike.webp"} {"_id":"haGnWeBa6QhTG9Dh","name":"Fear","permission":{"default":0,"9BhUyjgxIxogl2ot":3},"type":"power","data":{"description":{"value":"

You awaken the sense of mortality in one creature you can see within range. The target must succeed on a Wisdom saving throw or become frightened for the duration. A target with 25 hit points or fewer makes the saving throw with disadvantage. This power has no effect on constructs or droids.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":1,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Fear.webp"} -{"name":"Force Camoflage","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You become invisible until the power ends. Anything you are wearing or carrying is invisible as long as it is on your person. The power ends if you attack or cast a power.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":2,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"i1N033vPzDom3Kpj"} {"_id":"i1N033vPzDom3Kpj","name":"Force Camoflage","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You become invisible until the power ends. Anything you are wearing or carrying is invisible as long as it is on your person. The power ends if you attack or cast a power.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":2,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"iWTTNyNi2mwVDlUF","name":"Force Body","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

This power enables you to use your health to fuel your force powers. For the duration, when you cast a force power, half the cost is paid by your force points (rounded up) and half the cost is paid by your hit points (rounded down). Additionally, your maximum hit points are decreased by this amount while the power is active.

\n

You may end this effect at any time. If you cast a force power that would reduce your hit points to 0, the power automatically fails and this effect ends.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":null,"units":"","type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Body.webp"} -{"name":"Mass Coerce Mind","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You suggest a course of activity (limited to a sentence or two) and influence with the Force up to twelve creatures of your choice that you can see within range and that can hear and understand you. Creatures that can’t be charmed are immune to this effect. The suggestion must be worded in such a manner as to make the course of action sound reasonable. Asking the creature to harm itself automatically negates the effect of the power.

\n

Each target must make a Wisdom saving throw. On a failed save, it pursues the course of action you described to the best of its ability. The suggested course of action can continue for the entire duration. If the suggested activity can be completed in a shorter time, the power ends when the subject finishes what it was asked to do.

\n

You can also specify conditions that will trigger a special activity during the duration. For example, you might suggest that a group of soldiers give all their money to the first beggar they meet. If the condition isn’t met before the power ends, the activity isn’t performed. If you or any of your companions damage a creature affected by this power, the power ends for that creature. This power has no effect on droids or constructs.

\n

Force Potency. When you cast this power using a 7th-level force slot, the duration is 10 days. When you use an 8th-level force slot, the duration is 30 days. When you use a 9th-level force slot, the duration is a year and a day.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":24,"units":"hour"},"target":{"value":12,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":6,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"jmFTPxWQXJENvQtQ"} {"_id":"jmFTPxWQXJENvQtQ","name":"Mass Coerce Mind","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You suggest a course of activity (limited to a sentence or two) and influence with the Force up to twelve creatures of your choice that you can see within range and that can hear and understand you. Creatures that can’t be charmed are immune to this effect. The suggestion must be worded in such a manner as to make the course of action sound reasonable. Asking the creature to harm itself automatically negates the effect of the power.

\n

Each target must make a Wisdom saving throw. On a failed save, it pursues the course of action you described to the best of its ability. The suggested course of action can continue for the entire duration. If the suggested activity can be completed in a shorter time, the power ends when the subject finishes what it was asked to do.

\n

You can also specify conditions that will trigger a special activity during the duration. For example, you might suggest that a group of soldiers give all their money to the first beggar they meet. If the condition isn’t met before the power ends, the activity isn’t performed. If you or any of your companions damage a creature affected by this power, the power ends for that creature. This power has no effect on droids or constructs.

\n

Force Potency. When you cast this power using a 7th-level force slot, the duration is 10 days. When you use an 8th-level force slot, the duration is 30 days. When you use a 9th-level force slot, the duration is a year and a day.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":24,"units":"hour"},"target":{"value":12,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":6,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"kLwHklnrWPw9jKm6","name":"Drain Vitality","permission":{"default":0,"9BhUyjgxIxogl2ot":3},"type":"power","data":{"description":{"value":"

You draw the willpower from a creature you can see within range. Make a ranged force attack against the target. On a hit, the target takes 2d6 necrotic damage and it deals only half damage with weapon attacks that use Strength until the power ends.

\n

At the end of each of the target’s turns, it can make a Constitution saving throw against the power. On a success, the power ends.

\n

Force Potency. When you cast this power using a force slot of 3rd level or higher, the damage increases by 1d6 for each slot level above 2nd.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"rpak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2d6","necrotic"]],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":2,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"level","formula":"1d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Drain%20Vitality.webp"} {"_id":"kNiT2BD3eIgE1zys","name":"Force Push/Pull","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You gain the minor ability to move or manipulate creatures and objects with the Force. You can exert fine control on objects with your telekinetic grip, such as manipulating a simple tool, opening a door or a container, stowing or retrieving an item from an open container, or pouring the contents from a vial. Alternatively, you can push or pull a creature or object you can see.

\n

You use the Force to move a Medium or smaller creature or object not being worn or carried within range. The target must make a Strength saving throw. An object automatically fails this saving throw. On a failed save, the creature or object moves a number of feet in a direction of your choice based on its size. A Tiny creature or object can be moved up to 20 feet, a Small creature or object can be moved up to 10 feet, and a Medium creature or object can be moved up to 5 feet. If at the end of this movement the creature or object strikes another creature or object, they both take 1d4 kinetic damage.

\n

This power improves when you reach higher levels. At 5th level, you can move a Tiny creature or object up to 30 feet, a Small creature or object up to 20 feet, a Medium creature or object up to 10 feet, and the power’s damage increases to 2d4 kinetic damage. At 11th level, you can move a Small creature or object up to 30 feet, a Medium creature up to 20 feet, and the power’s damage increases to 3d4 kinetic damage. At 17th level, you can move a Medium creature to up 30 feet, and the power’s damage increases to 4d4 kinetic damage.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4","kinetic"]],"versatile":""},"formula":"","save":{"ability":"str","dc":null,"scaling":"power"},"level":0,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"atwill","formula":"1d4"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Force%20Push.webp"} -{"name":"Wall of Light","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You conjure an immense manifestation of destructive light side Force energy. The wall appears within range and lasts for the duration. You can make a straight wall up to 100 feet long, 20 feet high, and 5 feet thick, or a ringed wall up to 60 feet in diameter, 20 feet high, and 5 feet thick. The wall provides three-quarters cover and its space is difficult terrain.

\n

When a creature enters the wall’s area for the first time on a turn or starts its turn there, it must make a Dexterity saving throw. On a failed save, the creature takes 6d10 force damage, or half as much on a success.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":10,"units":"minute"},"target":{"value":100,"units":"ft","type":"wall"},"range":{"value":90,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["6d10","force"]],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"level":6,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"kY1b6BbuiWdIkeYq"} {"_id":"kY1b6BbuiWdIkeYq","name":"Wall of Light","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You conjure an immense manifestation of destructive light side Force energy. The wall appears within range and lasts for the duration. You can make a straight wall up to 100 feet long, 20 feet high, and 5 feet thick, or a ringed wall up to 60 feet in diameter, 20 feet high, and 5 feet thick. The wall provides three-quarters cover and its space is difficult terrain.

\n

When a creature enters the wall’s area for the first time on a turn or starts its turn there, it must make a Dexterity saving throw. On a failed save, the creature takes 6d10 force damage, or half as much on a success.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":10,"units":"minute"},"target":{"value":100,"units":"ft","type":"wall"},"range":{"value":90,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["6d10","force"]],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"level":6,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"l2O0YEzxgHek0gpL","name":"Master Heal","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

A wave of healing energy washes over the creature you touch. The target regains all its hit points. If the creature is charmed, frightened, paralyzed, or stunned, the condition ends. If the creature is prone, it can use its reaction to stand up. This power has no effect on droids or constructs.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":9,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Master%20Heal.webp"} -{"name":"Slow","permission":{"default":0,"9BhUyjgxIxogl2ot":3},"type":"power","data":{"description":{"value":"

A hostile creature of your choice must make a Constitution saving throw. On a failed save, the target’s speed decreases by 10 feet until the power ends.

\n

The target’s speed decreases by 5 more feet when you reach 5th level (15 feet), 11th level (20 feet), and 17th level (25 feet).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":15,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":0,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Slow.webp","_id":"maQoLsCcelDb2hWJ"} -{"name":"Telekinesis","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You gain the ability to move or manipulate creatures and objects with the Force. When you cast this power, and as your action each round for the duration, you can exert your will on one creature or object that you can see within range, causing the appropriate effect below. You can affect the same target round after round, or choose a new one at any time. If you switch targets, the prior target is no longer affected by the power.

\n

Creature. You can try to move a Huge or smaller creature. The target must make a Strength saving throw. On a failed save, you move the creature up to 30 feet in any direction, including upward but not beyond the range of this power. Until the end of your next turn, the creature is restrained in your telekinetic grip. A creature lifted upward is suspended in mid-air.

\n

On subsequent rounds, you can use your action to attempt to maintain your telekinetic grip on the creature by repeating the contest.

\n

Object. You move an object that isn’t being worn or carried and weighs up to 2,500 lbs up to 30 feet in any direction, but not beyond the range of this power.

\n

You can exert fine control on objects with your telekinetic grip, such as manipulating a simple tool, opening a door or a container, stowing or retrieving an item from an open container, or pouring the contents from a vial.

\n

Force Potency. When you cast this power using a force slot of 6th level or higher, the maximum object weight increases by 2,500 lbs for every slot level above 5th.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":10,"units":"minute"},"target":{"value":1,"units":"any","type":"object"},"range":{"value":90,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"str","dc":null,"scaling":"power"},"level":5,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"mnwPexAofsIOp8dD"} -{"name":"Share Life","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You sacrifice some of your health to mend another creature’s injuries. You take 4d8 necrotic damage, and one creature of your choice that you can see within range regains a number of hit points equal to twice the necrotic damage you take. This power has no effect on droids or constructs.

\n

Force Potency. When you cast this power using a force slot of 4th level or higher, the damage increases by 1d8 for each slot level above 3rd.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["4d8","necrotic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":3,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"ntUNXx3Uag6BjJJH"} -{"name":"Stasis Field","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Choose a point that you can see within range. Each creature within range of that point must succeed on a Wisdom saving throw or be paralyzed for the duration. At the end of each of a target’s turns, it can make another Wisdom saving throw. On a success, the power ends on the target. This power has no effect on droids or constructs.

\n

Force Potency. When you cast this power using a force slot of 9th level, the size of the cube increases to 40 feet.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":30,"units":"ft","type":"creature"},"range":{"value":120,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":8,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"oF7fFDz9xqC9ICzm"} {"name":"Telemetry","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You choose one object that you must touch throughout the casting of the power. If it is an enhanced or modified item, you learn its properties and how to use them, whether it requires attunement to use, and how many charges it has, if any. You learn whether any powers are affecting the item and what they are.

\n

If the item was created by a power, you learn which power created it. If you instead touch a creature throughout the casting, you learn what force powers, if any, are currently affecting it.

","chat":"","unidentified":""},"source":"","activation":{"type":"minute","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"object"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"l88fYgzGm5J23jgf"} {"name":"Force Blinding","permission":{"default":0,"XA86Wm4MjngMySbc":3},"type":"power","data":{"description":{"value":"

You use the Force to emit a blinding flash of light from your hand. Roll 6d10, the total is how many hit points of creatures this power can effect. Creatures in a 15-foot cone originating from you are affected in ascending order of their current hit points (ignoring unconscious creatures and creatures that can’t see).

\n

Starting with the creature that has the lowest current hit points, each creature affected by this power is blinded until the power ends. Subtract each creature’s hit points from the total before moving on to the creature with the next lowest hit points. A creature’s hit points must be equal to or less than the remaining total for the creature to be affected.

\n

Force Potency. When you cast this power using a force slot of 2nd level or higher, roll an additional 2d10 for each slot level above 1st.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"round"},"target":{"value":15,"units":"ft","type":"cone"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"6d10","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"level","formula":"2d10"}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"mDhD0APXsJ9tDa01"} {"_id":"maQoLsCcelDb2hWJ","name":"Slow","permission":{"default":0,"9BhUyjgxIxogl2ot":3},"type":"power","data":{"description":{"value":"

A hostile creature of your choice must make a Constitution saving throw. On a failed save, the target’s speed decreases by 10 feet until the power ends.

\n

The target’s speed decreases by 5 more feet when you reach 5th level (15 feet), 11th level (20 feet), and 17th level (25 feet).

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":15,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":0,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Slow.webp"} @@ -235,27 +174,18 @@ {"_id":"ntUNXx3Uag6BjJJH","name":"Share Life","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You sacrifice some of your health to mend another creature’s injuries. You take 4d8 necrotic damage, and one creature of your choice that you can see within range regains a number of hit points equal to twice the necrotic damage you take. This power has no effect on droids or constructs.

\n

Force Potency. When you cast this power using a force slot of 4th level or higher, the damage increases by 1d8 for each slot level above 3rd.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["4d8","necrotic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":3,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"oF7fFDz9xqC9ICzm","name":"Stasis Field","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Choose a point that you can see within range. Each creature within range of that point must succeed on a Wisdom saving throw or be paralyzed for the duration. At the end of each of a target’s turns, it can make another Wisdom saving throw. On a success, the power ends on the target. This power has no effect on droids or constructs.

\n

Force Potency. When you cast this power using a force slot of 9th level, the size of the cube increases to 40 feet.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":30,"units":"ft","type":"creature"},"range":{"value":120,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":8,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"oPi4Y7zezP7MxNDK","name":"Force Jump","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Using the Force to augment the strength in your legs, you leap up to 30 feet to an unoccupied space you can see.

\n

Force Potency. When you cast this power using a force slot of 2nd level or higher, your jump distance increases by 5 feet for each slot level above 1st.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":null,"units":"","type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"5 additional feet"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"icons/svg/mystery-man.svg"} -{"name":"Phasewalk","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You teleport up to 30 feet to an unoccupied space that you can see.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":2,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"or5ZY4T4t1wJJ5ad"} {"_id":"or5ZY4T4t1wJJ5ad","name":"Phasewalk","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You teleport up to 30 feet to an unoccupied space that you can see.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":null,"units":null,"type":"self"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":2,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"peef6HzwqX0231BB","name":"Hysteria","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You tap into the nightmares of a creature you can see within range and create an illusory manifestation of its deepest fears, visible only to that creature. The target becomes frightened for the duration. At the end of each of the target’s turns before the power ends, the target must succeed on a Wisdom saving throw or take 4d10 psychic damage. On a successful save, the power ends. This power has no effect on droids or constructs.

\n

Force Potency. When you cast this power using a force power slot of 5th level or higher, the damage increases by 1d10 for each slot level above 4th.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":"Have Hallucination Powerq"},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":120,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["4d10","psychic"]],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":4,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"level","formula":"1d10"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Hysteria.webp"} -{"name":"Calm Emotions","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You attempt to suppress strong emotions in a group of people. Each humanoid in a 20-foot-radius sphere centered on a point you choose within range must make a Charisma saving throw a creature can choose to fail this saving throw if it wishes. If a creature fails its saving throw, choose one of the following two effects.

\n
    \n
  • You can suppress any effect causing a target to be charmed or frightened. When this power ends, any suppressed effect resumes, provided that its duration has not expired in the meantime.
  • \n
  • You can make a target indifferent about creatures of your choice that it is hostile toward. This indifference ends if the target is attacked or harmed by a power or if it witnesses any of its friends being harmed.
  • \n
\n

When the power ends, the creature becomes hostile again, unless the GM rules otherwise.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":20,"units":"ft","type":"sphere"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"cha","dc":null,"scaling":"power"},"level":2,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"qIelaqr9e9Cn0W8O"} -{"name":"Telekinetic Burst","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

A beam of Force energy flashes out from your hand in a 5-foot-wide, 60-foot-long line. Each creature in the line must make a Constitution saving throw. On a failed save, a creature takes 8d6 force damage and is knocked prone. On a successful save, it takes half as much damage and isn’t knocked prone.

\n

You can create a new telekinetic gust as your action on your turn until the power ends.

\n

Force Potency. When you cast this power using a force slot of 7th level or higher, the damage increases by 2d6 for each slot level above 6th.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":60,"units":"ft","type":"line"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["8d6","force"]],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":6,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"level","formula":"2d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"qYnIKhpoJpSflVZh"} {"_id":"qIelaqr9e9Cn0W8O","name":"Calm Emotions","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You attempt to suppress strong emotions in a group of people. Each humanoid in a 20-foot-radius sphere centered on a point you choose within range must make a Charisma saving throw a creature can choose to fail this saving throw if it wishes. If a creature fails its saving throw, choose one of the following two effects.

\n
    \n
  • You can suppress any effect causing a target to be charmed or frightened. When this power ends, any suppressed effect resumes, provided that its duration has not expired in the meantime.
  • \n
  • You can make a target indifferent about creatures of your choice that it is hostile toward. This indifference ends if the target is attacked or harmed by a power or if it witnesses any of its friends being harmed.
  • \n
\n

When the power ends, the creature becomes hostile again, unless the GM rules otherwise.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":20,"units":"ft","type":"sphere"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"cha","dc":null,"scaling":"power"},"level":2,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"qYnIKhpoJpSflVZh","name":"Telekinetic Burst","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

A beam of Force energy flashes out from your hand in a 5-foot-wide, 60-foot-long line. Each creature in the line must make a Constitution saving throw. On a failed save, a creature takes 8d6 force damage and is knocked prone. On a successful save, it takes half as much damage and isn’t knocked prone.

\n

You can create a new telekinetic gust as your action on your turn until the power ends.

\n

Force Potency. When you cast this power using a force slot of 7th level or higher, the damage increases by 2d6 for each slot level above 6th.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":60,"units":"ft","type":"line"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["8d6","force"]],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":6,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"level","formula":"2d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"qkBzg8ZIJpglVMvi","name":"Beacon of Hope","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

This power bestows hope and vitality. Choose any number of creatures within range. For the duration, each target has advantage on Wisdom saving throws and death saving throws, and regains the maximum number of hit points possible from any healing.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":null,"units":"any","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":3,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":true},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Beacon%20of%20Hope.webp"} {"_id":"qykEFT52bywaQrNO","name":"Force Technique","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You imbue your weapon with the purifying light of the Force. As part of the action used to cast this power, you must make a melee attack with a weapon against one creature within your weapon’s reach, otherwise the power fails. On a hit, the target suffers the attack’s normal effects, and it becomes wreathed in a glowing barrier of force energy until the start of your next turn. If the target willingly moves before then, it immediately takes 1d8 force damage, and the power ends.

\n

This power’s damage increases when you reach higher levels. At 5th level, the melee attack deals an extra 1d8 force damage to the target, and the damage the target takes for moving increases to 2d8. Both damage rolls increase by 1d8 at 11th level and 17th level.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":"You must make a melee attack with a weapon against one creature within your weapon’s reach"},"duration":{"value":1,"units":"round"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"other","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8",""]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":0,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"atwill","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"icons/svg/mystery-man.svg"} -{"name":"Wrack","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You wrack the body of a creature that you can see with a virulent, disease-like condition. The target must make a Constitution saving throw. On a failed save, it takes 14d6 necrotic damage, or half as much damage on a successful save. The damage can’t reduce the target’s hit points below 1. If the target fails the saving throw, its hit point maximum is reduced for 1 hour by an amount equal to the necrotic damage it took. Any effect that removes a disease allows a creature’s hit point maximum to return to normal before that time passes.

\n

Force Potency. If you cast this power using a force slot of 7th level or higher, the power deals an extra 2d6 damage for each slot level above 6th.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":"Plague"},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["14d6","necrotic"]],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":6,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"2d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"sFLwKTBxnM6YfboP"} -{"name":"Wound","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You make a piercing gesture at a creature within range. Make a ranged force attack against the target. On a hit, the target takes 2d8 necrotic damage and must make a Constitution saving throw. On a failed save, it is also poisoned until the end of your next turn.

\n

Force Potency. When you cast this power using a force slot of 2nd level or higher, the damage increases by 1d8 for each slot level above 1st.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"rpak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2d8","necrotic"]],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":1,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"sTszdhW4ezpqddJ8"} -{"name":"Improved Force Scream","permission":{"default":0,"9BhUyjgxIxogl2ot":3},"type":"power","data":{"description":{"value":"

You emit a violent scream imbued with the power of the Force. Each creature you choose within 30 feet of you must succeed on a Constitution saving throw. On a failed save, a creature take 5d6 psychic damage, 5d6 sonic damage, is deafened, and is knocked prone. On a successful save, it takes half as much damage and isn’t deafened or knocked prone.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":30,"units":"ft","type":"radius"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["5d6","psychic"],["5d6","Sonic"]],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":5,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Improved%20Force%20Scream.webp","_id":"sXl6Pkz2dGsDUuOc"} {"_id":"sFLwKTBxnM6YfboP","name":"Wrack","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You wrack the body of a creature that you can see with a virulent, disease-like condition. The target must make a Constitution saving throw. On a failed save, it takes 14d6 necrotic damage, or half as much damage on a successful save. The damage can’t reduce the target’s hit points below 1. If the target fails the saving throw, its hit point maximum is reduced for 1 hour by an amount equal to the necrotic damage it took. Any effect that removes a disease allows a creature’s hit point maximum to return to normal before that time passes.

\n

Force Potency. If you cast this power using a force slot of 7th level or higher, the power deals an extra 2d6 damage for each slot level above 6th.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":"Plague"},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["14d6","necrotic"]],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":6,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"2d6"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"sTszdhW4ezpqddJ8","name":"Wound","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You make a piercing gesture at a creature within range. Make a ranged force attack against the target. On a hit, the target takes 2d8 necrotic damage and must make a Constitution saving throw. On a failed save, it is also poisoned until the end of your next turn.

\n

Force Potency. When you cast this power using a force slot of 2nd level or higher, the damage increases by 1d8 for each slot level above 1st.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"rpak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2d8","necrotic"]],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":1,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"sXl6Pkz2dGsDUuOc","name":"Improved Force Scream","permission":{"default":0,"9BhUyjgxIxogl2ot":3},"type":"power","data":{"description":{"value":"

You emit a violent scream imbued with the power of the Force. Each creature you choose within 30 feet of you must succeed on a Constitution saving throw. On a failed save, a creature take 5d6 psychic damage, 5d6 sonic damage, is deafened, and is knocked prone. On a successful save, it takes half as much damage and isn’t deafened or knocked prone.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":30,"units":"ft","type":"radius"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["5d6","psychic"],["5d6","Sonic"]],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":5,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Improved%20Force%20Scream.webp"} {"_id":"tAs3ogXXwpDkpZvF","name":"Burst of Speed","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You touch a creature. The target’s speed increases by 10 feet until the power ends.

\n

Force Potency. When you cast this power using a force slot of 2nd level or higher, you can target one additional creature for each slot level above 1st.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"level","formula":"1 additional creature"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Burst%20of%20Speed.webp"} {"_id":"tHwhXwiRAOciNqfO","name":"Ruin","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You channel the dark side of the Force to desecrate a creature you can see within range, causing waves of intense pain to assail it. If the target has 100 hit points or fewer, it is subject to crippling pain. Otherwise, the power has no effect on it.

\n

While the target is affected by crippling pain, any speed it has can be no higher than 10 feet. The target also has disadvantage on attack rolls, ability checks, and saving throws, other than Constitution saving throws. Finally, if the target tries to cast a power, it must first succeed on a Constitution saving throw, or the casting fails and the power is wasted.

\n

A target suffering this pain can make a Constitution saving throw at the end of each of its turns. On a successful save, the pain ends.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":"Have Wound Power"},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":7,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Ruin.webp"} {"_id":"u68xKTsuW71YT0NG","name":"Necrotic Charge","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

As part of the action used to cast this power, you must make a melee attack with a weapon against one creature within your weapon’s reach, otherwise the power fails. On a hit, the target suffers the attack’s normal effects, and you can choose to deal up to 1d8 of necrotic damage, which you suffer as well. This damage can’t be reduced or negated in any way.

\n

This power’s damage increases when you reach higher levels. At 5th level, the melee attack deals an extra 1d8 necrotic damage to the target, and you can increase the secondary damage to 2d8. Both damage rolls increase by 1d8 at 11th level and 17th level.

","chat":"","unidentified":""},"source":"","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"round"},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["0d8","necrotic"]],"versatile":""},"formula":"1d8","save":{"ability":"","dc":null,"scaling":"power"},"level":0,"school":"drk","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"atwill","formula":"1d8"},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"consume":{"type":"","target":"","amount":null}},"flags":{},"img":"systems/sw5e/packs/Icons/Force%20Powers/Necrotic%20Charge.webp"} -{"name":"Force Mend","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You touch a creature and stimulate its natural healing ability. The target regains 4d8+15 hit points. For the duration of the power, the target regains 1 hit point at the start of each of its turns (10 hit points each minute).

\n

If the creature has a severed part you hold it to the stump, the power instantaneously causes the limb to knit to the stump.

\n

This power has no effect on droids or constructs.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"minute","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"heal","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["4d8 + 15","healing"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":7,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"u91uDdCIN7FvEBzx"} -{"name":"Mind Blank","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Until the power ends, one willing creature you touch is immune to psychic and sonic damage, any effect that would sense its emotions or read its thoughts, and the charmed condition. The power foils powers or effects of similar power used to affect the target’s mind or to gain information about the target.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":24,"units":"hour"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":8,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"uJrlI81nVVpRgYHP"} -{"name":"Rescue","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You pull one willing ally you can see within 30 feet of you to an unoccupied space within 5 feet of you. The target must use their reaction to accept the pull.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"ally"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":2,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg","_id":"uMJVdxqiNS8h120G"} {"_id":"u91uDdCIN7FvEBzx","name":"Force Mend","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You touch a creature and stimulate its natural healing ability. The target regains 4d8+15 hit points. For the duration of the power, the target regains 1 hit point at the start of each of its turns (10 hit points each minute).

\n

If the creature has a severed part you hold it to the stump, the power instantaneously causes the limb to knit to the stump.

\n

This power has no effect on droids or constructs.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"minute","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":"","actionType":"heal","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["4d8 + 15","healing"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":7,"school":"lgt","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"uJrlI81nVVpRgYHP","name":"Mind Blank","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

Until the power ends, one willing creature you touch is immune to psychic and sonic damage, any effect that would sense its emotions or read its thoughts, and the charmed condition. The power foils powers or effects of similar power used to affect the target’s mind or to gain information about the target.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":24,"units":"hour"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":8,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} {"_id":"uMJVdxqiNS8h120G","name":"Rescue","permission":{"default":0,"00LEX91CfLcf3HGf":3},"type":"power","data":{"description":{"value":"

You pull one willing ally you can see within 30 feet of you to an unoccupied space within 5 feet of you. The target must use their reaction to accept the pull.

","chat":"","unidentified":""},"source":"PHB","activation":{"type":"bonus","cost":1,"condition":""},"duration":{"value":null,"units":"inst"},"target":{"value":1,"units":"","type":"ally"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"ability":null,"actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":2,"school":"uni","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":null,"prepared":false},"scaling":{"mode":"none","formula":""},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]}},"flags":{},"img":"icons/svg/mystery-man.svg"} diff --git a/packs/packs/species.db b/packs/packs/species.db index 7fa4fd3a..7e03e4d4 100644 --- a/packs/packs/species.db +++ b/packs/packs/species.db @@ -1,112 +1,112 @@ -{"_id":"1SkoL2Eo6oPd5Wrd","name":"Arkanian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Arkanians are a robust near-human species with solid white eyes and clawed, four-fingered hands.

\n

Arkanians are capable of seeing into the infrared spectrum, and their eyes are sensitive to sources of extreme heat. This proved helpful on their dark and frigid homeworld, but when traveling offworld, many must wear blinders on planets with hotter, younger suns. It is not unheard of for arkanians to undergo genetic or cybernetic manipulation of their own bodies, enhancing themselves so as to be better than \"lesser\" species.

\n

Society and Culture

\n

Arkanians are notoriously arrogant, a trait which came from generations of producing some of the galaxy's greatest advancements in genetics. Their homeworld, Arkania, has vast quantities of precious gems; thus, the Arkanians have never wanted for much in trade. This wealth went into funding their ambitious scientific projects, the most elaborate of which take generations to be completed.

\n

Many Arkanians have come to see their species as the pinnacle of evolution, and amongst the most—if not the most—intelligent beings in the galaxy. Those species that are not already put off by their aloof nature often fear them, as tales of \"mad scientists\" and horrific experiments tend to surround them.

\n

Names

\n

Arkanian names are simultaneously dignified and succinct. Surnames are familial.

\n

  Male Names. Arkoh, Hyrim, Zeta, Suprin

\n

  Female Names. Shenna, Elizie, Cratala, Hanna

\n

  Surnames. Focela, Barzane, Nasdra, Athacorr

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Wisdom score increases by 1.

\n

Age. Arkanians reach adulthood in their late teens and live about 100 years.

\n

Alignment. Due to their arrogance and unscrupulous experimentation, arkanians tend towards lawful dark side, though there are exceptions.

\n

Size. Arkanians typically stand 5 to 6 feet tall and generally weigh about 140 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Arkanian Brilliance. Whenever you make an Intelligence ability check, attack roll, or saving throw, you can choose to add 1d4 to the result. You can choose to do this after the check is rolled, but before the DM determines if you’ve passed or failed the check. You cannot do so again until you complete a short or long rest.

\n

Darkvision. You have a keen eyesight, especially in the dark. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can’t discern color in darkness, only shades of gray.

\n

Honed Mind. You have advantage on Intelligence, Wisdom, and Charisma saving throws.

\n

Infrared Sight. Whenever you make a Wisdom (Perception) check related to sight, you are considered to have expertise in the Perception skill.

\n

Sunlight Sensitivity. You have disadvantage on attack rolls and on Wisdom (Perception) checks that rely on sight when you, the target of your attack, or whatever you are trying to perceive is in direct sunlight.

\n

Languages. You can speak, read, and write Galactic Basic and Arkanian. Arkanian, when spoken, has an airy tone, and is regarded as one of the most difficult written languages to learn.

"},"skinColorOptions":{"value":"Tan"},"hairColorOptions":{"value":"White"},"eyeColorOptions":{"value":"White"},"distinctions":{"value":"Four clawed digits, extreme intelligence, infrared vision"},"heightAverage":{"value":"5'0\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"100 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Arkania"},"slanguage":{"value":"Arkanian"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Arkanian.webp","effects":[{"_id":"s3slbKvtOar4zl7y","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":20},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":20},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"arkanian","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":20},{"key":"data.details.species","value":"Arkanian","mode":5,"priority":20},{"key":"flags.sw5e.sunlightSensitivity","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Arkanian.webp","label":"Arkanian","tint":"","transfer":true}]} -{"_id":"2sHf9udZnpQClc8V","name":"Gran","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Gran can easily be identified by their three eyes and their goat-like snout. Female Gran also have three breasts. They have excellent vision, able to resolve more colors than most species, and even able to see into the infrared, thus they are able to sense one another's emotions and disposition by noting subtle changes in body heat and skin color. Gran have two stomachs, having evolved from herbivorous grazing animals who lived in herds on the mountains and highlands of Kinyen. A single meal can take almost an entire day to finish, after that a Gran does not often need to eat for several days.

Society and Culture

The peaceful nature of Gran society is a reflection of their homeworld, Kinyen. Kinyen boasted large and rolling grasslands and highlands, a dense and beautiful forest, and one of the longest and clearest rivers in the Bes Ber Bikade sector. The beauty of this planet, and the need for primitive Gran to band together for defense against predatory animals, helped the Gran develop strong bonds of home and family in their society. \r\n\r\nThe Grans are also very protective of their families, and were some of the most devoted parents in the galaxy. This is because of their very powerful and sensitive sight, which can sense the emotions of their mates and their children. Gran society maintains its balance by setting up strict career quotas, and making sure young Gran are educated for a specific job that best served his or her talents.

Names

Gran names typically are monosyllabic and accompanied by a surname, which is familial.

  Male Names. Ask, Dree, Ree, Pax, Nic

  Female Names. Yan, Alijia, Meeb, Sir, Zeek

  Surnames. Moe, Leem, Yees, Wix, Naaq","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Wisdom score increases by 1.

Age. Gran reach adulthood around their late teens and live up to 80 years.

Alignment. Gran highly organized society cause them to tend toward lawful alignments, though there are exceptions..

Size. Gran typically stand between 5 and 6 feet tall and weigh around 170 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Slow Metabolism. You are able to go a number of days without food equal to 3 + twice your Constitution modifier before suffering exhaustion.

Keen Sight. Through use of infrared vision, you have advantage on Wisdom (Perception) checks that rely on sight.

Reader of Hearts. Through identifying subtle variations in a target's body heat, the Gran are able to better understand their emotions and intentions. You are proficient in the Insight skill.

Toughness. Your hit point maximum increases by 1, and it increases by 1 every time you gain a level.

Languages. You can speak, read, and write Galactic Basic and Gran. It is rare to hear Gran spoken on any world other than Kinyen.

"},"skinColorOptions":{"value":"Blue or tan"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black, purple"},"distinctions":{"value":"Three eyes and goat-like snout"},"heightAverage":{"value":"4'10\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"115 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Kinyen"},"slanguage":{"value":"Gran"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Gran","mode":"=","targetSpecific":false,"id":1,"itemId":"uSOMaDF0wbLAz0qi","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"uSOMaDF0wbLAz0qi","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"uSOMaDF0wbLAz0qi","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"uSOMaDF0wbLAz0qi","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"uSOMaDF0wbLAz0qi","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.ins.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"uSOMaDF0wbLAz0qi","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"uSOMaDF0wbLAz0qi","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"gran","mode":"+","targetSpecific":false,"id":8,"itemId":"uSOMaDF0wbLAz0qi","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Gran.webp","effects":[{"_id":"2cpzxKWagRwrN2wf","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Gran","mode":5,"priority":5},{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.skills.ins.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"gran","mode":0,"priority":0},{"key":"flags.sw5e.toughness","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Gran.webp","label":"Gran","tint":"","transfer":true}]} -{"_id":"4RztmQJm1WykEeqS","name":"Kubaz","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Kubaz are distinctive for their short, prehensile facial snouts which were used for reaching insects within their hives. They have adapted to their sun-scorched, vegetation-deprived world by learning to survive off their world's native insect population. Filled with two rows of teeth for gnashing their food, the Kubaz trunk also functions as a highly sensitive nose. Due to living on their homeworld of Kubindi—a planet which orbits a blue star—Kubaz are highly sensitive to red wavelengths; when traveling to planets with a red or yellow star, Kubaz are forced to don protective eyewear to avoid damaging their sensitive eyes.

\n

Society and Culture

\n

The Kubazi society is based on a clan structure which dwell in underground nests. Ruled by a queen, each clan takes the name of their queen they are descended from. Developing a non-verbal language of hand gestures which indicated their intentions, Kubaz are able to speak Galactic Basic, though with a strong nasally accent. When interacting with other species, some Kubaz will share certain hand signals with non-Kubaz in order to ease communications. Obsessed with tact and decorum, the Kubaz place a high emphasis on the family unit and proper courtesies, displaying truthfulness to a fault. Valuing art and literature with such vigor as to sometimes practice smuggling of great works, the Kubaz do not find such pursuits to be wrong or unlawful. Due to their diet on Kubindi, the Kubaz have poor relations with sentient insectile species.

\n

Names

\n

Kubaz names are usually dominated by harsher sounds, but some names lean more melodic. Surnames are clan-based.

\n

  Male Names. Shaf, Rizor, Duldril, Kurn, Schnaldiz

\n

  Female Names. Zhanro, Dizi, Tavo, Agoz, Nuzrem

\n

  Surnames. Re, Eadzan, Hai, Khu'nar, Mairvuc, Va

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Intelligence score increases by 1.

Age. Kubaz reach adulthood in their early teens and live less than a century.

Alignment. Kubaz' courteous nature causes them to tend toward lawful alignments, though there are exceptions.

Size. Kubaz typically stand 5 to 6 feet tall and weigh around 160 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Art Obsession. Whenever you make an ability check related to the acquisition or location of art or valuables, you are considered proficient in the check. If you would already be proficient, you instead have expertise.

Darkvision. You have a keen eyesight, especially in the dark. You can see in dim light within 120 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Deft Hand. You have proficiency in one of the following skills: Deception, Sleight of Hand, or Stealth.

Keen Smell. You have advantage on Wisdom (Perception) checks that rely on smell.

Slicer. You have proficiency with the Technology skill and the slicer's kit.

Sunlight Sensitivity. You have disadvantage on attack rolls and on Wisdom (Perception) checks that rely on sight when you, the target of your attack, or whatever you are trying to perceive is in direct sunlight.

Languages. You can speak, read, and write Galactic Basic and Kubazian. Kubazian is comprised of a unique series of whirring, nasally syllables, causing Kubaz to have a high-pitched accent when speaking other languages.

"},"skinColorOptions":{"value":"Black, dark grey, or dark green"},"hairColorOptions":{"value":"Black"},"eyeColorOptions":{"value":"Red"},"distinctions":{"value":"Prehensile snouts, protective eyewear"},"heightAverage":{"value":"4'9\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"105 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Kubindi"},"slanguage":{"value":"Kubazian"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Kubaz","mode":"=","targetSpecific":false,"id":1,"itemId":"nMwP2J1jYHBnvzl2","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"nMwP2J1jYHBnvzl2","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"nMwP2J1jYHBnvzl2","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"nMwP2J1jYHBnvzl2","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"nMwP2J1jYHBnvzl2","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (120 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"nMwP2J1jYHBnvzl2","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.tec.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"nMwP2J1jYHBnvzl2","active":false,"_targets":[],"label":"Skills Technology"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"nMwP2J1jYHBnvzl2","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"kubazian","mode":"+","targetSpecific":false,"id":10,"itemId":"nMwP2J1jYHBnvzl2","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.toolProf.value","value":"slic","mode":"+","targetSpecific":false,"id":11,"itemId":"CQynRq1eakOfEG2w","active":false,"_targets":[],"label":"Traits Tool Prof"}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Kubaz.webp","effects":[{"_id":"KTMeZ69AIhp6lmIz","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Kubaz","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (120 ft.)","mode":2,"priority":20},{"key":"data.skills.tec.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"kubazian","mode":0,"priority":0},{"key":"data.traits.toolProf.value","value":"slic","mode":0,"priority":0},{"key":"flags.sw5e.sunlightSensitivity","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Kubaz.webp","label":"Kubaz","tint":"","transfer":true}]} -{"_id":"55HlvBsEXuAkHOXk","name":"Droid, Class II","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"
\n

Players as Droids

\n

Work with your GM to determine if playing as a droid is appropriate for your campaign. Droids are impervious to many effects and vulnerable to others. If your GM approves this choice of species, work with them to determine your droids designation, name, and appearance. If you want to play a different type of droid, work with your GM to find traits to realize your character.

\n
\n

Appearance

\n

Class II droids are typically small, standing between two and four feet. Their form and color scheme vary based on tasks for which they are created, their affiliation, or quirks of their owner.

\n

They are noteworthy for their distinct, function-oriented form.

\n

Utility

\n

Class II droids are programmed for engineering and other technical sciences. They differ from class one droids because they apply the science to real-life situations. Class II droids are rarely equipped with Basic vocabulators, instead communicating through Binary. There are five subcategories of class II droids. Astromech, exploration, environmental, engineering, and maintenance droids are all class II droids.

\n

Names

\n

Droids are typically called by their designation, given to them when they are created, or some affectation given to them by their owner. Often this affectation is a play on their designation.

\n

Occasionally, noteworthy droids will earn monikers based on their accomplishments.

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Dexterity or Wisdom score increases by 1.

\n

Age. Droids don’t age, though they require maintenance to retain functionality.

\n

Alignment. Droids tend toward no particular alignment. The best and worst are found among them.

\n

Size. Class II droids stand 2 to 4 feet tall and weigh about 70 lbs. Regardless of your position in that range, your size is Small.

\n

Speed. Your base walking speed is 25 feet.

\n

Type. Your creature type is droid. Armor Integration. You can not wear armor, but you can have the armor professionally integrated into your chassis over the course of a long rest. This work must be done by someone proficient with astrotech’s implements. You must be proficient in armor in order to have it integrated.

\n

Droid Resistances. You are resistant to necrotic, poison, and psychic damage, and are immune to poison and disease.

\n

Droid Systems. You do not need to eat or drink. Additionally, you no longer require a tech focus to cast tech powers.

\n

Droid Vulnerabilities. You are vulnerable to ion damage. Additionally, you have disadvantage on saving throws against effects that would deal ion or lightning damage.

\n

Force Insensitive. While droids can be manipulated by many force powers, they can not sense the Force. You can not use force powers or take levels in forcecasting classes.

\n

Integrated Engineering. You have proficiency in one specialist’s kit of your choice. The chosen kit is integrated into your chassis, and can not be removed while you are conscious.

\n

Maintenance Mode. Rather than sleep, you enter an inactive state to perform routine maintenance for 4 hours each day. You have disadvantage on Wisdom (Perception) checks while performing maintenance.

\n

Rapid Reconstruction. You are built with internal repair mechanisms. As a bonus action, you can choose to spend one of your Hit Dice to recover hit points.

\n

Retractable Arms. You have two retractable arms: one grasper and one manipulator. The manipulator arm can only wield light shield generators and weapons with the light property.

\n

Skill Protocol. You have proficiency in two skills of your choice.

\n

Undersized. Your small stature makes it hard for you to wield bigger weapons. You can’t use heavy shields. Additionally, you can’t use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, you can only wield it in two hands.

\n

Languages. You can speak, read, and write Binary. You can understand spoken and written Galactic Basic and one language of your choice, but you can not speak it.

"},"skinColorOptions":{"value":""},"hairColorOptions":{"value":""},"eyeColorOptions":{"value":""},"distinctions":{"value":""},"colorScheme":{"value":"Varies"},"droidDistinctions":{"value":"Retractible arms, integrated tools, diminutive size"},"heightAverage":{"value":"2'5\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"60 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":""},"slanguage":{"value":""},"manufacturer":{"value":"Aratech Repulsor Company, Industrial Automaton"},"droidLanguage":{"value":"Binary"},"source":"PHB"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Droid%20Class%20II.webp","effects":[{"_id":"1QGm5ILFRToMUhLq","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"sm","mode":0,"priority":20},{"key":"data.attributes.speed.value","value":"25","mode":5,"priority":20},{"key":"data.traits.dr.value","value":"necrotic","mode":0,"priority":20},{"key":"data.traits.dr.value","value":"poison","mode":0,"priority":20},{"key":"data.traits.dr.value","value":"psychic","mode":0,"priority":20},{"key":"data.traits.ci.value","value":"diseased","mode":0,"priority":20},{"key":"data.traits.ci.value","value":"poisoned","mode":0,"priority":20},{"key":"data.traits.dv.value","value":"ion","mode":0,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20},{"key":"data.traits.languages.value","value":"binary","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":20},{"key":"data.details.species","value":"Droid, Class II","mode":5,"priority":20},{"key":"flags.sw5e.forceInsensitive","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.maintenanceMode","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.rapidReconstruction","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Droid%20Class%20II.webp","label":"Droid, Class II","tint":"","transfer":true}]} -{"_id":"5eXS9vuPMHw1GEqA","name":"Vurk","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Vurks are the predominant sentient species of the planet Sembla. They are tall, reptilian humanoids with bulbous dark eyes and sweeping head crests. Their hands and feet have three digits each, one of which was opposable. They have distinguishing gray-green, leathery skin. Being able to breathe both water and air, they are perfectly adapted to travel Sembla's warm, shallow seas dotted with volcanic islands. They share a strong nomadic instinct with their amphibious ancestors.

Society and Culture

Young Vurk males are married off by their parents; those who failed to marry before reaching adulthood remain bachelors for the rest of their lives. Because their way of living resulted in virtually no sizable permanent settlement whatsoever, Vurks were generally considered primitive by the rest of the galaxy; however, that was not true. They are very intelligent and believe in a highly developed philosophical tradition that emphasizes personal integrity and individual freedom and encourage personal honesty. Their compassionate and calm manner made them better than average diplomats.\r\n\r\nVurks are very family-oriented. It is common for multiple generations to remain in the same location as a single household, with the eldest family member being the patriarch or matriarch and making the decision for the entire family.

Names

Vurk names are traditionally two to three syllables. Female names typically end with a vowel, while male names vary. Surnames are familial.

  Male Names. Coleman, Jadran, Milanko, Zlatko

  Female Names. Elka, Iryna, Miglena, Tanya, Verka

  Surnames. Cheevochik, Provric, Trebor, Vorgecz","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Wisdom score increases by 2, and your Constitution score increases by 1.

Age. Vurk reach adulthood in their 20s and live an average of 70 years.

Alignment. Vurk philosophies cause them to tend toward the light side, though there are exceptions.

Size. Vurks typically stand between 6 and 7 feet tall and weigh around 175 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 35 feet.

Amphibious. You can breathe air and water.

Athletic. You have proficiency in the Athletics skill.

Darkvision. Accustomed to life underwater, you have superior vision in low light conditions. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Head Crest. Your head crest is a natural weapon, which you can use to make unarmed strikes. If you hit with it, you deal 1d6 + your Strength modifier kinetic damage.

Swim. You have a swimming speed of 30 feet.

Languages. You can speak, read, and write Galactic Basic and Semblan. Semblan has a very melodic feel and often evokes images of waterfalls to those who don't understand its meanings.

"},"skinColorOptions":{"value":"Dark blues, greens, greys, or reds"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Bulbous eyes, head crests, three-fingered hands"},"heightAverage":{"value":"5'9\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"130 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Sembla"},"slanguage":{"value":"Semblan"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Vurk","mode":"+","targetSpecific":false,"id":1,"itemId":"DZ76Ji0AtShNcKag","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.wis.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"DZ76Ji0AtShNcKag","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"DZ76Ji0AtShNcKag","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"DZ76Ji0AtShNcKag","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"35","mode":"=","targetSpecific":false,"id":5,"itemId":"DZ76Ji0AtShNcKag","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.ath.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"DZ76Ji0AtShNcKag","active":false,"_targets":[],"label":"Skills Athletics"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":7,"itemId":"DZ76Ji0AtShNcKag","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.attributes.speed.special","value":"Swimming (30 ft.)","mode":"+","targetSpecific":false,"id":8,"itemId":"DZ76Ji0AtShNcKag","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"DZ76Ji0AtShNcKag","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"semblan","mode":"+","targetSpecific":false,"id":10,"itemId":"DZ76Ji0AtShNcKag","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Vurk.webp","effects":[{"_id":"Q0QM1el7ltMmxAt5","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Vurk","mode":2,"priority":20},{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"35","mode":5,"priority":5},{"key":"data.skills.ath.value","value":1,"mode":4,"priority":20},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.attributes.speed.special","value":"Swimming (30 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"semblan","mode":0,"priority":0},{"key":"flags.sw5e.amphibious","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Vurk.webp","label":"Vurk","tint":"","transfer":true}]} -{"_id":"605IstMCxeNCLGmh","name":"Cerean","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

The Cereans' enlarged skulls, extending above their foreheads, house complex binary brains, provided with sufficient blood by an extra heart in their heads. The binary structure of Cerean thinking helps them to ponder two sides of an issue at once. It also enables them to process information and solve problems rapidly and provides a highly advanced capacity for concentration and meditation. Because of their thoughtful nature, they tend to be calm, rational and analytical, preferring peaceful philosophies and a lifestyle which works in harmony with nature. Though the quick-thinking Cereans have equally quick reflexes, they are commonly not as well coordinated as humans.

\n

Society and Culture

\n

Cereans developed a low-tech society on their homeworld and prefer to live in isolation from the wider galaxy. Preserving the natural beauty of Cerea, the planet is home to many Outsider Citadels where it is permissible to use offworld technology, though it could not be removed from the Citadel. Meditation is a core part of a Cerean's daily rituals, with many employing specially-forged kasha crystals as a focusing tool. By focusing one's thoughts while in contact with such crystals, distractions are eliminated, creating an exceptional meditation environment. Cerean Jedi sometimes incorporate these crystals into their lightsabers, providing great focus, even during intense physical combat.

\n

Names

\n

Cerean male first names are often hyphenated, while females are not. Surnames are familial.

\n

  Male Names. Ji-Cheelia, Ki-Adi, Pick-toh, Sauli-Fanz

\n

  Female Names. Dreash, Kilniavy, Melm, Rharoth

\n

  Surnames. Codux, Emkom, Kyureft, Lonnik, Mundi

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Wisdom score increases by 1.

Age. Cereans reach adulthood in their late teens and live less than a century.

Alignment. Cereans' altruistic nature causes them to tend toward the light side, though there are exceptions.

Size. Cereans typically stand between 6 and 7 feet tall and weigh about 150 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Intuitive Initiative. You can choose to reroll Initiative checks, but you must use the new roll.

Closed Mind. Cereans have a natural attunement for the Force, which makes them resistant to its powers. You have advantage on Wisdom and Charisma saving throws against force powers.

Perceptive. You have proficiency in Perception.

Strong-Legged. When you make a long jump, you can cover a number of feet up to twice your Strength score. When you make a high jump, you can leap a number of feet up into the air equal to 3 + twice your Strength modifier.

Trance. Cereans don't need to sleep. Instead, they meditate deeply, remaining semiconscious, for 4 hours a day. While meditating, you can dream after a fashion; such dreams are actually mental exercises that have become reflexive through years of practice. After resting in this way, you gain the same benefit that a human does from 8 hours of sleep.

Languages. You can speak, read, and write Galactic Basic and Cerean.

"},"skinColorOptions":{"value":"Light tones"},"hairColorOptions":{"value":"Blond, brown, or white (usually with age)"},"eyeColorOptions":{"value":"Yellow"},"distinctions":{"value":"Cone-like skull, binary brain"},"heightAverage":{"value":"5'8\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"120 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Cerea"},"slanguage":{"value":"Cerean"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Cerean","mode":"=","targetSpecific":false,"id":1,"itemId":"o0xFuy1f4GP9YGHo","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"o0xFuy1f4GP9YGHo","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"o0xFuy1f4GP9YGHo","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"o0xFuy1f4GP9YGHo","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"o0xFuy1f4GP9YGHo","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.prc.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"o0xFuy1f4GP9YGHo","active":false,"_targets":[],"label":"Skills Perception"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"o0xFuy1f4GP9YGHo","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"cerean","mode":"+","targetSpecific":false,"id":8,"itemId":"o0xFuy1f4GP9YGHo","active":false,"_targets":[]}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Cerean.webp","effects":[{"_id":"BhqpYkxEEUvVs0Z2","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Cerean","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.skills.prc.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"cerean","mode":0,"priority":0},{"key":"flags.sw5e.closedMind","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.strongLegged","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.trance","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Cerean.webp","label":"Cerean","tint":"","transfer":true}]} -{"_id":"65BZQP2ujiTm1Bso","name":"Ewok","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Ewoks are sentient humanoid mammals, averaging about one meter in height, which can provide an advantage when trying to hide. They are covered in fur from head to toe, with brown and black the most common colors. Other Ewoks have near-white or reddish fur, but red fur is supposedly the rarest shade an Ewok can get. Most Ewoks have solid-colored fur, though a few sport stripes. Ewoks have large, bright eyes, small humanoid noses, and hands that possess two fingers and an opposable thumb. Despite their small size, Ewoks are physically strong enough to overpower combat-trained Humans. Their appearance has been likened to \"little bears,\" though they are sometimes referred to as \"mini Wookiees.\"

Society and Culture

Most Ewoks live high among the trees of the forest moon, in villages built between the closely spaced trees. The basic design of a tree village has a \"Central Village\" of thatched-roof huts on the primary limbs. These huts are high enough above the ground to be out of reach of predators. Suspended bridges connect the gaps between trees, adjoining distant huts. Knotted rope ladders allow access up or down.\r\n\r\nEwoks enjoy singing and playing music during celebrations and rituals. They are resourceful and tend to make use of everything they get their hands on; they use a variety of crude drums, horns, flutes, and other instruments in their music.

Names

Ewok names are comprised of growled consonants. Female names always end in a vowel. Surnames are clan-based.

  Male Names. Coostick, Erphek, Grarphil, Moodoo

  Female Names. Booshi, Chela, Fesasha, Lipe, Ypezzi

  Surnames. Fedrimra, Jellyng, Moomrack, Trantelaa","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Constitution score increases by 1.

Age. Ewoks reach adulthood in their early teens and live about 50 years.

Alignment. Ewoks are inherently accepting, albeit naive, and tend toward the light side, though there are exceptions.

Size. Ewoks stand between 3 and 4 feet tall and weigh about 50 lbs. Regardless of your position in that range, your size is Small.

Speed. Your base walking speed is 25 feet.

Crude Weapon Specialists. Ewoks are used to making do with less. You can spend 1 hour, which you can do over the course of a short rest, crafting a weapon out of loose materials. You can craft any simple kinetic weapon, but the weapon's damage suffers a -1 penalty.

Keen Smell. You have advantage on Wisdom (Perception) checks that rely on smell.

Musical Culture. Ewoks incorporate music in their celebrations and rituals. You have proficiency in an instrument of your choice.

Natural Survivalist. You have proficiency in Nature and Survival.

Mask of the Wild. You can attempt to hide even when you are only lightly obscured by foliage, heavy rain, falling snow, mist, and other natural phenomena.

Treeclimber. You have a climbing speed of 25 feet. You have advantage on Strength saving throws and Strength (Athletics) checks that involve climbing.

Undersized. Your small stature makes it hard for you to wield bigger weapons. You can't use heavy shields. Additionally, you can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, you can only wield it in two hands.

Languages. You can speak, read, and write Ewokese. You can understand spoken and written Galactic Basic, but your vocal cords do not allow you to speak it.

"},"skinColorOptions":{"value":"Brown"},"hairColorOptions":{"value":"Shades of white, brown, red, and black"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Furry, short stature, acute sense of smell"},"heightAverage":{"value":"2'9\""},"heightRollMod":{"value":"+2d6\""},"weightAverage":{"value":"40 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Forest Moon of Endor"},"slanguage":{"value":"Ewokese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Ewok","mode":"=","targetSpecific":false,"id":1,"itemId":"7rCK1LQZIbDjw3xG","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"7rCK1LQZIbDjw3xG","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"7rCK1LQZIbDjw3xG","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"sm","mode":"=","targetSpecific":false,"id":4,"itemId":"7rCK1LQZIbDjw3xG","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"25","mode":"=","targetSpecific":false,"id":5,"itemId":"7rCK1LQZIbDjw3xG","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.nat.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"7rCK1LQZIbDjw3xG","active":false,"_targets":[],"label":"Skills Nature"},{"modSpecKey":"data.skills.sur.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"7rCK1LQZIbDjw3xG","active":false,"_targets":[],"label":"Skills Survival"},{"modSpecKey":"data.attributes.speed.special","value":"Climbing (25 ft.)","mode":"+","targetSpecific":false,"id":8,"itemId":"7rCK1LQZIbDjw3xG","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"ewokese","mode":"+","targetSpecific":false,"id":9,"itemId":"7rCK1LQZIbDjw3xG","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":10,"itemId":"7rCK1LQZIbDjw3xG","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Ewok.webp","effects":[{"_id":"jwNxli358V22lYXu","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Ewok","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"sm","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"25","mode":5,"priority":5},{"key":"data.skills.nat.value","value":1,"mode":4,"priority":20},{"key":"data.skills.sur.value","value":1,"mode":4,"priority":20},{"key":"data.attributes.speed.special","value":"Climbing (25 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"ewokese","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"flags.sw5e.crudeWeaponSpecialists","value":"1","mode":5,"priority":20},{"key":"data.traits.toolProf.value","value":"music","mode":0,"priority":20},{"key":"flags.sw5e.maskOfTheWild","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Ewok.webp","label":"Ewok","tint":"","transfer":true}]} -{"_id":"7a4jr6Fd6MXzWqWN","name":"Chiss","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

The chiss are a near-human species distinguished by their blue skin and glowing red eyes. Genetic analysis indicate that they are an offshoot of humanity, and it is believed that moving underground led to a divergence between them and baseline Humans. Their blue skin, jet black hair and red eyes generally command attention; these features make them physically striking and instantly recognizable.

Society and Culture

Chiss society is highly structured and ordered with the rule of law being enforced by a group of four affiliations known as the Ruling Families: the Csapla, Nuruodo, Inrokini and Sabosen. These are not biological family groupings but instead different branches of their government. Every chiss claims affiliation to one of the four families, as determined by both tradition and place of birth. The family names are more of a cultural holdover; the bloodlines had grown so co-meddled that any chiss could claim affiliation to any of the ruling families. In spite of the outward impression of calm and order that the chiss like to project to outsiders, there were evidently tensions within the Families; political assassinations are a real part of chiss political life for the Ruling Families.

Names

A chiss true-name has 3 parts, each separated by an apostrophe. The first part is their family name, the second part is their root name, and the third part is their occupation. Chiss rarely share their true-name with non-chiss, and usually go by their root name. Male and female names do not significantly deviate.

  Names. Crorcu'ecuk'unist, Dash'esoru'ishur, Jerd'ecer'lonii, Kisk'egauw'eqhi, Marag'aliphil'eduo, Pommo'icuote'nlerme, Vornu'wuzi'lerdim

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Charisma score increases by 1.

Age. Chiss reach adulthood in their late teens and live less than a century.

Alignment. Chiss' tactical and selfish nature cause them to tend toward lawful dark side, though there are exceptions.

Size. Chiss typically stand between 5 and 6 feet tall and weigh about 160 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Tech Resistance. Growing up around technology leaves an impact on chiss. You have advantage on Dexterity and Intelligence saving throws against tech powers.

Darkvision. You have a keen eyesight, especially in the dark. You can see in dim light within 120 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Martial Proficiency. You have proficiency with light and medium armor as well as the blaster pistol and sniper rifle.

Languages. You can speak, read, and write Galactic Basic and Cheunh. Cheunh is a complex language that is difficult for non-chiss to learn. Chiss take pride in this difficulty.

"},"skinColorOptions":{"value":"Blue or silver"},"hairColorOptions":{"value":"Black, blue, or silver"},"eyeColorOptions":{"value":"Red"},"distinctions":{"value":"Glowing red eyes, above-average night vision"},"heightAverage":{"value":"4'11\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"110 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Csilla"},"slanguage":{"value":"Cheunh"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Chiss","mode":"=","targetSpecific":false,"id":1,"itemId":"hRwDVxmSkmAcT0sx","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"hRwDVxmSkmAcT0sx","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"hRwDVxmSkmAcT0sx","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"hRwDVxmSkmAcT0sx","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"hRwDVxmSkmAcT0sx","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (120 ft)","mode":"+","targetSpecific":false,"id":6,"itemId":"hRwDVxmSkmAcT0sx","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.armorProf.value","value":"lgt","mode":"+","targetSpecific":false,"id":7,"itemId":"hRwDVxmSkmAcT0sx","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.armorProf.value","value":"med","mode":"+","targetSpecific":false,"id":8,"itemId":"hRwDVxmSkmAcT0sx","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"blaster pistol","mode":"+","targetSpecific":false,"id":9,"itemId":"hRwDVxmSkmAcT0sx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"sniper rifle","mode":"+","targetSpecific":false,"id":10,"itemId":"hRwDVxmSkmAcT0sx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":11,"itemId":"hRwDVxmSkmAcT0sx","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"cheunh","mode":"+","targetSpecific":false,"id":12,"itemId":"hRwDVxmSkmAcT0sx","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Chiss.webp","effects":[{"_id":"VaDVQFvsbGNJ3yew","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Chiss","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (120 ft)","mode":2,"priority":20},{"key":"data.traits.armorProf.value","value":"lgt","mode":0,"priority":0},{"key":"data.traits.armorProf.value","value":"med","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"blaster pistol","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"sniper rifle","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"cheunh","mode":0,"priority":0},{"key":"flags.sw5e.techResistance","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Chiss.webp","label":"Chiss","tint":"","transfer":true}]} -{"_id":"7nPC2ZPgyHPFxugE","name":"Esh-Kha","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Esh-kha are a gray-skinned humanoid species with equine features, including muzzles and digitigrade legs. They also have small black eyes. 

\n

Society and Culture

\n

In terms of society, their race's culture resembles that of a hive society though each individual retain their own thoughts and aspirations yet all being bred for a specific role that they were eager to fulfill. A caste system is present amongst the esh-kha which included Force-sensitive simple minded savants, more numerous skilled determined warriors that watched over them and finally the patriarchs that acted as leaders who provided their wisdom as well as decisions to their entire people. Esh-kha appear to outsiders as a savage violent species that care only for the destruction of all other races. This hatred for other sentient species is believed to had stemmed from their tightly-knit hive-like society. It is suspected that the esh-kha are simply unable to tolerate or even adapt to the existence of thinking of outsiders who only suffered their wrath. Their race only turns violent against one another in the most extreme of circumstances.

\n

Names

\n

Whilst their kind are individuals, esh-kha are not named at birth but instead earn their names through their actions. An esh-kha that displayed great skill in battle could be called \"Swift Blade\", or maybe \"Deadly Cutter\" or some other such name. It is believed that this partly explained an esh-kha's zeal in battle with young warriors seeking not only victory but an opportunity to lay claim to a name and forge their own identity. Esh-kha do not use surnames, as they believe they are one family.

\n

  Names. Bleeding Yell, Dormant Heart, Blue Survivor, Ancient Cull, Sharp Grip, Running Sun, Flame Walker

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength or Wisdom score increases by 2, and your Constitution score increases by 1.

\n

Age. Esh-kha reach adulthood in their early teens and live less than a century.

\n

Alignment. The esh-kha's stubborn and racially-centric mindsets cause them to tend toward lawful balanced, though there are exceptions.

\n

Size. Esh-kha typically stand 6 to 6 and a half feet tall and generally weigh about 200 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Darkvision. You have keen eyesight, especially in the dark. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can’t discern color in darkness, only shades of gray. 

\n

Force-Sensitive. You know your choice of the turbulence, Force disarm, or slow at-will force powers. Your forcecasting ability is Wisdom or Charisma (depending on power alignment). 

\n

Inquisitive. You have proficiency in the Investigation skill. 

\n

Savage Attacks. When you score a critical hit with a melee weapon attack, you can roll one of the weapon’s damage dice one additional time and add it to the extra damage of the critical hit.

\n

Skill Versatility. You gain proficiency in one skill of your choice.

\n

Weapon Training. You have proficiency in two vibroweapons or blasters of your choice.

\n

Languages. You can speak, read, and write Galactic Basic and Kharan. Kharan contains many metaphorical expressions when translated to Galactic Basic. The language has many comparisons to music and singing, such as a galactic government being compared to a chorus.

"},"skinColorOptions":{"value":"Gray or tan"},"hairColorOptions":{"value":"Gray"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Horizontal head protrusions"},"heightAverage":{"value":"5'4\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"145 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Unknown, Belsavis (adopted)"},"slanguage":{"value":"Kharan"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Esh-kha","mode":"=","targetSpecific":false,"id":1,"itemId":"SNbSlwagTE0HcMVv","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":2,"itemId":"SNbSlwagTE0HcMVv","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":3,"itemId":"SNbSlwagTE0HcMVv","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":4,"itemId":"SNbSlwagTE0HcMVv","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":5,"itemId":"SNbSlwagTE0HcMVv","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.inv.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"SNbSlwagTE0HcMVv","active":false,"_targets":[],"label":"Skills Investigation"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"SNbSlwagTE0HcMVv","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"kharan","mode":"+","targetSpecific":false,"id":8,"itemId":"SNbSlwagTE0HcMVv","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Esh-Kha.webp","effects":[{"_id":"aUdPMqzH9ntC1KQB","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Esh-kha","mode":5,"priority":5},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.inv.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"kharan","mode":0,"priority":0},{"key":"flags.sw5e.savageAttacks","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Esh-Kha.webp","label":"Esh-Kha","tint":"","transfer":true}]} -{"_id":"7v14PpoxBFYPx0sA","name":"Ryn","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Their homeworld long lost from memory and time, the ryn are a humanoid race of musicians, vagabonds and travelers. The ryn's bodies are covered in soft, short fur, with a head of white hair which is matched by a tuft of hair at the end of their long prehensile tails, excellent for grasping things. Very uniquely ryn in nature, are their beak-like noses that contain fluted holes. These holes allow the ryn to play their 'beaks' like flutes. This talent has been used to communicate between ryn and has uniquely been observed in communication with droids.

\n

Society and Culture

\n

Wanderlust consumes the ryn. The ryn are a nomadic species, their original homeworld forgotten, even to them. They cannot abide confinement and constraint, and they itch to move on shortly after they arrive in a new place. Due to their homelessness, musical talent, natural secrecy, and avoidance of written records, ryn developed a nomadic culture and a reputation for confidence games, leaving many species prejudiced against them. In some sectors it is legal to enslave or hunt ryn. Their language is outlawed in many locations, and a large number of ryn women are used as slave breeding stock. They claim that sabaac, the popular card game that took the place of Pazaak in terms of card game prominence, is derived from their use of it as a fortune telling tool in their auguries. These auguries are today favored by hutts, who have a superstitious belief in the card tellings. A peculiar habit is that a ryn cannot sleep in the same location twice.

\n

Names

\n

Ryn names have a very melodic tone, taking cues from many different languages from across the galaxy. Ryn do not use surnames.

\n

  Male Names. Corfat, Dirygat, Garya, Nemagary

\n

  Female Names. Cogesama, Giani, Gypopha, Simeti

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence or Charisma score increases by 2, and your Dexterity score increases by 1.

\n

Age. Ryn reach adulthood in their early teens and live about 80 years.

\n

Alignment. Ryn's superstitious and solitary nature causes them to tend toward balanced alignments, though there are exceptions.

\n

Size. Ryn typically stand 4 and a half to 6 feet tall and generally weigh about 120 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Con Artist. You have proficiency in one gaming set of your choice.

\n

Darkvision. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Divination. Whether through mystical divination or sheer luck, you can turn failures into successes. When you roll a 1 on the d20 for an attack roll, ability check, or saving throw, you can reroll the die and must use the new roll.

\n

Eternal Nomads. You have proficiency in Lore or Survival (your choice).

\n

Musical. You have proficiency in Performance and one musical instrument of your choice.

\n

Prehensile Tail. You have supreme control over your tail and can use it to manipulate objects as well as your hands.

\n

Languages. You can speak, read, and write Galactic Basic and Ryn. Ryn uses tones and inflections and is easily described as melodious by anyone who hears it. You can communicate with droids and other ryn without using words through the use of your beak.

"},"skinColorOptions":{"value":"Blue, black, green, purple"},"hairColorOptions":{"value":"Light brown to white"},"eyeColorOptions":{"value":"Amber, blue, brown, or green"},"distinctions":{"value":"Long tails, beak-like noses"},"heightAverage":{"value":"4'4\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"75 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Unknown"},"slanguage":{"value":"Ryn"},"source":"Expanded Content"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Ryn.webp","effects":[{"_id":"XGMDXcDtlSfQQgFZ","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Ryn","mode":5,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":20},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":20},{"key":"data.traits.toolProf.value","value":"game","mode":0,"priority":20},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.prf.value","value":1,"mode":4,"priority":20},{"key":"data.traits.toolProf.value","value":"music","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"ryn","mode":0,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Ryn.webp","label":"Ryn","tint":"","transfer":true}]} -{"_id":"95rHoQQRVJEhgR5X","name":"Karkarodon","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

The amphibious Karkarodons have tall, slim bodies with webbed hands and feet. Their shark-like heads have pointed noses, gill slits, and many rows of razor-sharp teeth, which they use when attacking and eating. Karkarodons are skilled and fast swimmers. They attack by grabbing the target and used their jaws for ripping and tearing.

Society and Culture

Karkarodons hail from the planet Karkaris, which is located in a star system neighboring the planet Mon Cala. They harbor an intense hatred for the Mon Calamari and Quarren inhabitants. The planet is almost entirely under water, and is very uninviting to non-Karkarodons. \r\n\r\nKarkarodon culture is a warmongering, strength-based culture. Clans often fight eachother for dominance, natural resources, and to cull the weak. Each clan on the planet has a ruling triumvirate, usually comprised of venerated warriors who rule for life. When a younger Karkarodon wants to replace one of the ruling body, they challenge them to single, mortal combat. Occasionally, the challenged may spare the life of the challenger when they win, though that usually leads to resentment from the loser.\r\n\r\nKarkarodons do not believe in lying or duplicity. They believe in approaching problems head on and saying what they mean, and are generally demeaing towards those they deem their lessers.

Names

Karkarodon names are harsh and gutteral. They are generally one syllable. Surnames are clan-based rather than familial.

  Male Names. Aurb, Rend, Riff, Trak, Vour

  Female Names. Dewb, Garr, Rast, Scrat, Zend

  Surnames. Alben, Gerdall, Kibben, Tamson, Zendall","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Strength score increases by 1.

Age. Kakarodon reach adulthood in their early teens and live to be about 70.

Alignment. Karkarodons' warmongering nature causes them to tend toward the dark side, though there are exceptions

Size. Karkarodons stand 5 to 7 feet tall and weigh upwards of 250 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Aggressive. As a bonus action, you can move up to your speed toward an enemy of your choice that you can see or hear. You must end this move closer to the enemy than you started.

Amphibious. You can breathe air and water.

Bite. Your fanged maw is a natural weapon, which you can use to make unarmed strikes. If you hit with it, you deal kinetic damage equal to 1d6 + your Strength modifier.

Hungry Jaws. As a bonus action, you can make a special attack with your bite. If the attack hits, it deals its normal damage, and you gain temporary hit points (minimum of 1) equal to your Constitution modifier, and you can't use this trait again until you finish a short or long rest.

Swim. You have a swimming speed of 30 feet.

Languages. You can speak, read, and write Galactic Basic and Karkaran. Karkaran is characterized by its fierce sounds.

"},"skinColorOptions":{"value":"Blue, gray, or white"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Multiple rows of sharp teeth, powerful jaws, shark-like heads"},"heightAverage":{"value":"4'8\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"130 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Karkaris"},"slanguage":{"value":"Karkaran"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Karkarodon","mode":"=","targetSpecific":false,"id":1,"itemId":"gcxHAPaAaDaFgGSc","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"gcxHAPaAaDaFgGSc","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.abilities.str.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"gcxHAPaAaDaFgGSc","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"gcxHAPaAaDaFgGSc","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"gcxHAPaAaDaFgGSc","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.speed.special","value":"Swimming (30 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"gcxHAPaAaDaFgGSc","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"gcxHAPaAaDaFgGSc","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"karkaran","mode":"+","targetSpecific":false,"id":8,"itemId":"gcxHAPaAaDaFgGSc","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Karkarodon.webp","effects":[{"_id":"aWzuTfE8yN5RwMdF","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Karkarodon","mode":5,"priority":5},{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.str.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.attributes.speed.special","value":"Swimming (30 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"karkaran","mode":0,"priority":0},{"key":"flags.sw5e.aggressive","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.amphibious","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Karkarodon.webp","label":"Karkarodon","tint":"","transfer":true}]} -{"_id":"9BXBEy96oeYYEvNY","name":"Pau'an","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Pau'ans have large, sunken black eyes in red eye sockets and jagged, fang-like teeth used for tearing into raw meat, as they are carnivores. The species has pale, wrinkled skin, due to the fact that they lived in the sinkholes of Utapau, giving them limited access to light. These traits cause some to view them as frightening. However, Pau'ans as a society are generally friendly, and are happy to welcome guests to their often overlooked world. Pau'ans have long lifespans, living up to 700 years, much longer than the Utai. This earned them the nickname of \"Ancients\".

Society and Culture

Pau'ans fulfill most of the governmental and administrative duties on Utapau, as the utai do not desire such work, serving as laborers instead. Most pau'ans served as leaders early in their lives, often managing teams of Utai laborers. This gives them experience that will be used later in their lives. Pau'ans are kind leaders, and sympathetic to their subordinates. Each city on Utapau is controlled by a Master of Port Administration, a hereditary title reserved for pau'ans. These administrators are assisted by advisory councils for making important decisions about their city, and each administrator serves on the Utapauan Committee and oversees planetary governance. However, the committee rarely makes crucial decisions, as the cities are able to function on their own most of the time.

Names

Pau'an names are fairly simple, and generally melodic. Surnames are familial.

  Male Names. Kernul, Sivrol, Tar, Vizun, Yal, Zeolbud

  Female Names. Cas, Jevoh, Nesim, Sizil, Ten, Yofan

  Surnames. Gesat, Kluneln, Nom, Vley, Voy, Zet","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Wisdom score increases by 2, and your Constitution score increases by 1.

Age. Pau'ans reach adulthood in their 30's and have been known to live up to 700 years old.

Alignment. Pau'ans' commanding presence, yet friendly and kind nature, cause them to tend to be lawful light side, though there are exceptions.

Size. Pau'ans typically stand between 6 and 7 feet tall and generally weigh about 150 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Authoritative. You have proficiency in Persuasion or Intimidation (your choice).

Cultured. You have proficiency in the Lore skill.

Darkvision. You have a keen eyesight, especially in the dark. You can see in dim light within 120 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Hypersensitive Hearing. Pau'ans possess incredibly receptive hearing, often to their detriment, so you wear special covers on your ears. Whenever you make a Wisdom (Perception) check involving hearing, you are considered to have expertise in the Perception skill, but if your hearing aids are removed, you have disadvantage on saving throws against effects that would deal sonic damage.

Vigilant. You can choose to have advantage on your next Initiative check. Once you use this trait, you can't use it again until you finish a short or long rest.

Languages. You can speak, read, and write Galactic Basic and Utapese. Utapese is characterized by its rigid, yet melodic sound.

"},"skinColorOptions":{"value":"Gray or white"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black or silver"},"distinctions":{"value":"Red eye sockets, pinstriped skin, long lifespan, jagged teeth"},"heightAverage":{"value":"5'0\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"120 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Utapau"},"slanguage":{"value":"Utapese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Pau'an","mode":"=","targetSpecific":false,"id":1,"itemId":"XJSGSh67EM8wtrC7","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.wis.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"XJSGSh67EM8wtrC7","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"XJSGSh67EM8wtrC7","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"XJSGSh67EM8wtrC7","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"XJSGSh67EM8wtrC7","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.lor.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"XJSGSh67EM8wtrC7","active":false,"_targets":[],"label":"Skills Lore"},{"modSpecKey":"data.traits.senses","value":"Darkvision (120 ft.)","mode":"+","targetSpecific":false,"id":7,"itemId":"XJSGSh67EM8wtrC7","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"XJSGSh67EM8wtrC7","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"utapese","mode":"+","targetSpecific":false,"id":9,"itemId":"XJSGSh67EM8wtrC7","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Pau%27an.webp","effects":[{"_id":"BldeMF2ddbdP09sB","flags":{"dae":{"transfer":true}},"changes":[{"key":"data.details.species","value":"Pau'an","mode":5,"priority":5},{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.speed.value","value":30,"mode":5,"priority":5},{"key":"data.skills.lor.value","value":1,"mode":4,"priority":20},{"key":"data.traits.senses","value":"Darkvision (120 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"utapese","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Pau%27an.webp","label":"Pau'an","tint":"","transfer":true}]} -{"_id":"9e323NFs2vzi3PWP","name":"Clawdite","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

In their natural form, clawdites resemble reptilian humanoids, having evolved from reptomammals. They have sunken cheeks with a narrow nose, a small mouth, large eyes with slit-like pupils, and a thin line that runs down their foreheads, creasing their nose. Clawdites possess an extremely rare ability to change their appearance. They can change the color and texture of their skin and eyes, and even grow hair, to mimic other species, though they cannot add significant physical mass to their bodies.

Society and Culture

By nature, clawdites are quiet and solitary beings, often shunning the company of others unless it benefits them. Due to their nature as shapeshifters, they are often mistrusted by strangers. Consequently, they view the galaxy pragmatically, and are often harsh realists.

Not all clawdites use their shapeshifting abilities due to the pain the transformation causes. These clawdites are often inclined to remain on their homeworld of Zolan, avoiding the company of other species.

On Zolan, clawdites are feared and shunned by the zolanders, who are a deeply religious people, believing that clawdites are impure and sinful. Zolanders force clawdites to live in slums scattered across the planet.

Those clawdites who leave their homeworld tend to gravitate toward professions that celebrate their shapeshifting, such as smuggling, bounty hunting, or espionage.

Names

Clawdite names often have a rolling or hissing quality to them. Surnames are familial, though clawdites rarely use them.

  Male Names. Nuri, Pol, Renneyn, Rosat, Turman

  Female Names. Bargu, Cato, Murna, Sora, Zam

  Surnames. Durra, Noviee, Parasitti, Virten, Wesell

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and one other ability score of your choice increases by 1.

\n

Age. Clawdites reach adulthood in their early teens and live less than a century.

\n

Alignment. Clawdites' pragmatism cause them to tend towards neutral balanced, though there are exceptions.

\n

Size. Clawdites typically stand 5 to 7 feet tall and generally weigh about 140 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Changeling Instincts. You gain proficiency with two of the following skills of your choice: Deception, Intimidation, Insight, and Persuasion

\n

Shapechanger. As an action, you can change your appearance and your voice. You determine the specifics of the changes, including your coloration, hair length, and sex. You can also adjust your height and weight, but not so much that your size changes. You can make yourself appear as a member of another species, though none of your game statistics change. You can't duplicate the appearance of a creature you've never seen, and you must adopt a form that has the same basic arrangement of limbs that you have. Your clothing and equipment aren't changed by this trait. You stay in the new form until you use an action to revert to your true form or until you die.

\n

Unsettling Visage. When a creature you can see makes an attack roll against you, you can use your reaction to impose disadvantage on the roll. You must use this feature before knowing whether the attack hits or misses. Using this trait reveals your shapeshifting nature to any creature within 30 feet that can see you. Once you use this trait, you can't use it again until you finish a short or long rest.

\n

Languages. You can speak, read, and write Galactic Basic, Clawdite, and one more language of your choice. Clawdite is characterized by its rolling sounds paired with hissing sibilants.

"},"skinColorOptions":{"value":"Green to yellow"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Yellow, gold, or blue"},"distinctions":{"value":"Shapechanging capabilities"},"heightAverage":{"value":"4'11\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"95 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Zolan"},"slanguage":{"value":"Clawdite"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Clawdite","mode":"=","targetSpecific":false,"id":1,"itemId":"J0MrNxK0lQbMVSIT","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"J0MrNxK0lQbMVSIT","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":3,"itemId":"J0MrNxK0lQbMVSIT","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":4,"itemId":"J0MrNxK0lQbMVSIT","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":5,"itemId":"J0MrNxK0lQbMVSIT","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"clawdite","mode":"+","targetSpecific":false,"id":6,"itemId":"J0MrNxK0lQbMVSIT","active":false,"_targets":[]}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Clawdite.webp","effects":[{"_id":"hd9gJJ4PBwD8kWf5","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Clawdite","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"clawdite","mode":0,"priority":0},{"key":"flags.sw5e.shapechanger","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.unsettlingVisage","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Clawdite.webp","label":"Clawdite","tint":"","transfer":true}]} -{"_id":"9f3AQzwrAHpdjqJe","name":"Klatooinian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Klatooinians are a humanoid species with canine features, having short muzzles over toothy overbites. They are also notable for their heavy brows and ridges along the tops of their heads.

Society and Culture

For centuries, klatooinians have been slaves to the hutts, whom they view as almost godlike, immortal beings. Although the hutts allow a council of elders to rule on Klatooine, all off-world affairs are wholly under hutt control. Under the hutts, the klatooinians serve as soldiers and guards. Even those klatooinians who do not serve the hutts are often employed as hired muscle by other masters.\r\n\r\nKlatooinian society was known for a strong belief in tradition and the wisdom of the elders, although some younger klatooinians rebelled against this norm and sought out freedom from enslavement. Others attempted to gain their own fortunes as smugglers, pirates, bounty hunters, or raiders.

Names

Klatooinian names are often derived from the names of great heroes and historical figures. Surnames are familial, and are usually shorter than klatooinian given names.

  Male Names. Barada, Castas, Sta-Den, Tarados

  Female Names. Gelis, Petkara, Sterasi, Yelmith

  Surnames. Eek, Gort, Gon, Ovin","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength, Constitution, and Wisdom scores increase by 1.

Age. Klatooinians reach adulthood in their late teens and can live as long as 90 standard years.

Alignment. Klatooinian society encourages reverence for tradition and an inclination towards violence, causing them to tend toward lawful dark side, though there are exceptions.

Size. Klatooinians typically stand around 6 feet tall and generally weigh about 170 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Enforcer. You are proficient in the Intimidation skill. When you take the Help action to give an ally advantage on an Intimidation check, they gain a bonus to the roll equal to your proficiency bonus.

Toughness. Your hit point maximum increases by 1, and it increases by 1 every time you gain a level.

Weapon Training. Klatooinians are trained to fight from a young age. You have proficiency in two martial vibroweapons of your choice.

Wisdom of the Elders. You are proficient in the Lore skill.

Languages. You can speak, read, and write Galactic Basic, Klatooinian, and Huttese. Klatooinian is a gutteral, barking language, with many loanwords adopted from Huttese over the centuries.

"},"skinColorOptions":{"value":"Green, gray, brown"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Brown, black, gray"},"distinctions":{"value":"Heavy brows, short canine muzzles"},"heightAverage":{"value":"5'4\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"125 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Klatooine"},"slanguage":{"value":"Huttese, Klatooinian"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Klatooinian","mode":"=","targetSpecific":false,"id":1,"itemId":"sxEIlihl5hMuO4n5","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"1","mode":"+","targetSpecific":false,"id":2,"itemId":"sxEIlihl5hMuO4n5","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"sxEIlihl5hMuO4n5","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":4,"itemId":"sxEIlihl5hMuO4n5","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":5,"itemId":"sxEIlihl5hMuO4n5","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":6,"itemId":"sxEIlihl5hMuO4n5","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.itm.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"sxEIlihl5hMuO4n5","active":false,"_targets":[]},{"modSpecKey":"data.skills.lor.value","value":"1","mode":"+","targetSpecific":false,"id":8,"itemId":"sxEIlihl5hMuO4n5","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"sxEIlihl5hMuO4n5","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"klatooinian","mode":"+","targetSpecific":false,"id":10,"itemId":"sxEIlihl5hMuO4n5","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"huttese","mode":"+","targetSpecific":false,"id":11,"itemId":"sxEIlihl5hMuO4n5","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Klatooinian.webp","effects":[{"_id":"G6pCpdwb6FUA1ViV","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Klatooinian","mode":5,"priority":5},{"key":"data.abilities.str.value","value":1,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.skills.itm.value","value":1,"mode":4,"priority":20},{"key":"data.skills.lor.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"klatooinian","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"huttese","mode":0,"priority":0},{"key":"flags.sw5e.toughness","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Klatooinian.webp","label":"Klatooinian","tint":"","transfer":true}]} -{"_id":"AGTXEntyolPiGAZ5","name":"Lannik","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Lannik are short, bipedal humanoids with droopy, long ears. Males and females are equally tall, although the latter have a considerably less strong complexity. Their species is, however, much more vigorous and resistant than what its size could suggest. A Lannik's skin tends to be of colours similar to his or her eyes and hair. The species has evolved long pointy ears which allow them to hear better than human ears.

Society and Culture

The Lannik culture is apparently war loving, and Lanniks feel a great respect for warriors. At the same time, though, they follow a strict centuries-old code of honour. Lannik soldiers have the custom of tying all their hair in a single topknot over their head. Their species is one of fierce warriors, whose abilities have developed fighting against terrible predators and other Lanniks in a long history of wars. Although many regard the Lannik as hotheaded and temperamental, they are quite fearless and clear-headed even in combat, giving them the ability to think their way out of a dangerous situation.\n\nThe Lannik do not show their thoughts through their facial expressions, and seem always angry to other species. They are also very stubborn, and are not likely to change career once they chose it. Most males - and many females - serve in the planetary militia, celebrating the species' past as a warrior species. Some take on off-world mercenary work.

Names

Lannik names are generally short. Lanniks don't often give out their surnames.

  Male Names. Minch, Oteg, Vandar, Yaddle, Yoda

  Female Names. Giro, Lina, Penny, Vona, Zeya

  Surnames. Bek, Kaz, Mon, Var, Zin","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Wisdom score increases by 2, and your Intelligence score increases by 1.

\n

Age. Lanniks reach adulthood in their 50's and can live up to 900 years.

\n

Alignment. Despite the turbulence on their homeworld, Lanniks tend toward the light side, though there are exceptions.

\n

Size. Lanniks typically stand 3 to 4 feet tall and rarely weigh more than 50 lbs. Regardless of your position in that range, your size is Small.

\n

Speed. Your base walking speed is 25 feet.

\n

Closed Mind. Lanniks have a natural attunement for the Force, which makes them resistant to its powers. You have advantage on Wisdom and Charisma saving throws against Force powers.

\n

Force Sensitive. You know the guidance at-will Force power. When you reach 3rd level, you can cast the valor Force power once per day. When you reach 5th level, you can also cast the Force enlightenment Force power once per day. Wisdom is your forcecasting ability for these powers.

\n

Keen Hearing. You have advantage on Wisdom (Perception) checks that rely on hearing.

\n

Undersized. Your small stature makes it hard for you to wield bigger weapons. You can't use heavy shields. Additionally, you can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, you can only wield it in two hands.

\n

Wisdom of the Elders. You are proficient in the Lore skill.

\n

Languages. You can speak, read, and write Galactic Basic and Lannik. Due to their large ears, the Lannik language is spoken softly, and it is considered insulting to shout.

"},"skinColorOptions":{"value":"Blue, brown, green, orange, red, purple, yellow, or gray"},"hairColorOptions":{"value":"Brown, gray, or white"},"eyeColorOptions":{"value":"Amber, blue, brown, gray, green, hazel, purple, or red"},"distinctions":{"value":"Downward-sloping, large ears"},"heightAverage":{"value":"3'0\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"40 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Lannik"},"slanguage":{"value":"Lannik"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Lannik","mode":"=","targetSpecific":false,"id":1,"itemId":"G5G8i0dz61uGLSTY","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.wis.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"G5G8i0dz61uGLSTY","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"G5G8i0dz61uGLSTY","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"sm","mode":"=","targetSpecific":false,"id":4,"itemId":"G5G8i0dz61uGLSTY","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"25","mode":"=","targetSpecific":false,"id":5,"itemId":"G5G8i0dz61uGLSTY","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.lor.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"G5G8i0dz61uGLSTY","active":false,"_targets":[],"label":"Skills Lore"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"G5G8i0dz61uGLSTY","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"lannik","mode":"+","targetSpecific":false,"id":8,"itemId":"G5G8i0dz61uGLSTY","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Lannik.webp","effects":[{"_id":"cc9M6XfSr4Cq2XkG","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Lannik","mode":5,"priority":5},{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"sm","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"25","mode":5,"priority":5},{"key":"data.skills.lor.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"lannik","mode":0,"priority":0},{"key":"flags.sw5e.closedMind","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Lannik.webp","label":"Lannik","tint":"","transfer":true}]} -{"_id":"ArdRIBU7d9vvkbGA","name":"Togruta","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Togruta have rusty skin tones ranging in hue from blue to red to green, with white pigmentation on their faces, greyish lips, and white stripes adorn various parts of their bodies. The pattern of stripes varies from individual to individual. This red and white pattern was a phenotype left over from their ancestor's camouflage that helped them to blend in with Shili's natural surroundings.

Their heads bear two montrals, with three to four head-tails, whose stripes were darker than those of the montrals. Togruta have the ability to sense the proximity and movement of physical objects around them by means of their hollow montrals, which detect space ultrasonically. Young togrutas' montrals and posterior head-tail do not fully grow until adolescence, when their montrals curve and their final head-tail grows to the length of their other head-tails.

Society and Culture

Togruta have a strong sense of unity and togetherness. On their native homeworld of Shili, they rely on each other and band together to take a stand against the massive monsters that hunt them. The creatures of Shili most often attack in groups, which was even more reason for the native togruta to work together. While most of Shili is covered in the scrublands where the togruta hunt their herbivorous prey, the togruta live in small communities in the forest valleys.

Names

Togruta names are typically long. Surnames are familial.

  Male Names. Acanaar, Mukraas, Obolak, Tokrym

  Female Names. Akoma, Maasha, Okohlo, Shola

  Surnames. Hyl, Na, Nim, Ris, Resh, Vaal, Zin

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Wisdom score increases by 2, and your Strength or Dexterity score increases by 1.

Age. Togruta reach adulthood in their late teens and live less than a century.

Alignment. Togruta culture focuses on unity which causes them to tend toward the light side, though there are exceptions.

Size. Togruta typically stand between 5 and 6 feet tall and weigh 150 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Darkvision. Your vision can easily cut through darkness. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Montral Reception. You have tremorsense out to 30 feet. You can detect and pinpoint the origin of vibrations within a specific radius, provided that monster and the source of the vibrations are in contact with the same ground or substance. Tremorsense can't be used to detect flying or incorporeal creatures

Wild Hunters. You have proficiency with the Survival skill.

Languages. You can speak, read, and write Galactic Basic and Togruti. Togruti is an ornate language characterized by trills and long vowel sounds which are modified by subtle tremors in the togruta's head-tails. This language is heavily influenced by Basic, but also incorporates some native idioms, which caused Basic-speaking togruta to use seemingly strange expressions.

"},"skinColorOptions":{"value":"Blue, green, orange, purple, red, white, or yellow"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black, blue, green, orange, purple, yellow, or red"},"distinctions":{"value":"Sharp canine teeth, two montrals, three or four head-tails"},"heightAverage":{"value":"4'9\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"115 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Shili"},"slanguage":{"value":"Togruti"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Togruta","mode":"=","targetSpecific":false,"id":1,"itemId":"a6nvR93PW0IDP5Al","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.wis.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"a6nvR93PW0IDP5Al","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":3,"itemId":"a6nvR93PW0IDP5Al","active":false,"_targets":[]},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":4,"itemId":"a6nvR93PW0IDP5Al","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":5,"itemId":"a6nvR93PW0IDP5Al","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.senses","value":"Tremorsense (30 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"a6nvR93PW0IDP5Al","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.sur.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"a6nvR93PW0IDP5Al","active":false,"_targets":[],"label":"Skills Survival"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"a6nvR93PW0IDP5Al","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"togruti","mode":"+","targetSpecific":false,"id":9,"itemId":"a6nvR93PW0IDP5Al","active":false,"_targets":[],"label":"Traits Language"}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Togruta.webp","effects":[{"_id":"57U88UyYUeWc8lGm","flags":{"dae":{"transfer":true}},"changes":[{"key":"data.details.species","value":"Togruta","mode":5,"priority":5},{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.speed.value","value":30,"mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.senses","value":"Tremorsense (30 ft.)","mode":2,"priority":20},{"key":"data.skills.sur.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"togruti","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Togruta.webp","label":"Togruta","tint":"","transfer":true}]} -{"_id":"AvVr0CocnSsEUu6h","name":"Devaronian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

A bipedal mammalian species, Devaronians evolved in the dense jungles of Devaron as a hunter-gather species. Their bodies are denser than most humanoids' and as a result they were heavier than their appearance would tend to indicate. Devaronians have silver-based blood, which appears thick and black when exposed. They possess a unique blood filtration and cleansing system which processes through two livers. Because their bodies are constantly cleansed of toxins and carcinogens, the species is highly resistant to poison. To this end, sulfur is used as a stimulant on Devaron to enhance speed and strength, because inhaling it causes the substance to enter the bloodstream rapidly. Their livers struggle to eliminate sulfur from their system, meaning that long-term use can be dangerous.

Society and Culture

Devaronian males are driven by an urge to wander, usually taking the first opportunity to move on from one place to another; they are often found traveling the galaxy as tramp freighter captains and scouts. Female Devaronians, on the other hand, are content to remain in a single location, raising the young and running the government of Devaron. The males send money back to their homeworld to support their families, but otherwise hardly ever return. The females are content with this arrangement, as they tend to view the restless males as disruptive to home life.

Names

Devaronian names are dark, complex and often guttural, with some harsher tones mixed in here and there.

  Male Names. Cir, Gremegris, Keirtihk, Kucx, Niruhk

  Female Names. Crilnuy, Ghal, Milma, Nola, Taoluel

  Surnames. Breiz, Droddost, G'vaulnel, Raokt","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Charisma score increases by 1.

Age. Devaronians reach adulthood in their late teens and live less than a century.

Alignment. Devaronians' greediness causes them to tend toward chaotic balanced, though there are exceptions.

Size. Devaronians typically stand between 5 and 6 feet tall and weigh about 160 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Jungle Dweller. Growing up in the jungles of Devaron has left an impact. You are proficient in Survival. Additionally, you don't treat jungle terrain as difficult terrain.

Tech Resistance. Growing up around technology leaves an impact on devaronians. You have advantage on Dexterity and Intelligence saving throws against tech powers.

Two Livered. Devaronians have two livers, which makes them adept at filtering toxins. You have advantage on saving throws against poison, and you have resistance against poison damage (explained in chapter 9).

Languages. You can speak, read, and write Galactic Basic and Devaronese. Devaronese is characterized by grunts and grumbles. It is rare to hear a Devaronian speak it any where other than their homeworld of Devaron.

"},"skinColorOptions":{"value":"Red, pink, brown, or white"},"hairColorOptions":{"value":"Brown, black, or white"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Horns or horn spots, long pointed ears"},"heightAverage":{"value":"4'10\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"120 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Devaron"},"slanguage":{"value":"Devaronese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Devaronian","mode":"=","targetSpecific":false,"id":1,"itemId":"zdVXV0I4cWy1hez4","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"zdVXV0I4cWy1hez4","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"zdVXV0I4cWy1hez4","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"zdVXV0I4cWy1hez4","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"zdVXV0I4cWy1hez4","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.sur.value","value":"1","mode":"=","targetSpecific":false,"id":6,"itemId":"zdVXV0I4cWy1hez4","active":false,"_targets":[],"label":"Skills Survival"},{"modSpecKey":"data.traits.dr.value","value":"poison","mode":"+","targetSpecific":false,"id":7,"itemId":"zdVXV0I4cWy1hez4","active":false,"_targets":[],"label":"Traits Damage Resistance"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"zdVXV0I4cWy1hez4","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"devaronese","mode":"+","targetSpecific":false,"id":9,"itemId":"zdVXV0I4cWy1hez4","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Devaronian.webp","effects":[{"_id":"NXVgSk9AHJm492iG","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Devaronian","mode":5,"priority":5},{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.skills.sur.value","value":1,"mode":4,"priority":5},{"key":"data.traits.dr.value","value":"poison","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"devaronese","mode":0,"priority":0},{"key":"flags.sw5e.techResistance","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Devaronian.webp","label":"Devaronian","tint":"","transfer":true}]} -{"_id":"BoiDTcRSl6pBtYYl","name":"Voss","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Voss are humanoid sentients with a high rate of Force-sensitivity who display prominent sexual dimorphism. The male Voss have blue skin and bright orange eyes, while the females have red skin and azure eyes. The Voss do not have hair or distinct pupils, and posess unique patterns of markings on their face, neck, and body, a trace of their shared ancestry with Gormak. Their voices have a slight mechanical tinge to them, making them sound somewhat like a droid or machine. Voss undogo a physical, developmental change during their marriage ceremonies (known as the Rite of Ardor) and do not develop sexually prior to the performance of these rituals.

Society and Culture

The Voss species resides in the isolated mountain-top city of Voss-Ka and is vastly outnumbered on their homeworld by its other native sentient species, the Gormak, who are extremely hostile toward them and from whom they arose. Most Voss live peacefully in Voss-Ka, caring for their families, cultivating the wild plants and maintaining equipment for the Voss commandos in the war against the Gormak, although some Voss do live outside the capital city, such as the Voss Mystics who reside in the Shrine of Healing. The Voss are great lovers of art, and their architecture features a distinctive artistic style. The entire Voss society is guided by the Force visions of Voss Mystics, which are considered infallible without exception.

Names

All Voss have two short names, connected by a hyphen, with the family name being the second one.

  Male Names. Char, Edan, Fadith, Nodin, Orin

  Female Names. Amin, Magra, Tala, Weylin, Yana

  Surnames. -Ko, -La, -Po, -Rae, -Va","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Wisdom score increases by 2, and your Constitution score increases by 1.

\n

Age. Voss reach adulthood in their late teens and live less than a century. They do not reach sexual maturity until they undergo the Rite of Ardor.

\n

Alignment. As Voss culture encourages duty and emotional composure, individuals tend toward a lawful alignment, though there are exceptions.

\n

Size. Voss typically stand 5 to 6 feet tall and generally weigh about 150 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Darkvision. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of grey.

\n

Inscrutable. Your calm demeaner and control make you hard to read. Wisdom (Insight) checks made against you have disadvantage, and you have advantage on any saving throw against an effect that would read your thoughts.

\n

Mystic Healing. You have proficiency in Medicine.

\n

Precognition. You can see brief visions of the future that allow you to turn failures into successes. When you roll a 1 on an attack roll, ability check, or saving throw, you can reroll the die and must use the new roll.

\n

Voss Weapon Training. You have proficiency with the blaster rifle and techblade.

\n

Languages. You can speak, read, and write Galactic Basic and Voss. The Voss language is characterized by it's mystic-sounding word pairings.

"},"skinColorOptions":{"value":"Blue (male) or red (female)"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Orange (male) or blue (female)"},"distinctions":{"value":"Mechanical apperance, unique patterns and markings along face, neck, and body"},"heightAverage":{"value":"4'9\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"105 lb"},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Voss"},"slanguage":{"value":"Voss"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Voss","mode":"=","targetSpecific":false,"id":1,"itemId":"YWrbeoakCuPhpoze","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.wis.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"YWrbeoakCuPhpoze","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"YWrbeoakCuPhpoze","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"YWrbeoakCuPhpoze","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"YWrbeoakCuPhpoze","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"YWrbeoakCuPhpoze","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.med.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"YWrbeoakCuPhpoze","active":false,"_targets":[],"label":"Skills Medicine"},{"modSpecKey":"data.traits.weaponProf.custom","value":"blaster rifle","mode":"+","targetSpecific":false,"id":8,"itemId":"YWrbeoakCuPhpoze","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"techblade","mode":"+","targetSpecific":false,"id":9,"itemId":"YWrbeoakCuPhpoze","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":10,"itemId":"YWrbeoakCuPhpoze","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"voss","mode":"+","targetSpecific":false,"id":11,"itemId":"YWrbeoakCuPhpoze","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Voss.webp","effects":[{"_id":"g7qkdxQGBYGcMDU9","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Voss","mode":5,"priority":5},{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.med.value","value":1,"mode":4,"priority":20},{"key":"data.traits.weaponProf.custom","value":"blaster rifle","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"techblade","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"voss","mode":0,"priority":0},{"key":"flags.sw5e.inscrutable","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.precognition","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Voss.webp","label":"Voss","tint":"","transfer":true}]} -{"_id":"CHsAcIeCOOtMpf3X","name":"Droid, Class IV","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"
\n

Players as Droids

\n

Work with your GM to determine if playing as a droid is appropriate for your campaign. Droids are impervious to many effects and vulnerable to others. If your GM approves this choice of species, work with them to determine your droids designation, name, and appearance. If you want to play a different type of droid, work with your GM to find traits to realize your character.

\n
\n

Appearance

\n

Class IV droids are typically human-like in both shape and size, though there are many advanced models (such as droidekas) that forgo this standardization. They are usually colored to match their affiliation, though personally owned class IV droids might not be. Certain models of class IV droids, such as the HK-series, are made to look like class III droids to disguise their martial nature.

\n

Utility

\n

Class IV droids are programmed for military and security purposes. Such droids tend to perform tasks of violence or combat might be expected. Almost all class IV droids carry weapons. Armed combat droids are among the first droids ever created. Security, gladiator, battle, and assassin droids are all class IV droids.

\n

Names

\n

Droids are typically called by their designation, given to them when they are created, or some affectation given to them by their owner. Often this affectation is a play on their designation.

\n

Occasionally, noteworthy droids will earn monikers based on their accomplishments.

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Strength or Dexterity score increases by 1.

\n

Age. Droids don’t age, though they require maintenance to retain functionality.

\n

Alignment. Droids tend toward no particular alignment. The best and worst are found among them.

\n

Size. Class IV droids typically stand between 5 and 7 feet and weigh about 150 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Type. Your creature type is droid.

\n

Armor Integration. You cannot wear armor, but you can have the armor professionally integrated into your chassis over the course of a long rest. This work must be done by someone proficient with astrotech’s implements. You must be proficient in armor in order to have it integrated.

\n

Droid Resistances. You are resistant to necrotic, poison, and psychic damage, and are immune to poison and disease.

\n

Droid Systems. You do not need to eat or drink. Additionally, you no longer require a tech focus to cast tech powers.

\n

Droid Vulnerabilities. You are vulnerable to ion damage. Additionally, you have disadvantage on saving throws against effects that would deal ion or lightning damage.

\n

Force Insensitive. While droids can be manipulated by many force powers, they can not sense the Force. You can not use force powers or take levels in forcecasting classes.

\n

Maintenance Mode. Rather than sleep, you enter an inactive state to perform routine maintenance for 4 hours each day. You have disadvantage on Wisdom (Perception) checks while performing maintenance.

\n

Martial Protocol. You have proficiency with light and medium armor as well as two simple or martial blasters or vibroweapons of your choice.

\n

Rapid Reconstruction. You are built with internal repair mechanisms. As a bonus action, you can choose to spend one of your Hit Dice to recover hit points.

\n

Languages. You can speak, read, and write Galactic Basic and one language of your choice. You can understand spoken and written Binary, but you cannot speak it.

"},"skinColorOptions":{"value":""},"hairColorOptions":{"value":""},"eyeColorOptions":{"value":""},"distinctions":{"value":""},"colorScheme":{"value":"Varies"},"droidDistinctions":{"value":"Variable size, combat-designed nature, often humanoid"},"heightAverage":{"value":"5'2\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"110 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":""},"slanguage":{"value":""},"manufacturer":{"value":"Holowan Mechanicals, Uxiol Droid Manufacturing"},"droidLanguage":{"value":"Galactic Basic"},"source":"PHB"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Droid%20Class%20IV.webp","effects":[{"_id":"yyg9z15jh6tMBTrg","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":20},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":20},{"key":"data.traits.dr.value","value":"necrotic","mode":0,"priority":20},{"key":"data.traits.dr.value","value":"poison","mode":0,"priority":20},{"key":"data.traits.dr.value","value":"psychic","mode":0,"priority":20},{"key":"data.traits.ci.value","value":"diseased","mode":0,"priority":20},{"key":"data.traits.ci.value","value":"poisoned","mode":0,"priority":20},{"key":"data.traits.dv.value","value":"ion","mode":0,"priority":20},{"key":"data.traits.armorProf.value","value":"lgt","mode":0,"priority":20},{"key":"data.traits.armorProf.value","value":"med","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"binary","mode":0,"priority":20},{"key":"data.details.species","value":"Droid, Class IV","mode":5,"priority":20},{"key":"flags.sw5e.forceInsensitive","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.maintenanceMode","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.rapidReconstruction","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Droid%20Class%20IV.webp","label":"Droid, Class IV","tint":"","transfer":true}]} -{"_id":"CZUVxgj9fFo6Gx2j","name":"Squib","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Squibs are small, sentient, humanoid mammals with both rodent and canine characteristics. Their pink skin is covered in fur that offers some protection from cold weather, but, more importantly, it serves as an olfactory organ, able to pick up scents at a distance and ascertain intrinsic details—such as penetrating through a disguise or identifying a forgery—when rubbed against. The species has both male and female sexes, although non-Squibs often have difficulty determining the sex of a Squib based on appearance alone. Their mouths are full of forbidding, sharp, white teeth, and their flexible cheeks were capable of storing items.

\n

Society and Culture

\n

Squibs are friendly and cheerful to such an extent that, over time, they are considered quite annoying. Squibs are inherently curious, handling items with literal regard to care. They are unabashed pack rats, and they wear clothing for the excess storage rather than necessity. The Squibs' overconfidence is a defining trait. The typical Squib response to a threat is not to fight or flee, but to bluff and bluster, especially when not face-to-face. In person, their sharp teeth are their favored means of intimidation. Squibs believe that bargaining is the highest form of communication, and they believe haggling is more important than the goods themselves. A deal is a binding oath to Squibs, and they are incredibly loyal to their business partners.

\n

Names

\n

Squibs combine their first and last names, which are familial, into one long, hyphenated name. They often go by nicknames derived from their full names. Male and female names do not significantly deviate.

\n

  Full Names. Galaneever-marmalios, Meelawin-demort, Sleerinwilpher-remalior

\n

  Nicknames. Galan, Meela, Wilpher

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Dexterity score increases by 1.

Age. Squibs reach adulthood at nine years of age and live an average of sixty-five years.

Alignment. Squibs' cheerful nature causes them to tend toward the light side, though there are exceptions.

Size. Squibs typically stand 3 to 3 and a half feet tall and weigh around 50 lbs. Regardless of your position in that range, your size is Small.

Speed. Your base walking speed is 25 feet.

Bite. Your sharp teeth are a natural weapon, which you can use to make unarmed strikes. If you hit with it, you deal kinetic damage equal to 1d4 + your Strength modifier.

Business Savvy. A common trait of all Squibs is their desire and love of haggling. Squibs believe a deal is done when both sides believe they got the better of the other. Whenever you make a Charisma (Persuasion) check involving haggling you are considered to have expertise in the Persuasion skill.

Flexible Cheeks. Squibs have flexible cheeks in which they can store small goods. You can store up to two items that weigh a combined total of no more than 2 lb. in your cheeks, and you have advantage on Dexterity (Sleight of Hand) checks made to conceal them.

Hide. Your thick hide is naturally adapted to cold climates, as described in chapter 5 of the Dungeon Master's Guide.

Keen Smell. You have advantage on Wisdom (Perception) checks that rely on smell.

Sensitive Fur. Squibs' fur is exceptionally sensitive to physical details. You have advantage on Intelligence (Investigation) checks that rely on touch.

Undersized. Your small stature makes it hard for you to wield bigger weapons. You can't use heavy shields. Additionally, you can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, you can only wield it in two hands.

Languages. You can speak, read, and write Galactic Basic and Squibbian. The Squibbian language originated as a secret form of communication for Squibs to convey information without being understood.

"},"skinColorOptions":{"value":"Pink"},"hairColorOptions":{"value":"White, gray, black, brown, blue, violet, or red"},"eyeColorOptions":{"value":"Blue, yellow, red, or brown"},"distinctions":{"value":"Curious, overconfident, hagglers"},"heightAverage":{"value":"2'11\""},"heightRollMod":{"value":"+2d4\""},"weightAverage":{"value":"45 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Skor II"},"slanguage":{"value":"Squibbian"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Squib","mode":"=","targetSpecific":false,"id":1,"itemId":"rEdpmBrVX96rCH12","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"rEdpmBrVX96rCH12","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"rEdpmBrVX96rCH12","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"sm","mode":"=","targetSpecific":false,"id":4,"itemId":"rEdpmBrVX96rCH12","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"25","mode":"=","targetSpecific":false,"id":5,"itemId":"rEdpmBrVX96rCH12","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":6,"itemId":"rEdpmBrVX96rCH12","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"squibbian","mode":"+","targetSpecific":false,"id":7,"itemId":"rEdpmBrVX96rCH12","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Squib.webp","effects":[{"_id":"JyXU6gNsxf6u3HUH","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Squib","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"sm","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"25","mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"squibbian","mode":0,"priority":0},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.businessSavvy","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Squib.webp","label":"Squib","tint":"","transfer":true}]} -{"_id":"Cz5JMLKTAIcmZIfu","name":"Miraluka","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

The Miraluka are a near-human species that differs from Humans in that they lack eyes, only retaining vestigial eye sockets, and perceive the environment around them through Force sight instead of regular vision. This vision is so strong that if a Miraluka looks upon a Jedi or Sith, they can \"see\" Force radiating off them. The strength of a Miraluka's connection to the Force varies by individual.

\n

Society and Culture

\n

Miraluka are a thoughtful, cautious, and deliberative species. They have little interest in personal gain or glory. For social reasons, Miraluka hide their appearance by wearing a headband, a mask, or similar concealing headwear. In addition all Miraluka are very united by species. They call themselves \"brothers\" and are considered as members of a great family. As a Force-using species, Miraluka are often quite shocked if 'shown' life not connected to the Force. Many Miraluka worship two gods, Ashla and Bogan, through the philosophy of the Greater Force. They do not believe in good or evil, but were taught to accept both life and death. Miraluka Force-sensitives are an order of their own called the Luka Sene. Academic in atmosphere and culture, the Luka Sene focus primarily on developing the sense-related powers of their members. However, unlike the Jedi, Sith and other traditions, the Luka Sene does not dictate a member's personal life.

\n

Names

\n

Miraluka names are generally two syllables. Miraluka don't use surnames, as they believe they are one family.

\n

  Male Names. Aakih, Pafil, Rikhor, Vociif, Xuwuth

\n

  Female Names. Auchaod, Favom, Mucem, Wilierth

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Wisdom score increases by 2, and your Charisma score increases by 1.

\n

Age. Miraluka reach adulthood in their late teens and live less than a century.

\n

Alignment. Miraluka believe in balance and thus tend toward no particular alignment. The best and worst are found among them.

\n

Size. Miraluka typically stand 5 to 6 feet tall and generally weigh about 150 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Force Sensitive. You know the mind trick at-will Force power. When you reach 3rd level, you can cast the sanctuary Force power once per day. When you reach 5th level, you can also cast the Force confusion power once per day. Wisdom or Charisma (your choice) is your forcecasting ability for these powers.

\n

Force Sight. Miraluka perceive the environment around them through use of the Force. You are constantly under the effects of the force power Force sight, though the power does not require concentration for you.

\n

Languages. You can speak, read, and write Galactic Basic and Miralukese.

"},"skinColorOptions":{"value":"Pale to brown"},"hairColorOptions":{"value":"Black, brown, grey, or white"},"eyeColorOptions":{"value":"None"},"distinctions":{"value":"Lack of physical eyes, inherent Force sight"},"heightAverage":{"value":"4'8\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"110 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Alpheridies"},"slanguage":{"value":"Miralukese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Miraluka","mode":"=","targetSpecific":false,"id":1,"itemId":"O3WefM3k3ZgfhQoe","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.wis.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"O3WefM3k3ZgfhQoe","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"O3WefM3k3ZgfhQoe","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"O3WefM3k3ZgfhQoe","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"O3WefM3k3ZgfhQoe","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":6,"itemId":"O3WefM3k3ZgfhQoe","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"miralukese","mode":"+","targetSpecific":false,"id":7,"itemId":"O3WefM3k3ZgfhQoe","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Miraluka.webp","effects":[{"_id":"8u9KvszXamdVwo8Y","flags":{"dae":{"transfer":true}},"changes":[{"key":"data.details.species","value":"Miraluka","mode":5,"priority":5},{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.speed.value","value":30,"mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"miralukese","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Miraluka.webp","label":"Miraluka","tint":"","transfer":true}]} -{"_id":"DvgR9Gq3sGjEsXKf","name":"Kaleesh","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Tusks protrud from a Kaleesh's upper jaw, and shorter ones jut from their chins. Kaleesh have large pointed ears and long nostrils that stretched close to their eyes. They have very keen olfactory sense and were able to produce pheromones. Most of their facial features are obscured behind the traditional masks they wear, and outsiders rarely see Kaleesh unmasked. They are known to practice polygyny, a form of polygamy, where a male courts multiple wives.

Society and Culture

Kaleesh society is divided into numerous autonomous tribes. War is viewed as an essential and sacred practice, and the culture's large emphasis on honor is known to spur many acts of vengeance among the various tribes. However, when necessary, the tribes will put aside their differences and bond to fend off a common enemy.\r\n\r\nThe Kaleesh are a spiritual people, believing that those who perform great deeds in life became gods in death; therefore, burial places are sacred to them. A large number of temples are devoted to their ancestor gods, the holiest of which was called Shrupak. \r\n\r\nAbesmi, a great monolith of stone in the Jenuwaa Sea, is the place the Kaleesh believed the gods ascended to the heavens. Pilgrims take the perilous voyage to Abesmi to beseech the gods.

Names

Male Kaleesh names are typically one syllable while female are two. Kaleesh surnames are tribal and often use two words.

  Male Names. Bir, Grost, Jick, Xygh, Yles

  Female Names. Dduzu, Glaglo, Runda, Yugdo, Zodey

  Surnames. Jal Greennath, Lij Jum, San Syrro,","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Dexterity score increases by 1.

Age. Kaleesh reach adulthood in their early teens and live to be about 80.

Alignment. Kaleesh tend toward no particular alignment. The best and worst are found among them.

Size. Kaleesh typically stand about five and a half feet tall and weigh about 140 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Darkvision. The thermal pits under a Kaleesh's eyes grant darkvision. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Weapon Training. Kaleesh are adept hunters. You are proficient with the blaster carbine, vibroblade, vibropike, and, vibrospear.

Keen Smell. You have advantage on Wisdom (Perception) checks that rely on smell.

Tracker. You have proficiency in the Survival skill. Additionally, you are considered to have expertise in Wisdom (Survival) checks made to track a creature if that creature has a scent.

Languages. You can speak, read, and write Galactic Basic and Kaleesh.

"},"skinColorOptions":{"value":"Orange, red, or yellow"},"hairColorOptions":{"value":"Black or brown"},"eyeColorOptions":{"value":"Yellow"},"distinctions":{"value":"Bone masks, elongated ears, flat nose, tusks"},"heightAverage":{"value":"5'1\""},"heightRollMod":{"value":"+2d6\""},"weightAverage":{"value":"105 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Kalee"},"slanguage":{"value":"Kaleesh"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Kaleesh","mode":"=","targetSpecific":false,"id":1,"itemId":"LzYVLbkRHK1B3Bwt","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"LzYVLbkRHK1B3Bwt","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"LzYVLbkRHK1B3Bwt","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"LzYVLbkRHK1B3Bwt","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"LzYVLbkRHK1B3Bwt","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"LzYVLbkRHK1B3Bwt","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.weaponProf.custom","value":"blaster carbine","mode":"+","targetSpecific":false,"id":7,"itemId":"LzYVLbkRHK1B3Bwt","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibroblade","mode":"+","targetSpecific":false,"id":8,"itemId":"LzYVLbkRHK1B3Bwt","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibropike","mode":"+","targetSpecific":false,"id":9,"itemId":"LzYVLbkRHK1B3Bwt","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibrospear","mode":"+","targetSpecific":false,"id":10,"itemId":"LzYVLbkRHK1B3Bwt","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.skills.sur.value","value":"1","mode":"+","targetSpecific":false,"id":11,"itemId":"LzYVLbkRHK1B3Bwt","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":12,"itemId":"LzYVLbkRHK1B3Bwt","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"kaleesh","mode":"+","targetSpecific":false,"id":13,"itemId":"LzYVLbkRHK1B3Bwt","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Kaleesh.webp","effects":[{"_id":"uRB8h6A9A9SrsbWe","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Kaleesh","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.weaponProf.custom","value":"blaster carbine","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"vibroblade","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"vibropike","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"vibrospear","mode":0,"priority":0},{"key":"data.skills.sur.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"kaleesh","mode":0,"priority":0},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Kaleesh.webp","label":"Kaleesh","tint":"","transfer":true}]} -{"_id":"EdqGPstDdQBKi178","name":"Ithorian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Ithorians have two mouths and four throats, allowing them to speak in stereo. Female Ithorians have two humps on the back of their head, while males have only one. They have glossy, usually brown flesh. Their reflexes and coordination are somewhat slower than that of average humanoids.\r\n\r\nIn addition to allowing them to speak their unique stereophonic language, the Ithorians' four throats also have the ability to violently expel air, resulting in a deafening and potentially concussive scream. Despite this fact, most Ithorians go their entire lives without ever resorting to violence, and so the ability remained relatively ambiguous.

Society and Culture

Ithorians worship the \"Mother Jungle,\" a spiritual entity embodying the lush, tropical ecology of their world, Ithor. They are generally devoted environmentalists, staunch herbivores, and complete pacifists, devoting much time to contemplating their ecology, studying plants and their uses and the overall respecting of all living things. Most Ithorians never set foot on their own planet, instead living in floating cities above their world called herdships. Only three of their continents have been explored and harvested, the other two never having been touched by Ithorian hands. They demonstrate extreme belief in the protection and sustaining of their environment as dictated by their \"Law of Life.\"

Names

Ithorian names are quite varied in length but most names are soft and melodic. They are often difficult to prounounce by other species, so many Ithorians adopt nicknames.

  Male Names. Del, Gizorthej, Pexxocl, Steorthibs

  Female Names. Binshe, Dhu'sha, Mul, Slosh, Vlo

  Surnames. Afleehl, Crukid, Tondand, Wamunn","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Wisdom score increases by 1.

Age. Ithorians reach adulthood in their late teens and live an average of 85 years.

Alignment. Ithorians tend toward the light side, though there are exceptions.

Size. Shorter Ithorians stand around 6 feet while taller reach over 7 and a half. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Hold Breath. Ithorians have a great lung capacity and can hold their breath for up to 15 minutes at a time.

Sonic Resistance. Ithorians have resistance to sonic damage.

Sonic Scream. You can use your action to violently expell air in a 15-foot cone. When you do so, each creature in the area of the exhalation must make a Wisdom saving throw. The DC for this saving throw equals 8 + your proficiency bonus + your Constitution modifier. A creature takes 2d6 sonic damage on a failed save, and half as much damage on a successful one. The damage increases to 4d6 at 5th level, 6d6 at 11th level, and 8d6 at 17th level. This ability has no effect on constructs.

Languages. You can speak, read, and Ithorese . You can understand spoken and written Galactic Basic, but your vocal cords do not allow you to speak it.

"},"skinColorOptions":{"value":"Brown, dark red or green"},"hairColorOptions":{"value":"Brown, gray, or white"},"eyeColorOptions":{"value":"Black or blue"},"distinctions":{"value":"Curved neck, two mouths, aural flaps, locomotion tubes, throat sack"},"heightAverage":{"value":"5'9\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"135 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Ithor"},"slanguage":{"value":"Ithorese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Ithorian","mode":"=","targetSpecific":false,"id":1,"itemId":"WGW34NsYMSPzzQiU","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"WGW34NsYMSPzzQiU","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"WGW34NsYMSPzzQiU","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"WGW34NsYMSPzzQiU","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"WGW34NsYMSPzzQiU","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.dr.value","value":"Sonic","mode":"+","targetSpecific":false,"id":6,"itemId":"WGW34NsYMSPzzQiU","active":false,"_targets":[],"label":"Traits Damage Resistance"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"WGW34NsYMSPzzQiU","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"ithorese","mode":"+","targetSpecific":false,"id":8,"itemId":"WGW34NsYMSPzzQiU","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Ithorian.webp","effects":[{"_id":"JaGRpRTJPdMx0P4C","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Ithorian","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.dr.value","value":"sonic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"ithorese","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Ithorian.webp","label":"Ithorian","tint":"","transfer":true}]} -{"_id":"FNtH32TCapVTCDGZ","name":"Rodian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

The rodians are green-skinned humanoids from the planet Rodia. They possess distinctive faces: large, round, multifaceted eyes; tapir-like snouts; and a pair of saucer-shaped antennae on their heads, which served to detect vibrations. The flexible snouts augmented the rodians' finely tuned olfactory senses, collecting and filtering the air. Their characteristically large eyes indicated a primarily nocturnal ancestry and were capable of seeing into the infrared part of the spectrum. Due to their love of fighting and active lifestyles, most rodians kept in good condition, normally lean and wiry; however, some wealthy rodians became complacent and obese.

\n

Society and Culture

\n

Rodian culture is obsessed with violence and death, due to behaviors and practices that are ingrained since their earliest ancestry. Their densely packed jungle homeworld is ill-suited for agriculture, requiring rodians to compete with vicious predators for most of their food, some of which can wipe out entire rodian villages. As the rodians developed cunning hunting tactics to survive, the hunt became central to their culture. Eventually, having driven most of the other predators on the planet to near extinction, they began to hunt each other in various wars and gladiatorial contests.

\n

Names

\n

Female names tend to be longer than male names. Surnames are familial.

\n

  Male Names. Dagon, Dwedd, Gweym, Steech, Xeep

\n

  Female Names. Heebmu, Iissi, Teezle, Whunam

\n

  Surnames. Bluchosso, Encekserr, Gieeseaagg

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Constitution score increases by 1.

\n

Age. Rodians reach adulthood in their late teens and live less than a century.

\n

Alignment. Rodian culture's violent focus causes them to tend toward the dark side, though there are exceptions.

\n

Size. Rodians typically stand 5 to 6 feet tall and weigh 160 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Adept Climbers. You have a climbing speed of 30 feet.

\n

Darkvision. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Hunter. You are proficient in Survival and Stealth.

\n

Keen Hearing and Smell. You have advantage on Wisdom (Perception) checks that involve hearing or smell.

\n

Languages. You can speak, read, and write Galactic Basic and Rodese. Rodians can communicate with each other using pheromones. Force-sensitives can detect this communication, though they can't understand it.

"},"skinColorOptions":{"value":"Blue, green, purple, turquoise, or yellow"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Blue, black, green, purple, or red"},"distinctions":{"value":"Large and round pupil-less eyes, snouts, pointed ears, antennae, scaled and usually green skin"},"heightAverage":{"value":"4'9\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"115 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Rodia"},"slanguage":{"value":"Rodese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Rodian","mode":"=","targetSpecific":false,"id":1,"itemId":"GhiozA8Buw9TdeDD","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"GhiozA8Buw9TdeDD","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"GhiozA8Buw9TdeDD","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"GhiozA8Buw9TdeDD","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"GhiozA8Buw9TdeDD","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.speed.special","value":"Climbing (30 ft.)","mode":"=","targetSpecific":false,"id":6,"itemId":"GhiozA8Buw9TdeDD","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":7,"itemId":"GhiozA8Buw9TdeDD","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.sur.value","value":"1","mode":"+","targetSpecific":false,"id":8,"itemId":"GhiozA8Buw9TdeDD","active":false,"_targets":[],"label":"Skills Survival"},{"modSpecKey":"data.skills.ste.value","value":"1","mode":"+","targetSpecific":false,"id":9,"itemId":"GhiozA8Buw9TdeDD","active":false,"_targets":[],"label":"Skills Stealth"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":10,"itemId":"GhiozA8Buw9TdeDD","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"rodese","mode":"+","targetSpecific":false,"id":11,"itemId":"GhiozA8Buw9TdeDD","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Rodian.webp","effects":[{"_id":"FUiWLoJwaDtoE4pp","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Rodian","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.attributes.speed.special","value":"Climbing (30 ft.)","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.sur.value","value":1,"mode":4,"priority":20},{"key":"data.skills.ste.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"rodese","mode":0,"priority":0},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Rodian.webp","label":"Rodian","tint":"","transfer":true}]} -{"_id":"GWtkrShwS7OV9Pm5","name":"Kage","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

The kage are a pale-skinned sentient species native to the caverns in the planet of Quarzite. The kage have a long-time conflict with the belugans, consistently at odds with them. During the Clone Wars, Otua Blank ordered the capture of Pluma Sodi to marry her, she was later given back to the Kage Warriors by Asajj Ventress.

Society and Culture

The kage are a dedicated people of physical excellence; they train tireless and elite fighter-monks known as Kage warriors. They tend to use weapons with electric or disruptive properties, but they are also great fighters in unarmed combat. Kage warriors are respected in Kage society as the greatest calling a kage might follow.\r\n\r\nKage also share an affinity with animals, most notably the native multi-legged milodon, developing a symbiotic relationship. They use the milodon as transport; they can keep pace with the subtram transports that supply belugan strongholds, and launch raids that often catch the belugan security forces off-guard.

Names

Kage names are generally multisyllable with melodic intonations. Surnames are familial.

  Male Names. Baalin, Forta, Krismo, Rafa, Timko

  Female Names. Chena, Fari, Moora, Ooni, Pluma

  Surnames. Buno, Keeli, Nima, Sodi, Tani","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Wisdom score increases by 1.

Age. Kage reach adulthood in their late teens and live less than a century.

Alignment. Kages' rigid sense of honor causes them to tend toward lawful light side, though there are exceptions.

Size. Kage typically stand between 5 and 6 feet tall, and weigh around 150 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Animal Handler. You are proficient in Animal Handling.

Athletic. You have proficiency in the Athletics skill.

Strong-Legged. When you make a long jump, you can cover a number of feet up to twice your Strength score. When you make a high jump, you can leap a number of feet up into the air equal to 3 + twice your Strength modifier.

Sunlight Sensitivity. You have disadvantage on attack rolls and on Wisdom (Perception) checks that rely on sight when you, the target of your attack, or whatever you are trying to perceive is in direct sunlight.

Superior Darkvision. You've lived most of your life without direct sunlight. You can see in dim light within 120 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Unarmed Combatant. Your unarmed strikes deal 1d4 kinetic damage. You can use your choice of your Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.

Weapon Training. Kage are adept warriors. You are proficient with the electroprod and electrostaff.

Languages. You can speak, read, and write Galactic Basic and one language of your choice.

"},"skinColorOptions":{"value":"Gray, white"},"hairColorOptions":{"value":"Gray, pale yellow, white"},"eyeColorOptions":{"value":"Green, pink, red, yellow"},"distinctions":{"value":"Athleticism, pale skin, piercing eyes"},"heightAverage":{"value":"4'9\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"95 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Quarzite"},"slanguage":{"value":"Galactic Basic"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Kage","mode":"=","targetSpecific":false,"id":1,"itemId":"QTUYXHT2mwCXYUsy","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"QTUYXHT2mwCXYUsy","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"QTUYXHT2mwCXYUsy","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"+","targetSpecific":false,"id":4,"itemId":"QTUYXHT2mwCXYUsy","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"QTUYXHT2mwCXYUsy","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.ani.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"QTUYXHT2mwCXYUsy","active":false,"_targets":[],"label":"Skills Animal Handling"},{"modSpecKey":"data.skills.ath.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"QTUYXHT2mwCXYUsy","active":false,"_targets":[],"label":"Skills Athletics"},{"modSpecKey":"data.traits.senses","value":"Darkvision (120 ft.)","mode":"+","targetSpecific":false,"id":8,"itemId":"QTUYXHT2mwCXYUsy","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.weaponProf.custom","value":"electroprod","mode":"+","targetSpecific":false,"id":9,"itemId":"QTUYXHT2mwCXYUsy","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"electrostaff","mode":"+","targetSpecific":false,"id":10,"itemId":"QTUYXHT2mwCXYUsy","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":11,"itemId":"QTUYXHT2mwCXYUsy","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Kage.webp","effects":[{"_id":"i0cnHmFVkjW8q1nQ","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Kage","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":20},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.skills.ani.value","value":1,"mode":4,"priority":20},{"key":"data.skills.ath.value","value":1,"mode":4,"priority":20},{"key":"data.traits.senses","value":"Darkvision (120 ft.)","mode":2,"priority":20},{"key":"data.traits.weaponProf.custom","value":"electroprod","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"electrostaff","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"flags.sw5e.strongLegged","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.unarmedCombatant","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.sunlightSensitivity","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Kage.webp","label":"Kage","tint":"","transfer":true}]} -{"_id":"GcKoJwmJPHCG2Rjt","name":"Geonosian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Geonosians have a hard chitin exoskeleton that provided protection from physical impacts and bouts of radiation that occasionally shower their world. Geonosians are strong despite their thin builds, and are capable of constructing massive hives and factories in concert. The head of a Geonosian is elongated and large with their skulls ridged on the top and by the side where they have bulbous, thick-lidded eyes. Both are physically strong and covered with bony ridges which protected their arms, legs, and vital organs.

Society and Culture

Geonosian society is caste-based with little upward mobility, though some of the lower caste do develop ambition. Workers are conditioned to loathe even the concept of separation from their hive and the system of control. A low-ranking worker's normal life is one of endless toil and labor to satisfy the aristocracy, who are known to make spectacular demands. The warrior caste tend to be highly competitive and are eager to prove themselves. They are born with an abnormal level of intelligence, and one of their only hopes of escape from their rigid duty is entering voluntarily into gladiatorial combat. Should they survive, they are granted freedom. Ultimately, their society exist to benefit those few members that reside in the upper caste. Members of the aristocratic classes are known to be ambitious, domineering, and manipulative. They constantly move towards improving their standing and holdings while sumultaneously working to ruin their rivals.

Names

Geonosian names are usually harsh sounding. Lower castes don't get surnames. Upper caste surnames are familial.

  Male Names. Buck, Goshey, Nik, Sozz, Techtu

  Female Names. Datte, Kida, Miri, Nare, Tenessi

  Surnames. Chak, Hor, Lur, Marpes, Zol","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. You Dexterity score increases by 2, and your Constitution or Intelligence score increases by 1.

Age. Geonosians reach adulthood at 10 and live less than a century.

Alignment. Geonosians' greedy and self-serving nature causes them to tend toward the dark side, though there are exceptions.

Size. Geonosians typically stand from 5 to 6 feet tall and rarely weigh more than 80 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Crafter. Geonosian culture promotes artisanry. You have proficiency in one set of artisan's tools of your choice.

Exoskeleton. You have a thick exoskeleton. While you are unarmored or wearing light armor, your AC is 12 + your Dexterity modifier.

Flight. You have a flying speed of 30 feet. To use this speed, you can't be wearing medium or heavy armor.

Geonosian Weaponry. You have proficiency in simple blasters.

Languages. You can speak, read, and write Galactic Basic and Geonosian. The Geonosian language consists of click consonants through use of a Geonosians' dual mandibles. This makes it difficult for other species to learn to speak it.

"},"skinColorOptions":{"value":"Gray, green, or orange"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Hive-based, winged semi-insectoids"},"heightAverage":{"value":"5'5\""},"heightRollMod":{"value":"+2d4\""},"weightAverage":{"value":"60 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Geonosis"},"slanguage":{"value":"Geonosian"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Geonosian","mode":"=","targetSpecific":false,"id":1,"itemId":"WBiaOzIzielpRhTw","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"WBiaOzIzielpRhTw","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":3,"itemId":"WBiaOzIzielpRhTw","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":4,"itemId":"WBiaOzIzielpRhTw","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.ac.min","value":"12","mode":"=","targetSpecific":false,"id":5,"itemId":"WBiaOzIzielpRhTw","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.attributes.speed.special","value":"Flying (30 ft.)","mode":"=","targetSpecific":false,"id":6,"itemId":"WBiaOzIzielpRhTw","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple blasters","mode":"+","targetSpecific":false,"id":7,"itemId":"WBiaOzIzielpRhTw","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"WBiaOzIzielpRhTw","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"geonosian","mode":"+","targetSpecific":false,"id":9,"itemId":"WBiaOzIzielpRhTw","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Geonosian.webp","effects":[{"_id":"pjSHHuM2UzrJ1wY8","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Geonosian","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.attributes.ac.value","value":"12+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.attributes.speed.special","value":"Flying (30 ft.)","mode":5,"priority":5},{"key":"data.traits.weaponProf.custom","value":"simple blasters","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"geonosian","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Geonosian.webp","label":"Geonosian","tint":"","transfer":true}]} -{"_id":"GxmmS5KqZkxCn3D9","name":"Weequay","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Weequays are humanoids with thick, leathery skin that ranges in color from tan to dark brown. Their faces are lipless, with a frill along each of their jowls.

Society and Culture

Weequays have the ability to communicate with members of their own clan through smell by exuding complex pheromones. This pheromonal language can not be understood by any other species, or even by Weequays of another clan. Only Jedi senses can even tell that two Weequay are communicating. Since each Weequay's pheromones are unique, Weequay have no need for a name within their clan. As a result, speech is only a secondary form of communication for Weequay, and they seldom speak a whole sentence, resulting in Humans mistakenly believing the species to be unintelligent.\r\n\r\nMale Weequay often tie their hair into a long braid each year spent away from their homeworld as a tribute to their home. When they returned, they shaved their braids. Weequays serving the Hutts were often very close to their homeworld, and would only have one or two braids. Female Weequay were usually bald, and did not follow this tradition.

Names

Only Weequay who have to live among other clans, or among non-Weequay, take a personal name. Even then, some are simply referred to as \"Weequay\". In Weequay culture, individual identity is much less important than the clan. As long as the clan survives, a single Weequay is expendable. This results in a sometimes brutal culture.

  Male Names. Chublu, Fah, Kreakk, Og-Rollo, Yurrenn

  Female Names. Gila, Qommi, Palsa, Sex, Xelror

  Surnames. Britreg, Dlur, Klanz, Maub, Semu","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Constitution score increases by 1.

Age. Weequay reach adulthood in their late teens and live less than a century.

Alignment. Weequay ruthlessness and greed cause them to tend toward chaotic dark side, though there are exceptions.

Size. Weequay typically stand about 6 feet tall and weigh 150 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Charming. You have proficiency in Deception or Persuasion.

Darkvision. Your vision can easily cut through darkness. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Keen Smell. You have advantage on Wisdom (Perception) checks that rely on smell.

Tanned. You have tough, leathery skin. While you are unarmored or wearing light armor, your AC is 13 + your Dexterity modifier. Additionally, your thick hide is naturally adapted to hot climates, as described in chapter 5 of the Dungeon Master's Guide.

Languages. You can speak, read, and write Galactic Basic and Sriluurian. You can communicate with other Weequay without speaking through use of pheromones. Force attuned individuals can detect the communication but can't understand it.

"},"skinColorOptions":{"value":"Brown, gray, red, or yellow"},"hairColorOptions":{"value":"Black or blond"},"eyeColorOptions":{"value":"Black, gold, or gray"},"distinctions":{"value":"Tough, leathery skin that provided resistance to blasterfire"},"heightAverage":{"value":"5'5\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"120 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Sriluur"},"slanguage":{"value":"Sriluurian"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Weequay","mode":"=","targetSpecific":false,"id":1,"itemId":"5QK1Z46ue8vQalOI","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"5QK1Z46ue8vQalOI","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"5QK1Z46ue8vQalOI","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"5QK1Z46ue8vQalOI","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"5QK1Z46ue8vQalOI","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"5QK1Z46ue8vQalOI","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.attributes.ac.min","value":"13","mode":"+","targetSpecific":false,"id":7,"itemId":"5QK1Z46ue8vQalOI","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"5QK1Z46ue8vQalOI","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"sriluurian","mode":"+","targetSpecific":false,"id":9,"itemId":"5QK1Z46ue8vQalOI","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Weequay.webp","effects":[{"_id":"wsSPpwrkO8w3mi04","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Weequay","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.attributes.ac.value","value":"13+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"sriluurian","mode":0,"priority":0},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Weequay.webp","label":"Weequay","tint":"","transfer":true}]} -{"_id":"Hryj6S6P3DYsAdtj","name":"Dug","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Dugs are slender, powerfully built beings with a somewhat humanoid build and a unique method of walking that hailed from the high gravity world Malastare. Their primary means of locomotion is their strong arms, and their lower limbs and feet were used for grappling and other fine motor manipulation. They hardly ever walk on their lower limbs. Although most Dugs may walk on all four limbs, others like to use their strong arms as legs and their feet as hands like they would normally do.

Society and Culture

Due to their oppression under their Gran rulers who colonized Malastare, many Dugs often feel the need to throw around their strength in bids to establish dominance. As a result, they are known for their ill-tempered demeanor, and many are bullying thugs.\r\n\r\nOn their homeworld of Malastare, the vast majority of Dugs are little more than laborers toiling for the enrichment of the Gran. With the species excluded from much of the power and money on Malastare, many Dugs turn to swoop racing or bounty hunting as their only means to achieve fame and fortune. In all other areas, the Dugs are exploited.

Names

Dug names are often 3 syllables long, mostly through big sounds rather than harsh tones. There are harsher tones in their names as well though, often in the forms of x's and k's. Female Dugs have softer names, but no one would call them beautiful. Surnames are usually passed down through family or clan.

  Male Names. Bawugri, Gadwouhx, Rorgukwa,

  Female Names. Bosix, Grugne, Jiwous, Pragiba,

  Surnames. Brundaare, Gninsaidi, Kedwir, Randaine","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Dexterity score increases by 1.

Age. Dugs reach adulthood in their early teens and live an average of 75 years. Their violent nature often leads to violent ends.

Alignment. Dugs' angry nature causes them to tend toward the dark side, though there are exceptions.

Size. Dugs typically stand between 3 and 4 feet tall. Regardless of your position in that range, your size is Small.

Speed. Your base walking speed is 25 feet.

Courageous. You have advantage on saving throws against being frightened.

Fisticuffs. Your unarmed strikes deal 1d4 kinetic damage. You can use your choice of your Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.

Fury of the Small. When you damage a creature with an attack or a power and the creature's size is larger than yours, you can cause the attack or power to deal extra damage to the creature. The extra damage equals your level. Once you use this trait, you can't use it again until you finish a short or long rest.

Menacing. You have proficiency in the Intimidation skill.

Strong and Small. You have a climbing speed of 25 feet.

Powerful Build. You count as two sizes larger when determining your carrying capacity and the weight you can push, drag, or lift.

Undersized. Your small stature makes it hard for you to wield bigger weapons. You can't use heavy shields. Additionally, you can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, you can only wield it in two hands.

Languages. You can speak, read, and write Galactic Basic and Dug.

"},"skinColorOptions":{"value":"Brown, purple, gray, or red"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Blue or yellow"},"distinctions":{"value":"Arms used as legs and legs used as arms"},"heightAverage":{"value":"3'2\""},"heightRollMod":{"value":"+2d6\""},"weightAverage":{"value":"50 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Malastare"},"slanguage":{"value":"Dug"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Dug","mode":"=","targetSpecific":false,"id":1,"itemId":"567S1i2cx4Cv10jT","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"567S1i2cx4Cv10jT","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"567S1i2cx4Cv10jT","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"sm","mode":"=","targetSpecific":false,"id":4,"itemId":"567S1i2cx4Cv10jT","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"25","mode":"=","targetSpecific":false,"id":5,"itemId":"567S1i2cx4Cv10jT","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.itm.value","value":"1","mode":"=","targetSpecific":false,"id":6,"itemId":"567S1i2cx4Cv10jT","active":false,"_targets":[],"label":"Skills Intimidation"},{"modSpecKey":"data.attributes.speed.special","value":"Climbing (25 ft.)","mode":"=","targetSpecific":false,"id":7,"itemId":"567S1i2cx4Cv10jT","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"567S1i2cx4Cv10jT","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"dug","mode":"+","targetSpecific":false,"id":9,"itemId":"567S1i2cx4Cv10jT","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Dug.webp","effects":[{"_id":"ZXNTACyNdeD1Y7ui","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Dug","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"sm","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"25","mode":5,"priority":5},{"key":"data.skills.itm.value","value":1,"mode":4,"priority":5},{"key":"data.attributes.speed.special","value":"Climbing (25 ft.)","mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"dug","mode":0,"priority":0},{"key":"flags.sw5e.furyOfTheSmall","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.powerfulBuild","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Dug.webp","label":"Dug","tint":"","transfer":true}]} -{"_id":"HyqiVZiyDKbiPHkM","name":"Cathar","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

The Cathar have fur-covered bodies with thick manes as well as prominent, retractable claws that can deliver powerful killing attacks on foes and prey. Their bodies also possess rapid healing abilities. These traits make them the perfect hand-to-hand specialists. The Cathar species also has two subspecies, known as the Juhani and the Myr Rho. Both of these are notably less catlike than mainline Cathar. Cathar are born into a litter. The Cathar species is biologically similar to the Bothan species.

\n

Society and Culture

\n

On their homeworld, Cathar live in cities built into giant trees, and are organized into clans governed by elders. Stories of their great heroes were often carved into the trunks of these tree-homes for following generations to see. The Cathar mate for life, to the extent that when one mate dies, the survivor never has a relationship with another. Cathar clan society includes great pageants and celebrations, especially for their heroes. Their religion includes a ritual known as the \"Blood Hunt,\" in which Cathar warriors individually engaged in combat against entire nests of Kiltik in order to gain honor and purge themselves of inner darkness. The native language of the Cathar is Catharese, which included the emphasis of some spoken words with a growl.

\n

Names

\n

Cathar names can sound both melodic and fairly gutteral, but they almost always sound strong and fierce. Female names are typically longer than male names. Surnames are usually one syllable.

\n

  Male Names. Crurbirr, Isyrr, Nynorr, Suro, Tukarr

\n

  Female Names. Cuwin, Jyvohr, Mulahr, Solyri

\n

  Surnames. Jin, Ki, Mak, Rhir, Ta

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Charisma score increases by 1.

\n

Age. Cathar reach adulthood in their late teens and live less than a century.

\n

Alignment. Cathar tend toward no particular alignment. The best and worst are found among them.

\n

Size. Cathar range from 5 to 7 feet tall, and can weigh up to 300 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Darkvision. You have a cat's keen senses, especially in the dark. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Leonine Agility. Your reflexes and agility allow you to move with a burst of speed. When you move on your turn in combat, you can double your speed until the end of the turn. Once you use this trait, you can't use it again until you move 0 feet on one of your turns.

\n

Cat's Claws. You have a climbing speed of 20 feet. Additionally, your unarmed strikes deal 1d4 kinetic damage. You can use your choice of your Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.

\n

Cat's Talent. You have proficiency in the Perception and Stealth skills.

\n

Languages. You can speak, read, and write Galactic Basic and Catharese.

"},"skinColorOptions":{"value":"Gold to yellow-brown with dark stripes"},"hairColorOptions":{"value":"Brown, black, or grey"},"eyeColorOptions":{"value":"Yellow or brown"},"distinctions":{"value":"Lion-like features"},"heightAverage":{"value":"4'9\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"130 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Cathar"},"slanguage":{"value":"Catharese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Cathar","mode":"=","targetSpecific":false,"id":1,"itemId":"Ku1ZIFLPqS4PTiFl","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"Ku1ZIFLPqS4PTiFl","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"Ku1ZIFLPqS4PTiFl","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"Ku1ZIFLPqS4PTiFl","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"Ku1ZIFLPqS4PTiFl","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"Ku1ZIFLPqS4PTiFl","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.attributes.speed.special","value":"Climbing (20 ft.)","mode":"+","targetSpecific":false,"id":7,"itemId":"Ku1ZIFLPqS4PTiFl","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.skills.prc.value","value":"1","mode":"+","targetSpecific":false,"id":8,"itemId":"Ku1ZIFLPqS4PTiFl","active":false,"_targets":[],"label":"Skills Perception"},{"modSpecKey":"data.skills.ste.value","value":"1","mode":"+","targetSpecific":false,"id":9,"itemId":"Ku1ZIFLPqS4PTiFl","active":false,"_targets":[],"label":"Skills Stealth"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":10,"itemId":"Ku1ZIFLPqS4PTiFl","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"catharese","mode":"+","targetSpecific":false,"id":11,"itemId":"Ku1ZIFLPqS4PTiFl","active":false,"_targets":[]}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Cathar.webp","effects":[{"_id":"6fYB2NZ236PqSl6p","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Cathar","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.attributes.speed.special","value":"Climbing (20 ft.)","mode":2,"priority":20},{"key":"data.skills.prc.value","value":1,"mode":4,"priority":20},{"key":"data.skills.ste.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"catharese","mode":0,"priority":0},{"key":"flags.sw5e.nimbleAgility","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Cathar.webp","label":"Cathar","tint":"","transfer":true}]} -{"_id":"IM7NrBROnrDOgr0l","name":"Chagrian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Chagrians are born as tadpoles in clutches of three or more and raised in tubs of water in a family's private home. During this time, their arms, legs, and air-breathing lungs develop. Adult Chagrians are truly amphibious, retaining their ability to breathe underwater while also able to function without difficulty in air. They also possess acute low-light vision.

\n

The average Chagrian stands taller than a Human. They are distinguished by two fleshy growths protruding from the sides of their heads, which they call lethorns. As they age, the lethorns thicken. Males also sport two horns growing from the top of their skulls. These were once used in underwater duels to attract a mate, and are seen as a sign of the males' strength and virility. Females lack the superior cranial horns, but had more pronounced and longer posterior head plates; these can reach halfway down their back. Chagrians also have very long black forked tongues.

\n

Society and Culture

\n

As a species, Chagrians are generally peaceful and law-abiding to the point of becoming stoic and obstinate. Many Chagrians are motivated only by basic desires such as sustenance, shelter, and healthcare. Chagrian government ensures that every citizen is cared and provided for, so the standard of living for the poorest Chagrian is high compared to the members of other species. Chagrians who expect violence often wear red.

\n

Names

\n

Chagrian names have a very melodic tone. Male names are typically shorter than female names. Surnames are familial.

\n

  Male Names. Bom, Chen, Fiet, Nedd, Touk

\n

  Female Names. Chavik, Dabai, Fisil, Oolya, Tinto

\n

  Surnames. Kassin, Molya, Nigna, Onirali, Treen

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Wisdom score increases by 1.

\n

Age. Chagrians reach adulthood in their late teens and live an average of 75 years.

\n

Alignment. Chagrians' peace-loving nature causes them to tend toward the light side, though there are exceptions.

\n

Size. Chagrians typically stand between 5 and 6 feet tall and weigh 150 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Amphibious. You can breathe air and water.

\n

Darkvision. You have keen eyesight, especially in the dark. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Natural Resistance. You have advantage on saving throws against poison, and you have resistance against poison damage (explained in chapter 9).

\n

Swim. You have a swimming speed of 30 feet.

\n

Languages. You can speak, read, and write Galactic Basic and Chagri.

"},"skinColorOptions":{"value":"Light to dark blue"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Horns (male), lethorns, black forked tongues"},"heightAverage":{"value":"5'5\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"120 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Champala"},"slanguage":{"value":"Chagri"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Chagrian","mode":"=","targetSpecific":false,"id":1,"itemId":"OeTZyxxYPu7ICMTX","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"OeTZyxxYPu7ICMTX","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"OeTZyxxYPu7ICMTX","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"OeTZyxxYPu7ICMTX","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"OeTZyxxYPu7ICMTX","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"OeTZyxxYPu7ICMTX","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.dr.value","value":"poison","mode":"+","targetSpecific":false,"id":7,"itemId":"OeTZyxxYPu7ICMTX","active":false,"_targets":[],"label":"Traits Damage Resistance"},{"modSpecKey":"data.attributes.speed.special","value":"Swimming (30 ft.)","mode":"+","targetSpecific":false,"id":8,"itemId":"OeTZyxxYPu7ICMTX","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"OeTZyxxYPu7ICMTX","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"chagri","mode":"+","targetSpecific":false,"id":10,"itemId":"OeTZyxxYPu7ICMTX","active":false,"_targets":[]}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Chagrian.webp","effects":[{"_id":"yGJG8HBejLZV4hB0","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Chagrian","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.dr.value","value":"poison","mode":0,"priority":0},{"key":"data.attributes.speed.special","value":"Swimming (30 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"chagri","mode":0,"priority":0},{"key":"flags.sw5e.amphibious","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Chagrian.webp","label":"Chagrian","tint":"","transfer":true}]} -{"_id":"J7HJQkcvghtwMAdF","name":"Anzellan","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

The anzellans are a diminutive species hailing from the secluded planet Anzella. Their eyes have floating corneal micro-lenses that allow them to see microscopic details. Anzellans are a bubbly and receptive people. They are a jovial and trusting people that tend to welcome strangers with open arms. Due to their volcanic homeworld, anzellans are also adapted towards heat. This, coupled with their small size, make them well-suited to working in compact places.

\n

Society and Culture

\n

Anzella is a tropical planet covered in thousands of small volcanic islands. Many of these islands are developed as small villages, with the largest islands designed to accommodate larger species. Anzellan culture is generally based around tourism and crafting; in fact, anzellans are renowned craftsmen due to their discerning eyesight and ability to fit into small spaces. Anzellan government is generally casual. Each village has its own governing council of rotating members; these villages act independently from one another unless their decisions would affect more than a single island. In that case, all of the councils work together to come to a planet-wide decision.

\n

Names

\n

Anzellan names are rarely longer than two syllables, with a bouncy intonation to them. Their surnames are familial.

\n

  Male Names. Babu, Gridel, Moru, Rano, Yodel

\n

  Female Names. Dibi, Fing, Nooni, Teena, Zazi

\n

  Surnames. E'ayoo, Frik, Meer, Tanni, Vrut

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and two other ability scores of your choice increase by 1.

Age. Anzellans are considered adults at ten years old. They are a short-lived species, however, that rarely lives longer than 60 years.

Alignment. Anzellans are a friendly and respectful people, which causes them to tend toward lawful light side, though there are exceptions.

Size. Anzellans stand between 1 and 2 feet tall and weigh around 10 lbs. Regardless of your position in that range, your size is Tiny.

Speed. Your base walking speed is 20 feet.

Crafters. You have proficiency in one tool of your choice.

Detail Oriented. You are practiced at scouring for details. You have advantage on Intelligence (Investigation) checks within 5 feet.

Pintsized. Your tiny stature makes it hard for you to wield bigger weapons. You can't use medium or heavy shields. Additionally, you can't wield weapons with the two-handed or versatile property, and you can only wield one-handed weapons in two hands unless they have the light property.

Puny. Anzellans are too small to pack much of a punch. You have disadvantage on Strength saving throws, and when determining your bonus to attack and damage rolls for weapon attacks using Strength, you can't add more than +3.

Small and Nimble. You are too small and fast to effectively target. You have a +1 bonus to AC, and you have advantage on Dexterity saving throws.

Tanned. You are naturally adapted to hot climates, as described in chapter 5 of the Dungeon Master's Guide.

Technician. You are proficient in the Technology skill.

Tinker. You have proficiency with tinker's tools. You can use these and spend 1 hour and 100 cr worth of materials to construct a Tiny Device (AC 5, 1 hp). You can take the Use an Object action to have your device cause one of the following effects: create a small explosion, create a repeating loud noise for 1 minute, create smoke for 1 minute, create a soothing melody for 1 minute. You can maintain a number of these devices up to your proficiency bonus at once, and a device stops functioning after 24 hours away from you. You can dismantle the device to reclaim the materials used to create it.

Languages. You can speak, read, and write Galactic Basic and Anzellan. Anzellan is characterized by its bouncy sound and emphasis on alternating syllables.

","source":"Expanded Content"},"skinColorOptions":{"value":"Brown, green, or tan"},"hairColorOptions":{"value":"Black, gray, or white"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Diminutive size, wispy eyebrows"},"heightAverage":{"value":"1'0\""},"heightRollMod":{"value":"+2d6\""},"weightAverage":{"value":"3 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Anzella"},"slanguage":{"value":"Anzellan"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Anzellan","mode":"=","targetSpecific":false,"id":1,"itemId":"bIEwmrB96DiRuntI","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"bIEwmrB96DiRuntI","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"tin","mode":"=","targetSpecific":false,"id":3,"itemId":"bIEwmrB96DiRuntI","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"20","mode":"=","targetSpecific":false,"id":4,"itemId":"bIEwmrB96DiRuntI","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.ac.min","value":"1","mode":"+","targetSpecific":false,"id":5,"itemId":"bIEwmrB96DiRuntI","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.skills.tec.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"bIEwmrB96DiRuntI","active":false,"_targets":[],"label":"Skills Technology"},{"modSpecKey":"data.traits.toolProf.custom","value":"Tinker's tools","mode":"+","targetSpecific":false,"id":7,"itemId":"bIEwmrB96DiRuntI","active":false,"_targets":[],"label":"Traits Tool Prof Custom"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"bIEwmrB96DiRuntI","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"anzellan","mode":"+","targetSpecific":false,"id":9,"itemId":"bIEwmrB96DiRuntI","active":false,"_targets":[]}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Anzellan.webp","effects":[{"_id":"ZGdzAq1Gl4xaxDRD","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Anzellan","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"grg","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"20","mode":5,"priority":5},{"key":"data.attributes.ac.value","value":1,"mode":2,"priority":20},{"key":"data.skills.tec.value","value":1,"mode":4,"priority":20},{"key":"data.traits.toolProf.custom","value":"Tinker's tools","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"anzellan","mode":0,"priority":0},{"key":"flags.sw5e.detailOriented","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.pintsized","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.puny","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.tinker","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Anzellan.webp","label":"Anzellan","tint":"","transfer":true}]} -{"_id":"JB327dJNFAiEOxyp","name":"Felucian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Felucians are a tall, bipedal species. Both their arms and legs end in four, large webbed digits with suction-cup fingertips. Springing from the underside of each forearm is a second short arm, ending in three large and agile fingers. A Felucian's head is a thick mass of long flexible tendrils featuring illuminated tips. The eyes and mouth appear as black holes or openings within this mass.

Society and Culture

Felucians are mysterious sentient beings native to the vast fungal swamps and jungles of Felucia. Though Felucia has long been colonized, the native Felucians avoided notice by living deep in the jungle. Such seclusion was easily maintained. Even the hardiest of colonists were loath to brave the perils of the dangerous wilderness without cause.\n\nThe Felucians are an unusual, amphibious species. They are highly adapted to surviving the wilds of their home planet, and fade easily into its confusing mass of plant life. They are equally at home on land or in the water, and they traverse the swamps with ease.\n\nAll Felucians are part of a single, planetwide tribe that is broken down into smaller villages and communities, each one led by shamans and chieftains. These shamans are very strong in the Force, using it to their own ends with incredible skill.

Names

Felucian names are usually two syllables and full of hard consonants. Surnames are a combination of tribe lineage.

  Male Names. Gokkuul, Kargrek, Hagark, Ruggorn

  Female Names. Lakko, Taarell, Duuna, Frula

  Surnames. s'Gokuul, d'Lakko, s'Kargrek, d'Frula","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Wisdom score increases by 1.

\n

Age. Felucians reach adulthood in their late teens and live less than a century.

\n

Alignment. Felucians' connection to the Living Force causes them to tend toward the light side, though there are exceptions.

\n

Size. Felucians typically stand over 6 feet tall and generally weigh about 200 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Force Sensitive. You know the burst at-will Force power. When you reach 3rd level, you can cast the beast trick Force power once per day. When you reach 5th level, you can also cast the plant surge Force power once per day. Wisdom is your forcecasting ability for these powers.

\n

Amphibious. You can breathe air and water.

\n

Stealthy. You are proficient in the Stealth skill.

\n

Mask of the Wild. You can attempt to hide even when you are only lightly obscured by foliage, heavy rain, falling snow, mist, and other natural phenomena.

\n

Languages. You can speak, read, and write Galactic Basic, Felucianese, and one more language of your choice. Felucianese is characterized by guttural, whisper-like vowels, interspersed with hard clicks.

"},"skinColorOptions":{"value":"Gray, with blue, red, or yellow markings"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Red"},"distinctions":{"value":"Extra limb at elbow, innate Force-sensitivity"},"heightAverage":{"value":"5'8\""},"heightRollMod":{"value":"+2d6\""},"weightAverage":{"value":"165 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Felucia"},"slanguage":{"value":"Felucianese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Felucian","mode":"=","targetSpecific":false,"id":1,"itemId":"aMOoVFBHoKmmBPe3","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"aMOoVFBHoKmmBPe3","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"aMOoVFBHoKmmBPe3","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"aMOoVFBHoKmmBPe3","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"aMOoVFBHoKmmBPe3","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.ste.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"aMOoVFBHoKmmBPe3","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"aMOoVFBHoKmmBPe3","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"felucianese","mode":"+","targetSpecific":false,"id":8,"itemId":"aMOoVFBHoKmmBPe3","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Felucian.webp","effects":[{"_id":"0sYjEeYfNqJnGDdC","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Felucian","mode":5,"priority":5},{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.skills.ste.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"felucianese","mode":0,"priority":0},{"key":"flags.sw5e.amphibious","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.maskOfTheWild","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Felucian.webp","label":"Felucian","tint":"","transfer":true}]} -{"_id":"JxGOgqePQT2ztJ64","name":"Zeltron","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Zeltrons are one of the few near-human species that differentiated from the baseline stock enough to be considered a new species of the Human genus, rather than simply a subspecies. They possess two biological traits of note. The first is that they all produce potent pheromones, similar to the Falleen species, which enhanced their attractiveness and likeability. The second is a limited telepathic ability, used to project emotions onto others, as well as allowing them to read and even feel the emotions of others; some Zeltrons have been hired by the Exchange for this ability. Because of their telepathic ability, positive emotions such as happiness, love and pleasure are very important to them, while negative ones such as anger, fear, or depression are shunned.

Society and Culture

Zeltron culture is highly influenced by sexuality and the pursuit of pleasure in general. Most of their art and literature is devoted to the subject, producing some of the raciest pieces in the galaxy. Zeltrons are known to dress in wildly colorful or revealing attire. It's common to see Zeltrons wearing shockingly bright shades of neon colors in wildly designed bikinis, or nearly skin tight clothing of other sorts with bizarre color designs, patterns, and symbols.

Names

Zeltron names often have an air of mystique to them, to evoke sensuality. For a Zeltron, a beautiful face is nothing without an equally beautiful name. It's not uncommon for a Zeltron to forsake their familial surname in favor of a more attractive-sounding one.

  Male Names. Marruc, Bahb, Rahulh, Demagol

  Female Names. Lyshaa, Dani, Vianna, Chantique

  Surnames. D'Pow, Blue, Duare, Sapphire","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Constitution score increases by 1.

Age. Zeltron reach adulthood in their late teens and live about 80 years.

Alignment. Zeltron are a deeply sensual, hedonistic species, causing them to tend toward chaotic balanced or dark side alignments, though there are exceptions.

Size. Zeltron tend to be slender and statuesque, typically standing between 5 and 6 feet tall and rarely weighing more than 150 lb. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Charismatic. You have proficiency with Deception or Persuasion (your choice).

Enthralling Pheromones. You can use your pheromones to influence individuals of both sexes. Whenever you roll a 1 on a Charisma (Persuasion) check, you can reroll the die and must use the new roll. Additionally, once per short or long rest, you can treat a d20 roll of 9 or lower on a Charisma check as a 10. This feature has no effect on droids or constructs.

Natural Empathy. Zeltron's limited telepathy allow them to sense mood shifts in those around them. You have advantage on Wisdom (Insight) checks to determine emotions against humanoids and beasts within 10 feet of you.

Two Livered. Zeltron have two livers, which makes them adept at filtering toxins. You have advantage on saving throws against poison, and you have resistance against poison damage (explained in chapter 9).

Languages. You can speak, read, and write Galactic Basic and one language of your choice.

"},"skinColorOptions":{"value":"Light pink to deep crimson"},"hairColorOptions":{"value":"Blue, brown, pink, or red"},"eyeColorOptions":{"value":"Hazel, silver, amber"},"distinctions":{"value":"Capable of producing powerful pheromones"},"heightAverage":{"value":"4'8\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"90 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Zeltros"},"slanguage":{"value":"Galactic Basic"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Zeltron","mode":"=","targetSpecific":false,"id":1,"itemId":"TSnP7ODGs6vIPQNe","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"TSnP7ODGs6vIPQNe","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"TSnP7ODGs6vIPQNe","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"TSnP7ODGs6vIPQNe","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"TSnP7ODGs6vIPQNe","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.dr.value","value":"poison","mode":"+","targetSpecific":false,"id":6,"itemId":"TSnP7ODGs6vIPQNe","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"TSnP7ODGs6vIPQNe","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Zeltron.webp","effects":[{"_id":"67J2jENh3a5uydk3","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Zeltron","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.dr.value","value":"poison","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"flags.sw5e.enthrallingPheromones","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Zeltron.webp","label":"Zeltron","tint":"","transfer":true}]} -{"_id":"L7jVJxWNNsWAPj6c","name":"Droid, Class V","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"
\n

Players as Droids

\n

Work with your GM to determine if playing as a droid is appropriate for your campaign. Droids are impervious to many effects and vulnerable to others. If your GM approves this choice of species, work with them to determine your droids designation, name, and appearance. If you want to play a different type of droid, work with your GM to find traits to realize your character.

\n
\n

Appearance

\n

Class V droids are typically vaguely human-like in both shape and size, standing at around 6 feet, although many can be larger. They are usually a polished metallic color, though this can vary based on tasks for which they are created, their affiliation, or quirks of their owner.

\n

They are noteworthy for their simple programming and quiet, focused work habits.

\n

Utility

\n

Class V droids are programmed for menial and low-skill tasks. Such droids tend to perform basic tasks such as construction, lifting, maintenance, mining, sanitation, and transportation. Labor droids are fifth-degree droids.

\n

Names

\n

Droids are typically called by their designation, given to them when they are created, or some affectation given to them by their owner. Often this affectation is a play on their designation.

\n

Occasionally, noteworthy droids will earn monikers based on their accomplishments.

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Dexterity or Constitution score increases by 1.

\n

Age. Droids don’t age, though they require maintenance to retain functionality.

\n

Alignment. Droids tend toward no particular alignment. The best and worst are found among them.

\n

Size. Class V droids typically stand between 5 and 7 feet and weigh around 260 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Type. Your creature type is droid.

\n

Armor Integration. You cannot wear armor, but you can have the armor professionally integrated into your chassis over the course of a long rest. This work must be done by someone proficient with astrotech’s implements. You must be proficient in armor in order to have it integrated.

\n

Droid Resistances. You are resistant to necrotic, poison, and psychic damage, and are immune to poison and disease.

\n

Droid Systems. You do not need to eat or drink. Additionally, you no longer require a tech focus to cast tech powers.

\n

Droid Vulnerabilities. You are vulnerable to ion damage. Additionally, you have disadvantage on saving throws against effects that would deal ion or lightning damage.

\n

Force Insensitive. While droids can be manipulated by many force powers, they cannot sense the Force. You can not use force powers or take levels in forcecasting classes.

\n

Maintenance Mode. Rather than sleep, you enter an inactive state to perform routine maintenance for 4 hours each day. You have disadvantage on Wisdom (Perception) checks while performing maintenance.

\n

Manual Laborer. You have proficiency in Athletics and one set of artisan’s implements of your choice.

\n

Powerful Build. Your carrying capacity and the weight you can push, drag, or lift doubles. If it would already double, it instead triples.

\n

Rapid Reconstruction. You are built with internal repair mechanisms. As a bonus action, you can choose to spend one of your Hit Dice to recover hit points.

\n

Languages. You can speak, read, and write Binary. You can understand spoken and written Galactic Basic and one language of your choice, but you cannot speak it.

"},"skinColorOptions":{"value":""},"hairColorOptions":{"value":""},"eyeColorOptions":{"value":""},"distinctions":{"value":""},"colorScheme":{"value":"Typically metallic"},"droidDistinctions":{"value":"Vaguely human-like size and shape, typically quiet"},"heightAverage":{"value":"5'2\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"140 lb."},"weightRollMod":{"value":"x(2d8) lb."},"homeworld":{"value":""},"slanguage":{"value":""},"manufacturer":{"value":"Cybot Galactica, Industrial Automaton"},"droidLanguage":{"value":"Binary"},"source":"PHB"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Droid%20Class%20V.webp","effects":[{"_id":"Z3v7Cj4aSpJg4K8C","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.details.species","value":"Droid, Class V","mode":5,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":20},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":20},{"key":"data.traits.dr.value","value":"necrotic","mode":0,"priority":20},{"key":"data.traits.dr.value","value":"poison","mode":0,"priority":20},{"key":"data.traits.dr.value","value":"psychic","mode":0,"priority":20},{"key":"data.traits.ci.value","value":"diseased","mode":0,"priority":20},{"key":"data.traits.ci.value","value":"poisoned","mode":0,"priority":20},{"key":"data.traits.dv.value","value":"ion","mode":0,"priority":20},{"key":"data.skills.ath.value","value":1,"mode":4,"priority":20},{"key":"flags.sw5e.powerfulBuild","value":"1","mode":5,"priority":20},{"key":"data.traits.languages.value","value":"binary","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":20},{"key":"flags.sw5e.forceInsensitive","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.maintenanceMode","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.rapidReconstruction","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Droid%20Class%20V.webp","label":"Droid, Class V","tint":"","transfer":true}]} -{"_id":"M97eHBrk6ZbAu9CP","name":"Balosar","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Physically similar to humans, balosars appear to be sickly and gaunt when compared with the galaxy's most common species due to the heavy pollution of their homeworld. The most striking difference between balosars and humanity is a pair of antennapalps which sprouts from underneath the thick, coarse hair on their skulls. Retractable, these atennapalps allow them to listen into the subsonic range and give the species physical intuition and preternatural reflexes, which members of the Jedi Order sometimes mistook for Force sensitivity. Balosars also possess an acute tolerance for poisonous substances, a byproduct of life on their toxic homeworld.

\n

Society and Culture

\n

Early in its history, the balosar homeworld was overrun by galactic megacorporations eager to exploit the world's lax ecological protection laws. The planet was home to the balo mushroom, a key ingredient in death sticks, one of the galaxy's most infamous narcotics. After its discovery, Balosar was wrought with corruption, addiction, and pollution from the production and usage of death sticks. Since there is little opportunity to flourish on their homeworld, balosars often leave in search of fortune elsewhere. Their natural resistance to the lethal—but not the addictive—effects of the drug encourages some to enter the death stick business.

\n

Names

\n

Balosar names have a slight exotic tinge to them—often because Balosar parents name their children while on a death stick high. Their surnames are familial.

\n

  Male Names. Barin, Elan, Fantes, Zerba

\n

  Female Names. Delaana, Ferrika, Reki, Vetyl

\n

  Surnames. Cher'dak, Mer'darro, Sel'Sabagno

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Charisma score increases by 1.

Age. Balosars reach adulthood in their late teens and live about 70 years naturally, though death stick addiction has lead to a general decline in their lifespan.

Alignment. Balosars are notoriously cynical, selfish, and pragmatic, causing most to be neutral dark side. However, there are exceptions.

Size. Balosar stand at an average height of about 5 feet, and weigh about 115 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Keen Hearing. Your antennapalps give you advantage on Wisdom (Perception) checks based on hearing.

Snap Senses. Through your antennapalps, you can sense incoming danger and react accordingly. When you roll for initiative, you can choose to gain advantage on the roll. Alternatively, if you are surprised, you may act normally on your first turn. Once you've used this trait, you can't use it again until you finish a short or long rest.

Spicer. You are proficient in spicer's tools.

Toxin Resistance. You have advantage on saving throws against poison, and you have resistance against poison damage (explained in chapter 9).

Languages. You can speak, read, and write Galactic Basic and Balosur. Balosur is known by its throaty rasps and deep vocalizations, and is considered crude as a written language.

"},"skinColorOptions":{"value":"Pale"},"hairColorOptions":{"value":"Black, blond, orange, brown, white"},"eyeColorOptions":{"value":"Varies"},"distinctions":{"value":"Antennapalps, resistance to toxins"},"heightAverage":{"value":"4'8\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"100 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Balosar"},"slanguage":{"value":"Balosur"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Balosar","mode":"=","targetSpecific":false,"id":1,"itemId":"v95gSSuo462HMJYl","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"v95gSSuo462HMJYl","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"v95gSSuo462HMJYl","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"v95gSSuo462HMJYl","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"v95gSSuo462HMJYl","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.dr.value","value":"poison","mode":"+","targetSpecific":false,"id":7,"itemId":"v95gSSuo462HMJYl","active":false,"_targets":[],"label":"Traits Damage Resistance"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"v95gSSuo462HMJYl","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"balosur","mode":"+","targetSpecific":false,"id":9,"itemId":"v95gSSuo462HMJYl","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.toolProf.value","value":"spice","mode":"+","targetSpecific":false,"id":10,"itemId":"GcPfseXCDeXeu6az","active":false,"_targets":[],"label":"Traits Tool Prof"}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Balosar.webp","effects":[{"_id":"DkWzA7SfsdXIq6aA","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Balosar","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.dr.value","value":"poison","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"balosur","mode":0,"priority":0},{"key":"data.traits.toolProf.value","value":"spice","mode":0,"priority":0},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Balosar.webp","label":"Balosar","tint":"","transfer":true}]} -{"_id":"McXHDKzwk3yHyscH","name":"Kaminoan","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Kaminoans' evolution from aquatic creatures in the vast oceans of Kamino is reflected in their tall shape, glassy coated eyes, near luminescent skin, and long, thin necks. The almond-shaped eyes of kaminoans are also able to see color in the ultraviolet spectrum. While female kaminoans are bald, males possess headcrests and fin ridges along the rear of their small, bulbous skulls.

Society and Culture

The kaminoans see themselves as a superior form of life, but nevertheless remained polite to outsiders. To them any species seeking self-improvement is worthy of respect, but those who do not are obviously inferior; self-improvement has a central role in Kaminoan society. Through the development and mastery of selective breeding, genetics, and cloning, the kaminoans were able to overcome a cataclysm that pushed them to the brink of extinction. \n\nKaminoans live in a caste based society, determined by the color of the kaminoan's eyes. Gray eyed individuals handle administration and are considered of the highest-level caste; middle castes had yellow eyes and handle the skilled work; and lower castes had blue eyes and perform manual labor and other menial tasks. Although it is extremely rare, kaminoans are sometimes born with green eyes. Those are viewed as genetically inferior and as a threat to the kaminoans' well ordered society and as such are exterminated shortly after birth.

Names

Kaminoan names typically are composed by around two syllables and a brief surname.

  Male Names. Lama, Ni, Orun, Koa

  Female Names. Taun, Ko, Nala, Kina

  Surnames. Ha, Su, We, Sai, Wa","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2 and your Wisdom score increases by 1.

\n

Age. Kaminoans reach adulthood at 11 years old and live around 100 years.

\n

Alignment. Kaminoans highly organized society lead individuals to tend toward a lawful alignment, though there are exceptions.

\n

Size. Kaminoans typically stand 7 to 8 feet tall and weigh around 150 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Geneticist. You have proficiency in the Medicine skill.

\n

Long-Limbed. When you make a melee attack on your turn, your reach for it is 5 feet greater than normal.

\n

Tech Dabbler. You know the temporary boost at-will tech power. Intelligence is your techcasting ability for this power. You do not require use of a wristpad for this powers.

\n

Ultraviolet Sight. Whenever you make a Wisdom (Perception) check related to sight, you are considered to have expertise in the Perception skill.

\n

Languages. You can speak, read, and write Galactic Basic and Kaminoan. Kaminoan is characterized by its flowing water-like sound.

"},"skinColorOptions":{"value":"White"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Grey, yellow, blue, green"},"distinctions":{"value":"Very tall, long limbs, long necks"},"heightAverage":{"value":"6'4\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"150 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Kamino"},"slanguage":{"value":"Kaminoan, Galactic Basic"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Kaminoan","mode":"=","targetSpecific":false,"id":1,"itemId":"PKrdvMip9Lfs98d5","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"PKrdvMip9Lfs98d5","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"PKrdvMip9Lfs98d5","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"PKrdvMip9Lfs98d5","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"PKrdvMip9Lfs98d5","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.med.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"PKrdvMip9Lfs98d5","active":false,"_targets":[],"label":"Skills Medicine"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"PKrdvMip9Lfs98d5","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"kaminoan","mode":"+","targetSpecific":false,"id":8,"itemId":"PKrdvMip9Lfs98d5","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Kaminoan.webp","effects":[{"_id":"bAvoarff91YbaQxe","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Kaminoan","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.skills.med.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"kaminoan","mode":0,"priority":0},{"key":"flags.sw5e.longlimbed","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Kaminoan.webp","label":"Kaminoan","tint":"","transfer":true}]} -{"_id":"N33394CnzydgJNbk","name":"Zygerrian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

The Zygerrians are a bipedal, sentient humanoid species. Feline in appearance, the species possesses strong, angular features, with long fangs jutting from their jaws and claws extending from their hands. The Zygerrians' faces and their pointed ears are almost entirely covered with fur; males usually have more hair than females, with bands of fur growing on their cheeks. Male Zygerrians also display a number of bony spurs protruding from the chin, which females typically lack. Zygerrians usually have sallow complexions and are physically strong, but some suffer from obesity.

\n

Society and Culture

\n

A warlike species, the Zygerrians hold strength—both physical and mental—in great esteem, viewing it as a means to gain power and authority. They believe that it is the natural order of life for the strong to dominate the weak, so slavery is normal for the species, and a display of weakness could mean death or enslavement in their culture. Those who become their slaves are viewed as inferior by the Zygerrians. Zygerrian society is organized into clans and classes. They have a noble class, many members of which, despite their high status, pursue a career in the military. The Zygerrian government is a monarchy; female rulers hold the title of Queen, and males are addressed as Kings. The center of the Zygerrian society is the Zygerrian Slavers Guild, which focuses on the slave trade in the Outer Rim Territories.

\n

Names

\n

Zygerrian names are rather diverse, though shorter names are the most common. Surnames are familial.

\n

  Male Names. Agruss, Darts, Atai, Sono

\n

  Female Names. Miraj, Faralhi, Latrans, MaDall

\n

  Surnames. D'nar, Molec, Scientel, Thanda, Tyne

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Intelligence score increases by 1.

Age. Zygerrians reach adulthood in their late teens and live less than a century.

Alignment. Zygerrian culture's emphasis on subjugation and strength causes them to tend towards chaotic dark side, though there are exceptions.

Size. Zygerrians normally stand between 5 to 6 feet tall and weigh about 140 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Acrobatic. You have proficiency in Acrobatics.

Claws. Your unarmed strikes deal 1d4 kinetic damage. You can use your choice of your Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.

Darkvision. You have a cat's keen senses, especially in the dark. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Notorious Slavers. Whenever you make an ability check related to the buying, selling, or controlling of slaves, you are considered proficient in the check. If you would already be proficient, you instead have expertise.

Reputation for Cruelty. You are proficient in Intimidation, as well as the saberwhip and vibrowhip.

Languages. You can speak, read, and write Galactic Basic and Zygerrian. Zygerrian is characterized by its subtle growls and purrs.

"},"skinColorOptions":{"value":"Light tones"},"hairColorOptions":{"value":"Black, brown, gray, or red"},"eyeColorOptions":{"value":"Blue or yellow"},"distinctions":{"value":"Large pointed ears, clawed hands, fur-covered faces, bony facial spurs"},"heightAverage":{"value":"5'1\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"120 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Zygerria"},"slanguage":{"value":"Zygerrian"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Zygerrian","mode":"=","targetSpecific":false,"id":1,"itemId":"6MO90piX6tJOvvqL","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"6MO90piX6tJOvvqL","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"6MO90piX6tJOvvqL","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"6MO90piX6tJOvvqL","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"6MO90piX6tJOvvqL","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.acr.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"6MO90piX6tJOvvqL","active":false,"_targets":[],"label":"Skills Acrobatics"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":7,"itemId":"6MO90piX6tJOvvqL","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.itm.value","value":"1","mode":"+","targetSpecific":false,"id":8,"itemId":"6MO90piX6tJOvvqL","active":false,"_targets":[],"label":"Skills Intimidation"},{"modSpecKey":"data.traits.weaponProf.custom","value":"saberwhip","mode":"+","targetSpecific":false,"id":9,"itemId":"6MO90piX6tJOvvqL","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibrowhip","mode":"+","targetSpecific":false,"id":10,"itemId":"6MO90piX6tJOvvqL","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":11,"itemId":"6MO90piX6tJOvvqL","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"zygerrian","mode":"+","targetSpecific":false,"id":12,"itemId":"6MO90piX6tJOvvqL","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Zygerrian.webp","effects":[{"_id":"zFWMZ7TZhGP32ghr","flags":{"dae":{"transfer":true}},"changes":[{"key":"data.details.species","value":"Zygerrian","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.speed.value","value":30,"mode":5,"priority":5},{"key":"data.skills.acr.value","value":1,"mode":4,"priority":20},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.itm.value","value":1,"mode":4,"priority":20},{"key":"data.traits.weaponProf.custom","value":"saberwhip","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"vibrowhip","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"zygerrian","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Zygerrian.webp","label":"Zygerrian","tint":"","transfer":true}]} -{"_id":"NsmER4B8ezabPZIt","name":"Barabel","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Barabel are a bipedal species of reptilians who are covered in very tough dark colored scales. Evolved from nocturnal lizards, the Barabel adapted a thick layer of fat which allowed them to remain active and not sluggish when temperatures dropped. A blaster set on stun would not damage them at all or slow them down, as it would merely bounce off their scales. Barabel are able to shed their tails if necessary, an ability that proved the undoing of many startled foes. They also possess heavy retractable claws along with needle sharp teeth which can grow to be 2 inches in length. A carnivorous species, Barabel possess two stomachs in order to process the massive amount of food they required to survive.

\n

Society and Culture

\n

Living in low tech communities ranging from a few dozen individuals to no more than ten thousand, the Barabel community is built around a warren where the group thrives and hunted from. The Barabel species is noted for its hunting and tracking prowess; many of their actions are fueled by their hunting instincts, leading to the general feeling that Barabel are always angry. They are well known for their aggression but are also extremely loyal. They also have a great deal of respect for the Jedi because of their first experiences with a Jedi Master who settled a dangerous clan dispute. Apologies, whether for a misdeed or in sympathy, are an unknown concept to Barabel and are considered insulting.

\n

Names

\n

Barabel names are harsh and gutteral. Female names are often softer. Surnames are warren-based.

\n

  Male Names. Anidroks, Bridiz, Trurzuk, Vilzinok

\n

  Female Names. Alge, Bulzo, Ekthamo, Inako, Nolku

\n

  Surnames. Akken, Dutarca, Khigta, Srabulgid, Zhomo

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Dexterity score increases by 1.

Age. Barabel reach adulthood in their late teens and live less than a century.

Alignment. Barabel aggression causes them to tend toward the dark side, though there are exceptions.

Size. Barabel typically stand between 6 and 7 feet tall and weigh about 200 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Claws. Barabel have retractable claws. You are proficient with your claws, which deal 1d4 kinetic damage on a hit.

Darkvision. You have a keen eyesight, especially in the dark. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Hide. You have a thick hide. While you are unarmored or wearing light armor, your AC is 13 + your Dexterity modifier. Additionally, your thick hide is naturally adapted to cold climates, as described in chapter 5 of the Dungeon Master's Guide.

Hungry Jaws. As a bonus action, you can make a special attack with your bite. If the attack hits, it deals 1d4 kinetic damage, and you gain temporary hit points (minimum of 1) equal to your Constitution modifier, and you can't use this trait again until you finish a short or long rest.

Hunter. You are proficient in Survival.

Prehensile Tail. You have supreme control over your tail and can use it to manipulate objects as well as your hands.

Languages. You can speak, read, and write Galactic Basic and Barabel. The Barabel language is characterized by its barks and hisses.

"},"skinColorOptions":{"value":"Black, green, grey, or red"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black or red"},"distinctions":{"value":"Four-fingered hands, two inch long teeth"},"heightAverage":{"value":"5'7\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"140 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Barab I"},"slanguage":{"value":"Barabel"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Barabel","mode":"=","targetSpecific":false,"id":1,"itemId":"EpkPitX3yM3P6cOO","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"EpkPitX3yM3P6cOO","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"EpkPitX3yM3P6cOO","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"EpkPitX3yM3P6cOO","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"EpkPitX3yM3P6cOO","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"EpkPitX3yM3P6cOO","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.attributes.ac.min","value":"13","mode":"=","targetSpecific":false,"id":7,"itemId":"EpkPitX3yM3P6cOO","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.skills.sur.value","value":"1","mode":"+","targetSpecific":false,"id":8,"itemId":"EpkPitX3yM3P6cOO","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"EpkPitX3yM3P6cOO","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"barabel","mode":"+","targetSpecific":false,"id":10,"itemId":"EpkPitX3yM3P6cOO","active":false,"_targets":[]}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Barabel.webp","effects":[{"_id":"rZWNCSEJqZsjLbV5","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Barabel","mode":5,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":20},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":20},{"key":"data.traits.senses","value":"Darkvision (60 ft)","mode":2,"priority":20},{"key":"data.attributes.ac.value","value":"13+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.skills.sur.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"barabel","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Barabel.webp","label":"Barabel","tint":"","transfer":true}]} -{"_id":"OuhJJKGhm1uKqaXb","name":"Sith Pureblood","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Sith are a proud and violent species of humanoids that evolved on Korriban, a planet within the Horuset system in an isolated Outer Rim region called the Stygian Caldera. Sith have a larger than average number of individuals with potential to use the Force in their species, so high in fact that the entire species was considered strongly Force-sensitive.

Sith purebloods are characterized by their expressive facial appendages, bone spurs, cranial horns, and predatory gaze.

Society and Culture

Sith culture is a rigid and stratified caste-based society. For the sith, war and violence are just as much a part of the natural order of life as peace or serenity. Though they are in an almost constant state of war, their civilization is quite sophisticated; they see these acts not as cruel or barbaric, but simply basic aspects of existence. Their constant warring led to a dwindling of the population on their original homeworld of Korriban as well as cultivated an intensely xenophobic society.

Names

Sith pureblood names are not conventional. They are often named for virtues in the Sith tongue. Sith rarely share surnames, since they do not value family ties. When a sith pureblood achieves a success or victory, they often change their name to match their perceived newfound status. Since Force-sensitivity is common in sith purebloods, and their culture is built around strength, most sith are called simply \"My Lord,\" or some other epithet, by their underlings.

  Male Names. Aqorzum, Khashai, Sihmot, Wirjol

  Female Names. Aqurwia, Cliriu, Nupax, Ubhesosiuth

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Strength or Dexterity score increases by 1.

\n

Age. Sith reach adulthood in their late teens and live less than a century.

\n

Alignment. The cruelty of the Sith causes them to tend toward chaotic dark side, though there are exceptions.

\n

Size. Sith generally stand between 5 and 6 feet tall and weigh less than 200 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Darkvision. Your vision can easily cut through darkness. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Force Sensitive. You know the denounce at-will force power. When you reach 3rd level, you can cast the curse force power once per day. When you reach 5th level, you can also cast the darkness force power once per day. Charisma is your forcecasting ability for these powers.

\n

Menacing. You gain proficiency in the Intimidation skill.

\n

Sadistic. You have proficiency with saberwhips, vibrowhips, and nets.

\n

Languages. You can speak, read, and write Galactic Basic and Sith. Sith is an agglutinative language, in which words or even phrases were made up of linear sequences of distinct meaningful units.

"},"skinColorOptions":{"value":"Black or red"},"hairColorOptions":{"value":"Black, brown, gray, red, or white"},"eyeColorOptions":{"value":"Orange, red, or yellow"},"distinctions":{"value":"Tentacle facial appendages, often wear jewelry or have tattoos, bone spurs"},"heightAverage":{"value":"4'8\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"110 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Korriban"},"slanguage":{"value":"Sith"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Sith Pureblood","mode":"=","targetSpecific":false,"id":1,"itemId":"asPxOGoIYdH7PZxC","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"asPxOGoIYdH7PZxC","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":3,"itemId":"asPxOGoIYdH7PZxC","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":4,"itemId":"asPxOGoIYdH7PZxC","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":5,"itemId":"asPxOGoIYdH7PZxC","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.itm.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"asPxOGoIYdH7PZxC","active":false,"_targets":[],"label":"Skills Intimidation"},{"modSpecKey":"data.traits.weaponProf.custom","value":"saberwhips","mode":"+","targetSpecific":false,"id":7,"itemId":"asPxOGoIYdH7PZxC","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibrowhips","mode":"+","targetSpecific":false,"id":8,"itemId":"asPxOGoIYdH7PZxC","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"nets","mode":"+","targetSpecific":false,"id":9,"itemId":"asPxOGoIYdH7PZxC","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":10,"itemId":"asPxOGoIYdH7PZxC","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"sith","mode":"+","targetSpecific":false,"id":11,"itemId":"asPxOGoIYdH7PZxC","active":false,"_targets":[],"label":"Traits Language"}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Sith%20Pureblood.webp","effects":[{"_id":"C3lStl981RznrCtr","flags":{"dae":{"transfer":true}},"changes":[{"key":"data.details.species","value":"Sith Pureblood","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.speed.value","value":30,"mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.itm.value","value":1,"mode":4,"priority":20},{"key":"data.traits.weaponProf.custom","value":"saberwhips","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"vibrowhips","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"nets","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"sith","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Sith%20Pureblood.webp","label":"Sith Pureblood","tint":"","transfer":true}]} -{"_id":"P2leghGAe1BGY5wb","name":"Falleen","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

The Falleen are distinguished by their mottled green or red skin, ridged skulls, and their long, black hair which they typically wear in ponytails. The sleek symmetry of their features, calculating and cold demeanors, their exotic looks, and their ability to alter their skin pigmentation make the Falleen often considered to be among the most aesthetically pleasing beings in the galaxy. In addition to their strikingly beautiful appearance, the Falleen exude pheromones which makes them all but irresistible to both sexes.\r\n\r\nThe Falleen are semi-aquatic, being able to hold their breath underwater for an extended period of time. Fallen are one of few species that are resistant to manipulation by the Force.

Society and Culture

Falleen society is of a feudal nature, with noble houses ruling over the lower classes. The upper echelons of Falleen aristocracy are rife with politics and intrigue, though they rarely spill blood over disputes or reduce themselves to open warfare.\r\n\r\nAs a cold-blooded species, the Falleen respect discipline and control, particularly self-control. They tend to shun public displays of emotion, and are very patient. As a result of this attitude, they tend to look down on the more openly passionate, whom they see as lacking self-control. Indeed, the Falleen as a species have a towering sense of superiority, reflecting on their view of Falleen as the civilized and cultural center of the galaxy, rather than Coruscant.

Names

Falleen favor names with Z and X sounds. They are usually accompanied by a surname, which is familial.

  Male Names. Xomit, Xizor, Xist, Zenex, Zurros

  Female Names. Xora, Trezza, Mylla, Zule, Annaz

  Surnames. Grunseit, Croom, Moz, Xiss, Mythric","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Dexterity score increases by 1.

Age. Falleen reach adulthood in their late teens and live up to 250 years.

Alignment. Falleen societal structure causes them to tend to be lawful balanced, though there are exceptions.

Size. Falleen typically stand between 5 and 6 feet tall and weigh around 165 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Closed Mind. Falleen brains have an unusual composition which make them resistant to influence from the Force. You have advantage on Wisdom and Charisma saving throws against force powers.

Enthralling Pheromones. You can use your pheromones to influence individuals of both sexes. Whenever you roll a 1 on a Charisma (Persuasion) check, you can reroll the die and must use the new roll. Additionally, once per short or long rest, you can treat a d20 roll of 9 or lower on a Charisma check as a 10. This feature has no effect on droids or constructs.

Hold Breath. You can hold your breath for up to 1 hour at a time.

Mask of the Wild. You can attempt to hide even when you are only lightly obscured by foliage, heavy rain, falling snow, mist, and other natural phenomena.

Languages. You can speak, read, and write Galactic Basic and Falleen. Falleen is characterized by its common use of the Z and X sounds, of which the Falleen are fond.

"},"skinColorOptions":{"value":"Green, red"},"hairColorOptions":{"value":"Black"},"eyeColorOptions":{"value":"Black, brown"},"distinctions":{"value":"Ridged skulls, dorsal spine"},"heightAverage":{"value":"4'7\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"110 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Falleen"},"slanguage":{"value":"Falleen"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Falleen","mode":"=","targetSpecific":false,"id":1,"itemId":"gZKFKS3Z6Hs8aoaT","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"gZKFKS3Z6Hs8aoaT","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"gZKFKS3Z6Hs8aoaT","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"gZKFKS3Z6Hs8aoaT","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"gZKFKS3Z6Hs8aoaT","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":6,"itemId":"gZKFKS3Z6Hs8aoaT","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"falleen","mode":"+","targetSpecific":false,"id":7,"itemId":"gZKFKS3Z6Hs8aoaT","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Falleen.webp","effects":[{"_id":"MG89qb6cGFBKJaYv","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Falleen","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"falleen","mode":0,"priority":0},{"key":"flags.sw5e.closedMind","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.maskOfTheWild","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.enthrallingPheromones","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Falleen.webp","label":"Falleen","tint":"","transfer":true}]} -{"_id":"PdCbLZ4P5FLi3EAB","name":"Gand","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Gand are sentient, stocky humanoids whose insectoid bodies are covered in a chitinous exoskeleton. The natural armor allow the Gand to shrug off injuries that would cripple most other species. The exoskeleton provides extra protection in the clavicle region, which prevented most nerve or pressure-point strikes to the neck and shoulders. In addition, Gands have the remarkable ability to regrow lost limbs. If a Gand is dismembered, it can regrow a lost limb in a few days.

\n

Society and Culture

\n

Gand society places heavy importance on the achievements of an individual and holds that an individual has no name, and thus no worth, until he or she proves otherwise. The speech patterns of Gands utilize third-person self-reference within each level of identity earned. Young or unproven Gands are all called \"Gand,\" as they are considered merely aspects of the same whole. Major accomplishments earn the use of a family surname. Mastering a skill, such as becoming a findsman, allows for the use of the given name, all with third-person self-reference. This manner of speaking is common within the spoken and written Gand language but is more predominant when a Gand speaks Basic; it is often a source of amusement to outsiders.

\n

Names

\n

Until a Gand has earned the use of a name, they go simply by the term \"Gand.\" Gand speak in the third person and refer to themselves by name. Often, when a Gand feels shamed, they will stop referring to themselves by their name and revert to calling themselves \"Gand\" until they prove themselves again. Male and female names are not distinct.

\n

  First Names. C'nyir, Dash, Iglid, Kyuffax, T'rix

\n

  Surname. Diqlu, Krakee, Praafri, Quudya, Zooq

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Intelligence score increases by 1.

Age. Gand reach adulthood when they earn their name, which is usually in their teens, and live to be about 70 on average.

Alignment. Gand tend toward no particular alignment. The best and worst are found among them.

Size. Gand stand 4 to 6 feet tall and weigh around 100 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Exoskeleton. You have a thick exoskeleton. While you are unarmored or wearing light armor, your AC is 12 + your Dexterity modifier.

Gand Resilience. You have advantage on saving throws against poison, and you have resistance against poison damage (explained in chapter 9).

Lungless. Gand do not have lungs, and therefore do not need to breathe.

Regenerative. When you take damage, you can use your reaction and expend a Hit Die to regain hit points as long as the damage would not reduce your hit points to 0.

Languages. You can speak, read, and write Galactic Basic and Gand. The Gand language does not use pronouns as Gand refer to themselves in the third person, so often Gand who speak Galactic Basic are difficult to understand.

"},"skinColorOptions":{"value":"Varying shades of brown, green, and purple"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Brown, black, green, or silver"},"distinctions":{"value":"Exoskeletons, three-fingered hands"},"heightAverage":{"value":"4'1\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"75 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Gand"},"slanguage":{"value":"Gand"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Gand","mode":"=","targetSpecific":false,"id":1,"itemId":"8K1ukONfKYTqLYj4","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"8K1ukONfKYTqLYj4","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"8K1ukONfKYTqLYj4","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"8K1ukONfKYTqLYj4","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"8K1ukONfKYTqLYj4","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.ac.min","value":"12","mode":"=","targetSpecific":false,"id":6,"itemId":"8K1ukONfKYTqLYj4","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.traits.dr.value","value":"poison","mode":"+","targetSpecific":false,"id":7,"itemId":"8K1ukONfKYTqLYj4","active":false,"_targets":[],"label":"Traits Damage Resistance"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"8K1ukONfKYTqLYj4","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"gand","mode":"+","targetSpecific":false,"id":9,"itemId":"8K1ukONfKYTqLYj4","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Gand.webp","effects":[{"_id":"sfGWShWGtQCdHlHC","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Gand","mode":5,"priority":5},{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.attributes.ac.value","value":"12+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.traits.dr.value","value":"poison","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"gand","mode":0,"priority":0},{"key":"flags.sw5e.regenerative","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Gand.webp","label":"Gand","tint":"","transfer":true}]} -{"_id":"Pwk6VymX6vZQfwK3","name":"Umbaran","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Umbarans, called the \"Shadow People\" by some, are a near-human species characterized by their pale, bluish skin and colorless, sunken eyes. Their homeworld, Umbara, is situated deep within the Ghost Nebula, and receives almost no direct light from the planet's primary star. As a result, Umbaran eyes are well-adjusted to seeing in low light, and can see into the ultraviolet spectrum, but can be disoriented by bright light.

\n

Society and Culture

\n

Umbaran society is strictly divided into a leveled caste system, with most Umbarans constantly scheming to improve their social rank, using tactics such as blackmail, subterfuege, and even assassination if necessary. Only those within the ten highest caste tiers were given opportunities to leave their homeworld. Because of the cutthroat machinations required to get there, Umbarans in the wider galaxy are known as skilled, ruthless politicians. This reputation is enhanced by the Umbarans' talents for reading and influencing the emotions of others. Umbara developed its own technological advances separate from galactic society, and possessed technology that was in many fields far more advanced than the galactic standard.

\n

Names

\n

Umbaran names are typically no more than one or two syllables. Surnames are familial.

\n

  Male Names. Mee, Pir, Nyss, Moshenu
  Female Names. Sly, Syll, Myn, Sata
  Surnames. Deechi, Moore, Phobi, Nenn

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Charisma or Wisdom score increases by 1.

\n

Age. Umbarans reach adulthood in their late teens and live less than a century.

\n

Alignment. Umbarans' desire to improve their social standing at all costs causes them to tend towards chaos, though there are exceptions

\n

Size. Umbarans typically stand 5 to 6 feet tall and generally weigh about 140 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Superior Darkvision. You've lived most of your life without direct sunlight. You can see in dim light within 120 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Umbaran Specilization. You have proficiency in one of the following skills: Insight, Technology, Deception, or Perception.

\n

Tech Dabbler. You know the ward at-will tech power. When you reach 3rd level, you can cast the analyze tech power once per day. When you reach 5th level, you can also cast the infiltrate tech power once per day. Intelligence is your techcasting ability for these powers. You do not require use of a wristpad for these powers.

\n

Shadow People. You can attempt to hide even when you are only lightly obscured by dim light.

\n

Sunlight Sensitivity. You have disadvantage on attack rolls and on Wisdom (Perception) checks that rely on sight when you, the target of your attack, or whatever you are trying to perceive is in direct sunlight.

\n

Languages. You can speak, read, and write Galactic Basic and Umbaran. Umbaran is characterized by its blending of technical jargon with informal language. It is rarely spoken off Umbara.

"},"skinColorOptions":{"value":"Pale grey or white"},"hairColorOptions":{"value":"White"},"eyeColorOptions":{"value":"White"},"distinctions":{"value":"Blue tinted skin and sunken, colorless eyes"},"heightAverage":{"value":"4'11\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"105 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Umbara"},"slanguage":{"value":"Umbaran"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Umbaran","mode":"=","targetSpecific":false,"id":1,"itemId":"g2kRN5Ro27qAJUBE","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"g2kRN5Ro27qAJUBE","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"g2kRN5Ro27qAJUBE","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"g2kRN5Ro27qAJUBE","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"g2kRN5Ro27qAJUBE","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (120 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"g2kRN5Ro27qAJUBE","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"g2kRN5Ro27qAJUBE","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"umbaran","mode":"+","targetSpecific":false,"id":8,"itemId":"g2kRN5Ro27qAJUBE","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Umbaran.webp","effects":[{"_id":"UYCnNjKYqbeNq6n8","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Umbaran","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (120 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"umbaran","mode":0,"priority":0},{"key":"flags.sw5e.sunlightSensitivity","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Umbaran.webp","label":"Umbaran","tint":"","transfer":true}]} -{"_id":"QMmAn6fsowbd5aY3","name":"Lasat","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

A humanoid sentient species, Lasats are notable for their impressive height, strength, and agility, with their muscular digitigrade legs enabling them to run faster, jump higher and farther, and move more quietly than humans. Their large finger pads and prehensile toes assist them in climbing. In addition, their large eyes and ears afford them superior sight and hearing over humans. They had the strength to open a powered-down blast door. A height of two meters tall was considered below-average for a Lasat.

Society and Culture

Lasat society is held together by a long-standing oral tradition, featuring clever and stealthy heroes. Within the species, those with fighting skills are highly respected, often being members of the Lasan High Honor Guard, a group of highly trained, highly intelligent warriors sworn to protect their homeworld of Lira San. Bo-rifles are a long-standing tradition in Lasat culture, used exclusively by the Honor Guard of Lasan. The warrior way of the Lasat is the Boosahn Keeraw. When a Lasat is bested by a superior opponent in combat, they would give them their weapon.\n\nFacial hair is an important status symbol in Lasat culture. Those with green eyes and prominent purple stripes are considered to be attractive by others of their species. Juvenile Lasat are noted to climb tree branches.

Names

Lasat names tend to be melodic, with the occasionally harsh tone sprinkled in. Surnames are born by communities within Lasat culture rather than individual families.

  Male Names. Brob, Drim, Krus, Parred, Volares

  Female Names. Denazo, Gume, Hado, Zanisa

  Surnames. Dragarr, Ellias, Krod, Roleb, Vuzan","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Charisma score increases by 1.

\n

Age. Lasats reach adulthood in their late teens and live less than a century.

\n

Alignment. Lasat' honorable tendences cause them to tend toward lawful light side, though there are exceptions.

\n

Size. Lasats tower over other species, averaging 7 feet tall and weighing over 200 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Bo-rifle Training. You have proficiency with blaster rifles and vibrostaffs.

\n

Climbing. You have a climbing speed of 30 feet.

\n

Darkvision. Your vision can easily cut through darkness. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Keen Hearing and Sight. You have advantage on Wisdom (Perception) checks that rely on hearing or sight.

\n

Powerful Build. You count as one size larger when determining your carrying capacity and the weight you can push, drag, or lift.

\n

Languages. You can speak, read, and write Galactic Basic and Lasat, a language whose r's are difficult to replicate by most other species.

"},"skinColorOptions":{"value":"Grey or purple"},"hairColorOptions":{"value":"Purple or grey (with age)"},"eyeColorOptions":{"value":"Green"},"distinctions":{"value":"Impressive height, strength, and agility"},"heightAverage":{"value":"6'0\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"160 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Lira San"},"slanguage":{"value":"Lasat"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Lasat","mode":"=","targetSpecific":false,"id":1,"itemId":"q7E8r2IDJeFxjta4","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"q7E8r2IDJeFxjta4","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"q7E8r2IDJeFxjta4","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"q7E8r2IDJeFxjta4","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"q7E8r2IDJeFxjta4","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.weaponProf.custom","value":"blaster rifles","mode":"+","targetSpecific":false,"id":6,"itemId":"q7E8r2IDJeFxjta4","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibrostaffs","mode":"+","targetSpecific":false,"id":7,"itemId":"q7E8r2IDJeFxjta4","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.attributes.speed.special","value":"Climbing (30 ft.)","mode":"+","targetSpecific":false,"id":8,"itemId":"q7E8r2IDJeFxjta4","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":9,"itemId":"q7E8r2IDJeFxjta4","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":10,"itemId":"q7E8r2IDJeFxjta4","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"lasat","mode":"+","targetSpecific":false,"id":11,"itemId":"q7E8r2IDJeFxjta4","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Lasat.webp","effects":[{"_id":"W5MLBoopu6UEzuac","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Lasat","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.weaponProf.custom","value":"blaster rifles","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"vibrostaffs","mode":0,"priority":0},{"key":"data.attributes.speed.special","value":"Climbing (30 ft.)","mode":2,"priority":20},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"lasat","mode":0,"priority":0},{"key":"flags.sw5e.powerfulBuild","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Lasat.webp","label":"Lasat","tint":"","transfer":true}]} -{"_id":"QepqOfruvo0bfFkK","name":"Aing-Tii","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

BIOLOGY AND APPEARANCE

\n

The aing-tii are a species of sentient, toothless mammals who stand on two clawed feet with two spindly arms, each with three large digits. Their bodies are covered in jointed white, bony plates covered in unique painted motifs. The aing-tii head is small and juts out perpendicularly from their chest, featuring two large eyes and six long, thin, green tongues extending from their mouths. They have a long, prehensile tail. The species is incapable of producing sound and conveys information via tasting, smelling and touching each other with their tongues.

\n

SOCIETY AND CULTURE

\n

The aing-tii are native to a planet whose location in the Kathol Rift is a closely guarded secret. Although in a dangerous area of space, the majority of Aing-Tii never leave their homeworld nor have any contact with the outside world. Those who do—commonly called aing-tii warrior monks—are often xenophobic and reclusive. The monks spend their entire lives performing errands for their gods, in the hope that they will receive \"an answer\" from them. The aing-tii hate slavery, and often attack slavers who roam the Kathol Outback.

\n

While the aing-tii are Force-sensitive, they avoid wielding the Force, which they see as sacred. The aing-tii believe that everything is somehow guided by the Force. They do not believe in the light or dark sides of the Force. Instead, they hold that there are many different aspects to the Force.

\n

NAMES

\n

Aing-tii names are, in reality, non-verbal and only truly understandable via taste, smell, and touch. The few aing-tii who have been known to the outside world have used translators to convey an auditory identifier.

\n

  Male Names. Ben'Sur, Looshen'Fel, Tadar'Ro

\n

  Female Names. Kulan'Pa, Laman'So, Te'Nuriel

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Wisdom score increases by 2, and your Constitution score increases by 1.

\n

Age. Aing-tii reach adulthood in their late teens and live more than a century.

\n

Alignment. Aing-tii's foreign nature causes them to be hard to understand. Most aing-tii tend toward neutral light side, though there are exceptions.

\n

Size. Aing-tii typically stand 6 to 7 feet tall and generally weigh about 200 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Armored Plates. You have thick armored plates. When you aren't wearing armor, your AC is 13 + your Dexterity modifier.

\n

Closed Mind. Aing-tii have a natural attunement for the Force, which makes them resistant to its powers. You have advantage on Wisdom and Charisma saving throws against force powers.

\n

Force-Sensitive. You know the force push/pull at-will force power. Wisdom or Charisma (your choice) is your forcecasting ability for this power.

\n

Prehensile Tail. You have supreme control over your tail and can use it to manipulate objects as well as your hands.

\n

Wisdom of the Elders. You are proficient in the Lore skill.

\n

Languages. You can understand, read, and write Galactic Basic, and the non-verbal communication of the aing-tii. However, you cannot speak or make noise verbally.

"},"skinColorOptions":{"value":"White"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Force-sensitivity, unique technology, six green tongues"},"heightAverage":{"value":"5'7\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"145 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Aing-Tii homeworld in the Kathol Rift"},"slanguage":{"value":"Non-verbal communication via taste, smell, and touch"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"Ability Score Increase":{"value":"Ability Score Increase"},"Your Wisdom score increases by 2, and your Constitution score increases by 1":{"":{"value":"Your Wisdom score increases by 2, and your Constitution score increases by 1."}},"Age":{"value":"Age"},"Aing-tii reach adulthood in their late teens and live more than a century":{"":{"value":"Aing-tii reach adulthood in their late teens and live more than a century."}},"Alignment":{"value":"Alignment"},"Aing-tii's foreign nature causes them to be hard to understand":{" Most aing-tii tend toward neutral light side, though there are exceptions":{"":{"value":"Aing-tii's foreign nature causes them to be hard to understand. Most aing-tii tend toward neutral light side, though there are exceptions."}}},"Size":{"value":"Size"},"Aing-tii typically stand 6 to 7 feet tall and generally weigh about 200 lbs":{" Regardless of your position in that range, your size is Medium":{"":{"value":"Aing-tii typically stand 6 to 7 feet tall and generally weigh about 200 lbs. Regardless of your position in that range, your size is Medium."}}},"Speed":{"value":"Speed"},"Your base walking speed is 30 feet":{"":{"value":"Your base walking speed is 30 feet."}},"Armored Plates":{"value":"Armored Plates"},"You have thick armored plates":{" When you aren't wearing armor, your AC is 13 + your Dexterity modifier":{"":{"value":"You have thick armored plates. When you aren't wearing armor, your AC is 13 + your Dexterity modifier."}}},"Closed Mind":{"value":"Closed Mind"},"Aing-tii have a natural attunement for the Force, which makes them resistant to its powers":{" You have advantage on Wisdom and Charisma saving throws against force powers":{"":{"value":"Aing-tii have a natural attunement for the Force, which makes them resistant to its powers. You have advantage on Wisdom and Charisma saving throws against force powers."}}},"Force-Sensitive":{"value":"Force-Sensitive"},"You know the force push/pull at-will force power":{" Wisdom or Charisma (your choice) is your forcecasting ability for this power":{"":{"value":"You know the force push/pull at-will force power. Wisdom or Charisma (your choice) is your forcecasting ability for this power."}}},"Prehensile Tail":{"value":"Prehensile Tail"},"You have supreme control over your tail and can use it to manipulate objects as well as your hands":{"":{"value":"You have supreme control over your tail and can use it to manipulate objects as well as your hands."}},"Wisdom of the Elders":{"value":"Wisdom of the Elders"},"You are proficient in the Lore skill":{"":{"value":"You are proficient in the Lore skill."}},"Languages":{"value":"Languages"},"You can understand, read, and write Galactic Basic, and the non-verbal communication of the aing-tii":{" However, you cannot speak or make noise verbally":{"":{"value":"You can understand, read, and write Galactic Basic, and the non-verbal communication of the aing-tii. However, you cannot speak or make noise verbally."}}},"source":"Expanded Content"},"flags":{"dynamiceffects":{"effects":[{"modSpecKey":"data.abilities.wis.value","value":"2","mode":"+","targetSpecific":false,"id":1,"itemId":"BvV56gDIilVwLcFE","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":2,"itemId":"BvV56gDIilVwLcFE","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":3,"itemId":"BvV56gDIilVwLcFE","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.lor.value","value":"1","mode":"+","targetSpecific":false,"id":5,"itemId":"BvV56gDIilVwLcFE","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":6,"itemId":"BvV56gDIilVwLcFE","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":7,"itemId":"BvV56gDIilVwLcFE","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.traits.languages.custom","value":"the non-verbal communication of the Aing-Tii","mode":"+","targetSpecific":false,"id":8,"itemId":"BvV56gDIilVwLcFE","active":false,"_targets":[],"label":"Traits Language Custom"},{"modSpecKey":"data.details.species","value":"Aing-Tii","mode":"=","targetSpecific":false,"id":9,"itemId":"BvV56gDIilVwLcFE","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.attributes.ac.min","value":"13","mode":"=","targetSpecific":false,"id":10,"itemId":"BvV56gDIilVwLcFE","active":false,"_targets":[],"label":"Attributes Armor Class Min"}],"equipActive":true,"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Aing-Tii.webp","effects":[{"_id":"3aUdsUbBSwi6cZH0","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.skills.lor.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.traits.languages.custom","value":"the non-verbal communication of the Aing-Tii","mode":0,"priority":0},{"key":"data.details.species","value":"Aing-Tii","mode":5,"priority":5},{"key":"data.attributes.ac.value","value":"13 + @abilities.dex.mod","mode":5,"priority":1},{"key":"flags.sw5e.closedMind","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Aing-Tii.webp","label":"Aing-Tii","tint":"","transfer":true}]} -{"_id":"R9gjBTAp1FRSbggQ","name":"Droid, Class III","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"
\n

Players as Droids

\n

Work with your GM to determine if playing as a droid is appropriate for your campaign. Droids are impervious to many effects and vulnerable to others. If your GM approves this choice of species, work with them to determine your droids designation, name, and appearance. If you want to play a different type of droid, work with your GM to find traits to realize your character.

\n
\n

Appearance

\n

Class III droids are typically human-like in both shape and size, standing at around 6 feet. They are usually a polished metallic color, though this can vary based on tasks for which they are created, their affiliation, or quirks of their owner.

\n

They are noteworthy for their slow, shuffling gait and typically overly talkative nature.

\n

Utility

\n

Class III droids are programmed to interact with humans. They are said to be the most advanced droids ever invented. Protocol, servant, tutor, and child care droids are all class III droids.

\n

They are usually equipped with protocol chips which give them the cognitive functionality to engage socially.

\n

Names

\n

Droids are typically called by their designation, given to them when they are created, or some affectation given to them by their owner. Often this affectation is a play on their designation.

\n

Occasionally, noteworthy droids will earn monikers based on their accomplishments.

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Intelligence or Wisdom score increases by 1.

\n

Age. Droids don’t age, though they require maintenance to retain functionality.

\n

Alignment. Droids tend toward no particular alignment. The best and worst are found among them.

\n

Size. Class III droids stand around the height of humans and weigh about 150 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 25 feet.

\n

Type. Your creature type is droid.

\n

Armor Integration. You cannot wear armor, but you can have the armor professionally integrated into your chassis over the course of a long rest. This work must be done by someone proficient with astrotech’s implements. You must be proficient in armor in order to have it integrated.

\n

Droid Resistances. You are resistant to necrotic, poison, and psychic damage, and are immune to poison and disease.

\n

Droid Systems. You do not need to eat or drink. Additionally, you no longer require a tech focus to cast tech powers.

\n

Droid Vulnerabilities. You are vulnerable to ion damage. Additionally, you have disadvantage on saving throws against effects that would deal ion or lightning damage.

\n

Force Insensitive. While droids can be manipulated by many force powers, they can not sense the Force. You can not use force powers or take levels in forcecasting classes.

\n

Knowledge Protocol. You have proficiency in the Lore skill.

\n

Maintenance Mode. Rather than sleep, you enter an inactive state to perform routine maintenance for 4 hours each day. You have disadvantage on Wisdom (Perception) checks while performing maintenance.

\n

Rapid Reconstruction. You are built with internal repair mechanisms. As a bonus action, you can choose to spend one of your Hit Dice to recover hit points.

\n

Languages. You can speak, read, and write all registered languages.

"},"skinColorOptions":{"value":""},"hairColorOptions":{"value":""},"eyeColorOptions":{"value":""},"distinctions":{"value":""},"colorScheme":{"value":"Typically metallic"},"droidDistinctions":{"value":"Human-like size, shuffling gait, typically talkative"},"heightAverage":{"value":"5'6\""},"heightRollMod":{"value":"+2d4\""},"weightAverage":{"value":"120 lb."},"weightRollMod":{"value":"x(2d6) lb."},"homeworld":{"value":""},"slanguage":{"value":""},"manufacturer":{"value":"Cybot Galactica, Industrial Automaton"},"droidLanguage":{"value":"Varies based on location"},"source":"PHB"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Droid%20Class%20III.webp","effects":[{"_id":"HFVrCmmsBSqYk1N7","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.species","value":"Droid, Class III","mode":5,"priority":20},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":20},{"key":"data.attributes.speed.value","value":"25","mode":5,"priority":20},{"key":"data.traits.dr.value","value":"necrotic","mode":0,"priority":20},{"key":"data.traits.dr.value","value":"poison","mode":0,"priority":20},{"key":"data.traits.dr.value","value":"psychic","mode":0,"priority":20},{"key":"data.traits.ci.value","value":"diseased","mode":0,"priority":20},{"key":"data.traits.ci.value","value":"poisoned","mode":0,"priority":20},{"key":"data.traits.dv.value","value":"ion","mode":0,"priority":20},{"key":"data.skills.lor.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.all","value":"1","mode":0,"priority":20},{"key":"flags.sw5e.forceInsensitive","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.maintenanceMode","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.rapidReconstruction","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Droid%20Class%20III.webp","label":"Droid, Class III","tint":"","transfer":true}]} -{"_id":"ShbbWh2cgZtRDfbN","name":"Codru-Ji","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Codru-Ji are humanoids generally near-human in their adult appearances, save for their four arms. While their hair, eye, and skin pigmentations tend towards earthen hues, brighter colorations such as blonde hair or blue eyes, though uncommon, also exist. Rarer still, some adults maintain a light coat of fur or elongated, pointed ears. These eccentric attributes result from their unusual childhood forms.

\n

Codru-Ji children are actually sapient, six-legged canid creatures that cannot speak. Codru-Ji in this stage of their lives are called Wyrwulves: they mature to their more recognizable figures after reaching puberty. At that point, a blue, rubbery substance cocoons a Wyrwulf for several weeks before it emerges as a humanoid adolescent. They do, however, retain both the natural resilience and the enhanced hearing of their previous selves.

\n

Society and Culture

\n

The Codru-Ji are proud and protective of their ancient customs, and they carefully manage their homeworld's economy to keep a degree of anonymity from the galaxy at large. They fear the tainting of their long-held practices by outside influence as well as prejudice against them for the almost barbaric level of callousness they will display towards one another in pursuit of personal gain. The kidnapping of a political rival's children or the ransoming of off-worlders back to their people are both common practices.

\n

Names

\n

Codru-Ji names are often kept to two syllables. Clan names are appended to the given name as a hyphenated affix.

\n

  Male Names. Kossok, Tirrit, Uttar, Yunnan

\n

  Female Names. Davvi, Kella, Russa, Zollu

\n

  Clan Names. -Fa, -Mu, Ro-, -Sy, Yi-

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Constitution score increases by 1.

Age. Codru-Ji reach adulthood in their early teens and live less than a century.

Alignment. Steeped in selfish tradition, Codru-Ji tend towards the dark side, though there are exceptions.

Size. Codru-Ji stand 5 to 6 feet tall and weigh around 160 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Four-Armed. Codru-Ji have four arms which they can use independently of one another. You can only gain the benefit of items held by two of your arms at any given time, and once per round you can switch which arms you are benefiting from (no action required).

Hide. You have a thick hide. While you are unarmored or wearing light armor, your AC is 12 + your Dexterity modifier.

Keen Hearing. You have advantage on Wisdom (Perception) checks that rely on hearing.

Natural Grappler. Whenever you make a Strength (Athletics) check to grapple you are considered to have expertise in the Athletics skill.

Trance. Codru-Ji sleep lightly, standing and semiconscious, for 4 hours a day. After resting in this way, you gain the same benefit that a human does from 8 hours of sleep.

Languages. You can speak, read, and write Galactic Basic and Codruese, which has a solemn and stately cadence to it.

"},"skinColorOptions":{"value":"Light to dark tones"},"hairColorOptions":{"value":"Black, brown, gray, or white (usually with age)"},"eyeColorOptions":{"value":"Black, slate, gray, or brown"},"distinctions":{"value":"Four arms"},"heightAverage":{"value":"4'6\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"90 lb."},"weightRollMod":{"value":"x(2d6) lb."},"homeworld":{"value":"Munto Codru"},"slanguage":{"value":"Codruese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Codru-Ji","mode":"=","targetSpecific":false,"id":1,"itemId":"8xTU4oIz92PnxEmc","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"8xTU4oIz92PnxEmc","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"8xTU4oIz92PnxEmc","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"8xTU4oIz92PnxEmc","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"8xTU4oIz92PnxEmc","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.ac.min","value":"12","mode":"=","targetSpecific":false,"id":6,"itemId":"8xTU4oIz92PnxEmc","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"8xTU4oIz92PnxEmc","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"codruese","mode":"+","targetSpecific":false,"id":8,"itemId":"8xTU4oIz92PnxEmc","active":false,"_targets":[]}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Codru-Ji.webp","effects":[{"_id":"cF7ScwvPgQ03tTqh","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Codru-Ji","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.attributes.ac.value","value":"12+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"codruese","mode":0,"priority":0},{"key":"flags.sw5e.trance","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.extraArms","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Codru-Ji.webp","label":"Codru-Ji","tint":"","transfer":true}]} -{"_id":"TQdULHobIknBek5O","name":"Mirialan","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Mirialans are a near-human species native to the planet Mirial. They have green to yellow skin and tattoos on their faces. The Mirialans are known for their spirituality and strong connection with the world around them. Mirialans are very flexible and agile, making them fast and formidable foes.

Society and Culture

The Mirialan people are deeply religious and practice a primitive understanding of the Force. They believe each individual's actions contribute to their destiny, building upon past successes and failures to drive them towards their fates. Within their belief system was the view that individual actions ripple through the Force, also affecting the destiny of the species as a whole.\r\n\r\nA Mirialan often places a unique, geometrically repeated tattoo on their face and hands to signify that they have completed a certain test or task, or achieved sufficient aptitude for a certain skill. The number of tattoos often acts as a good indicator of how mature and/or skilled a Mirialan was. Because the more markings brings about a form of status, Mirialan society is stratified and allows the heavily marked citizens to access greater opportunities. Despite its importance, most Mirialans do not know the entirety of the tattoo lexicon due to its complexity. The interaction between placement and positioning of the shapes is incredibly subtle and changes their meaning greatly.

Names

Mirialan names are typically concise and rarely more than two syllables. Surnames are familial.

  Male Names. Boca, Floha, Jemy, Puv, Choqa

  Female Names. Buf, Ches, Kebe, Ovof, Shaqa

  Surnames. Acave, Ishakee, Kefvi, Uflozi, Zoria","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Intelligence score increases by 1.

Age. Mirialan reach adulthood in their late teens and live less than a century.

Alignment. Mirialans spiritual tendencies cause them to tend towards the light side, though there are exceptions.

Size. Mirialan typically stand 5 to 6 feet tall and weight 150 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 35 feet.

Spiritual. You have proficiency in Lore. Additionally, you are considered to have expertise in Intelligence (Lore) checks made to learn or recall something about a culture's religion.

Surprise Attack. If you surprise a creature and hit it with an attack on your first turn in combat, the attack deals an extra 2d6 damage to it. You can use this trait only once per combat.

Unarmed Combatant. Your unarmed strikes deal 1d4 kinetic damage. You can use your choice of your Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.

Languages. You can speak, read, and write Galactic Basic and Mirialan.

"},"skinColorOptions":{"value":"Green, olive, or yellow"},"hairColorOptions":{"value":"Black, blonde, brown, or red"},"eyeColorOptions":{"value":"Blue, green, violet, grey, red, yellow, or orange"},"distinctions":{"value":"Facial tattoos, flexible and agile"},"heightAverage":{"value":"4'6\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"100 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Mirial"},"slanguage":{"value":"Mirialan"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Mirialan","mode":"+","targetSpecific":false,"id":1,"itemId":"1EcSkQcKurcuq5Ug","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"1EcSkQcKurcuq5Ug","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"1EcSkQcKurcuq5Ug","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"1EcSkQcKurcuq5Ug","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"35","mode":"=","targetSpecific":false,"id":5,"itemId":"1EcSkQcKurcuq5Ug","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.lor.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"1EcSkQcKurcuq5Ug","active":false,"_targets":[],"label":"Skills Lore"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"1EcSkQcKurcuq5Ug","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"mirialan","mode":"+","targetSpecific":false,"id":8,"itemId":"1EcSkQcKurcuq5Ug","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Mirialan.webp","effects":[{"_id":"uLanO2lY6ro8UeYE","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Mirialan","mode":5,"priority":20},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"35","mode":5,"priority":5},{"key":"data.skills.lor.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"mirialan","mode":0,"priority":0},{"key":"flags.sw5e.surpriseAttack","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.unarmedCombatant","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Mirialan.webp","label":"Mirialan","tint":"","transfer":true}]} -{"_id":"TvrE30oilKwo3w6U","name":"Verpine","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Verpine are thin bipedal insectoids whose heads are dominated by large compound eyes. They also have two antennae, one located behind each eye. Their hardened carapace, composed of a green chitinous substance called carahide, is as flexible as the skin of other creatures, yet tough enough to deflect a blade or even absorb a glancing blaster bolt. The Verpine circulatory system does not contain a heart.\r\n\r\nVerpine eyes are keen enough to pick out microscopic details. Their antennae contain tympanic nerves which pick up sound. Their antennae are also sensitive to radio waves, giving Verpine the natural ability to sense and transmit radio waves to communicate with another Verpine in their language over long distances.

Society and Culture

The Verpine people hail from the Roche asteroid field, which is the fractured remnants of their home planet. The Roche live in artificial, self-sustaining environments inside these fragments.\r\n\r\nVerpine culture is oriented around crafting; they are noteworthy manufacturers of weapons, shield generators, armor, as well as personal use items such as breathing apparatuses. They are also gifted pilots.

Names

Verpine had variable naming customs. Not all Verpines adopt surnames. Male and female Verpine names do not differentiate.

  First Names. Fxz'et, Kuli, Moegid, Ss's, Zix

  Surnames. And'et, Ned'Ix, Ned'lx, Niskooen, Zes'sx","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Constitution score increases by 1.

Age. Verpine reach adulthood in their 40's and live an average of 200 years.

Alignment. Verpine's altruistic and generous nature cause them to tend toward the light side, though there are exceptions.

Size. Verpine stand between 6 and 7 feet tall and rarely weigh more than 120 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Crafters. You have proficiency in one tool of your choice.

Hardened Carapace. While you are unarmored or wearing light armor, your AC is 13 + your Dexterity modifier.

Tympanic Antennae. You have tremorsense out to 30 feet. You can detect and pinpoint the origin of vibrations within that radius, provided that monster and the source of the vibrations are in contact with the same ground or substance. Tremorsense can't be used to detect flying or incorporeal creatures

Languages. You can speak, read, and write Verpine. You can understand spoken and written Galactic Basic, but your vocal cords do not allow you to speak it. You can communicate with other Verpine at distances of up to a mile using your antennae.

"},"skinColorOptions":{"value":"Green"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black or red"},"distinctions":{"value":"Hive-based insectoids, radio wave senses, technological aptitude, hardened carapace, short snouts, and small, toothless mouths"},"heightAverage":{"value":"5'9\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"80 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Roche asteroid field"},"slanguage":{"value":"Verpine"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Verpine","mode":"=","targetSpecific":false,"id":1,"itemId":"S5ZJd9uueC0RncAy","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"S5ZJd9uueC0RncAy","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"S5ZJd9uueC0RncAy","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"S5ZJd9uueC0RncAy","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"S5ZJd9uueC0RncAy","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.ac.min","value":"13","mode":"=","targetSpecific":false,"id":6,"itemId":"S5ZJd9uueC0RncAy","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.traits.senses","value":"Tremorsense (30 ft.)","mode":"+","targetSpecific":false,"id":7,"itemId":"S5ZJd9uueC0RncAy","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"S5ZJd9uueC0RncAy","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"verpine","mode":"+","targetSpecific":false,"id":9,"itemId":"S5ZJd9uueC0RncAy","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Verpine.webp","effects":[{"_id":"ch1P73CKaCd3Czcy","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Verpine","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.attributes.ac.value","value":"13+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.traits.senses","value":"Tremorsense (30 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"verpine","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Verpine.webp","label":"Verpine","tint":"","transfer":true}]} -{"_id":"Tw8VFn8SWMdXiCO2","name":"Pyke","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

A sentient species, the pykes are humanoid, although slimmer and taller than most humans. They have two long, lanky legs, and two arms that end in three-fingered hands. Their heads are large and elongated, with a tapered skull and an undersized face, a feature which some other species find unsettling. Pykes had two narrow, almond-shaped eyes which could be magenta or blue in color.

Society and Culture

Pykes hail from Oba Diah, a terrestrial planet marked by obsidian cliffs. Visitors to Oba Diah view both the population and terrain as unwelcoming. The pyke homeworld serves as the headquarters of the Pyke Syndicate, a criminal dealership within the Spice Cartel that operates in the criminal underworld distributing spice, an illicit substance harvested by slaves in the spice mines of the planet Kessel. To deliver spice to their customers, such as crime families on Coruscant, the Pyke Syndicate relies on smugglers and freighter captains to complete the dangerous Kessel Run. The Pyke Syndicate almost completely controls the production of raw spice in the galaxy, while maintaining tentative alliances with other criminal organizations throughout the galaxy, such as the Black Sun and the Crimson Dawn.

Names

Pyke names are often influenced by naming conventions of other species, with their rarely-used surnames being familial.

  Male Names. Dor, Eife, Qalo, Thok, Zret

  Female Names. Gali, Taela, Shethni, Vent, Zeeren

  Surnames. Kemtol, Nek, Pyke, Safet, Welkor ","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Intelligence score increases by 1.

Age. Pykes reach adulthood in their late teens and live less than a century.

Alignment. Due to their underhanded nature, Pykes tend toward the dark side, though there are exceptions.

Size. Pykes typically stand 6 to 6 and a half feet tall and generally weigh about 155 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Long-Limbed. When you make a melee attack on your turn, your reach for it is 5 feet greater than normal.

Mercantile. You have proficiency in one of the following skills of your choice: Deception, Persuasion, or Intimidation.

Notorious Slavers. Whenever you make an ability check related to the buying, selling, or controlling of slaves, you are considered proficient in the check. If you would already be proficient, you instead have expertise.

Spicer. You are proficient in spicer's kit.

Languages. You can speak, read, and write Galactic Basic and Pyke. The Pyke language is characterized by its multisyllable grunts.

"},"skinColorOptions":{"value":"Gray or green"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Blue, magenta, or purple"},"distinctions":{"value":"Elongated, tapered skull with an undersized face"},"heightAverage":{"value":"5'2\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"100 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Oba Diah"},"slanguage":{"value":"Pyke"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Pyke","mode":"=","targetSpecific":false,"id":1,"itemId":"3ghjeRzy8m5bGmlQ","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"3ghjeRzy8m5bGmlQ","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"3ghjeRzy8m5bGmlQ","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"3ghjeRzy8m5bGmlQ","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"3ghjeRzy8m5bGmlQ","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"3ghjeRzy8m5bGmlQ","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"pyke","mode":"+","targetSpecific":false,"id":8,"itemId":"3ghjeRzy8m5bGmlQ","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.toolProf.value","value":"spice","mode":"+","targetSpecific":false,"id":9,"itemId":"PZ4DzYK4FOjbAInS","active":false,"_targets":[],"label":"Traits Tool Prof"}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Pyke.webp","effects":[{"_id":"wixQFe7jP8tKTN3Q","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Pyke","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"pyke","mode":0,"priority":0},{"key":"data.traits.toolProf.value","value":"spice","mode":0,"priority":0},{"key":"flags.sw5e.longlimbed","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Pyke.webp","label":"Pyke","tint":"","transfer":true}]} -{"_id":"ULTvy2UARSKDhCFp","name":"Arcona","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Arcona have anvil-shaped heads, claws, marble-like eyes, and protective skin. Cona is always hot, and has very little water, but the atmosphere is filled with ammonia vapor. Arcona adapted to this environment by eating the ammonia-converting roots of flora as a source of water. Arcona depended on the ammonia to live and, as a result, arcona living offworld have to take ammonia supplements. Despite their large eyes, arcona have very poor eyesight. Their eyes, made up of thousands of photoreceptors, can not detect fine shapes, only seeing blurry objects. To aid this, they have a small sensory organ between their eyes. Often mistaken for their nose, this organ detects heat patterns from living beings. Thus, arcona can recognize things by its heat pattern.

\n

Arcona are highly susceptible to addiction to spice and common salt, which serves as a hallucinogen with effects resembling that of intoxication. Their eyes shift to gold after prolonged addiction.

\n

Society and Culture

\n

Arcona normally think of themselves not as individuals but as a collective whole. Largely forsaking individuality, they often refer to themselves as “we” even when alone. The arcona live in loose, family-based communities called nests, which are ruled by a Grand Nest. Because arcona are born in nests underground, they obtain a close sense of family living in close quarters with siblings. Males raise the young, since females are typically impulsive thrill-seekers.

\n

Names

\n

Arcona names are quite diverse, named by their fathers in the nest. Surnames are either familial or nest-based.

\n

  Male Names. Bijrik, El, Jat, Kazat, Onalol, Shle

\n

  Female Names. Ak, Cimam, Cuten, He, Madan, Omik

\n

  Surnames. Cheen, -drell, -faxel, Shran, Takonak, -voll

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Constitution score increases by 1.

\n

Age. Arcona reach adulthood in their late teens and live for more than a century.

\n

Alignment. Arcona tend toward no particular alignment. They can vary from the chaotic thrillseekers to the orderly lawkeepers. The best and worst are found among them.

\n

Size. Arcona typically stand 5 and a half to 6 and a half feet tall and generally weigh about 140 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Claws. Your sharp talons are natural weapons, which you can use to make unarmed strikes. If you hit with them, you deal kinetic damage equal to 1d4 + your Strength modifier.

\n

Clever. You have proficiency in one Intelligence skill of your choice.

\n

Easily Addicted. Arcona are susceptible to spice addiction, and as a result you are taught to identify it from an early age. Additionally, consuming salt can cause them to hallucinate, potentially replicating the effects of spice. Whenever you make an ability check related to identifying salt or spice or seeing whether something contains salt or spice, you have advantage.

\n

Hide. You have a thick hide. When you aren’t wearing armor, your AC is 13 + your Dexterity modifier. Additionally, your thick hide is naturally adapted to hot climates, as described in chapter 5 of the Dungeon Master’s Guide.

\n

Keen Smell. You have advantage on Wisdom (Perception) checks that involve smell.

\n

Reptilian Senses. Whenever you make a Wisdom (Perception) check related to sensing heat, you are considered to have expertise in the Perception skill.

\n

Languages. You can speak, read, and write Galactic Basic and Arconese. Arconese is spoken through complex, guttural squeaks from the back of the throat. However, arcona born and raised in colonies outside of Cona often did not learn Arconese, but the local language instead.

"},"skinColorOptions":{"value":"Ebony to mahogany"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Green, blue, pink, gold when addicted"},"distinctions":{"value":"Flat heads, easily addicted"},"heightAverage":{"value":"5'0\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"95 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Cona"},"slanguage":{"value":"Arconese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Arcona.webp","effects":[{"_id":"NGgLg9M06MvvWwAh","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Arcona","mode":5,"priority":20},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":20},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":20},{"key":"data.attributes.ac.value","value":"13+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.traits.languages.value","value":"arconese","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Arcona.webp","label":"Arcona","tint":"","transfer":true}]} -{"_id":"UNbSuAveHKiODPYp","name":"Gungan","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Starting life as tadpoles, Gungans develop into tall beings with extremely flexible cartilaginous skeletons. Strong leg muscles allow for powerful and quick frog-kick style swimming through water as well as a remarkable jumping ability while on land. Fin-like ears (called haillu) also aid them in swimming, as well as expressing emotions like aggression, friendship, and fear. They have partially retractable eyestalks with nictitating membranes when underwater. Green eyes are unusual amongst Gungans.

Society and Culture

Gungans are generally a generous and peaceful species. They truly love to have visitors and warmly welcome them; however, they would remain suspicious until the visitors have earned their respect. Gungans are not tolerant of anyone who threatens their peaceful culture. They have very strict laws, and will go to the extremes to punish anyone who has committed a minor crime. Vandals, for example, can be given a sentence of exile, caning, or even stoning.\r\n\r\nIf a Gungan is cast out of society, it is very difficult for them to return. If they do manage to return legally, they are often subjected to heavy discrimination. This can make life very difficult for them and can go on for months or years, until their past offenses disappear from memory. Returning back to the settlement they were exiled from illegally will sometimes result in the death penalty, especially if they brought along outsiders.

Names

Gungan names are often repeated syllables hyphenated.

  Male Names. Crinn-Crinn, Gic, Noc-Noc, Wal

  Female Names. Hew, Khi, La-La, Phro-Phro, Yuss

  Surnames. Baud, Gos, Jalles, Mag, Wub","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Strength score increases by 1.

Age. Gungans reach adulthood in their early teens and live about 70 years.

Alignment. Gungans tend toward the light side, though there are exceptions.

Size. Gungans typically stand 6 to 7 feet tall and weigh about 170 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Amphibious. You can breathe air and water.

Martial Proficiency. You have proficiency with light and medium armor as well as the vibrospear and vibropike.

Darkvision. Accustomed to life underwater, you have superior vision in low light conditions. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Strong-Legged. When you make a long jump, you can cover a number of feet up to twice your Strength score. When you make a high jump, you can leap a number of feet up into the air equal to 3 + twice your Strength modifier.

Swim. You have a swimming speed of 30 feet.

Languages. You can speak, read, and write Galactic Basic and Gungan. When speaking Galactic Basic, you often have trouble with word tenses and infinitives; this usually has a comical effect.

"},"skinColorOptions":{"value":"Blue, brown, or green"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Light colors"},"distinctions":{"value":"Extendable tongues, long ears, eye stalks, three toes, aquatic species"},"heightAverage":{"value":"5'5\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"115 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Naboo"},"slanguage":{"value":"Gungan"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Gungan","mode":"=","targetSpecific":false,"id":1,"itemId":"bFOu7PzSYkMdoCYN","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"bFOu7PzSYkMdoCYN","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.str.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"bFOu7PzSYkMdoCYN","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"bFOu7PzSYkMdoCYN","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"bFOu7PzSYkMdoCYN","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.armorProf.value","value":"lgt","mode":"+","targetSpecific":false,"id":6,"itemId":"bFOu7PzSYkMdoCYN","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.armorProf.value","value":"med","mode":"+","targetSpecific":false,"id":7,"itemId":"bFOu7PzSYkMdoCYN","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibrospear","mode":"+","targetSpecific":false,"id":8,"itemId":"bFOu7PzSYkMdoCYN","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibropike","mode":"+","targetSpecific":false,"id":9,"itemId":"bFOu7PzSYkMdoCYN","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":10,"itemId":"bFOu7PzSYkMdoCYN","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.attributes.speed.special","value":"Swimming (30 ft.)","mode":"=","targetSpecific":false,"id":11,"itemId":"bFOu7PzSYkMdoCYN","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":12,"itemId":"bFOu7PzSYkMdoCYN","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"gungan","mode":"+","targetSpecific":false,"id":13,"itemId":"bFOu7PzSYkMdoCYN","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Gungan.webp","effects":[{"_id":"kgqVkH4CH10efNNT","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Gungan","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.str.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.armorProf.value","value":"lgt","mode":0,"priority":0},{"key":"data.traits.armorProf.value","value":"med","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"vibrospear","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"vibropike","mode":0,"priority":0},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.attributes.speed.special","value":"Swimming (30 ft.)","mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"gungan","mode":0,"priority":0},{"key":"flags.sw5e.amphibious","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.strongLegged","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Gungan.webp","label":"Gungan","tint":"","transfer":true}]} -{"_id":"V5Gn8RwlAIIb6GK7","name":"Aleena","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Aleena are short, reptilian bipeds with large eyes and wide mouths full of small, sharp teeth. Aleena's bodies are long compared to their short arms and stubby legs. Warm-blooded reptiles, they possess exceptional reflexes as well as a fast metabolism which allow them to convert food into energy very rapidly in order to escape predators on their harsh home planet.

\n

Society and Culture

\n

Aleena are social and tend to thrive best in with close-knit teams if not with their own kind. They develop strong loyalties to friends and protect those they care about fiercely. Due to their inborn curiosity, the aleena are stereotypically galactic travelers, tourists in every sense. This, combined with their strong dedication to their relatives, results in aleena families traveling even to most unusual and dangerous locations just to see its sights. The appearance of aleena family walking through an intergalactic metropolis is a common sight on many planets. The aleena's love of sports and particularly, adventure and thrill sports, draw many into the galactic community. Most who enter professional classes are experts or diplomats.

\n

Aleena settlements are small, and most individuals are part of a single lineage, or tahiko. The chief of each tahiko leads the community and represents their wishes to the planetary advisory body. The advisory body elects a king to govern the planet. This indivisdual is generally revered as a religious figure tasked with officiating at all religious ceremonies.

\n

Names

\n

Aleena names are generally short and guttural, with longer names being saved for royalty. Surnames are based on their tahiko or tribal lineage.

\n

  Male Names. Batts, Gratz, Wakka, Zakan, Zetts

\n

  Female Names. Arkei, Harza, Sutci, Tsuon, Yenn

\n

  Surnames. Anares, Kylar, Ors, Practes, Targae

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Charisma score increases by 1.

\n

Age. Aleena reach adulthood in their late teens and live to be about 80.

\n

Alignment. Aleena's benevolent yet curious nature causes them to tend toward chaotic light side, though there are exceptions.

\n

Size. Aleena typically stand 2 and a half to 3 feet tall and generally weigh about 35 lbs. Regardless of your position in that range, your size is Small.

\n

Speed. Your base walking speed is 25 feet.

\n

Bite. Your sharp teeth are a natural weapon, which you can use to make unarmed strikes. If you hit with them, you deal kinetic damage equal to 1d4 + your Strength modifier. Additionally, as a bonus action, you can perform a special bite attack. On a hit, the target suffers the attack's normal effects, you gain temporary hit points equal to your Constitution modifier (minimum of 1), and you can't use this trait again until you finish a short or long rest.

\n

Cosmopolitan. You have proficiency in Lore.

\n

Nimble Escape. You can take the Disengage or Hide action as a bonus action on each of your turns.

\n

Nimbleness. You can move through the space of any creature that is of a size larger than yours.

\n

Racer's Reflexes. Whenever you make a Dexterity ability check, attack roll, or saving throw, you can choose to add 1d4 to the result. You can choose to do this after the check is rolled but before the GM determines if you have passed or failed the check. You cannot do so again until you complete a short or long rest.

\n

Undersized. Your small stature makes it hard for you to wield large weapons. You cannot use heavy shields. Additionally, you cannot use martial weapons with the two-handed property unless it also has the light property, and, if a martial weapon has the versatile property, you can only wield it in two hands.

\n

Languages. You can speak, read, and write Galactic Basic and Aleena. Aleena is characterized by its use of short syllables and energetic movements to convey urgency and emotion.

"},"skinColorOptions":{"value":"Blue, gray, purple, tan"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Blue"},"distinctions":{"value":"Short stature, scaly skin, crested head"},"heightAverage":{"value":"2'1\""},"heightRollMod":{"value":"+2d4\""},"weightAverage":{"value":"35 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Aleen"},"slanguage":{"value":"Aleena"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Aleena","mode":"+","targetSpecific":false,"id":1,"itemId":"N5NXHGq5qTMu5TvX","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"N5NXHGq5qTMu5TvX","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"N5NXHGq5qTMu5TvX","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"sm","mode":"=","targetSpecific":false,"id":4,"itemId":"N5NXHGq5qTMu5TvX","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"25","mode":"=","targetSpecific":false,"id":5,"itemId":"N5NXHGq5qTMu5TvX","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.lor.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"N5NXHGq5qTMu5TvX","active":false,"_targets":[],"label":"Skills Lore"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"N5NXHGq5qTMu5TvX","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"aleena","mode":"+","targetSpecific":false,"id":8,"itemId":"N5NXHGq5qTMu5TvX","active":false,"_targets":[],"label":"Traits Language"}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Aleena.webp","effects":[{"_id":"UCJDsDHBIg6vcQ2j","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Aleena","mode":5,"priority":20},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"sm","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"25","mode":5,"priority":5},{"key":"data.skills.lor.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"aleena","mode":0,"priority":0},{"key":"flags.sw5e.nimbleEscape","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.nimbleness","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Aleena.webp","label":"Aleena","tint":"","transfer":true}]} -{"_id":"VUAOVY8N7s8mz2lD","name":"Muun","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Muuns are tall, gaunt humanoids with thin bodies, long limbs, and elongated hairless heads. They typically have pale pink or white skin, most likely derived from their propensity for staying indoors. Muuns have tiny ears on the middle of the sides of their heads, flat noses, and slim mouths which leads to a commonly nasally voice.

\n

Society and Culture

\n

Muuns believe in tradition, with an established culture based on intelligence and merit. A class-based hierarchy, Muuns consider the the intellectual pursuits—financiers, lawyers, engineers, diplomats, scientists—as the highest levels of society. Muun culture, and life, revolves around economics and finance. Intense competition among coworkers encourages economic growth, increased productivity, and superior work ethic. Muuns also have a fundamental respect for justice, though they typically adhere to the letter of the law rather than the spirit. Since Muuns tend to shy away from fighting and physical pursuits, Muun society relies on alternative means for their planet's protection, using vast financial resources to purchase massive floating defense platforms to defend their civilization from attack.

\n

Names

\n

Muun names are typically clear and concise, rarely containing more than two syllables, with familial surnames.

\n

  Male Names. Clu, Hego, Nix, Pors, San

\n

  Female Names. Dax, Efra, Gil, Rel, Ter

\n

  Surnames. Card, Damask, Hill, Lesser, Tonith

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Charisma score increases by 1.

Age. Muuns reach adulthood in their late teens and live an average of a century.

Alignment. Muuns' lawful culture nature causes them to tend toward lawful balanced, though there are exceptions.

Size. Muuns typically stand 6 and a half to 7 feet tall and weigh around 200 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Finance Savvy. Muun share a keen business sense and an ability to find value where others don't. Whenever you make a Charisma (Persuasion) check involving finances you are considered to have expertise in the Persuasion skill.

Long-Limbed. When you make a melee attack on your turn, your reach for it is 5 feet greater than normal.

Three Hearts. When you are reduced to 0 hit points but not killed outright, you can drop to 1 hit point instead. You can't use this feature again until you finish a long rest.

Languages. You can speak, read, and write Galactic Basic and Muun. The Muuns' admiration of mathematics carries over into their language, which bares a striking resemblance to Binary.

"},"skinColorOptions":{"value":"Light pink or white"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black or grey"},"distinctions":{"value":"Three hearts, long limbs, elongated heads"},"heightAverage":{"value":"5'8\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"145 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Scipio"},"slanguage":{"value":"Muun"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Muun","mode":"=","targetSpecific":false,"id":1,"itemId":"BtYRsEwkEvpcpGoj","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"BtYRsEwkEvpcpGoj","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"BtYRsEwkEvpcpGoj","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"BtYRsEwkEvpcpGoj","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"BtYRsEwkEvpcpGoj","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":6,"itemId":"BtYRsEwkEvpcpGoj","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"muun","mode":"+","targetSpecific":false,"id":7,"itemId":"BtYRsEwkEvpcpGoj","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Muun.webp","effects":[{"_id":"8gvuuKqgXs6QeD14","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Muun","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"muun","mode":0,"priority":0},{"key":"flags.sw5e.longlimbed","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.multipleHearts","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Muun.webp","label":"Muun","tint":"","transfer":true}]} -{"_id":"VVteh0TEavwlfuRq","name":"Rakata","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

In appearance, rakata are smooth skinned amphibian-like humanoids that had tall craniums along with eyes that protruded from each side of their heads on short stalks. These bipedal beings have three digit hands that are tipped with claws for digging through packed dirt. As a species, they are uniformly lean and tall; while most rakata have a similar height and weight, females tend to be more slender than males, though just as tall. Rakata are primarily carnivorous, likely stemming from the fact that they are cannibalistic, often making a meal of other species. Long term abuse of the Force in their society, exacerbated by a plague, culled the rakata's ability to sense the Force.

\n

Society and Culture

\n

Rakatan technology and structures hold the unique property of blending with the Force, creating powerful and long-lasting monuments that are almost impossibly to replicate. Rakatan society is devoted to conquering and enslaving those they deem weak. At the height of its power, the Rakatan Infinite Empire had conquered and enslaved dozens of worlds. They would strip entire planets of their resources and then terraform them to fit their own needs. After a plague ravaged their civilization and caused the fall of the Infinite Empire, rakata broke off into smaller tribes rather than a unified organization. Despite their newfound tribal nature, rakata retained their ability to quickly adapt to and appropriate technology.

\n

Names

\n

Rakatan names do not distinguish by gender, and they do not use surnames.

\n

  Names. Ceh'let, Orsaa, Skal'nas, Soa, Tul'kar

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Intelligence score increases by 1.

\n

Age. Rakata reach adulthoood by 20 and rarely live longer than 90 years.

\n

Alignment. Rakata's propensity towards war and aggression cause them to tend toward lawful dark side, though there are exceptions.

\n

Size. Rakata typically stand between 6 and 7 feet tall and weigh around 180 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Adaptive Resilience. Prolongued use of technology allows rakata to readily adapt to its effects. You have advantage on Strength and Constitution saving throws against tech powers.

\n

Amphibious. You can breathe air and water.

\n

Cannibalize. If you spend at least 1 minute devouring the corpse of a beast or humanoid, you gain temporary hit points equal to your Constitution modifier. Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Claws. Rakata have savage claws. You are proficient with your claws, which deal 1d6 kinetic damage on a hit.

\n

Darkvision. You have a keen eyesight, especially in the dark. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Force Insensitive. While rakata can be manipulated by many force powers, they can not sense the Force. You cannot use force powers or take levels in forcecasting classes.

\n

Swim. You have a swimming speed of 30 feet.

\n

Technician. You are proficient in the Technology skill.

\n

Languages. You can speak, read, and write Galactic Basic and Rakata. Rakata is characterized by its deep tones and simplistic nature, using mainly consonants and long vowels. It's script seems to be a very ancient form of Galactic Basic.

"},"skinColorOptions":{"value":"Blue, green, grey, or red"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Blue, brown, gold, or yellow"},"distinctions":{"value":"Horizontal eye stalks, vertical blade shaped head, tridactyl hands"},"heightAverage":{"value":"5'8\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"125 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Lehon"},"slanguage":{"value":"Rakata"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Rakata","mode":"=","targetSpecific":false,"id":1,"itemId":"w8V0nHFas8vMwNZR","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"w8V0nHFas8vMwNZR","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"w8V0nHFas8vMwNZR","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"w8V0nHFas8vMwNZR","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"w8V0nHFas8vMwNZR","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"w8V0nHFas8vMwNZR","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.attributes.speed.special","value":"Swimming (30 ft.)","mode":"=","targetSpecific":false,"id":7,"itemId":"w8V0nHFas8vMwNZR","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.skills.tec.value","value":"1","mode":"+","targetSpecific":false,"id":8,"itemId":"w8V0nHFas8vMwNZR","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"w8V0nHFas8vMwNZR","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"rakata","mode":"+","targetSpecific":false,"id":10,"itemId":"w8V0nHFas8vMwNZR","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Rakata.webp","effects":[{"_id":"tukaXNn70Kp4AY5v","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Rakata","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.attributes.speed.special","value":"Swimming (30 ft.)","mode":5,"priority":5},{"key":"data.skills.tec.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"rakata","mode":0,"priority":0},{"key":"flags.sw5e.adaptiveResilience","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.amphibious","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.cannibalize","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.forceInsensitive","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Rakata.webp","label":"Rakata","tint":"","transfer":true}]} -{"_id":"VoCfefvgeZnehS0L","name":"Defel","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

While defel appear to be visually similar to the shistavanen, they are very different on a biological level. Defel have the ability to bend waves of light in such a manner that it renders them practically invisible to the human eye. Despite this ability, they could be still be spotted by force-users and keen-eyed individuals. Defel have extremely high perceptive ability because of their large ears, sensitive noses, and keen eyes. Because of the heightened levels of visual stimuli their eyes experience, defel are nearly blinded by sunlight but can see rather well in the dark.

\n

Society and Culture

\n

Defel live in tight-knit, interdependent communites underground. The harsh environment on Af'El turned the defel into rugged survivors, able to hold their own in the Galaxy. Defel have a strong sense of honor and will not associate with individuals that do not keep their word. Because defel have yet to achieve interplanetary travel, they are a rare sight in the galaxy.

\n

Names

\n

Defel names tend to sound dark and mysterious, and are mostly composed of multiple syllables. Defel surnames are familial, using stern and simple sounds.

\n

  Male Names. Alustair, Claustro, Tenebris, Varsiin

\n

  Female Names. Lhantra, Soliel, Stroika, Zavtra

\n

  Surnames. Gauss, Neura, Tume, Vecherom

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Wisdom score increases by 2, and your Dexterity score increases by 1.

Age. Defel reach adulthood in their early teens and live less than a century.

Alignment. Defel tend toward no particular alignment. The best and worst are found among them.

Size. Defel typically stand 4 to 5 feet tall and generally weigh around 100 lbs. Regardless of your position in that range, your size is Small.

Speed. Your base walking speed is 25 feet.

Claws. You have sharp claws, which deal 1d4 kinetic damage on a hit. You can use your choice of your Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.

Darkvision. You have a keen eyesight, especially in the dark. You can see in dim light within 120 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Hidden Step. As a bonus action, you can turn invisible until the start of your next turn or until you attack, make a damage roll, or force someone to make a saving throw. Once you've used this trait, you can't use it again until you finish a short or long rest.

Miners. You have proficiency in scavenging kits.

Sunlight Sensitivity. You have disadvantage on attack rolls and on Wisdom (Perception) checks that rely on sight when you, the target of your attack, or whatever you are trying to perceive is in direct sunlight.

Sneaky. You are proficient in the Stealth skill.

Surprise Attack. If you surprise a creature and hit it with an attack on your first turn in combat, the attack deals an extra 2d6 damage to it. You can use this trait only once per combat.

Undersized. Your small stature makes it hard for you to wield bigger weapons. You can't use heavy shields. Additionally, you can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, you can only wield it in two hands.

Languages. You can speak, read, and write Galactic Basic and Defel. Most defel refuse to speak Galactic Basic while on their home planet of Af'El unless they have a specific need for it.

"},"skinColorOptions":{"value":"Black, brown, or grey"},"hairColorOptions":{"value":"Blue to yellow in ultraviolet light, black to dark brown in visible light"},"eyeColorOptions":{"value":"Black, orange, or red"},"distinctions":{"value":"Ability to absorb light, light blindness, claws"},"heightAverage":{"value":"3'10\""},"heightRollMod":{"value":"+2d6\""},"weightAverage":{"value":"65 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Af'El"},"slanguage":{"value":"Defel"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Defel","mode":"=","targetSpecific":false,"id":1,"itemId":"n5LtyuhZwOFD1LLa","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.traits.size","value":"sm","mode":"=","targetSpecific":false,"id":2,"itemId":"n5LtyuhZwOFD1LLa","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"25","mode":"=","targetSpecific":false,"id":3,"itemId":"n5LtyuhZwOFD1LLa","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":4,"itemId":"n5LtyuhZwOFD1LLa","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.ste.value","value":"1","mode":"=","targetSpecific":false,"id":6,"itemId":"n5LtyuhZwOFD1LLa","active":false,"_targets":[],"label":"Skills Stealth"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"n5LtyuhZwOFD1LLa","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"defel","mode":"+","targetSpecific":false,"id":8,"itemId":"n5LtyuhZwOFD1LLa","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.abilities.wis.value","value":"2","mode":"+","targetSpecific":false,"id":9,"itemId":"n5LtyuhZwOFD1LLa","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":10,"itemId":"n5LtyuhZwOFD1LLa","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.toolProf.value","value":"scav","mode":"+","targetSpecific":false,"id":11,"itemId":"ghKmUoOj75TEKey2","active":false,"_targets":[],"label":"Traits Tool Prof"}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Defel.webp","effects":[{"_id":"avJjg9zlYNomK9Uw","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Defel","mode":5,"priority":5},{"key":"data.traits.size","value":"sm","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"25","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.ste.value","value":1,"mode":4,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"defel","mode":0,"priority":0},{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.toolProf.value","value":"scav","mode":0,"priority":0},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.sunlightSensitivity","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.surpriseAttack","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Defel.webp","label":"Defel","tint":"","transfer":true}]} -{"_id":"WiqF460WAeTi36ai","name":"Rattataki","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

The Rattataki are a near-human species characterized by their nimble movements, chalk-white skin and oft-bald heads. Virtually isolated from the rest of the galaxy, the Rattataki developed a violent society on their home planet of Rattatak, which involves extensive gladiatorial combat.

Society and Culture

While most other inhabitants of Rattatak came from the Unknown Regions, there are a significant number of off-worlder mercenaries who come to Rattatak from time to time, likely to view or participate in gladiatorial combat, only to be stranded there permanently. The remarkably harsh conditions on the planet nearly drove its population to extinction. For eons, the Rattataki constantly battled amongst themselves and their fellow inhabitants (represented primarily by Humans, Zabraks, Siniteens, Vollick, and Weequay) over the planet's limited resources. Despite being nearly completely isolated from the outside galaxy, the Rattataki displayed remarkable initiative and continually created new ways to kill each other.\r\n\r\nRattataki culture is bloody and unforgiving. Punishment for even the smallest crimes is unnecessarily harsh, which does little to quell that behavior. In fact, Rattataki who are known to commit crimes without being caught are celebrated.

Names

Rattataki names are harsh sounding and short. Surnames are familial, though many Rattataki abandon them in favor of self-aggrandizing titles.

  Male Names. Aidus, Charnagus, Karok, Veran

  Female Names. Amaran, Kassien, Silas, Sraja, Vol

  Surnames. Anjek, Danvik, Degger, Kolla, Venkorr","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Wisdom score increases by 2, and your Dexterity or Intelligence score increases by 1.

Age. Rattataki reach adulthood in their late teens and live less than a century.

Alignment. Rattataki are self-serving and violent which causes them to tend toward the dark side, though there are exceptions.

Size. Rattataki typically stand about 5 and a half feet tall and weigh 140 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 35 feet.

Acrobatic. You have proficiency in Acrobatics.

Intimidating. You have proficiency in Intimidation.

Surprise Attack. If you surprise a creature and hit it with an attack on your first turn in combat, the attack deals an extra 2d6 damage to it. You can use this trait only once per combat.

Unarmed Combatant. Your unarmed strikes deal 1d4 kinetic damage. You can use your choice of your Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.

Languages. You can speak, read, and write Galactic Basic and Rattataki. Rattataki is known for have an inordinate amount of curses.

"},"skinColorOptions":{"value":"Chalk-white"},"hairColorOptions":{"value":"Brown, grey or white"},"eyeColorOptions":{"value":"Grey or white"},"distinctions":{"value":"Near-human features, white skin, usually with a bald head, often tattooed"},"heightAverage":{"value":"4'4\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"90 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Rattatak"},"slanguage":{"value":"Rattataki"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Rattataki","mode":"=","targetSpecific":false,"id":1,"itemId":"NMFgeptxaFNYbZXW","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.wis.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"NMFgeptxaFNYbZXW","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":3,"itemId":"NMFgeptxaFNYbZXW","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"35","mode":"=","targetSpecific":false,"id":4,"itemId":"NMFgeptxaFNYbZXW","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.acr.value","value":"1","mode":"+","targetSpecific":false,"id":5,"itemId":"NMFgeptxaFNYbZXW","active":false,"_targets":[],"label":"Skills Acrobatics"},{"modSpecKey":"data.skills.itm.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"NMFgeptxaFNYbZXW","active":false,"_targets":[],"label":"Skills Intimidation"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"NMFgeptxaFNYbZXW","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"rattataki","mode":"+","targetSpecific":false,"id":8,"itemId":"NMFgeptxaFNYbZXW","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Rattataki.webp","effects":[{"_id":"1peB1cOJ8IYxY5Cw","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Rattataki","mode":5,"priority":5},{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"35","mode":5,"priority":5},{"key":"data.skills.acr.value","value":1,"mode":4,"priority":20},{"key":"data.skills.itm.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"rattataki","mode":0,"priority":0},{"key":"flags.sw5e.surpriseAttack","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.unarmedCombatant","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Rattataki.webp","label":"Rattataki","tint":"","transfer":true}]} -{"_id":"ZQLTY2fbr8hXdWOM","name":"Togorian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

The Togorian people are a feline warrior species native to the planet Togoria. They are large, heavy-framed bipeds, with retractable claws on their hands and feet. Female Togorians grow up to 7 feet tall, while adult males can reach up to 9 feet. They're covered in gray-white, black, brown, or orange fur, often with colorful spots or stripes.

Society and Culture

Togorians have a unique cultural division between their sexes. They evolved as nomadic hunters of creatures like the bist and etelo, surviving on the wilderness as apex predators. As time went on, a rift in their society developed between the two sexes. Males were drawn to continue their lifestyle as nomads and hunters for their people, while females tended to prefer remaining in permanent camps and contributed the vast majority of their species technological developments. This division has continued into modern times, with males continuing their nomadic traditions and females frequently preferring to stay in villages and cities. Males visit their mates for about a month each year, but otherwise the sexes live completely separate lives. Whether in spite of this separation of the sexes, or because of it, Togorians are typically monogamous and devoted to their chosen mates.

Names

Togorian names tend to be short and primal-sounding. Female names tend to include softer consonants and more vowels, while male names are typically harsher. Togorians do not use surnames.

  Male Names. Mezgraf, Mlatar, Morto, Mrrov, Torr

  Female Names. Coelle, Elotis, H'sishi, Kra'ake, Rrowv","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Dexterity or Constitution score increases by 1.

Age. Togorian reach adulthood in their late teens and live less than a century.

Alignment. Togorians' rigid sense of honor causes them to tend toward lawful light side, though there are exceptions.

Size. Togorians tower over almost all other species, with smaller females standing upwards of 7 feet tall and weighing 250 lbs., while males can easily reach 8 feet tall and weigh around 350 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Claws. Togorians have retractable claws. You are proficient with your claws, which deal 1d6 kinetic damage on a hit.

Savage Attacks. When you score a critical hit with a melee weapon attack, you can roll one of the weapon's damage dice one additional time and add it to the extra damage of the critical hit.

Stealthy Hunter. You have proficiency in the Survival and Stealth skills.

Toughness. Your hit point maximum increases by 1, and it increases by 1 every time you gain a level.

Languages. You can speak, read, and write Galactic Basic and Togorese. Togorese is characterized by its deep, resonating growls.

"},"skinColorOptions":{"value":"Black, brown, or white"},"hairColorOptions":{"value":"Black, brown, orange, or white"},"eyeColorOptions":{"value":"Brown, green, orange, or yellow"},"distinctions":{"value":"Large frame, retractable claws, striped fur, rigid honor code"},"heightAverage":{"value":"6'2\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"175 lb."},"weightRollMod":{"value":"x(2d6) lb."},"homeworld":{"value":"Togoria"},"slanguage":{"value":"Togorese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Togorian","mode":"=","targetSpecific":false,"id":1,"itemId":"odiMLlN9Ik1dA1Pq","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"odiMLlN9Ik1dA1Pq","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"odiMLlN9Ik1dA1Pq","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":" med","mode":"=","targetSpecific":false,"id":4,"itemId":"odiMLlN9Ik1dA1Pq","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"odiMLlN9Ik1dA1Pq","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.sur.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"odiMLlN9Ik1dA1Pq","active":false,"_targets":[]},{"modSpecKey":"data.skills.ste.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"odiMLlN9Ik1dA1Pq","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"odiMLlN9Ik1dA1Pq","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"togorese","mode":"+","targetSpecific":false,"id":9,"itemId":"odiMLlN9Ik1dA1Pq","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Togorian.webp","effects":[{"_id":"AwKbuyAocEAz5vyD","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Togorian","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.skills.sur.value","value":1,"mode":4,"priority":20},{"key":"data.skills.ste.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"togorese","mode":0,"priority":0},{"key":"flags.sw5e.savageAttacks","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.toughness","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Togorian.webp","label":"Togorian","tint":"","transfer":true}]} -{"_id":"a1f8nLgf8Le37uQ1","name":"Toydarian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

A mammalian species of winged, stout bodied humanoids, the Toydarians have stubby facial tusks which protruded from their lower jaw and framed a short pudgy trunk. While their stubby legs can support their body weight, Toydarians' primary mode of locomotion was their use of the wings on their upper back. Though their wings can beat as fast as ten times a second, the effort burned up large amounts of energy, causing the species to need to replenish itself often through regularly eating mass quantities of food. In order to fuel this hyperactive metabolism, Toydarians eat concentrated foods and egg-seeds. Most of the bloodiest wars in their history were fought over food supplies.

Society and Culture

Despite being ruled by the Hutts, the Toydarian people are able to govern themselves free of major outside intervention through the establishment of a feudal monarchy. A ruling king sits on the planet's throne, allowing vassals to form allegiances and have minor disputes to solve their own problems. The king makes sure to keep his vassals happy and to have their allegiance, but will occasionally encourage infighting to reveal the true character of the vassals and weed out treachery. \r\n\r\nToydarians are known as shrewd businessmen.

Names

Toydarian names are fairly simple and guttural, but a few harsher elements can be found here and there. Male names are generally shorter than female names. Female names always end in a vowel.

  Male Names. Dod, Nesteddo, Tul, Zloomroo

  Female Names. Fefiffe, Lenlibo, Nugni, Zoldibu

  Surnames. Daab, Faabb, Kepo, Mitra, Vulba","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Intelligence score increases by 1.

Age. Toydarians reach adulthood at 10 and live less than a century.

Alignment. Toydarians' greedy nature causes them to tend toward chaotic balanced, though there are exceptions.

Size. Toydarians average 4 feet tall and weigh less than 50 lbs. Regardless of your position in that range, your size is Small.

Speed. Your base walking speed is 25 feet.

Business Savvy. A common trait of all Toydarians is their shrewd business sense and their ability to haggle any deal. A loyal and proud people, these traits could be off-putting to outsiders, as many Toydarians in the galaxy were seen as crooks or slimy businessmen, but this was not always the case. Whenever you make a Charisma (Persuasion) check involving haggling you are considered to have expertise in the Persuasion skill.

Closed Mind. Toydarian brains have an unusual composition which made them resistant to influence from the Force. You have advantage on Wisdom and Charisma saving throws against force powers.

Flight. You have a flying speed of 25 feet. To use this speed, you can't be wearing medium or heavy armor.

Shrewd Demeanor. You have proficiency in two Intelligence, Wisdom, or Charisma skills of your choice.

Undersized. Your small stature makes it hard for you to wield bigger weapons. You can't use heavy shields. Additionally, you can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, you can only wield it in two hands.

Languages. You can speak, read, and write Galactic Basic, Huttese, and Toydarian.

"},"skinColorOptions":{"value":"Blue, green, grey, or pink"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black, brown, or green"},"distinctions":{"value":"Two wings, facial tusks, snout, three fingers and toes on appendages"},"heightAverage":{"value":"3'3\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"40 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Toydaria"},"slanguage":{"value":"Toydarian"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Toydarian","mode":"=","targetSpecific":false,"id":1,"itemId":"EiVUpSvIoZoSRt5z","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"EiVUpSvIoZoSRt5z","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"EiVUpSvIoZoSRt5z","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"sm","mode":"=","targetSpecific":false,"id":4,"itemId":"EiVUpSvIoZoSRt5z","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"25","mode":"=","targetSpecific":false,"id":5,"itemId":"EiVUpSvIoZoSRt5z","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.speed.special","value":"Flying (25 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"EiVUpSvIoZoSRt5z","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"EiVUpSvIoZoSRt5z","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"huttese","mode":"+","targetSpecific":false,"id":8,"itemId":"EiVUpSvIoZoSRt5z","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"toydarian","mode":"+","targetSpecific":false,"id":9,"itemId":"EiVUpSvIoZoSRt5z","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Toydarian.webp","effects":[{"_id":"uswPAoIbJ2GUTyBM","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Toydarian","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"sm","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"25","mode":5,"priority":5},{"key":"data.attributes.speed.special","value":"Flying (25 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"huttese","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"toydarian","mode":0,"priority":0},{"key":"flags.sw5e.businessSavvy","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.closedMind","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Toydarian.webp","label":"Toydarian","tint":"","transfer":true}]} -{"_id":"aKKprEtOyd2GOSnY","name":"Thisspiasian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Thisspiasians are easily recognized by their abundant beards and their long tails, which often reach over six feet. These tails are very strong and are commonly used to carry large objects. When meditating or at rest, a thisspiasian will coil their tail beneath their torso, reducing their height by several feet. They also possess four arms, with the upper set being stronger and larger. Each of their four hands have five fingers, and each finger is tipped with a long, sturdy claw. It is thought unsophisticated or unseemly by upper-class thisspiasians to have the bottom two visible in public, so they are generally hidden from sight via larger garments, with the smaller limbs sometimes even bound to their bodies. Thisspiasians need very little sleep to function normally, resting for only two hours a day, with brief meditative moments scattered throughout the day to refocus.

Society and Culture

Thisspiasian culture is one of proud warriors who keep their emotions well-concealed and their rages checked. Many outsiders see only a thisspiasian's outward facade of tranquility, and to most being it seems as if thisspiasians existed in a sea of calm. This is far from the truth, however, as they are in truth a very passionate species below the surface. A thisspiasian who doesn't meditate as often as they should will often be prone to otherwise atypical emotional outbursts.\r\n\r\nThisspias is ruled by a hereditary leader called the Blood Monarch. Due to their seemingly archaic ruling structure, thisspiasians are often considered out-of-touch.

Names

Thisspiasian names typically are composed of two similar sounding syllables. Surnames are familial.

  First Names. Annak, Effed, Emmet, Gorro, Koto

  Surnames. Albarn, Braibel, Kirsingr, Raledurn","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Wisdom score increases by 2, and your Strength score increases by 1.

Age. Thisspiasians reach adulthood in their 20s and often live more than a century.

Alignment. Thisspiasians' emotional composure causes them to tend toward lawful alignments, though there are exceptions.

Size. Thisspiasians typically stand 5 to 6 and a half feet tall and generally weigh about 300 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Claws. Thisspiasians have long claws. You are proficient with your claws, which deal 1d4 kinetic damage on a hit.

Cultured. You have proficiency in the Lore skill.

Four-Armed. Thisspiasians have four arms which they can use independently of one another. You can only gain the benefit of items held by two of your arms at any given time, and once per round you can switch which arms you are benefiting from (no action required).

Inscrutable. Your calm demeanor and control make you hard to read. Wisdom (Insight) checks made against you have disadvantage, and you have advantage on any saving throw against an effect that would read your thoughts.

Prehensile Tail. You have supreme control over your tail and can use it to manipulate objects as well as your hands.

Trance. Thisspiasians only require 2 hours of sleep a day. After resting in this way, you gain the same benefit that a human does from 8 hours of sleep.

Languages. You can speak, read, and write Galactic Basic and Thisspiasian. Thisspiasian is a complex language characterized by its interlocking sentences and heavy use of sibilants.

"},"skinColorOptions":{"value":"Pale to green"},"hairColorOptions":{"value":"Black, blond, brown, grey, or white (with age)"},"eyeColorOptions":{"value":"Yellow"},"distinctions":{"value":"Four arms, serpentine, large beards"},"heightAverage":{"value":"4'8\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"250 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Thisspias"},"slanguage":{"value":"Thisspiasian"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Thisspiasian","mode":"=","targetSpecific":false,"id":1,"itemId":"yYOjgkoTgApRxRXj","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.wis.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"yYOjgkoTgApRxRXj","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.abilities.str.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"yYOjgkoTgApRxRXj","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"yYOjgkoTgApRxRXj","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"yYOjgkoTgApRxRXj","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.lor.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"yYOjgkoTgApRxRXj","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"yYOjgkoTgApRxRXj","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"thisspiasian","mode":"+","targetSpecific":false,"id":8,"itemId":"yYOjgkoTgApRxRXj","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Thisspiasian.webp","effects":[{"_id":"4WoMle31KAvAHxvk","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Thisspiasian","mode":5,"priority":5},{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.str.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.skills.lor.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"thisspiasian","mode":0,"priority":0},{"key":"flags.sw5e.inscrutable","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.trance","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.extraArms","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Thisspiasian.webp","label":"Thisspiasian","tint":"","transfer":true}]} -{"_id":"aNfVgeDkuDkuGzAE","name":"Trandoshan","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Trandoshans are a large, bipedal sentient species, with scaly skin which was shed roughly once every standard year and was thought to be very durable. Cold-blooded reptiles, trandoshans had two super-sensitive varied color eyes with horizontal black pupils, which could see far into the infrared range. Each of their four limbs ends in three razor sharp claws. These are perfect for combat, but did not grant them manual dexterity, making a trandoshan's finger movements somewhat clumsy and awkward.

Society and Culture

Trandoshans worship their goddess, the Scorekeeper, whom they would appease through acts which increased their Jagannath points. This is done by living a lifestyle which was, by non-trandoshan standards, overtly aggressive, leading many trandoshans to become bounty hunters, mercenaries, or slavers. Trandoshans especially prize wookiee pelts, which consequently play a large part in earning Jagannath points-capturing the pelts of particularly infamous wookiees would give the hunter a large increase in Jagganath points. To be shamed or captured during a hunt would zero one's Jagganath points-effectively making their life forfeit in the eyes of the Scorekeeper. They could, however, win all those points back by killing the one who zeroed their score.

Names

Trandoshan names are quite harsh and contain a lot of elongated sounds, as well as a lot of s's. Differences between male and female names are often very subtle, but there is a higher chance for female names to contain softer sounds.

  Male Names. Bossk, Tshyrrng, Varrsk, Wuikkekss

  Female Names. Aksa, Idwiks, Kluks, Mezuus, Shokss

  Surnames. Dallosss, Druc, Groqisch, Hsac, Nausdot","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Wisdom score increases by 1.

Age. Trandoshans reach adulthood in their early teens and rarely live to be older than 70.

Alignment. Trandoshans tend toward the dark side, though there are exceptions.

Size. Trandoshans stand as tall as 7 and a half feet and can weigh over 300 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Darkvision. Your vision can easily cut through darkness. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Hold Breath. You can hold your breath for up to 15 minutes at a time.

Regenerative. When you take damage, you can use your reaction and expend a Hit Die to regain hit points as long as the damage would not reduce your hit points to 0.

Saving Face. Trandoshans are careful not to show weakness in front of their allies, for fear of losing status. If you miss with an attack roll or fail an ability check or a saving throw, you can gain a bonus to the roll equal to the number of allies you can see within 30 feet of you (maximum bonus of +5). Once you use this trait, you can't use it again until you finish a short or long rest.

Languages. You can speak, read, and write Galactic Basic and Dosh. Dosh is characterized by its harsh grunts, hisses and growls, and its written form that used alphabetic glyphs.

"},"skinColorOptions":{"value":"Green, yellow, brown, orange, red"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Yellow, orange"},"distinctions":{"value":"Reptilian, scaly skin, regenerative properties"},"heightAverage":{"value":"5'5\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"130 lb."},"weightRollMod":{"value":"x(2d6) lb."},"homeworld":{"value":"Trandosha"},"slanguage":{"value":"Dosh"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Trandoshan","mode":"=","targetSpecific":false,"id":1,"itemId":"jH3OrTNFYwwm7aqf","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"jH3OrTNFYwwm7aqf","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"jH3OrTNFYwwm7aqf","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"jH3OrTNFYwwm7aqf","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":5,"itemId":"jH3OrTNFYwwm7aqf","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":6,"itemId":"jH3OrTNFYwwm7aqf","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"dosh","mode":"+","targetSpecific":false,"id":7,"itemId":"jH3OrTNFYwwm7aqf","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Trandoshan.webp","effects":[{"_id":"cGgWnQNhESjlOFmW","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Trandoshan","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"dosh","mode":0,"priority":0},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":20},{"key":"flags.sw5e.regenerative","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Trandoshan.webp","label":"Trandoshan","tint":"","transfer":true}]} -{"_id":"aiI0l8VZupMmi00f","name":"Colicoid","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Colicoids are tall insectoids that held multiple appendages. Their bodies are chitinous and include a powerful stinging tail. A colicoid's physiology allows them to curl up into a protective ball and unfurl suddenly which allow them to catch their prey unaware. This rolling method of locomotion is second nature to the colicoids. Their insectoid minds provide them a natural defense against mind tricks.

\n

Some members are colicoid queens that are different as they are more than twice the size of even the largest warrior breeds. This makes them extremely dangerous and are the only colicoids that possess a unique poisonous stinger. This combined with their strength and size makes them deadly combatants, especially when within their nests. However, a queen tends to only fight when her young are being threatened.

\n

Society and Culture

\n

Though highly intelligent, colicoids are emotionless and cannibalistic in nature. Their ruthless cunning serves them well on the battlefield as it does on the negotiating table. It is known that long ago that they transferred these ruthless characteristics to their commerce activities. As a result, they are known to be brutally efficient in their business practices. They are noted for being vicious and calculating creatures that are driven by greed whilst showing little regard for others. The colicoids have numerous successful commercial ventures and hold strict business protocols.

\n

Names

\n

Colicoid names are typically very short and gender neutral, with surnames being based on the queen from which they spawned.

\n

  First Names. Gal, Het, Kaf, Lyp, Nok, Yin

\n

  Surnames. Bek, Dor, Set, Tel, Wim, Zal

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Strength or Constitution score increases by 1.

Age. Colicoids reach adulthood by 8 and live to be about 65.

Alignment. Colicoid's emotionless nature causes them to tend towards balanced alignments, though there are exceptions.

Size. Colicoids typically stand 6 to 6 and a half feet tall and generally weigh about 170 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 25 feet.

Acute Senses. You have proficiency in the Perception skill.

Cannibalize. If you spend at least 1 minute devouring the corpse of a beast or humanoid, you gain temporary hit points equal to your Constitution modifier. Once you've used this feature, you must complete a short or long rest before you can use it again.

Closed Mind. Colicoid brains have an unusual composition which gives them a natural defense against the Force. You have advantage on Wisdom and Charisma saving throws against force powers.

Defensive Ball. You are able to curl into a rolling ball for extra protection. When you take the Dash action while you aren't wielding a shield, you gain a bonus to AC equal to half your proficiency bonus (rounded up) until the start of your next turn.

Natural Armor. Due to your carapace and the shape of your body, you are ill-suited to wearing armor. Your carapace provides ample protection, however; it gives you a base AC of 17 (your Dexterity modifier doesn't affect this number). You gain no benefit from wearing armor, but if you are using a shield, you can apply the shield's bonus as normal.

Stinger. Your stinger is a natural weapon, which you can use to make unarmed strikes. If you hit with it, you deal kinetic damage equal to 1d4 + your Strength modifier.

Languages. You can speak, read, and write Galactic Basic and Colicoid. The Colicoid language uses sounds produced by the antennae and jointed legs of the colicoids, including humming sounds and clicks, which makes it difficult for other species to speak.

"},"skinColorOptions":{"value":"Brown, green, or purple"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Orange, purple, red, or yellow"},"distinctions":{"value":"Carnivorous insectoids, four legs, defensive \"ball mode\""},"heightAverage":{"value":"5'2\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"120 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Colla IV"},"slanguage":{"value":"Colicoid"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Colicoid","mode":"=","targetSpecific":false,"id":1,"itemId":"RtHXk9SkonTC4Z8L","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"RtHXk9SkonTC4Z8L","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":3,"itemId":"RtHXk9SkonTC4Z8L","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"25","mode":"=","targetSpecific":false,"id":4,"itemId":"RtHXk9SkonTC4Z8L","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.prc.value","value":"1","mode":"+","targetSpecific":false,"id":5,"itemId":"RtHXk9SkonTC4Z8L","active":false,"_targets":[],"label":"Skills Perception"},{"modSpecKey":"data.attributes.ac.min","value":"17","mode":"=","targetSpecific":false,"id":6,"itemId":"RtHXk9SkonTC4Z8L","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"RtHXk9SkonTC4Z8L","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"colicoid","mode":"+","targetSpecific":false,"id":8,"itemId":"RtHXk9SkonTC4Z8L","active":false,"_targets":[]}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Colicoid.webp","effects":[{"_id":"lNQzl0PRPGz1LnkR","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Colicoid","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"25","mode":5,"priority":5},{"key":"data.skills.prc.value","value":1,"mode":4,"priority":20},{"key":"data.attributes.ac.value","value":"17+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"colicoid","mode":0,"priority":0},{"key":"flags.sw5e.closedMind","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.cannibalize","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Colicoid.webp","label":"Colicoid","tint":"","transfer":true}]} -{"_id":"aqCgiO8ny3JFBgPm","name":"Ardennian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Ardennians are sentient humanoid simians hailing from the tropical paradise of Ardennia. They are covered in fur from head to their wrists and ankles, with brown and grey being the most common fur colors. Ardennians sport four arms and prehensile feet. All six of their limbs are equally dexterous.

\n

Society and Culture

\n

The Ardennian people themselves are a friendly communal species that are well known for welcoming visitors and inviting newcomers to traditional feasts and dances on the sandy beaches of Ardennia. Rural Ardiennan's live in modern tree-villages in the thick, dim jungle canopy on the majority of the islands. Ground level accommodations are available for off world visitors even in the smaller villages. Most off-worlders stay in the large modern resort complexes which boast having miles of private beaches or in the modern cities. Several large cities exist, scattered around the world, which typically encompass an entire island or a series of smaller islands joined together.

\n

Ardennia's distance from the main hyperlanes makes it one of the lesser-known vacation destinations, but it's a popular one for those who don't mind the extra travel time. Some affluent visitors prefer the solitude that Ardennia offers, and occasionally end up purchasing one of the smaller islands to build their own home. Ardennia is notable for having the most beach per square meter in the galaxy.

\n

Names

\n

Ardennians' names are typically concise and rarely more than two syllables, with a familal surname.

\n

  Male Names. Rio, Jakar, Hul, Lup, Quil, Jerno

\n

  Female Names. Rac, Bras, Nuc, Kua, Karta, Sanya

\n

  Surnames. Betal, Durant, Jabut, Karon, Rambuan

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Charisma score increases by 1.

Age. Ardennians reach adulthood in their late teens and live less than a century.

Alignment. Ardennians' peaceful nature causes them to tend toward the light side, though there are exceptions.

Size. Ardennians typically stand 4 to 4 and a half feet tall and weigh around 60 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Darkvision. You have a keen eyesight, especially in the dark. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Four-Armed. Ardennians have four arms which they can use independently of one another. You can only gain the benefit of items held by two of your arms at any given time, and once per round you can switch which arms you are benefiting from (no action required).

Jungle Dweller. Growing up in the tree-villages of Ardennia has left an impact. You don't treat jungle terrain as difficult terrain.

Mask of the Wild. You can attempt to hide even when you are only lightly obscured by foliage, heavy rain, falling snow, mist, and other natural phenomena.

Prehensile Feet. You have supreme control over your feet and can use them to manipulate objects as well as your hands.

Strong-Legged. When you make a long jump, you can cover a number of feet up to twice your Strength score. When you make a high jump, you can leap a number of feet up into the air equal to 3 + twice your Strength modifier.

Treeclimber. You have a climbing speed of 25 feet. You have advantage on Strength saving throws and Strength (Athletics) checks that involve climbing.

Languages. You can speak, read, and write Galactic Basic and Ardennian. Ardennian has a bubbly, energizing tone to it.

"},"skinColorOptions":{"value":"Brown or black"},"hairColorOptions":{"value":"Brown to gray"},"eyeColorOptions":{"value":"Brown or black"},"distinctions":{"value":"Four arms, fur-covered, prehensile feet"},"heightAverage":{"value":"3'2\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"50 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Ardennia"},"slanguage":{"value":"Adrennian"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Ardennian","mode":"=","targetSpecific":false,"id":1,"itemId":"N0nQEW5WU61tfyIg","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"N0nQEW5WU61tfyIg","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"N0nQEW5WU61tfyIg","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"N0nQEW5WU61tfyIg","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"N0nQEW5WU61tfyIg","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"N0nQEW5WU61tfyIg","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.attributes.speed.special","value":"Climbing (25 ft.)","mode":"+","targetSpecific":false,"id":7,"itemId":"N0nQEW5WU61tfyIg","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"N0nQEW5WU61tfyIg","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"ardennian","mode":"+","targetSpecific":false,"id":9,"itemId":"N0nQEW5WU61tfyIg","active":false,"_targets":[]}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Ardennian.webp","effects":[{"_id":"abUBIqj4EjIoc7yP","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Ardennian","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.attributes.speed.special","value":"Climbing (25 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"ardennian","mode":0,"priority":0},{"key":"flags.sw5e.maskOfTheWild","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.strongLegged","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.extraArms","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Ardennian.webp","label":"Ardennian","tint":"","transfer":true}]} -{"_id":"bQsZxQgRxl5Ou6r3","name":"Noghri","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Noghri are a primitive humanoid species hailed from the planet Honoghr with steely gray-blue skin that are renowned assassins. A natural gift for stealth and hand-to-hand combat, Noghri are efficient killing machines with their rending claws and strong olfactory sense that can often determine familial lineage. Their smaller size belies their ruthlessness and potent hunting skills.

Society and Culture

Noghri culture relies heavily on honor, with society being clan-based, revolving around the Dukha, a community center in each village. The greatest strength of the Noghri stems from their loyalty and secrecy; when a Noghri takes a job, they always fulfill it, even if it would result in their death. As such, they make exceptional, albeit expensive bodyguards.\r\n\r\nNoghri are loathe to fight with weapons larger than small daggers, believing combat to be a personal celebration to be sullied by use of heavier weapons. As such, it is rare (though not impossible) to see a Noghri wielding a weapon larger than their forearm.\r\n\r\nEach Noghri clan village centers around the Dukha, with each clan being led by a Dynast. The Dukha is inhabited by the clan's Maitrakh, who functions as the storyteller, spiritual leader, and lore keep of the clan.

Names

Noghri names vary from short to long, with female names being typically softer. Surnames are clan-based.

  Male Names. Cakhmaim, Ezrakh, Khabarakh, Rukh

  Female Names. Cilnaas, Edvir, Kahr'corvh, Meewalh

  Surnames. Bakh'tor, Eikh'mir, Hakh'khar, Khim'bar","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Strength score increases by 1.

Age. Noghri reach adulthood in their late teens and live less than a century.

Alignment. Noghri's honorable society causes them to tend toward a lawful alignment, though there are exceptions.

Size. Noghri typically stand about 5 feet tall and weigh around 150 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Hunter. You are proficient in Survival and Stealth.

Keen Smell. You have advantage on Wisdom (Perception) checks that rely on smell.

Powerful Leap. If you jump at least 10 feet in a straight line before hitting with a melee weapon attack, you can attempt to shove the target prone as part of the same attack. Once you use this trait, you can't use it again until you finish a short or long rest.

Strong-Legged. When you make a long jump, you can cover a number of feet up to twice your Strength score. When you make a high jump, you can leap a number of feet up into the air equal to 3 + twice your Strength modifier.

Unarmed Combatant. Your unarmed strikes deal 1d4 kinetic damage. You can use your choice of your Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.

Languages. You can speak, read, and write Galactic Basic and Honorghran. Honorghran is characterized by its scratchy, gutteral sounds.

"},"skinColorOptions":{"value":"Bluish-gray"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Brown"},"distinctions":{"value":"Advanced olfactory senses, claws, hunting prowess."},"heightAverage":{"value":"4'5\""},"heightRollMod":{"value":"+2d6\""},"weightAverage":{"value":"115 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Honoghr"},"slanguage":{"value":"Honoghran"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Noghri","mode":"=","targetSpecific":false,"id":1,"itemId":"4B2cMO1qxaLGtPSE","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"4B2cMO1qxaLGtPSE","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.str.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"4B2cMO1qxaLGtPSE","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"4B2cMO1qxaLGtPSE","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"4B2cMO1qxaLGtPSE","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.sur.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"4B2cMO1qxaLGtPSE","active":false,"_targets":[],"label":"Skills Survival"},{"modSpecKey":"data.skills.ste.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"4B2cMO1qxaLGtPSE","active":false,"_targets":[],"label":"Skills Stealth"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"4B2cMO1qxaLGtPSE","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"honoghran","mode":"+","targetSpecific":false,"id":9,"itemId":"4B2cMO1qxaLGtPSE","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Noghri.webp","effects":[{"_id":"osToSGRyw3lDaFpz","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Noghri","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.str.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.skills.sur.value","value":1,"mode":4,"priority":20},{"key":"data.skills.ste.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"honoghran","mode":0,"priority":0},{"key":"flags.sw5e.strongLegged","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.unarmedCombatant","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Noghri.webp","label":"Noghri","tint":"","transfer":true}]} -{"_id":"cPh5nsorfybBY8GF","name":"Flesh Raider","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Flesh raiders are a more primitive, and more physically imposing subspecies of rakata that mutated prior to the end of the Infinite Empire. A life above ground and in caves has led the flesh raiders to lose their more amphibian traits, and are now more humanoid in their biological needs, though they seem to only be able to digest meats and flesh.\n\nFlesh raiders keep many of their ancestral rakatan features, though they have experienced a form of gigantism that has lead to their interesting appearance, that of a flat topped, spade shaped head, with blade-like eye stalks coming off the side ends of the spade. Their body structure also more closely matches that of a trandoshan or dashade, being bulky and imposing in stature, towering over most other sentient creatures.\n\nUnlike contemporary rakata, flesh raiders did not lose their ability to tap into the Force.

Society and Culture

Flesh raiders are known to form small clan structures, with a war boss in charge of the clan. Those flesh raiders who are born Force-sensitive can be found imitating a temple structure, with a powerful Force-sensitive, usually from another species, leading them. \n\nFlesh raiders still speak the rakatan language, though it has developed into a cruder variant.

Names

Flesh raider names tend to be short and concise, embodying strength and virility. Flesh raider names make no distinction between male and female names. Surnames are clan-based, though they are rarely used.

  First Names. Cha'nagh, Fashk, Gorshh, Keshk, Mar'govrok

  Surnames. Ban, Fel, Kuir, Penk, Teeshk","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Wisdom or Charisma score increases by 1.

\n

Age. Flesh raiders reach adulthoood by 20 and rarely live longer than 90 years.

\n

Alignment. Flesh raiders' propensity towards war and aggression cause them to tend toward chaotic dark side, though there are exceptions.

\n

Size. Flesh raiders typically stand between 6 and 7 feet tall and weigh around 200 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Aggressive. As a bonus action, you can move up to your speed toward an enemy of your choice that you can see or hear. You must end this move closer to the enemy than you started.

\n

Cannibalize. If you spend at least 1 minute devouring the corpse of a beast or humanoid, you gain temporary hit points equal to your Constitution modifier. Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Darkvision. You have keen eyesight, especially in the dark. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Force Contention. Due to their unique physiology, flesh raider hardiness allows them to overcome use of the Force. You have advantage on Strength and Constitution saving throws against force powers.

\n

Menacing. You gain proficiency in the Intimidation skill.

\n

Hunters. Whenever you make a Wisdom (Survival) check to hunt for food, you are considered to have expertise in the Survival skill.

\n

Languages. You can speak, read, and write Galactic Basic and Rakata. Rakata is characterized by its deep tones and simplistic nature, using mainly consonants and long vowels. It's script seems to be a very ancient form of Galactic Basic.

"},"skinColorOptions":{"value":"Brown, pink, red, or tan"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black, dark blue, dark green"},"distinctions":{"value":"Horizontal eye stalks, horizontal spade-shaped head, tridactyl hands"},"heightAverage":{"value":"5'8\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"145 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Tython"},"slanguage":{"value":"Rakata"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Flesh Raider","mode":"=","targetSpecific":false,"id":1,"itemId":"sJa2DfRVhsW4YREA","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"sJa2DfRVhsW4YREA","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":3,"itemId":"sJa2DfRVhsW4YREA","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":4,"itemId":"sJa2DfRVhsW4YREA","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":5,"itemId":"sJa2DfRVhsW4YREA","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.itm.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"sJa2DfRVhsW4YREA","active":false,"_targets":[],"label":"Skills Intimidation"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"sJa2DfRVhsW4YREA","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"rakata","mode":"+","targetSpecific":false,"id":8,"itemId":"sJa2DfRVhsW4YREA","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Flesh%20Raider.webp","effects":[{"_id":"8kAGFyPm2CQRdUho","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Flesh Raider","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.itm.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"rakata","mode":0,"priority":0},{"key":"flags.sw5e.aggressive","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.cannibalize","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.forceContention","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Flesh%20Raider.webp","label":"Flesh Raider","tint":"","transfer":true}]} -{"_id":"crnTEymBBdoIu4Kk","name":"Chadra-Fan","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Chadra-Fan are covered from head to foot in fur. Their species evolved from small, arboreal rodents. The two different sexes of Chadra-Fan are indistinguishable to other species, though the Chadra-Fan could readily tell the difference using their powerful sense of smell. Chadra-Fan also have involuntary pheromones that conveyed information about their family line and created an aura of attractiveness. Other voluntary pheromones often conveyed a Chadra-Fan's state of emotion-anger, fear, or joy. Chadra-Fan even create more complex messages using their pheromones, though the pheromones when mixed sometimes caused confusion. They are unique in the fact that they had clear blood.

\n

Society and Culture

\n

The society of Chadra-Fan is divided into a clan structure in which every member is responsible for parenting the clan's children; a fact of life is that every household is open at any time. Leadership within the clan is a temporary role that is passed from one individual to another as the situation calls for a particular expertise. Children are the centerpiece of a Chadra-Fan community, and only leave when wed. However the new Chadra-Fan couple remain with the smaller clan so it was possible that a Chadra-Fan never leaves his or her home. Chadra-Fan left by themselves suffer depression, so they regularly seek the company of others; thus, Chadra-Fan are not very picky when it came to friends and prefer complete strangers to loneliness.

\n

Names

\n

Chadra-Fan names do not vary significantly based on sex. Surnames are clan based.

\n

  First Names. Dubi, Kattar, Naska, T'yabah, O'yasha

\n

  Surnames. Abalomm, Fandy, Nemm, Nuz, Yedit

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Charisma score increases by 1.

Age. Chadra-Fan reach adulthood by 15 and live an average of 40 years.

Alignment. Chadra-Fan's open, clan-based culture cause them to tend toward the light side, though there are exceptions.

Size. Chadra-Fan stand 3-4 feet tall and weigh about 45 lbs. Regardless of your position in that range, your size is Small.

Speed. Your base walking speed is 25 feet.

Climb. You have a climbing speed of 25 feet.

Keen Hearing and Smell. You have advantage on Wisdom (Perception) checks that involve hearing or smell.

Second Heart. When you are reduced to 0 hit points but not killed outright, you can drop to 1 hit point instead. You can't use this feature again until you finish a long rest.

Tinker. You have proficiency with tinker's tools. You can use these and spend 1 hour and 100 cr worth of materials to construct a Tiny Device (AC 5, 1 hp). You can take the Use an Object action to have your device cause one of the following effects: create a small explosion, create a repeating loud noise for 1 minute, create smoke for 1 minute, emit an onerous smell for 1 minute. You can maintain a number of these devices up to your proficiency bonus at once, and a device stops functioning after 24 hours away from you. You can dismantle the device to reclaim the materials used to create it.

Trance. Chadra-Fan only require 2 hours of sleep a day. After resting in this way, you gain the same benefit that a human does from 8 hours of sleep.

Undersized. Your small stature makes it hard for you to wield bigger weapons. You can't use heavy shields. Additionally, you can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, you can only wield it in two hands.

Languages. You can speak, read, and write Galactic Basic and Chadra-Fan. The Chadra-Fan language is characterized as being nasally and squeaky.

","source":"Expanded Content"},"skinColorOptions":{"value":"Black, brown, or grey"},"hairColorOptions":{"value":"Black, brown, or grey"},"eyeColorOptions":{"value":"Dark"},"distinctions":{"value":"Large ears, flat noses with four nostrils"},"heightAverage":{"value":"2'8\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"35 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Chad"},"slanguage":{"value":"Chadra-Fan"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.traits.size","value":"Chadra-Fan","mode":"=","targetSpecific":false,"id":1,"itemId":"G6WBGAp6GlK5tuK8","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"G6WBGAp6GlK5tuK8","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"G6WBGAp6GlK5tuK8","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"sm","mode":"=","targetSpecific":false,"id":4,"itemId":"G6WBGAp6GlK5tuK8","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"25","mode":"=","targetSpecific":false,"id":5,"itemId":"G6WBGAp6GlK5tuK8","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.speed.special","value":"Climbing (25 ft.)","mode":"=","targetSpecific":false,"id":6,"itemId":"G6WBGAp6GlK5tuK8","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.toolProf.custom","value":"Tinker's tools","mode":"+","targetSpecific":false,"id":7,"itemId":"G6WBGAp6GlK5tuK8","active":false,"_targets":[],"label":"Traits Tool Prof Custom"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"G6WBGAp6GlK5tuK8","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"chadra-fan","mode":"+","targetSpecific":false,"id":9,"itemId":"G6WBGAp6GlK5tuK8","active":false,"_targets":[],"label":"Traits Language"}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Chadra-Fan.webp","effects":[{"_id":"6clSr6rfOZJaWWiM","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.traits.size","value":"grg","mode":0,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"sm","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"25","mode":5,"priority":5},{"key":"data.attributes.speed.special","value":"Climbing (25 ft.)","mode":5,"priority":5},{"key":"data.traits.toolProf.value","value":"tin","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"chadra-fan","mode":0,"priority":0},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.tinker","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20},{"key":"data.details.species","value":"Chadra-Fan","mode":5,"priority":20},{"key":"flags.sw5e.multipleHearts","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.trance","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Chadra-Fan.webp","label":"Chadra-Fan","tint":"","transfer":true}]} -{"_id":"d1v4WUpl7Y3DYmgX","name":"Nautolan","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Nautolans possess physiology common to amphibious species, including low light vision and excellent swimming skills. Their bony endoskeleton and dense cartilage make them tough and resistant to glancing blows. An egg-laying species, Nautolans emerge from their egg as a tadpole that develops arms, legs, and head-tails during their second year of life. Roughly the same size as a Human infant during this time, their limbs are weak and unable to support their weight, forcing youthful Nautolans to remain in aquatic environments for much of their childhood.

Society and Culture

The society developed by the Nautolans on Glee Anselm is centralized around local families and governments. The centralized government of Glee Anselm is comprised of representatives from the Council of Elders that govern each settlement. Elders are elected on merit, and can be made up of youthful politicians as well as the most aged members of the society. A culture that promotes life-long mates, Nautolan families are characterized by their loyalty between spouses and the equality of the sexes in the household. Arranged marriages are not uncommon. \r\n\r\nNo cultural affinity for the Force ever developed on Glee Anselm, though members of the Nautolan species recognize its importance and respected those among them that were Forceful.

Names

Nautolan names are generally short and melodic. Female names usually end in a vowel. Surnames are familial.

  Male Names. Brod, Knirkoc, Peng, Tikuwik, Zesufreat

  Female Names. Doli, Hahi, Thamlymyo, Usha, Zezu

  Surnames. Iarre, Rirrall, Sompanong, Uzumdall","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Wisdom score increases by 1.

Age. Nautolans reach adulthood in their early teens and live about 70 years on average.

Alignment. Nautolans' benevolence cause them to tend toward the light side, though there are exceptions.

Size. Nautolans typically stand 5 to 6 feet tall and rarely weigh more than 160 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 35 feet.

Amphibious. You can breathe air and water.

Darkvision. Accustomed to life underwater, you have superior vision in low light conditions. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Insightful. Nautolan head tentacles are adept at determining moods. You have advantage on Wisdom (Insight) checks to determine emotions.

Swim. You have a swimming speed of 30 feet.

Languages. You can speak, read, and write Galactic Basic and Nautila. Nautila is unique in that it can only be properly pronounced underwater due to its use of pheromones in addition to spoken sounds. In any other environment, the language loses a great amount of detail; that Nautolans find this annoying.

"},"skinColorOptions":{"value":"Blue, brown, green, purple, or grey"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black, brown, or red"},"distinctions":{"value":"Extrasensory head tentacles capable of detecting chemicals"},"heightAverage":{"value":"5'1\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"120 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Glee Anselm"},"slanguage":{"value":"Nautila"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Nautolan","mode":"=","targetSpecific":false,"id":1,"itemId":"IrpHrnc26h2Dlgu7","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"IrpHrnc26h2Dlgu7","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"IrpHrnc26h2Dlgu7","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"IrpHrnc26h2Dlgu7","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"35","mode":"=","targetSpecific":false,"id":5,"itemId":"IrpHrnc26h2Dlgu7","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"IrpHrnc26h2Dlgu7","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.attributes.speed.special","value":"Swimming (30 ft.)","mode":"+","targetSpecific":false,"id":7,"itemId":"IrpHrnc26h2Dlgu7","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"IrpHrnc26h2Dlgu7","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"nautila","mode":"+","targetSpecific":false,"id":9,"itemId":"IrpHrnc26h2Dlgu7","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Nautolan.webp","effects":[{"_id":"nlORbLb6xwbjSHm8","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Nautolan","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"35","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.attributes.speed.special","value":"Swimming (30 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"nautila","mode":0,"priority":0},{"key":"flags.sw5e.amphibious","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Nautolan.webp","label":"Nautolan","tint":"","transfer":true}]} -{"_id":"dTu3GwEHTQhOnyud","name":"Ugnaught","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Ugnaughts are diminutive, porcine humanoids who have pink skin, upturned noses, white hair, and thick layers of jowls. Some have tusks that they use in blood duels. They are strong and resilient, and their life-spans reached up to 200 standard years. They notably eat genteslugs.

\n

Society and Culture

\n

Ugnaughts are ruled by councils comprised of elected officers. Ugnaughts live their lives in accordance to their \"blood profession,\" with Ugnaught parents teaching their children their trade. Infant Ugnaughts are known as Ugletts. If the number of new Ugnaughts in a given profession exceeds the need, a blood duel is called. When the Ugnaughts reached their twentieth year of age, these fights are held to the death, with the victor winning the right to inherit their blood profession. Despite this outdated and violent custom, the Ugnaughts are generally a peaceful people with a rich culture. When greeting an Ugnaught, it is advised to bow silently, then wait for a guttural purring as a positive response. Usage of the common galactic greeting \"yaa-yaah\" is considered a personal insult to Ugnaughts. If this occurrs, it is advisable to duck and cover, as various mechanical implements will be thrown one's way. Ugnaughts are often enslaved as they are fairly meek.

\n

Names

\n

Ugnaught names are generally concise. Female names sound more cheerful. Surnames are determined by blood profession.

\n

  Male Names. Banax, Dral, Durn, Togre, Yirkux

\n

  Female Names. Admeva, Olnito, Ruskor, Vurlilli

\n

  Surnames. Col, Gnatro, Mikk, Roc, Sag

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Strength score increases by 1.

\n

Age. Ugnaughts reach adulthood at 20 and can live to reach 200.

\n

Alignment. Ugnaughts tend toward no particular alignment. The best and worst are found among them.

\n

Size. Ugnaughts rarely stand higher than 4 feet and weigh about 50 lbs. Regardless of your position in that range, your size is Small.

\n

Speed. Your base walking speed is 25.

\n

Bite. Your tusks are a natural weapon, which you can use to make unarmed strikes. If you hit with it, you deal kinetic damage equal to 1d6 + your Strength modifier.

\n

Crafters. You have proficiency in one tool of your choice.

\n

Darkvision. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Industrial Hazards. You have resistance to acid damage.

\n

Tech Dabbler. You know the mending at-will tech power. When you reach 3rd level, you can cast the analyze tech power once per day. When you reach 5th level, you can also cast the overheat tech power once per day. Intelligence is your techcasting ability for these powers. You do not require use of a wristpad for these powers.

\n

Tinker. You have proficiency with tinker's tools. You can use these and spend 1 hour and 100 cr worth of materials to construct a Tiny Device (AC 5, 1 hp). You can take the Use an Object action to have your device cause one of the following effects: create a small explosion, create a repeating loud noise for 1 minute, create smoke for 1 minute, cause harmless tremors for 1 minute. You can maintain a number of these devices up to your proficiency bonus at once, and a device stops functioning after 24 hours away from you. You can dismantle the device to reclaim the materials used to create it.

\n

Undersized. Your small stature makes it hard for you to wield bigger weapons. You can't use heavy shields. Additionally, you can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, you can only wield it in two hands.

\n

Languages. You can speak, read, and write Galactic Basic and Ugnaught. The Ugnaught language is composed of grunts, squeals, and chatters, and is difficult for other species to learn.

"},"skinColorOptions":{"value":"Varying shades of pink"},"hairColorOptions":{"value":"White"},"eyeColorOptions":{"value":"Black and red"},"distinctions":{"value":"Diminutive stature, porcine features, technological affinity"},"heightAverage":{"value":"3'1\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"40 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Gentes"},"slanguage":{"value":"Ugnaught"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Ugnaught","mode":"=","targetSpecific":false,"id":1,"itemId":"ohXlAL4PhVxboYrz","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"ohXlAL4PhVxboYrz","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.str.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"ohXlAL4PhVxboYrz","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.traits.size","value":"sm","mode":"=","targetSpecific":false,"id":4,"itemId":"ohXlAL4PhVxboYrz","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"25","mode":"=","targetSpecific":false,"id":5,"itemId":"ohXlAL4PhVxboYrz","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"ohXlAL4PhVxboYrz","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.dr.value","value":"acid","mode":"+","targetSpecific":false,"id":7,"itemId":"ohXlAL4PhVxboYrz","active":false,"_targets":[],"label":"Traits Damage Resistance"},{"modSpecKey":"data.traits.toolProf.custom","value":"tinker's tools","mode":"+","targetSpecific":false,"id":8,"itemId":"ohXlAL4PhVxboYrz","active":false,"_targets":[],"label":"Traits Tool Prof Custom"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"ohXlAL4PhVxboYrz","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"ugnaught","mode":"+","targetSpecific":false,"id":10,"itemId":"ohXlAL4PhVxboYrz","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Ugnaught.webp","effects":[{"_id":"cEL26hyVYxGjv0si","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Ugnaught","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.str.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"sm","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"25","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.dr.value","value":"acid","mode":0,"priority":0},{"key":"data.traits.toolProf.value","value":"tin","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"ugnaught","mode":0,"priority":0},{"key":"flags.sw5e.tinker","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Ugnaught.webp","label":"Ugnaught","tint":"","transfer":true}]} -{"_id":"dhEFk1c3Q5DQ2ztn","name":"Ortolan","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Ortolans are squat, heavily-built humanoid bipeds with long, trunklike noses and beady black eyes. They possess floppy ears, which are extremely sensitive to sound waves. They have two hands, each ending in four chubby fingers and a thumb, which is not opposable. A thick, baggy hide covered in fuzz resembling velvet hangs off of the Ortolan body. Ortolans have a keen sense of smell to help them forage for food. In fact, they are handicapped in their business affairs by their attachment to food, sometimes accepting otherwise unfavorable contracts when promised enough to eat. Their twin obsessions are food and music; offworld, many Ortolans find success as chefs or musicians.

\n

Society and Culture

\n

Ortolan society is reasonably industrialised, though not as technologically advanced as other species. Despite this, their economy is mostly based on barter, with credits primarily used to trade with offworlders. Education is the responsibility of their parents, though gifted youngsters are often traded to other families to get specialized education. While most Ortolans appear to have blue skin, Ortolans are actually covered in short velvety fur which they often dyed in bright colors, most often blue and pink. This tradition began when a Devaronian trader tried to sell Ortolans a shipment of food dyes—they considered dyeing their food a waste of time, but found dyed fur to be quite stylish.

\n

Names

\n

Ortolan names are generally short with big sounds. Female names are typically softer. Surnames are familial.

\n

  Male Names. Donmb, Hegh, Nax, Parm, Teeb  

\n

  Female Names. Bedla, Folfe, Nelni, Phoff, Sallo  

\n

  Surnames. Bigek, Lubum, Nad, Rojool, Somo

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Charisma score increases by 1.

Age. Ortolans are considered adults at the age of seven and typically live less than a century.

Alignment. Ortolans' love of food and music causes them to tend toward chaotic light side, though there are exceptions.

Size. Ortolans stand around 3 to 4 feet tall and weigh about 55 lbs. Regardless of your position in that range, your size is Small.

Speed. Your base walking speed is 25 feet.

Foragers. Whenever you make a Wisdom (Survival) check to forage for food you are considered to have expertise in the Survival skill.

Grovel, Cower, and Beg. As an action on your turn, you can cower pathetically to distract nearby foes. Until the end of your next turn, your allies gain advantage on attack rolls against enemies within 10 feet of you that can see you. Once you use this trait, you can't use it again until you finish a short or long rest.

Hide. Your thick hide is naturally adapted to cold climates, as described in chapter 5 of the Dungeon Master's Guide.

Keen Hearing and Smell. You have advantage on Wisdom (Perception) checks that involve hearing or smell.

Musical. You have proficiency in Performance and one musical instrument of your choice.

Undersized. Your small stature makes it hard for you to wield bigger weapons. You can't use heavy shields. Additionally, you can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, you can only wield it in two hands.

Languages. You can speak, read, and write Galactic Basic and Ortolan. Ortolan is characterized by its grunts and hoots.

"},"skinColorOptions":{"value":"Light colors"},"hairColorOptions":{"value":"Light colors"},"eyeColorOptions":{"value":"Yellow"},"distinctions":{"value":"Stocky builds, trunklike noses, floppy ears, small mouths, brightly dyed fur"},"heightAverage":{"value":"2'10\""},"heightRollMod":{"value":"+2d4\""},"weightAverage":{"value":"50 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Orto"},"slanguage":{"value":"Ortolan"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Ortolan","mode":"=","targetSpecific":false,"id":1,"itemId":"tKiqciNQn2NvdzcT","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"tKiqciNQn2NvdzcT","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"tKiqciNQn2NvdzcT","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"sm","mode":"=","targetSpecific":false,"id":4,"itemId":"tKiqciNQn2NvdzcT","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"25","mode":"=","targetSpecific":false,"id":5,"itemId":"tKiqciNQn2NvdzcT","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.prf.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"tKiqciNQn2NvdzcT","active":false,"_targets":[],"label":"Skills Performance"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"tKiqciNQn2NvdzcT","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"ortolan","mode":"+","targetSpecific":false,"id":8,"itemId":"tKiqciNQn2NvdzcT","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.toolProf.value","value":"music","mode":"+","targetSpecific":false,"id":9,"itemId":"NcOqxyAmCCNgwMUS","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Ortolan.webp","effects":[{"_id":"Dh3FLNKo1HFJ7pqF","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Ortolan","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"sm","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"25","mode":5,"priority":5},{"key":"data.skills.prf.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"ortolan","mode":0,"priority":0},{"key":"data.traits.toolProf.value","value":"music","mode":0,"priority":0},{"key":"flags.sw5e.grovelCowerAndBeg","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Ortolan.webp","label":"Ortolan","tint":"","transfer":true}]} -{"_id":"ex7UUaePJhPpUy0U","name":"Chevin","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Chevin have long snouts which hang down nearly to their ankles. Combined with their intellect, this makes them skilled hunters of animals such as backshin, because they can smell out their prey or feed while keeping their eyes on the horizon. It is also their hunting prowess which allowed them to dominate their homeworld and conquer the Chevs. Chevin have thick legs, massive wide bodies, thin rope-like tails, and arms so long their three-fingered hands often brushed the ground.

\n

Society and Culture

\n

Chevin live in small, mobile communities, with homes mounted on great wheeled carts. Even after they gained access to galactic technology, they continued to live as nomads (though more affluent Chevin mounted their lodges on large repulsorlift vehicles instead.) Their Chev slaves are usually forced to follow on foot. Nomadic groups of Chevin keep in touch via comlinks, and often converge on a single location to deal with danger.

\n

The only Chevin settlements that stay in place for more than one standard month are the Government Villages, where Chevin dictators live with their hand-picked advisors. Even these settlements are movable when necessary. Each of the roughly two dozen Government Villages rules a Chevin nation.

\n

Names

\n

Chevin names do not vary significantly based on gender. Surnames are based on community.

\n

  First Names. Buula, Ephant, Perre, Phylus, Reseros

\n

  Surnames. Meh, Mon, Nen, Needmo, Phrusaani

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Wisdom score increases by 1.

Age. Chevin reach adulthood in their thirties and live up to 200 years.

Alignment. Chevin warmongering and slavetrading cause them to tend toward the dark side, though there are exceptions.

Size. Chevin stand between 6 and 8 feet tall and weigh up to 300 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Hide. You have a thick hide. While you are unarmored or wearing light armor, your AC is 13 + your Dexterity modifier. Additionally, your thick hide is naturally adapted to both hot and cold climates, as described in chapter 5 of the Dungeon Master's Guide.

Keen Hearing. You have advantage on Wisdom (Perception) checks that rely on hearing.

Nomadic. You are proficient in Survival.

Thick Skull. Your skull is a natural weapon, which you can use to make unarmed strikes. If you hit with it, you deal 1d6 + your Strength modifier kinetic damage.

Languages. You can speak, read, and write Galactic Basic and Chevin. The Chevin language is characterized by grunts and low-pitched rumblings. Chevin typically have deep voices, even when speaking Basic.

"},"skinColorOptions":{"value":"Grey"},"hairColorOptions":{"value":"Black, brown, blond, grey, or white (usually with age)"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Stocky build, large heads, long snouts, long arms, three-fingered hands, four-toed feet"},"heightAverage":{"value":"5'9\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"170 lb."},"weightRollMod":{"value":"x(2d6) lb."},"homeworld":{"value":"Vinsoth"},"slanguage":{"value":"Chevin"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Chevin","mode":"=","targetSpecific":false,"id":1,"itemId":"3SeMWMEHYM8A74qG","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"3SeMWMEHYM8A74qG","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"3SeMWMEHYM8A74qG","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"3SeMWMEHYM8A74qG","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"3SeMWMEHYM8A74qG","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.ac.min","value":"13","mode":"=","targetSpecific":false,"id":6,"itemId":"3SeMWMEHYM8A74qG","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.skills.sur.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"3SeMWMEHYM8A74qG","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"3SeMWMEHYM8A74qG","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"chevin","mode":"+","targetSpecific":false,"id":9,"itemId":"3SeMWMEHYM8A74qG","active":false,"_targets":[]}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Chevin.webp","effects":[{"_id":"xyKlxEBAGLcMBv2n","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Chevin","mode":5,"priority":5},{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.attributes.ac.value","value":"13+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.skills.sur.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"chevin","mode":0,"priority":0},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Chevin.webp","label":"Chevin","tint":"","transfer":true}]} -{"_id":"f57DFxmVEnoZ8H9O","name":"Ssi-Ruu","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Ssi-ruuk are a predatory, warm-blooded saurian species gifted with ferocious strength, remarkable speed, and sharp fangs and claws, traits that serve them well in the volcanic jungles of their homeworld of Lwhekk. Their muscular forms combined with their powerful tails make them very agile hunters, and their colorfully-scaled hides have been proven to be resistant even to blaster bolts. From their nostrils, two scent-tongues protrude that grant them enhanced olfactory senses, compensating for the poor vision afforded them by their dark, three-lidded eyes. No Ssi-ruu has ever been known to be Force-sensitive.

\n

Society and Culture

\n

The citizens of the Ssi-ruuvi Imperium follow a rigid caste system in which their station in society is determined by the color of the scales they are born with. Among these, the brown-scaled outcasts are regarded as the lowest of the low, and have no place in the Imperium beyond menial labor or death at birth. Deeply xenophobic and religious, the Ssi-ruuk view the rest of the galaxy as populated by lesser beings whose worlds rightfully belong to the Imperium. Despite their fierce nature, most ssi-ruuk are afraid of dying on a world unconsecrated by their priest caste, as they believe their souls would be doomed, so they harvest and \"entech\" the life-energy of other species to power droids that fight for them. The entechment process is torturous and painful to its victims, and is the main power source of Ssi-ruuvi technology.

\n

Names

\n

Ssi-ruuvi names are difficult to pronounce and gender neutral. Many ssi-ruuk adopt nicknames to make the lives of their associates easier. Ssi-ruuk do not have surnames.

\n

  Names. Firwirrung, Ivpikkis, Sh'tk'ith, Th'twirirl, Yifaii

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Dexterity score increases by 1.

Age. Ssi-ruuk reach adulthood in their early teens and live to between 100 and 120 years.

Alignment. Ssi-ruuk's cultural drive to enslave and entech others cause them to tend toward the dark side, though there are exceptions.

Size. Ssi-ruuk typically stand between 6 or 7 feet tall and weigh over 300 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 35 feet.

Type. Your creature type is both beast and humanoid.

Force Insensitive. While Ssi-ruuk can be manipulated by many force powers, they can not sense the Force. You can not use force powers or take levels in forcecasting classes.

Hunter. You are proficient in Survival.

Keen Smell. You have advantage on Wisdom (Perception) checks that rely on smell.

Natural Empathy. Ssi-ruuk have scent-tongues that let them read the emotions of individuals. You have advantage on Wisdom (Insight) checks to determine emotions against humanoids and beasts within 10 feet of you.

Sunlight Sensitivity. You have disadvantage on attack rolls and on Wisdom (Perception) checks that rely on sight when you, the target of your attack, or whatever you are trying to perceive is in direct sunlight.

Thick Skin. You have tough, scaly skin and prefer not to wear clothes. While you are unarmored or wearing light armor, your AC is 13 + your Dexterity modifier.

Tooth and Nail. Your fangs and claws are natural weapons, which you can use to make unarmed strikes. If you hit with them, you deal kinetic damage equal to 1d6 + your Strength modifier.

Languages. You can speak, read, and write Galactic Basic and Ssi-ruuvi. Ssi-ruuvi is a language of musical whistles, honks and clicks, and is nigh impossible for humans and similar species to speak.

"},"skinColorOptions":{"value":"Brown, red, or tan scales"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Solid black"},"distinctions":{"value":"Reptilian, tails, scent-tongues"},"heightAverage":{"value":"5'7\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"200 lb."},"weightRollMod":{"value":"x(2d6) lb."},"homeworld":{"value":"Lwhekk"},"slanguage":{"value":"Ssi-ruuvi"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Ssi-Ruu","mode":"=","targetSpecific":false,"id":1,"itemId":"MdjKV6fKK3ivqfsX","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"MdjKV6fKK3ivqfsX","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"MdjKV6fKK3ivqfsX","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"MdjKV6fKK3ivqfsX","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"35","mode":"=","targetSpecific":false,"id":5,"itemId":"MdjKV6fKK3ivqfsX","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.sur.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"MdjKV6fKK3ivqfsX","active":false,"_targets":[],"label":"Skills Survival"},{"modSpecKey":"data.attributes.ac.min","value":"13","mode":"=","targetSpecific":false,"id":7,"itemId":"MdjKV6fKK3ivqfsX","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"MdjKV6fKK3ivqfsX","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"ssi-ruuvi","mode":"+","targetSpecific":false,"id":9,"itemId":"MdjKV6fKK3ivqfsX","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Ssi-Ruu.webp","effects":[{"_id":"mHet1jKAIkSgtPbd","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Ssi-Ruu","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"35","mode":5,"priority":5},{"key":"data.skills.sur.value","value":1,"mode":4,"priority":20},{"key":"data.attributes.ac.value","value":"13+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"ssi-ruuvi","mode":0,"priority":0},{"key":"flags.sw5e.forceInsensitive","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.sunlightSensitivity","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Ssi-Ruu.webp","label":"Ssi-Ruu","tint":"","transfer":true}]} -{"_id":"fCvWgqDFYmo37G4p","name":"Herglic","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

The herglic are a massive race of creatures descended from aquatic mammals, breathing though a blowhole on top of their heads. They are tall and wide, and have smooth, hairless skin that ranged in color from pale blue to black, though some rare individuals may appear pink or have white markings on their sides. Their girth tends to leave them feeling out of place among smaller species; herglic tend to take up two chairs or fill the entire doorway of any establishment they enter that does not cater to beings their size.

Society and Culture

The herglics are very technologically advanced, developing space flight and hyperdrives and colonizing their sector of the galaxy prior to the formation of the Galactic Republic. Natural explorers and traders, they sailed the cosmos establishing crucial trade routes and gaining prestige. Despite their size, herglic are surprisingly dexterous while working with tools, and are some of the finest engineers in the galaxy. \r\n\r\nHerglics have an inquisitive but practical nature, enjoying travel and having exotic experiences. Their perpetually calm demeanor helps them interact with most other species peacefully, though when dealing with smaller species, herglics tend to become nervous and self-conscious about their proportions. They also seem to have an innate predeliction for gambling and games of chance, which have gotten more than one herglic into trouble on several occasions.

Names

Male names are typically harsher sounding than female names. Herglics rarely use surnames.

  Male Names. Biglu, Melchi, Sehvorah

  Female Names. Mahg-Raet, Seese, Uddn","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Intelligence score increases by 1.

Age. Herglic reach adulthood in their late teens and live up to 120 years.

Alignment. Herglics' gentle nature causes them to tend toward the light side, though there are exceptions.

Size. Herglic stand between 6 and 8 feet tall and weigh up to 600 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Hold Breath. You can hold your breath for up to 1 hour at a time.

Powerful Build. You count as one size larger when determining your carrying capacity and the weight you can push, drag, or lift.

Swim. You have a swimming speed of 30 feet.

Technician. You are proficient in the Technology skill.

Toughness. Your hit point maximum increases by 1, and it increases by 1 every time you gain a level.

Languages. You can speak, read, and write Galactic Basic and Herglese. Herglese has a clear and commanding cadence, drawing the attention of those who hear it.

"},"skinColorOptions":{"value":"Black, gray, pale blue, pale pink"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Aquatic organs, massive size"},"heightAverage":{"value":"6'0\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"200 lb."},"weightRollMod":{"value":"x(2d8) lb."},"homeworld":{"value":"Giju"},"slanguage":{"value":"Herglese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Herglic","mode":"=","targetSpecific":false,"id":1,"itemId":"x7v8z6q9o5kv3GU3","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"x7v8z6q9o5kv3GU3","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"x7v8z6q9o5kv3GU3","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"x7v8z6q9o5kv3GU3","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"x7v8z6q9o5kv3GU3","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.speed.special","value":"Swimming (30 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"x7v8z6q9o5kv3GU3","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.skills.tec.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"x7v8z6q9o5kv3GU3","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"x7v8z6q9o5kv3GU3","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"herglese","mode":"+","targetSpecific":false,"id":9,"itemId":"x7v8z6q9o5kv3GU3","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Herglic.webp","effects":[{"_id":"YD22dYhkmmoTaN4S","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Herglic","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.attributes.speed.special","value":"Swimming (30 ft.)","mode":2,"priority":20},{"key":"data.skills.tec.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"herglese","mode":0,"priority":0},{"key":"flags.sw5e.powerfulBuild","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.toughness","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Herglic.webp","label":"Herglic","tint":"","transfer":true}]} -{"_id":"fIDn0SRZcKtbQAsI","name":"Abyssin","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

The hulking abyssin have long limbs and a single large eye chat dominates their foreheads. Typically wellmuscled, the abyssin’s stooping gait results in a slightly hunched appearance.

\n

A distinctive trait of the abyssin is their ability to heal quickly; their fast regeneration is believed to have been an adaptation to prevent fluid loss via bleeding on their desert homeworld. All cells in the abyssin body are replaced every 80 hours, and organs which typically were paired in other species appear singularly.

\n

Society and Culture

\n

A primitive tribal society, the abyssin of Byss are known as violent and brutish, and their planet is avoided by most beings in the civilized galaxy. Unstable resources on Byss do not allow for mass population growth or for the stabilization of a central government, economy or trade system.

\n

Existing simply in nomadic tribes, abyssin groups can interact peacefully with one another, though only if both groups have plentiful water and food supplies. Otherwise, they began a 'Blooding', a brawl that ends only when one tribe's warriors are all killed, captured, or incapacitated. Warriors who survive a Blooding are usually allowed to join the winning tribe once they finish their regeneration. This tradition led to some violent incidents when spacers tried to make first contact and trade with Abyssin tribes with scarce water resources, especially since the abyssin assumed the alien traders could regenerate as quickly as they did.

\n

Names

\n

There does not appear to be any distinction between male and female names for abyssin. Abyssin don't use surnames.

\n

  Names. Anami, Easym, Myo, Qawohl, Seh-run, Sidie

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Strength score increases by 1.

\n

Age. Abyssin reach adulthood at age 30 and can live up to 300 years thanks to their regenerative abilities.

\n

Alignment. Abyssin's violent and anarchic upbringing cause them to tend toward the dark side, though there are exceptions.

\n

Size. Abyssin stand around 6 feet tall and weigh between 200 and 400 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Rapidly Regenerative. You heal quickly, both at will and in response to danger. As a bonus action, you can choose to spend one of your Hit Dice to recover hit points. Additionally, when you take damage, you can use your reaction and expend a Hit Die to regain hit points as long as the damage would not reduce your hit points to 0.

\n

Rugged Survivalist. You are proficient in the Survival skill. Additionally, you are naturally adapted to hot climates, as described in chapter 5 of the Dungeon Master's Guide.

\n

Tech-Impaired. While abyssin can figure out basic technology, they experience difficulty using more complex equipment like wristpads. You cannot use tech powers or take levels in techcasting classes.

\n

Savage Attacks. When you score a critical hit with a melee weapon attack, you can roll one of the weapon's damage dice one additional time and add it to the extra damage of the critical hit

\n

Languages. You can speak, read, and write Galactic Basic and Abyssin. Abyssin uses mainly growls and grunts that many species consider primitive. The written form of language uses only a small number of simple hieroglyphs.

"},"skinColorOptions":{"value":"Green, tan"},"hairColorOptions":{"value":"Black, turning white with age"},"eyeColorOptions":{"value":"Yellow, white"},"colorScheme":{"value":""},"distinctions":{"value":"Single eye, regenerative abilities"},"heightAverage":{"value":"5'5\""},"heightRollMod":{"value":"2d10\""},"weightAverage":{"value":"150 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Byss"},"slanguage":{"value":"Abyssin"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Abyssin","mode":"=","targetSpecific":false,"id":1,"itemId":"tuTnGLudeHCJpQUq","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"tuTnGLudeHCJpQUq","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.abilities.str.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"tuTnGLudeHCJpQUq","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"tuTnGLudeHCJpQUq","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"+","targetSpecific":false,"id":5,"itemId":"tuTnGLudeHCJpQUq","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":6,"itemId":"tuTnGLudeHCJpQUq","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.custom","value":"Abyssin","mode":"+","targetSpecific":false,"id":7,"itemId":"tuTnGLudeHCJpQUq","active":false,"_targets":[],"label":"Traits Language Custom"}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Abyssin.webp","effects":[{"_id":"JhHAOQyteRjEJhyC","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.str.value","value":1,"mode":2,"priority":20},{"key":"data.details.species","value":"Abyssin","mode":5,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":20},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":20},{"key":"data.skills.sur.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"abyssin","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":20},{"key":"flags.sw5e.techImpaired","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.savageAttacks","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.rapidlyRegenerative","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Abyssin.webp","label":"Abyssin","tint":"","transfer":true}]} -{"_id":"gQ5G5yg1NHtbJbQs","name":"Wookiee","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Wookiees are a tall species of furry giants from the planet Kashyyyk, who can grow to a height of over eight feet. They are covered from head to toe in a thick, shaggy coat of hair with water-shedding properties that notably came in shades of brown, black, gray, and white. The species has two sexes, female and male. The latter grows long beards in adult life. Wookiee eye colors are usually blue, green, yellow, golden, brown, or red.

Society and Culture

Wookiees greatly value honor and loyalty. Therefore, their notion of \"family\" encompassed much more than just blood ties. A part of that most sacred tradition was the social institution of life debt: when a wookiee's life was saved by someone else, regardless of the species, they would frequently devote themselves to a lifetime of service to their savior and their family. Through the mechanism of the life debt, the People of the Trees used to develop unbreakable bonds with their boon companions and true friends, forming an \"honor family.\"

Names

Wookiee names are diverse; some names are simple and short while others are long and complicated. The majority of names often have softer big sounds and more melodic tones to them. Since offworlders have trouble using wookiees' real names, they often adopt simpler nicknames to go by.

  Male Names. Fubbodrrl, Gurrfupayyc, Kioerrr, Lavgaeffoak, Snrowbishutchuh, Zufiaarkaykkk

  Female Names. Bulabba, Bonbaegnh, Hopakleupo, Keumnebheu, Onninh, Osstatiemmyock

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Constitution score increases by 1.

Age. Wookiees reach adulthood at about 40 and can live to be 400.

Alignment. Wookiees tend toward the light side, though there are exceptions.

Size. Wookiees tend to tower over other species, reaching heights over 8 feet and weighing 300 pounds. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Claws. Wookiees have retractable claws. You are proficient with your claws, which deal 1d4 kinetic damage on a hit.

Darkvision. Your vision can easily cut through darkness. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Hide. You have a thick hide. When you aren't wearing armor, your AC is 13 + your Dexterity modifier. Additionally, your thick hide is naturally adapted to cold climates, as described in chapter 5 of the Dungeon Master's Guide.

Powerful Build. You count as one size larger when determining your carrying capacity and the weight you can push, drag, or lift.

Treeclimber. You have a climbing speed of 30 feet. You have advantage on Strength saving throws and Strength (Athletics) checks that involve climbing.

Languages. You can speak, read, and write Shyriiwook. You can understand spoken and written Galactic Basic, but your vocal cords do not allow you to speak it.

"},"skinColorOptions":{"value":"Gray"},"hairColorOptions":{"value":"Different shades of black, brown, and white in varying combinations"},"eyeColorOptions":{"value":"Blue, green, yellow, golden, brown, or red"},"distinctions":{"value":"Tall, hair covered, retractable climbing claws, long life spans"},"heightAverage":{"value":"6'3\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"190 lb."},"weightRollMod":{"value":"x(2d6) lb."},"homeworld":{"value":"Kashyyyk"},"slanguage":{"value":"Shyriiwook"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Wookiee","mode":"=","targetSpecific":false,"id":1,"itemId":"sHKKwOYgHLqtPbFk","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"sHKKwOYgHLqtPbFk","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"sHKKwOYgHLqtPbFk","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"sHKKwOYgHLqtPbFk","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"sHKKwOYgHLqtPbFk","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"sHKKwOYgHLqtPbFk","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.attributes.ac.min","value":"13","mode":"=","targetSpecific":false,"id":7,"itemId":"sHKKwOYgHLqtPbFk","active":false,"_targets":[]},{"modSpecKey":"data.attributes.speed.special","value":"Climbing (30 ft.)","mode":"=","targetSpecific":false,"id":8,"itemId":"sHKKwOYgHLqtPbFk","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"sHKKwOYgHLqtPbFk","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"shyriiwook","mode":"+","targetSpecific":false,"id":10,"itemId":"sHKKwOYgHLqtPbFk","active":false,"_targets":[],"label":"Traits Language"}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Wookiee.webp","effects":[{"_id":"KUCISI8H3Sy2dc98","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Wookiee","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.attributes.ac.value","value":"13+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.attributes.speed.special","value":"Climbing (30 ft.)","mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"shyriiwook","mode":0,"priority":0},{"key":"flags.sw5e.powerfulBuild","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Wookiee.webp","label":"Wookiee","tint":"","transfer":true}]} -{"_id":"h22jjiRta31Irn11","name":"Neimoidian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Neimoidians are distant genetic relatives of the duros and retain many similarities to them, including basic form, noseless faces, and green-blue skin (though neimoidians tend to be grayer). Their eyes also have pupils that split horizontally, and they are distinguished by small lumps on their foreheads and down-turned mouths. Instead of noses, they have olfactory glands underneath their eyes. These genetic differences are attributed to the distinct features of their homeworld, Neimoidia, including its gravity, which is markedly heavier than duro.

Society and Culture

Neimoidians spend their formative years as puny grubs in the communal hives of Neimoidia, until the age of seven standard years. They are knowingly neglected by being given limited amounts of food. This way, the weaker individuals are weeded out, while the most acquisitive grubs hoard more food than they can eat by themselves. Neimoidian education ensures the survival of the greediest. Neimoidians place tremendous value on wealth and material possessions, and would go to great lengths to gain money and power. This has resulted in a stereotype of neimoidians being greedy and cowardly. While not all neimoidians are easily intimidated, many prefer to avoid direct combat.

Names

Neimoidian names are usually short and easy to pronounce, to make them more memorable to other species that approach them as consumers. Their surnames are familial.

  Male Names. Lok, Gap, Krinit, Mar, Nute

  Female Names. Bu, Fia, Feza, Vissi

  Surnames. Dod, How, Kethe, Preelli, Tuuk ","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Wisdom score increases by 1.

Age. Neimoidians reach adulthood in their 20s and live about 150 years.

Alignment. Neimoidians' greedy nature causes them to tend toward the dark side, though there are exceptions.

Size. Neimoidians typically stand around 6 feet tall and generally weigh about 135 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Darkvision. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Grovel, Cower, and Beg. As an action on your turn, you can cower pathetically to distract nearby foes. Until the end of your next turn, your allies gain advantage on attack rolls against enemies within 10 feet of you that can see you. Once you use this trait, you can't use it again until you finish a short or long rest.

Smooth Talker. You have proficiency in Deception and Persuasion.

Wealthy. During character creation, you start with additional credits equal to your level x your proficiency bonus x 1,000 cr.

Languages. You can speak, read, and write Galactic Basic and Pak Pak. Pak Pak is often considered an elegant-sounding language by those who hear it. It consists of husky sighs and guttural ululations.

"},"skinColorOptions":{"value":"Green-gray"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Dark red or pink"},"distinctions":{"value":"Horizontal pupils, noseless"},"heightAverage":{"value":"5'1\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"90 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Neimoidia"},"slanguage":{"value":"Pak Pak"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Neimoidian","mode":"=","targetSpecific":false,"id":1,"itemId":"mqZxImhQ61jDbhap","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"mqZxImhQ61jDbhap","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"mqZxImhQ61jDbhap","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"mqZxImhQ61jDbhap","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"mqZxImhQ61jDbhap","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"mqZxImhQ61jDbhap","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.dec.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"mqZxImhQ61jDbhap","active":false,"_targets":[],"label":"Skills Deception"},{"modSpecKey":"data.skills.per.value","value":"1","mode":"+","targetSpecific":false,"id":8,"itemId":"mqZxImhQ61jDbhap","active":false,"_targets":[],"label":"Skills Persuasion"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"mqZxImhQ61jDbhap","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"pakpak","mode":"+","targetSpecific":false,"id":10,"itemId":"mqZxImhQ61jDbhap","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Neimoidian.webp","effects":[{"_id":"E7qqfFWMBQ7OcQ4y","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Neimoidian","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.dec.value","value":1,"mode":4,"priority":20},{"key":"data.skills.per.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"pakpak","mode":0,"priority":0},{"key":"flags.sw5e.grovelCowerAndBeg","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Neimoidian.webp","label":"Neimoidian","tint":"","transfer":true}]} -{"_id":"hTJhnm9SSNsqtTxO","name":"Droid, Class I","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"
\n

Players as Droids

\n

Work with your GM to determine if playing as a droid is appropriate for your campaign. Droids are impervious to many effects and vulnerable to others. If your GM approves this choice of species, work with them to determine your droids designation, name, and appearance. If you want to play a different type of droid, work with your GM to find traits to realize your character.

\n
\n

Appearance

\n

Class I droids are typically vaguely human-like in both shape and size, standing at around 6 feet, although some are smaller. They are usually a polished metallic color, though this can vary based on tasks for which they are created, their affiliation, or quirks of their owner.

\n

Utility

\n

Class I droids are programmed for the mathematical, medical, or physical sciences. Subcategories of the first degree are medical droids, biological science droids, physical science droids, and mathematics droids.

\n

Medical droids, also known as meddroids, med droids, medical units or surgical droids are a type of droid designed to heal living beings, and are the most commonly found Class I droids.

\n

Names

\n

Droids are typically called by their designation, given to them when they are created, or some affectation given to them by their owner. Often this affectation is a play on their designation.

\n

Occasionally, noteworthy droids will earn monikers based on their accomplishments.

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Wisdom or Charisma score increases by 1.

\n

Age. Droids don’t age, though they require maintenance to retain functionality.

\n

Alignment. Droids tend toward no particular alignment. The best and worst are found among them.

\n

Size. Class I droids stand between 5 and 6 feet tall and weigh about 170 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 25 feet.

\n

Type. Your creature type is droid.

\n

Armor Integration. You cannot wear armor, but you can have the armor professionally integrated into your chassis over the course of a long rest. This work must be done by someone proficient with astrotech’s implements. You must be proficient in armor in order to have it integrated.

\n

Droid Resistances. You are resistant to necrotic, poison, and psychic damage, and are immune to poison and disease.

\n

Droid Systems. You do not need to eat or drink. Additionally, you no longer require a tech focus to cast tech powers.

\n

Droid Vulnerabilities. You are vulnerable to ion damage. Additionally, you have disadvantage on saving throws against effects that would deal ion or lightning damage.

\n

Force Insensitive. While droids can be manipulated by many force powers, they cannot sense the Force. You cannot use force powers or take levels in forcecasting classes.

\n

Knowledge Protocol. You have proficiency in two Intelligence, Wisdom, or Charisma skills of your choice.

\n

Maintenance Mode. Rather than sleep, you enter an inactive state to perform routine maintenance for 4 hours each day. You have disadvantage on Wisdom (Perception) checks while performing maintenance.

\n

Rapid Reconstruction. You are built with internal repair mechanisms. As a bonus action, you can choose to spend one of your Hit Dice to recover hit points.

\n

Languages. You can speak, read, and write Galactic Basic and one language of your choice. You can understand spoken and written Binary, but you cannot speak it.

"},"skinColorOptions":{"value":""},"hairColorOptions":{"value":""},"eyeColorOptions":{"value":""},"distinctions":{"value":",,,,,,,,,,,,,,,,,,,,,Human-like size, slow speed, specialized knowledge,Human-like size, slow speed, specialized knowledge,,,,,,,,,,,,,,,,,,,,,,Human-like size, slow speed, specialized knowledge,Human-like size, slow speed, specialized knowledge,,,,,,,,,,,,,,,,,,,,,,Human-like size, slow speed, specialized knowledge,Human-like size, slow speed, specialized knowledge,,,,,,,,,,,,,,,,,,,,,,Human-like size, slow speed, specialized knowledge,Human-like size, slow speed, specialized knowledge,Human-like size, slow speed, specialized knowledge,Human-like size, slow speed, specialized knowledge,Test,,Test"},"colorScheme":{"value":"Typically metallic"},"heightAverage":{"value":"4'5\""},"heightRollMod":{"value":"+2d4\""},"weightAverage":{"value":"115 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":""},"slanguage":{"value":",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"},"manufacturer":{"value":"Cybot Galactica, Industrial Automaton"},"droidLanguage":{"value":"Varies based on location"},"droidDistinctions":{"value":"Human-like size, slow speed, specialized knowledge"},"source":"PHB"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Droid%20Class%20I.webp","effects":[{"_id":"dVONims27SY8Qug3","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":20},{"key":"data.attributes.speed.value","value":"25","mode":5,"priority":20},{"key":"data.traits.dr.value","value":"necrotic","mode":0,"priority":20},{"key":"data.traits.dr.value","value":"poison","mode":0,"priority":20},{"key":"data.traits.dr.value","value":"psychic","mode":0,"priority":20},{"key":"data.traits.ci.value","value":"poisoned","mode":0,"priority":20},{"key":"data.traits.ci.value","value":"diseased","mode":0,"priority":20},{"key":"data.traits.dv.value","value":"ion","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"binary","mode":0,"priority":20},{"key":"data.details.species","value":"Droid, Class I","mode":5,"priority":20},{"key":"flags.sw5e.forceInsensitive","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.maintenanceMode","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.rapidReconstruction","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Droid%20Class%20I.webp","label":"Droid, Class I","tint":"","transfer":true}]} -{"_id":"jJRFIwQIMpPX8b2D","name":"Mon Calamari","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

The mon calamari are a bipedal, amphibious species with high-domed heads, webbed hands and large, goggle-like eyes. In addition to being webbed, the mon calamari hand presents three suction-cup like holes on its palm, and featured five claw-tipped fingers: one opposable thumb, two long middle fingers, and two very short outer fingers. Although they are shaped like flippers, their feet can nevertheless fit into boots designed for human-like feet. The females are distinguished from the males by their more prominent chest areas.

Society and Culture

The mon calamari have developed a very advanced and civilized culture. Their art, music, literature, and science show a creativity surpassed by few in the galaxy. Mon calamari literature depicts stars as islands in a galactic sea, showing a passionate longing to explore space and discover other civilizations. Mon Calamari are both soft-spoken and gentle, slow to anger, and have the remarkable ability to maintain their concentration without being distracted by emotional responses. They are both inquisitive and creative, and have a near-legendary quality of being both determined and dedicated; once a mon calamari decides on a course of action, they are not easily swayed from that decision. They often fixate themselves on \"lost causes.\"

Names

Mon calamari names generally have a melodic feel.

  Male Names. Creaz, Fior, Hurneerth, Nurrins, Sielpa

  Female Names. Afwa, Lel, Mhirim, Ri, Theya

  Surnames. Dualda, Gradi, Tua, Valec, Winab

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Intelligence or Wisdom score increases by 1.

\n

Age. Mon calamari reach adulthood in their late teens and live less than a century.

\n

Alignment. Mon calamaris' love of the arts cause them to tend toward the light side, though there are exceptions.

\n

Size. Mon calamari stand between 5 and 6 feet tall and rarely weigh more than 150 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Amphibious. You can breathe air and water.

\n

Darkvision. Accustomed to life underwater, you have superior vision in low light conditions. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Mon Calamari Resistance. You have advantage on saving throws against effects that grant the slowed condition and you have resistance against cold damage (explained in chapter 9).

\n

Musical. You have proficiency in one musical instrument of your choice.

\n

Swim. You have a swimming speed of 30 feet.

\n

Languages. You can speak, read, and write Galactic Basic, Mon Cal, and one language of your choice.

"},"skinColorOptions":{"value":"Reddish brown, brown, red, cyan, mottle, salmon, gold, blue, grey, or white"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Yellow, orange, blue, or gray"},"distinctions":{"value":"Large, goggle-like eyes, high-domed heads, webbed hands"},"heightAverage":{"value":"4'9\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"100 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Mon Cala"},"slanguage":{"value":"Mon Cal"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Mon Calamari","mode":"=","targetSpecific":false,"id":1,"itemId":"ct5x6lNWNOOAH9c0","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":2,"itemId":"ct5x6lNWNOOAH9c0","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":3,"itemId":"ct5x6lNWNOOAH9c0","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":4,"itemId":"ct5x6lNWNOOAH9c0","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.dr.value","value":"cold","mode":"+","targetSpecific":false,"id":5,"itemId":"ct5x6lNWNOOAH9c0","active":false,"_targets":[],"label":"Traits Damage Resistance"},{"modSpecKey":"data.traits.toolProf.value","value":"music","mode":"+","targetSpecific":false,"id":6,"itemId":"ct5x6lNWNOOAH9c0","active":false,"_targets":[],"label":"Traits Tool Prof"},{"modSpecKey":"data.attributes.speed.special","value":"Swimming (30 ft.)","mode":"+","targetSpecific":false,"id":7,"itemId":"ct5x6lNWNOOAH9c0","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"ct5x6lNWNOOAH9c0","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"moncal","mode":"+","targetSpecific":false,"id":9,"itemId":"ct5x6lNWNOOAH9c0","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":10,"itemId":"ct5x6lNWNOOAH9c0","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Mon%20Calamari.webp","effects":[{"_id":"N9qNmjh0vP0dzWIA","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Mon Calamari","mode":5,"priority":5},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.dr.value","value":"cold","mode":0,"priority":0},{"key":"data.traits.toolProf.value","value":"music","mode":0,"priority":0},{"key":"data.attributes.speed.special","value":"Swimming (30 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"moncal","mode":0,"priority":0},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"flags.sw5e.amphibious","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Mon%20Calamari.webp","label":"Mon Calamari","tint":"","transfer":true}]} -{"_id":"jMh5K7Xk1YYOn2GZ","name":"Jawa","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Jawas are easily identifiable by their traditional brown hooded robes, though it is not unheard of for them to wear other colors. Other notable features included their glowing yellow eyes, small stature and high pitched, quickly spoken language called Jawaese. Underneath their robes, jawas appear to be gaunt, rodent-like creatures, with shrunken faces and yellow eyes.

Society and Culture

Jawas are a communal, compulsive scavenger species who spend most of their life devoted to scavenging the deserts of Tatooine in search of any scrap metal, droid or mechanical part left behind from millennia of star travel and technological advancement. Most non-jawas regard the jawas as scavengers and thieves, a description that most jawas actually find pleasing.

The jawa's unofficial motto is not to look for uses in a salvaged item, but rather to imagine someone else who might find a use for it. This is evidenced in their endless search for wares with which to trade with almost any being jawas encounter. They have an instinctive feel for machinery and electronics, notorious for knowing how to get a piece of equipment functioning just well enough to sell.

Names

Jawa names are quickly spoken, complex, and often misunderstood. Jawas who spend the majority of their time around other species respond well to nicknames. Male and female names do not significantly deviate. Surnames are clan based.

  Male Names. Bilvu, Mnak, Penk, Plin, Vih

  Female Names. Bahimos, Kola, Levu, Rhovi, Uvet

  Surnames. Kkejenem, M'avoe, Tjoteelt, Wiamoel

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Intelligence score increases by 1.

\n

Age. Jawas are considered adults when they make their first sale and live less than a century.

\n

Alignment. Jawas tendency to steal and swindle causes them to tend towards the dark side, though there are exceptions.

\n

Size. Jawas stand around 3 to 4 feet tall and weigh about 40 lbs. Regardless of your position in that range, your size is Small.

\n

Speed. Your base walking speed is 25 feet.

\n

Darkvision. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Grovel, Cower, and Beg. As an action on your turn, you can cower pathetically to distract nearby foes. Until the end of your next turn, your allies gain advantage on attack rolls against enemies within 10 feet of you that can see you. Once you use this trait, you can't use it again until you finish a short or long rest.

\n

Tech Dabbler. You know the ion blast at-will tech power. When you reach 3rd level, you can cast the repair droid tech power once per day. When you reach 5th level, you can also cast the hold droid tech power once per day. Intelligence is your techcasting ability for these powers. You do not require use of a wristpad for these powers.

\n

Thieves. You have proficiency in Sleight of Hand.

\n

Tinker. You have proficiency with tinker's tools. You can use these and spend 1 hour and 100 cr worth of materials to construct a Tiny Device (AC 5, 1 hp). You can take the Use an Object action to have your device cause one of the following effects: create a small explosion, create a repeating loud noise for 1 minute, create smoke for 1 minute, cause a small electrical fire. You can maintain a number of these devices up to your proficiency bonus at once, and a device stops functioning after 24 hours away from you. You can dismantle the device to reclaim the materials used to create it.

\n

Undersized. Your small stature makes it hard for you to wield bigger weapons. You can't use heavy shields. Additionally, you can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, you can only wield it in two hands.

\n

Languages. You can speak, read, and write Jawaese. You can understand spoken and written Galactic Basic, but your vocal cords do not allow you to speak it. Jawaese blends quickly spoken, semi-meaningless syllables with scents to be understood.

"},"skinColorOptions":{"value":"Black"},"hairColorOptions":{"value":"Black"},"eyeColorOptions":{"value":"Yellow"},"distinctions":{"value":"Diminutive stature, mechanical aptitude, thieving nature"},"heightAverage":{"value":"2'9\""},"heightRollMod":{"value":"+2d4\""},"weightAverage":{"value":"35 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Tatooine"},"slanguage":{"value":"Jawaese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Jawa","mode":"=","targetSpecific":false,"id":1,"itemId":"vcONUajhg6OJXHkK","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"vcONUajhg6OJXHkK","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"vcONUajhg6OJXHkK","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"sm","mode":"=","targetSpecific":false,"id":4,"itemId":"vcONUajhg6OJXHkK","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"25","mode":"=","targetSpecific":false,"id":5,"itemId":"vcONUajhg6OJXHkK","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"vcONUajhg6OJXHkK","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.slt.value","value":"1","mode":"=","targetSpecific":false,"id":7,"itemId":"vcONUajhg6OJXHkK","active":false,"_targets":[],"label":"Skills Sleight of Hand"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"vcONUajhg6OJXHkK","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"jawaese","mode":"+","targetSpecific":false,"id":9,"itemId":"vcONUajhg6OJXHkK","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Jawa.webp","effects":[{"_id":"7xmo1x6YCPktrmG7","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Jawa","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"sm","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"25","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.slt.value","value":1,"mode":4,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"jawaese","mode":0,"priority":0},{"key":"flags.sw5e.grovelCowerAndBeg","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.tinker","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20},{"key":"data.traits.toolProf.value","value":"tin","mode":0,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Jawa.webp","label":"Jawa","tint":"","transfer":true}]} -{"_id":"je9KqAzjS8sBqUSB","name":"Kel Dor","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Due to Dorin having an atmosphere composed of helium and a gas unique to their world, the kel dors are forced to wear an antiox breath mask and protective goggles whenever in atmospheres of a different composition. Without their protective goggles, kel dors were considered effectively blind when away from Dorin. They were also able to survive in the vacuum of space for a short time, though it was unknown exactly how long they could withstand it.

The kel dors also have heightened reflexes, a result of the extrasensory organs in their heads. They are typically quick and wise.

Society and Culture

Kel dor are noted for their simple approach to justice, and they typically see moral issues in black and white. On the one hand, the kel dors are noted for their hospitality; they would never turn away a stranger in need. Yet, kel dors are not averse to taking the law into their own hands and have no compunctions about putting to death a thief who was merely stealing to feed himself.

Kel dor Force-sensitives are often trained as Baran Do Sages, who have an honored place in kel dor culture. They often serve as advisers to rich and powerful kel dor families. Wars and disasters have been averted simply by the insight of a Baran Do Sage.

Names

Kel dor names are based on sound generated by Dorin's unique atmosphere. Surnames are based on ancient family trades.

  Male Names. Bil, I'zers, Nullo, Taciss, Zaln

  Female Names. Arri'ku, Bhi're, Chu, So'ro, Thirza

  Surnames. Andugai, Borak, Haimnech, Vitchess

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Wisdom score increases by 2, and your Dexterity score increases by 1.

Age. Kel dor reach adulthood in their late teens and live less than a century.

Alignment. Kel dors' structured nature causes them to tend toward lawful balanced, though there are exceptions.

Size. Kel dor typically stand around 6 feet tall and weigh about 160 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Darkvision. Your natural evolution allows you to see what others do not in dim and dark conditions. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Foreign Biology. You cannot breathe oxygen. The kel dors have created a breathing apparatus to negate the negative effects of living in an oxygen rich environment, but if your mask is removed while you are in such an environment, you lose consciousness.

Life in the Void. You can survive for one hour within the vacuum of space. You have resistance to Necrotic damage.

Telepathy. You can communicate telepathically with creatures within 30 feet of you. You must share a language with the target in order to communicate in this way.

Languages. You can speak, read, and write Galactic Basic and Kel Dor.

"},"skinColorOptions":{"value":"Orange, red"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black, silver"},"distinctions":{"value":"Rebreathers to survive in oxygen environments"},"heightAverage":{"value":"4'6\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"80 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Dorin"},"slanguage":{"value":"Kel Dor"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Kel Dor","mode":"=","targetSpecific":false,"id":1,"itemId":"jDUz5AdEXnnTLXn9","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.wis.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"jDUz5AdEXnnTLXn9","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"jDUz5AdEXnnTLXn9","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"jDUz5AdEXnnTLXn9","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"jDUz5AdEXnnTLXn9","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"jDUz5AdEXnnTLXn9","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.dr.value","value":"necrotic","mode":"+","targetSpecific":false,"id":7,"itemId":"jDUz5AdEXnnTLXn9","active":false,"_targets":[],"label":"Traits Damage Resistance"},{"modSpecKey":"data.traits.languages.custom","value":"telepathy (30 ft.)","mode":"+","targetSpecific":false,"id":8,"itemId":"jDUz5AdEXnnTLXn9","active":false,"_targets":[],"label":"Traits Language Custom"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"jDUz5AdEXnnTLXn9","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"keldor","mode":"+","targetSpecific":false,"id":10,"itemId":"jDUz5AdEXnnTLXn9","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Kel%20Dor.webp","effects":[{"_id":"vtxUoVv6RYKs79hH","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Kel Dor","mode":5,"priority":5},{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.dr.value","value":"necrotic","mode":0,"priority":0},{"key":"data.traits.languages.custom","value":"telepathy (30 ft.)","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"keldor","mode":0,"priority":0},{"key":"flags.sw5e.foreignBiology","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Kel%20Dor.webp","label":"Kel Dor","tint":"","transfer":true}]} -{"_id":"jpHZszvc0kX4toUz","name":"Pa'lowick","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

The pa'lowick are a species of humanoid amphibians who live in the coastal salt marshes of Lowick. They have compact but rotund midsections that top a pair of long, spindly legs ending in anisodactylic feet—three toes pointing forward, one back. This configuration, combined with their powerful lungs, enabled them to swim. The most prominent feature of pa'lowick physiology is their prehensile snout, which ends in a pair of pouty, human-like lips. Pa'lowick are also born with sharp tusks, which some lose by middle age.

\n

Society and Culture

\n

Pa'lowick live in large, independent communities with a feudal system of government. Many pa'lowick become fishers or hunters, as their biology allows. Songs and stories are the most treasured aspect of pa'lowick culture. Pa'lowick music runs the gamut of genres and subjects, although religious music is particularly common. Cultural heritage, such as history, genealogy, and parables, is largely passed down orally. Every Pa'lowick community has a dedicated storyteller; the esteem afforded this individual makes the position a coveted one. Large lungs make the Pa'lowick hearty singers and affords at least some members of the species the ability to scream loudly and disarm opponents in combat.

\n

Names

\n

Pa'lowick names tend to grow longer as the family tree grows older, with each generation adding a few syllables they are fond of.

\n

  Male Names. Loran, Jelanto, Neeamesh, Samoos

\n

  Female Names. Larisselle, Rensilla, Sy, Tripika

\n

  Surnames. Chatrunis, Dym, Geeci, Snootles

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Charisma score increases by 1.

Age. Pa'lowick reach adulthood in their late teens and live about 75 years.

Alignment. Pa'lowick enjoy a raucous good time, causing them to tend toward chaotic light side, though there are exceptions.

Size. Pa'lowick stand about 5 feet tall, and weigh approximately 100 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Hold Breath. Pa'lowick have a great lung capacity and can hold their breath for up to 15 minutes at a time.

Proud Performer. Pa'lowick are best known for the energy they can bring to a singing performance. Whenever you make a Charisma (Performance) check involving singing, you are considered to have expertise in the Performance skill.

Snout. You have supreme control over your snout and can use it to manipulate objects as well as your hands. Additionally, your snout is a natural weapon, which you can use to make unarmed strikes. If you hit with it, you deal 1d4 + your Strength modifier kinetic damage.

Sonic Scream. You can use your action to violently expel air in a 15-foot cone. When you do so, each creature in the area of the exhalation must make a Wisdom saving throw. The DC for this saving throw equals 8 + your proficiency bonus + your Constitution modifier. A creature takes 2d6 sonic damage on a failed save, and half as much damage on a successful one. The damage increases to 4d6 at 5th level, 6d6 at 11th level, and 8d6 at 17th level. This ability has no effect on constructs. You can use this feature a number of times equal to your Constitution modifier (a minimum of once). You regain one use of this feature when you finish a long rest.

Swim. You have a swimming speed of 30 feet.

Languages. You can speak, read, and write Galactic Basic and Lowickese. Lowickese requires the user to purse their lips and blow air, and is considered amusing by other species.

"},"skinColorOptions":{"value":"Generally tan and greenish hues"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Green, blue, gray, red-orange"},"distinctions":{"value":"Long snout, bulbous body on thin legs"},"heightAverage":{"value":"4'6\""},"heightRollMod":{"value":"+2d6\""},"weightAverage":{"value":"65 lbs."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Lowick"},"slanguage":{"value":"Lowickese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Pa'lowick","mode":"=","targetSpecific":false,"id":1,"itemId":"sW49GVw2YC3LATdF","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"sW49GVw2YC3LATdF","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"sW49GVw2YC3LATdF","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"sW49GVw2YC3LATdF","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"sW49GVw2YC3LATdF","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.speed.special","value":"Swimming (30 ft.)","mode":"=","targetSpecific":false,"id":6,"itemId":"sW49GVw2YC3LATdF","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"sW49GVw2YC3LATdF","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"lowickese","mode":"+","targetSpecific":false,"id":8,"itemId":"sW49GVw2YC3LATdF","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Pa%27lowick.webp","effects":[{"_id":"DOEcD2uiPDNcMRRg","flags":{"dae":{"transfer":true}},"changes":[{"key":"data.details.species","value":"Pa'lowick","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.speed.value","value":30,"mode":5,"priority":5},{"key":"data.attributes.speed.special","value":"Swimming (30 ft.)","mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"lowickese","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Pa%27lowick.webp","label":"Pa'lowick","tint":"","transfer":true}]} -{"_id":"kCLCHYzGmdJVJpXU","name":"Bith","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Bith are craniopods with pale pink, yellow, or green skin, large heads, large lidless eyes, toeless feet, and long fingers. Their thumb and small finger were both fully opposable. The bith's internal systems are different from most humanoids, as the bith have only one lung, and exhale through their skin. Bith also lack a proper nose, instead having highly sensitive olfactory organs hidden in the skin-flaps of their cheeks. The other bith senses are also acute. Bith can sense the tonal qualities of sound as well as other species sensed colors. Their eyes, as big as a Menahuun's, can see microscopic details of nearby objects, but are extremely nearsighted as a result. An interesting side effect of their incredible sensors is the effect of sonic grenades, or screamers, on them. It is described as causing their heads to explode. Similarly, bith have high manual dexterity which helps them manipulate fine tools, though their physical prowess with gross motor skills was only average.

\n

Society and Culture

\n

Bith are one of the galaxy's most ancient civilizations, with a history going back millions of years. This antiquity garners respect in certain quarters, such as among the Gree, who gave them more respect than other, \"younger\" species. Their society is highly regimented, with everything from mate selection to political leadership controlled by sophisticated computer programs.

\n

Names

\n

Bith names are quite diverse. Some names look complicated and difficult to pronounce, while others are quite simple.

\n

Male Names. Fedu, Jenkiss, Kabadons, Ph'teumkiass

\n

Female Names. Duhia, F'hubama, R'hothal, Thidus

\n

Surnames. D'intes, Hern, K'sarorn, Nimum, Rumo

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Dexterity score increases by 1.

\n

Age. Bith reach adulthood in their late teens and live less than a century.

\n

Alignment. Biths' benevolent nature causes them to tend toward the light side, though there are exceptions.

\n

Size. Bith typically stand 5 to 6 feet tall and generally weigh about 120 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Detail Oriented. You are practiced at scouring for details. You have advantage on Intelligence (Investigation) checks within 5 feet.

\n

Keen Hearing and Smell. You have advantage on Wisdom (Perception) checks that involve hearing or smell.

\n

Musician. You are proficient in one musical instrument of your choice.

\n

Programmer. Whenever you make an Intelligence (Technology) check related to computers, you are considered to have expertise in the Technology skill.

\n

Languages. You can speak, read, and write Galactic Basic, Bith, and one more language of your choice.

"},"skinColorOptions":{"value":"Green, pink, white, or yellow"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Large cranium, acute senses of smell and hearing"},"heightAverage":{"value":"4'9\""},"heightRollMod":{"value":"+2d6\""},"weightAverage":{"value":"100 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Clak'dor VII"},"slanguage":{"value":"Bith"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":1,"itemId":"RBFh9qTjK9KGTxQS","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":2,"itemId":"RBFh9qTjK9KGTxQS","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":3,"itemId":"RBFh9qTjK9KGTxQS","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":4,"itemId":"RBFh9qTjK9KGTxQS","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.details.species","value":"Bith","mode":"=","targetSpecific":false,"id":5,"itemId":"RBFh9qTjK9KGTxQS","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.traits.languages.value","value":"Basic","mode":"+","targetSpecific":false,"id":6,"itemId":"RBFh9qTjK9KGTxQS","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"Bith","mode":"+","targetSpecific":false,"id":7,"itemId":"RBFh9qTjK9KGTxQS","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.toolProf.value","value":"music","mode":"+","targetSpecific":false,"id":8,"itemId":"ELH8899fqDlpo706","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Bith.webp","effects":[{"_id":"064LQEqCktTG9phA","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.details.species","value":"Bith","mode":5,"priority":5},{"key":"data.traits.languages.value","value":"bith","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.toolProf.value","value":"music","mode":0,"priority":0},{"key":"flags.sw5e.detailOriented","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.programmer","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Bith.webp","label":"Bith","tint":"","transfer":true}]} -{"_id":"kIVMbNrZBWoPYgLg","name":"Twi'lek","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Twi'leks are usually thin, although corpulent individuals were known to exist. Twi'leks are omnivores; this diet is essential given that food is scarce on their homeworld, Ryloth. Twi'leks possess multiple stomachs, an unusual trait that enables them to eat almost any food. When traveling off their homeworld, twi'leks rarely refused food, which frequently leads to obesity among starfarers. Twi'lek society also associates obesity as a sign of affluence and success.

\n

Society and Culture

\n

The natural grace and exotic beauty of the female twi'leks make them a popular target among slave traders. Slavery is the main currency of Ryloth. Some see it as a chance to make money by kidnapping or selling orphaned children, while others see slavery as a way of saving children from growing up in Ryloth's harsh environment. A number of twi'leks believe that slavery is an efficient way to proliferate their species and preserve their culture, as the twi'leks lack their own means of inter-planetary travel. Regardless of how it came about, many twi'leks live as slaves or entertainers and are considered status symbols, especially the females of rarer skin hues. Twi'leks that manage to escape from captivity usually turned to a life of thievery or prostitution, with both genders making use of their powers of seduction.

\n

Names

\n

Twi'lek names combine their first name and a clan name into a single name, rather than having a separate surname.

\n

  Male Names. Ecrizsati, Gaj'mogos, Ukelweko

\n

  Female Names. Arag'mure, Oanicfuba, Unaecripi

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Dexterity score increases by 1.

Age. Twi'leks reach adulthood in their late teens and live less than a century.

Alignment. Twi'leks harsh upbringing cause them to tend toward the dark side, though there are exceptions.

Size. Twi'leks stand between 5 and 7 feet tall and weigh up to 200 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Darkvision. Your vision can easily cut through darkness. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Elegant Dancers. You have proficiency with the Performance skill.

Natural Antitoxins. You have advantage on saving throws against poison and disease, and you have resistance against poison damage (explained in Chapter 9).

Unarmed Combatant. Your unarmed strikes deal 1d4 kinetic damage. You can use your choice of your Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.

Languages. You can speak, read, and write Galactic Basic and Twi'leki. You can communicate non-verbally with other twi'leks through a complex language of subtle head-tail motions.

"},"skinColorOptions":{"value":"Blue, brown, dark grey, green, orange, pink, purple, red, tan, teal, white, yellow, or striped"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black, blue, brown, green, hazel, orange, pink, purple, or yellow"},"distinctions":{"value":"Lekku, sharp claw-like nails, males often file their teeth to points"},"heightAverage":{"value":"5'3\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"125 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Ryloth"},"slanguage":{"value":"Twi'leki"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Twi'lek","mode":"=","targetSpecific":false,"id":1,"itemId":"pwkipuJbTpCnrD8S","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"pwkipuJbTpCnrD8S","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"pwkipuJbTpCnrD8S","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"pwkipuJbTpCnrD8S","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"pwkipuJbTpCnrD8S","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"pwkipuJbTpCnrD8S","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.prf.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"pwkipuJbTpCnrD8S","active":false,"_targets":[],"label":"Skills Performance"},{"modSpecKey":"data.traits.dr.value","value":"poison","mode":"+","targetSpecific":false,"id":8,"itemId":"pwkipuJbTpCnrD8S","active":false,"_targets":[],"label":"Traits Damage Resistance"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"pwkipuJbTpCnrD8S","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"twi'leki","mode":"+","targetSpecific":false,"id":10,"itemId":"pwkipuJbTpCnrD8S","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Twi_lek.webp","effects":[{"_id":"v6ifgRQtYJRSYhEh","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Twi'lek","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.prf.value","value":1,"mode":4,"priority":20},{"key":"data.traits.dr.value","value":"poison","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"twi'leki","mode":0,"priority":0},{"key":"flags.sw5e.unarmedCombatant","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Twi_lek.webp","label":"Twi'lek","tint":"","transfer":true}]} -{"_id":"kRHw0j5qtghcqNsF","name":"Yevetha","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Physically, the Yevetha are tall beings with a ghoulish appearance that is bereft of any body hair, being described as being so gaunt as to seem skeletal due to their pallid gray skin and lithe builds. The species possesses six fingered hands that have retractable dewclaws. Each one is located on the inside of the wrist above their six-fingered hands. Their dewclaws shoot from a sheath of a skin beneath their cadaverous hands and are capable of being retracted. When extended fully, the wrist blades reach about a foot in length, and are used in close combat and blood sacrifices. The Yevetha also possess a greater tolerance for g-forces when compared to Human pilots.

Society and Culture

Within their society, blood is an important aspect of their culture and is a central focus of their religious belief system. This has resulted in them becoming a particularly violent species. For the Yevetha, death is not to be feared. They are described as being dutiful, attentive, cautious but also fatalistic in their view of the universe. When fighting against other foes, Yevetha are notable for being ruthless fighters who never surrender even in the face of certain defeat. Due to the brutal nature of their society, the Yevetha do not possess a single jail, penitentiary or stockade as they believe there is no need for such facilities. In fact, they do not possess a word in their language for either convict or incarcerate.

Names

Yevetha names are sharp and are kept to one syllable, not varying significantly based on gender. Surnames are familial.

  First Names. Ral, Var, Cax, Tav, Fol, Sip, Nov

  Surnames. Faalk, Naalar, Giinn, Ralle, Xoota","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Intelligence score increases by 1.

Age. Yevetha reach adulthood in their early teens and live less than a century.

Alignment. Yevetha's xenophobic attitude causes them to tend toward the dark side, though there are exceptions.

Size. Yevetha typically stand between 6 and 6 and a half feet tall and generally weigh about 160 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Aggressive. As a bonus action, you can move up to your speed toward an enemy of your choice that you can see or hear. You must end this move closer to the enemy than you started.

Arm Blades. Your retractable dewclaws are natural weapons, which you can use to make unarmed strikes. If you hit with it, you deal kinetic damage equal to 1d6 + your Strength modifier.

Toughness. Your hit point maximum increases by 1, and it increases by 1 every time you gain a level.

Mechanical Memory. Whenever you make an Intelligence (Technology) check related to memorizing or duplicating mechanical readouts, you are considered to have expertise in the Technology skill.

Languages. You can speak, read, and write Galactic Basic and Yevethan. Yevetha are able to speak other languages, but their isolationist nature makes them tend to reject the languages of other species. Only rarely would a Yevethan speak Galactic Basic, as this would often decrease their social standing.

"},"skinColorOptions":{"value":"Green or yellow"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Retractable dewclaws, six fingers"},"heightAverage":{"value":"5'2\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"105 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"N'zoth"},"slanguage":{"value":"Yevethan"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.ideal","value":"Yevetha","mode":"=","targetSpecific":false,"id":1,"itemId":"9v67K9UOo5SzR0gV","active":false,"_targets":[],"label":"Details Ideal"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"9v67K9UOo5SzR0gV","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"9v67K9UOo5SzR0gV","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"9v67K9UOo5SzR0gV","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"9v67K9UOo5SzR0gV","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":6,"itemId":"9v67K9UOo5SzR0gV","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"yevethan","mode":"+","targetSpecific":false,"id":7,"itemId":"9v67K9UOo5SzR0gV","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Yevetha.webp","effects":[{"_id":"WdaVVsfj3z9Snv6g","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Yevetha","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"yevethan","mode":0,"priority":0},{"key":"flags.sw5e.aggressive","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.toughness","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Yevetha.webp","label":"Yevetha","tint":"","transfer":true}]} -{"_id":"lyGh48xpvK3ydQpn","name":"Bothan","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Bothans are a short species of furry humanoids. Bothans are covered in fur which shifted in response to their emotional state by way of gentle ripplings. It is this trait, named Wrendui, that betrays them when members of their kind intend to be duplicitous in their dealings with others. They possess tapered pointed ears, and both males and females were known to sport beards. Bothans are able to interbreed with the other species, though it is rare that they do so. Such hybrids somewhat resembled baseline humans with haunches, hooves, fur, pointed ears and a long tail.

\n

Society and Culture

\n

Bothan culture is guided by the philosophy and principles from the ancient text known as The Way, written by Golm Fervse'dra. In this \"Bothan Way\", the pursuit of power and influence is paramount. Thus, individual bothans put their own political and economic success above all other concerns, and as a species, bothans put their own advancement ahead of other intergalactic interests. The volume of backstabbing, subtle character assassination and political maneuvering in bothan society is dizzying, and results in many species stereotyping bothans as untrustworthy. In fact, most bothans are habitually paranoid, believing that anyone who's not working with them, is working against them. In times of crisis, the focus of bothan society shifts to a survivalist state known as \"ar'krai\". When engaged in ar'krai, all fit bothans volunteer to defend their species from impending extinction.

\n

Names

\n

Male bothan names are often tricky while female names are soft. Surnames are familial.

\n

  Male Names. Garc, Hibriak, Nith, Tramom, Ventagt

\n

  Female Names. Ceerriah, Dhaim, Gnam, Meenn, Vit

\n

  Surnames. Bwif'livi, Gra'kit, Hia'faitu, Main'dil

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Dexterity score increases by 1.

Age. Bothans reach adulthood in their late teens and live less than a century.

Alignment. Bothans' duplicitous nature causes them to tend toward the dark side, though there are exceptions.

Size. Bothans stand 4-5 feet tall and weigh under 100 pounds. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Naturally Stealthy. You can attempt to hide even when you are obscured only by a creature that is your size or larger than you.

Nimble Escape. You can take the Disengage or Hide action as a bonus action on each of its turns.

Shrewd. You are proficient in the Insight and Deception skills.

Languages. You can speak, read, and write Galactic Basic and Bothese. Bothese had a great influence on the forming of Galactic Basic; the two languages share many cognates.

"},"skinColorOptions":{"value":"Brown"},"hairColorOptions":{"value":"Black, brown, or gray (with age)"},"eyeColorOptions":{"value":"Brown or green"},"distinctions":{"value":"Diminutive stature, mood-sensitive fur"},"heightAverage":{"value":"4'3\""},"heightRollMod":{"value":"+2d4\""},"weightAverage":{"value":"60 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Bothawui"},"slanguage":{"value":"Bothese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Bothan","mode":"=","targetSpecific":false,"id":1,"itemId":"kIHixP4V6Z5tFKg9","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"kIHixP4V6Z5tFKg9","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"kIHixP4V6Z5tFKg9","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"kIHixP4V6Z5tFKg9","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"kIHixP4V6Z5tFKg9","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.ins.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"kIHixP4V6Z5tFKg9","active":false,"_targets":[],"label":"Skills Insight"},{"modSpecKey":"data.skills.dec.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"kIHixP4V6Z5tFKg9","active":false,"_targets":[],"label":"Skills Deception"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"kIHixP4V6Z5tFKg9","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"bothese","mode":"+","targetSpecific":false,"id":9,"itemId":"kIHixP4V6Z5tFKg9","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Bothan.webp","effects":[{"_id":"nTIwpqn8tPkjpase","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Bothan","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.skills.ins.value","value":1,"mode":4,"priority":20},{"key":"data.skills.dec.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"bothese","mode":0,"priority":0},{"key":"flags.sw5e.naturallyStealthy","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.nimbleEscape","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Bothan.webp","label":"Bothan","tint":"","transfer":true}]} -{"_id":"mvwsQmcKyovWx7PA","name":"Duros","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

The duros are humanoids with smooth blue-green skin, red eyes, lipless mouths, long thin noseless faces and green blood. Olfactory organs beneath their eyes are responsible for their sense of smell. Both females and males are bald, though both genders are easily distinguished. Their large red goggle-like eyes have slit pupils. Duros females lay eggs as they are descended from ancient reptiles, and they are born in a larval grub stage. Unlike similar species, the duros take care of their offspring from birth.

Society and Culture

Their home planet Duro is primarily uninhabited due to massive pollution on the world over time. Instead, it is covered with automated farms for food production. The duros live in twenty orbital space cities above the planet.

The duros also established a vast, grand starship construction industry in the Duro system. The duros set up their government around a consortium of starship construction corporations, with all important political decisions made by the stockholders of the corporations. This meant that any duros that held stock in a company could participate in the administration of the system.

With their strong memories, some duros also choose to become extraordinary storytellers, renowned galaxy-wide for their ability to learn a wide range of narratives by heart, and perform them all with stunning accuracy.

Names

Duros names are generally melodic, with female names having softer intonations. Surnames are familial.

  Male Names. Cir, Fod, Mom, Rur, Zim

  Female Names. Chochi, Fumsu, Kaleshef, Raada

  Surnames. Dektuks, Jimoks, Silt, Tuzig, Zhoks

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Intelligence score increases by 1.

Age. Duros reach adulthood in their 20s and live an average of 150 years.

Alignment. Duros tend toward no particular alignment. The best and worst are found among them.

Size. Duros stand around 6 feet tall and weigh around 160 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Darkvision. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Galactic Traveler. You have proficiency in Lore.

Pilot. You have proficiency in Piloting.

Tech Resistance. Growing up around technology leaves an impact on duros. You have advantage on Dexterity and Intelligence saving throws against tech powers.

Languages. You can speak, read, and write Galactic Basic and Durese. Durese is a common interstellar tongue used by prominent spacers and traders.

"},"skinColorOptions":{"value":"Blue, green"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Red"},"distinctions":{"value":"Noseless, large red eyes, affinity for space travel"},"heightAverage":{"value":"5'5\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"115 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Duro"},"slanguage":{"value":"Durese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Duros","mode":"=","targetSpecific":false,"id":1,"itemId":"gMVVHc3sU9JU4i5I","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"gMVVHc3sU9JU4i5I","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"gMVVHc3sU9JU4i5I","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"gMVVHc3sU9JU4i5I","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"=","targetSpecific":false,"id":5,"itemId":"gMVVHc3sU9JU4i5I","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.lor.value","value":"1","mode":"=","targetSpecific":false,"id":6,"itemId":"gMVVHc3sU9JU4i5I","active":false,"_targets":[],"label":"Skills Lore"},{"modSpecKey":"data.skills.pil.value","value":"1","mode":"=","targetSpecific":false,"id":7,"itemId":"gMVVHc3sU9JU4i5I","active":false,"_targets":[],"label":"Skills Piloting"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"gMVVHc3sU9JU4i5I","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"durese","mode":"+","targetSpecific":false,"id":9,"itemId":"gMVVHc3sU9JU4i5I","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":10,"itemId":"gMVVHc3sU9JU4i5I","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Duros.webp","effects":[{"_id":"sz5oR4T4w3PXpQR9","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Duros","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":5},{"key":"data.skills.lor.value","value":1,"mode":4,"priority":5},{"key":"data.skills.pil.value","value":1,"mode":4,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"durese","mode":0,"priority":0},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"flags.sw5e.techResistance","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Duros.webp","label":"Duros","tint":"","transfer":true}]} -{"_id":"n2XpEBLlt24OcL4s","name":"Tusken","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

While Tuskens, also known as Tusken Raiders or Sand People, are easily recognizable by their full-body clothing, goggles, and mouth filters, little of their true physical appearance can be discerned. From birth, Tuskens are covered in wraps, and, barring very rare occasions, will not bare any part of their skin in sight of another person. This, combined with their hostility to outsiders and Tatooine's remote and arid nature, makes even study of Tusken corpses difficult.

Society and Culture

Tuskens are a primative, tribal race, mostly living in small clans scattered throughout Tatooine's deserts. Due to the harsh and unforgiving desert environment, Tusken clans are often xenophobic and territorial, but it is not unknown for them to adopt members of other species into the clan. They believe that all water is sacred and promised to them alone, and are infamous among the other residents of Tatooine for raiding and pillaging settlements and farms.\n\nTusken clans are usually very stratified, with males as hunters and warriors, while females and children maintain the camp. Tusken warriors hold their bond with their gaderffii weapons and Bantha mounts as sacred, and will choose death before relinquishing either.

Names

Tusken naming traditions vary between clans, but most are made up of harsh, guttural sounds. Tuskens do not use surnames.

  Male Names. Ur Ur, A'Koba, Qeruru'rr, Gr'Karr

  Female Names. K'Yark, Reirin, K'Orou, Ursarr'u","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Strength or Charisma score increases by 1.

\n

Age. Tuskens are considered adults when they turn 15. Because of the harsh and unforgiving climate of their home world, they rarely live longer than half a century.

\n

Alignment. Tusken culture's violent focus and disregard of those outside the tribe causes them to tend towards chaotic dark side, though there are exceptions.

\n

Size. Tusken stand between 5 and 6 feet tall and weigh around 155 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Aggressive. As a bonus action, you can move up to your speed toward an enemy of your choice that you can see or hear. You must end this move closer to the enemy than you started.

\n

Animal Handler. You are proficient in Animal Handling.

\n

Intimidating Roar. Once per day, you can cast the fear Force power. Charisma is your forcecasting ability for this power.

\n

Survivors of the Sands. You are proficient in Survival. Additionally, you don't treat desert terrain as difficult terrain. Lastly, you are naturally adapted to hot climates, as described in chapter 5 of the Dungeon Master's Guide.

\n

Tusken Weaponry. You have proficiency with the slugthrower and vibromace.

\n

Languages. You can speak, read, and write Galactic Basic and Tusken. Tusken is a guttural language characterized by its barks, growls, and roars. While Tuskens typically understand Galactic Basic, it is rare to hear them speak anything but Tusken.

"},"skinColorOptions":{"value":"Brown, gray, or tan"},"hairColorOptions":{"value":"Black"},"eyeColorOptions":{"value":"Pale gray or black"},"distinctions":{"value":"Full-body wrappings, goggles, mouth filter"},"heightAverage":{"value":"4'9\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"110 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Tatooine"},"slanguage":{"value":"Tusken"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Tusken","mode":"=","targetSpecific":false,"id":1,"itemId":"LuotAfzq9MwApi8u","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"LuotAfzq9MwApi8u","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.abilities.str.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"LuotAfzq9MwApi8u","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"LuotAfzq9MwApi8u","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"LuotAfzq9MwApi8u","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.ani.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"LuotAfzq9MwApi8u","active":false,"_targets":[],"label":"Skills Animal Handling"},{"modSpecKey":"data.skills.sur.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"LuotAfzq9MwApi8u","active":false,"_targets":[],"label":"Skills Survival"},{"modSpecKey":"data.traits.weaponProf.custom","value":"slugthrower","mode":"+","targetSpecific":false,"id":8,"itemId":"LuotAfzq9MwApi8u","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibromace","mode":"+","targetSpecific":false,"id":9,"itemId":"LuotAfzq9MwApi8u","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":10,"itemId":"LuotAfzq9MwApi8u","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"tusken","mode":"+","targetSpecific":false,"id":11,"itemId":"LuotAfzq9MwApi8u","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Tusken.webp","effects":[{"_id":"bwSDTAnMbEikuqSv","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Tusken","mode":5,"priority":5},{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.skills.ani.value","value":1,"mode":4,"priority":20},{"key":"data.skills.sur.value","value":1,"mode":4,"priority":20},{"key":"data.traits.weaponProf.custom","value":"slugthrower","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"vibromace","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"tusken","mode":0,"priority":0},{"key":"flags.sw5e.aggressive","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Tusken.webp","label":"Tusken","tint":"","transfer":true}]} -{"_id":"nE757Ni2nOiRShTz","name":"Givin","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

The Givin are a species of white-skinned, hairless humanoids who are quite frequently likened to animated skeletons. Their facial features include many sharp downward angles, large triangular eye sockets, and sloped-up brows that meet together in the middle, lending them an appearance of permanent anguish. Because of the harsh environment of their homeworld, the Givins' organs are sealed against atmospheric exposure; thanks to this complex system, they can survive for about a day in a vacuum.

Society and Culture

In order to survive their homeworld's lunar tides, the Givin became extremely adept at calculating the trajectory of their celestial bodies. Over the ages, Givin have become so skilled at celestial navigation that they are able to calculate hyperspace jumps in their heads. As such, mathematics have become a cornerstone of Givin society. Two Givin will often greet each other by exchanging complex equations for the other to solve.\r\n\r\nDue to their profound mathematical ability, Givin are skilled starship builders and astrogators. They create some of the most impressive, complex, and sleek ships in the galaxy. However, they frequently build their ships without the presence of a navcomputer or pressurization system, and so their buyers have to add these system in the starship aftermarket.

Names

Givin names are often derived by parents from favored mathematical equations. Male and female names do not significantly differ. Surnames are familial.

  First Names. Daggibus, Lersia, Na-Soth, Nisil, Sladru

  Surnames. Alarin, Nalas, Narth, Larr, Scoritoles","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Constitution score increases by 1.

Age. Givin reach adulthood in their early teens and live about 80 years.

Alignment. Givins believe power and respect are earned rather than expected, causing them to tend towards balanced alignments, though there are exceptions.

Size. Givin typically stand around 6 feet tall and weigh 150 lb. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Hardened Exterior. You have a tough, bony exterior. While you are unarmored or wearing light armor, your AC is 13 + your Dexterity modifier.

Mathematical Savants. Whenever you make an Intelligence (Technology) check involving mathematics, you are considered to have expertise in the Technology skill.

Stargazer. You have proficiency in Piloting and Technology.

Vacuum Sealed. You can survive for one day within the vacuum of space. You still require oxygen to breathe. You have resistance to cold damage.

Languages. You can speak, read, and write Galactic Basic and Givin. Givin is characterized by its use of mathematical jargon and symbols, making it nigh incomprehensible to the less mathematically inclined.

"},"skinColorOptions":{"value":"White"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Skeletal appearance, able to survive in a vacuum for short periods"},"heightAverage":{"value":"5'5\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"105 lb."},"weightRollMod":{"value":"x2d4 lb."},"homeworld":{"value":"Yag'Dhul"},"slanguage":{"value":"Givin"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Givin","mode":"=","targetSpecific":false,"id":1,"itemId":"CKYzmmTnEKzVSTaB","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"CKYzmmTnEKzVSTaB","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"CKYzmmTnEKzVSTaB","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"CKYzmmTnEKzVSTaB","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"CKYzmmTnEKzVSTaB","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.ac.min","value":"13","mode":"=","targetSpecific":false,"id":6,"itemId":"CKYzmmTnEKzVSTaB","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.skills.pil.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"CKYzmmTnEKzVSTaB","active":false,"_targets":[],"label":"Skills Piloting"},{"modSpecKey":"data.skills.tec.value","value":"1","mode":"+","targetSpecific":false,"id":8,"itemId":"CKYzmmTnEKzVSTaB","active":false,"_targets":[],"label":"Skills Technology"},{"modSpecKey":"data.traits.dr.value","value":"cold","mode":"+","targetSpecific":false,"id":9,"itemId":"CKYzmmTnEKzVSTaB","active":false,"_targets":[],"label":"Traits Damage Resistance"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":10,"itemId":"CKYzmmTnEKzVSTaB","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"givin","mode":"+","targetSpecific":false,"id":11,"itemId":"CKYzmmTnEKzVSTaB","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Givin.webp","effects":[{"_id":"Pn6vsO24HRDLSnOH","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Givin","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.attributes.ac.value","value":"13+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.skills.pil.value","value":1,"mode":4,"priority":20},{"key":"data.skills.tec.value","value":1,"mode":4,"priority":20},{"key":"data.traits.dr.value","value":"cold","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"givin","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Givin.webp","label":"Givin","tint":"","transfer":true}]} -{"_id":"nUblPlFglCORgze6","name":"Lurmen","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Lurmen's bodies are covered entirely in fur, which range in color from a dark brown to a white-gray, though they do wear garments. They can walk either upright on their two legs, and can also use their arms and legs for faster movement Many lurmen have the ability to roll themselves into a wheeled shape; this allows them to cover distances at great speed. They may have learned this ability from the native amani on Maridun.

\n

Society and Culture

\n

The lurmen use fallen seedpods from the giant trees as shelter and home. Living near the trees proves too dangerous, as the falling pods can be deadly. Instead, the lurmen drag the pods into a clearing and use them as huts. They also extract essential oils from the pods for nutrition and healing medicines. Most lurmen are pacifistic by nature and refuse to fight or run even in the face of death. They often will hide instead of using violence. As pacifists, they carry no weapons but carry farming tools or ropes. The greatest native threat to the lurmen are the amani and the mastiff phalones, raptor-headed quadrupeds that hunted in groups. However, even in defeating these beasts the lurmen attempt to remain true to their pacifist ideals, and not inflict any injury to the creatures. Instead, when cornered by a mastiff phalone, an agile lurmen will try to unbalance the creature by tying a rope around its stout legs.

\n

Names

\n

Lurmen names are sharp and made up of a single syllable. Instead of surnames, lurmen are granted additional names based on their importance to the village. Common lurmen possess one name, with leaders having as many as four.

\n

  Male Names. Fee, Gatt, Nub, Shoo, Yup

\n

  Female Names. Kal, Laa, Shal, Vook, Yiit

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Wisdom score increases by 1.

\n

Age. Lurmen reach adulthood in their late teens and live less than 80 years.

\n

Alignment. The pacifistic nature of the lurmen causes them to be neutral light side, though there are exceptions.

\n

Size. Lurmen typically stand around 3 feet tall and generally weigh about 45 lbs. Regardless of your position in that range, your size is Small.

\n

Speed. Your base walking speed is 25 feet.

\n

Darkvision. You have a keen eyesight, especially in the dark. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Natural Healer. You have proficiency in the Medicine and Nature skills, and the bioanalysis kit.

\n

Prehensile Tail and Feet. You have supreme control over your tail and feet and can use them to manipulate objects as well as your hands.

\n

Rolling Agility. As a lurmen, you can run on all fours, or curl into a ball, to move quickly along the ground. When you move on your turn in combat, you can double your speed until the end of the turn. Once you use this trait, you can't use it again until you move 0 feet on one of your turns.

\n

Treeclimber. You have a climbing speed of 25 feet. You have advantage on Strength saving throws and Strength (Athletics) checks that involve climbing.

\n

Undersized. Your small stature makes it hard for you to wield bigger weapons. You can’t use heavy shields. Additionally, you can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, you can only wield it in two hands.

\n

Languages. You can speak, read, and write Galactic Basic and Lurmese. Lurmese is a name collectively given to the various tribal languages spoken by the lurmen people. While each language is distinct, shared phrases allow translation between dialects.

"},"skinColorOptions":{"value":"Black or gray"},"hairColorOptions":{"value":"Brown to gray"},"eyeColorOptions":{"value":"Yellow or orange"},"distinctions":{"value":"Prehensile tail and feet, furred body"},"heightAverage":{"value":"2'11\""},"heightRollMod":{"value":"+2d4\""},"weightAverage":{"value":"40 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Mygeeto, Maridun"},"slanguage":{"value":"Lurmese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Lurmen.webp","effects":[{"_id":"gzV1BSf7YoTCOLpN","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"sm","mode":0,"priority":20},{"key":"data.attributes.speed.value","value":"25","mode":5,"priority":20},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.med.value","value":1,"mode":4,"priority":20},{"key":"data.skills.nat.value","value":1,"mode":4,"priority":20},{"key":"data.traits.toolProf.value","value":"bioa","mode":0,"priority":20},{"key":"data.attributes.speed.special","value":"Climbing (25 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"lurmese","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":20},{"key":"data.details.species","value":"Lurmen","mode":5,"priority":20},{"key":"flags.sw5e.nimbleAgility","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Lurmen.webp","label":"Lurmen","tint":"","transfer":true}]} -{"_id":"nVOqOtFPeaUDlp5I","name":"Kushiban","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Kushibans are four-limbed lagomorphs native to the planet Kushibah. They are diminutive, unimposing, and typically weaker than most humanoids, but they are also quite difficult to track due to their natural speed and stealth.\r\n\r\nWhile Kushibans are quadrupeds, their forepaws are as manipulative as traditional hands. While Kushibans can walk on two legs, they typically run around on four feet since they can move significantly faster that way. \r\n\r\nKushibans are inherently cute and fuzzy, and more nefarious species often attempt to take them as slaves. Kushibans are social and do not take well to slavery, and they typically don't live long in solitude or captivity.

Society and Culture

Kushibans live in a simple, peacful society on the non-industrialized, lush green planet of Kushibah in the Outer Rim. Kushibans are typically kind a generous, with a playful sense of humor and a penchant for practical jokes. However, if betrayed or angered, Kushibans can be cruel or vindictive, and they have little patience for bullies, simpletons, and misanthropes.

Names

Kushiban names are a single word combining both their first and familial names.

  Male Names. Cerlyk, Etyk, Mabbik, Tieko, Widdimur

  Female Names. Asani, Pritsi, Sibble, Mirax","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Dexterity score increases by 1.

Age. Kushibans reach adulthood at 13 and live less than a century.

Alignment. Kushibans' playful nature causes them to tend toward chaotic light side, though there are exceptions.

Size. Kushibans typically stand 3 and a half to 4 feet tall and weigh around 40 lbs. Regardless of your position in that range, your size is Small.

Speed. Your base walking speed is 25 feet.

Grovel, Cower, and Beg. As an action on your turn, you can cower pathetically to distract nearby foes. Until the end of your next turn, your allies gain advantage on attack rolls against enemies within 10 feet of you that can see you. Once you use this trait, you can't use it again until you finish a short or long rest.

Hide. You have a thick hide. While you are unarmored or wearing light armor, your AC is 12 + your Dexterity modifier. Additionally, your thick hide is naturally adapted to cold climates, as described in chapter 5 of the Dungeon Master's Guide.

Mask of the Wild. You can attempt to hide even when you are only lightly obscured by foliage, heavy rain, falling snow, mist, and other natural phenomena.

Nimble Agility. Your reflexes and agility allow you to move with a burst of speed. When you move on your turn in combat, you can double your speed until the end of the tum. Once you use this trait, you can't use it again until you move 0 feet on one of your turns.

Stealthy. You are proficient in the Stealth skill.

Undersized. Your small stature makes it hard for you to wield bigger weapons. You can't use heavy shields. Additionally, you can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, you can only wield it in two hands.

Languages. You can speak, read, and write Galactic Basic and Kushiban. Kushiban has a bubbly, joyful tone to it.

"},"skinColorOptions":{"value":"White to light gray"},"hairColorOptions":{"value":"Typically white but varies based on mood"},"eyeColorOptions":{"value":"Typically blue, brown, or green"},"distinctions":{"value":"Lagomorph, nimble, resilient"},"heightAverage":{"value":"2'11\""},"heightRollMod":{"value":"+2d4\""},"weightAverage":{"value":"35 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Kushibah"},"slanguage":{"value":"Kushiban"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Kushiban","mode":"=","targetSpecific":false,"id":1,"itemId":"23FrxvnBFq4x2wF6","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"23FrxvnBFq4x2wF6","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"23FrxvnBFq4x2wF6","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"sm","mode":"=","targetSpecific":false,"id":4,"itemId":"23FrxvnBFq4x2wF6","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"25","mode":"=","targetSpecific":false,"id":5,"itemId":"23FrxvnBFq4x2wF6","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.ac.min","value":"12","mode":"=","targetSpecific":false,"id":6,"itemId":"23FrxvnBFq4x2wF6","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.skills.ste.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"23FrxvnBFq4x2wF6","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"23FrxvnBFq4x2wF6","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"kushiban","mode":"+","targetSpecific":false,"id":9,"itemId":"23FrxvnBFq4x2wF6","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Kushiban.webp","effects":[{"_id":"rcIMsotffEEZpwXR","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Kushiban","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"sm","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"25","mode":5,"priority":5},{"key":"data.attributes.ac.value","value":"12+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.skills.ste.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"kushiban","mode":0,"priority":0},{"key":"flags.sw5e.grovelCowerAndBeg","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.maskOfTheWild","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.nimbleAgility","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Kushiban.webp","label":"Kushiban","tint":"","transfer":true}]} -{"_id":"nik0YqAo2FAHFejK","name":"Shistavanen","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Shistavanen have pronounced muzzles, sharp claws, long pointed teeth, and pointed ears set on top of their heads. Shistavanen also possess large glowing eyes, and can also run at high speeds for long periods without getting tired, alternately using two or four limbs. As predators, they possess keen hearing and smell and excellent night vision.

Society and Culture

As a species, the Shistavanen are isolationists. The species colonized all the unpopulated worlds in the Uvena system to prevent them from being settled by non-Shistavanen, and their restrictive trade laws (which are unapologetic in how they favor their own kind over off-world traders). Most of their society uses technology similar to the rest of the galaxy, though some parts of Uvena Prime use slightly less sophisticated technology.\r\n\r\nA minority of Shistavanen are more outgoing, and travel the galaxy's hyperlanes. Even these Shistavanen usually remain by themselves or with other Shistavanen. Due to their natural predatory instincts, Shistavanen commonly find employment as scouts, mercenaries and bounty hunters. Many other species react badly to Shistavanen, since their isolationist culture makes them an unfamiliar sight, and their predatory appearance put other species on edge.

Names

Shistavanen first names typically sound graceful, while their surnames are more gutteral. Surnames are familial.

  Male Names. Bustuc, Hulvav, Kembol, Nemdav, Sirul

  Female Names. Gaeft, Laer, Recloz, Shaalir, Thovnim

  Surnames. Ghirat, Lakrevl, Meq, Nukroft, Rosk","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Constitution score increases by 1.

Age. Shistavanen reach adulthood in their late teens and live less than a century.

Alignment. Shistavanen are private and tend toward no particular alignment. The best and worst are found among them.

Size. Shistavanen typically stand around 6 feet tall and weigh between 140 and 190 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Darkvision. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Fang and Claw. You are proficient with your fangs and claws, which deal 1d4 kinetic damage on a hit.

Forced March. Shistavanen are able to maintain a fast pace longer than other species. Shistavanen have advantage on Constitution saving throws made to avoid Exhaustion due to prolongued travel, as described in Chapter 8.

Keen Hearing and Smell. You have advantage on Wisdom (Perception) checks that involve hearing or smell.

Regenerative. When you take damage, you can use your reaction and expend a Hit Die to regain hit points as long as the damage would not reduce your hit points to 0.

Languages. You can speak, read, and write Galactic Basic and Shistavanen. The Shistavanen language is characterized by its barks and growls.

"},"skinColorOptions":{"value":"Black or light to dark brown"},"hairColorOptions":{"value":"Black, light to dark brown, grey (usually with age)"},"eyeColorOptions":{"value":"Black or gray"},"distinctions":{"value":"Lupine appearance, enhanced senses, increased speed, increased strength, healing ability"},"heightAverage":{"value":"5'7\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"140 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Uvena Prime"},"slanguage":{"value":"Shistavanen"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Shistavanen","mode":"=","targetSpecific":false,"id":1,"itemId":"NFnjQJd20k0SzLj2","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"NFnjQJd20k0SzLj2","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"NFnjQJd20k0SzLj2","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"NFnjQJd20k0SzLj2","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"NFnjQJd20k0SzLj2","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"NFnjQJd20k0SzLj2","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"NFnjQJd20k0SzLj2","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"shistavanen","mode":"+","targetSpecific":false,"id":8,"itemId":"NFnjQJd20k0SzLj2","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Shistavanen.webp","effects":[{"_id":"uIcJ7M92lT53GK8n","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Shistavanen","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"shistavanen","mode":0,"priority":0},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.regenerative","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Shistavanen.webp","label":"Shistavanen","tint":"","transfer":true}]} -{"_id":"oFjZ191TdZdH4iIH","name":"Zabrak","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Zabrak are near-human, but have a number of significant physical characteristics that set them apart from baseline Humanity. The most striking of these are a series of vestigial horns that crown the heads of both males and females. These horns grow at puberty in varying patterns and signified that their rite of passage is drawing near.

In addition to their horns, another of the traits that make zabrak instantly recognizable are their facial tattoos, which are made up of thin lines received during their rite of passage. These could symbolize many things, including but not limited to family lineage, place of birth, or even a design that reflected their individual personalities.

Lastly, zabraks possess a second heart.

Society and Culture

Zabrak are often seen by most other species as being single-minded, an observation that is not terribly incorrect. This single-minded determination comes from the fact that they are a species with a strong sense of self-assuredness, confident that they are able to accomplish any task that they set out to do. However, this does not lead a zabrak to develop a sense of prideful superiority towards others. Though it is not uncommon to see competition between colonies, this is not seen as a negative. The zabraks believe that the various experiences of the different colonies only serve to add to the species' overall value throughout the galaxy.

Names

Zabrak names are usually derived from the animals living on their planet. Zabraks don't use surnames.

  Male Names. Kadro, Muraa, Neqama, Ruvroo, Xadra

  Female Names. Blostopa, Mega, Novrar, Rebroke

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Strength or Dexterity score increases by 1.

Age. Zabraks reach adulthood in their late teens and live less than a century.

Alignment. Zabraks tend toward no particular alignment. The best and worst are found among them.

Size. Zabraks stand anywhere from 5 to 7 feet tall and weigh up to 300 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Coercive. You have proficiency with Persuasion or Intimidation (your choice).

Crafters. You have proficiency with with one artisan's tool of your choice.

Darkvision. Your vision can easily cut through darkness. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Second Heart. When you are reduced to 0 hit points but not killed outright, you can drop to 1 hit point instead. You can't use this feature again until you finish a long rest.

Unarmed Combatant. Your unarmed strikes deal 1d4 kinetic damage. You can use your choice of your Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.

Languages. You can speak, read, and write Galactic Basic and Zabraki.

"},"skinColorOptions":{"value":"Pale to dark brown, red, orange and yellow"},"hairColorOptions":{"value":"Black, blonde, brown, red, or purple"},"eyeColorOptions":{"value":"Yellow, green, orange, brown, blue, red, or purple"},"distinctions":{"value":"Horns, two hearts, facial tattoos"},"heightAverage":{"value":"5'1\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"120 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Iridonia or Dathomir"},"slanguage":{"value":"Zabraki"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Zabrak","mode":"+","targetSpecific":false,"id":1,"itemId":"1kGACJMqt4pxyk1o","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"1kGACJMqt4pxyk1o","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":3,"itemId":"1kGACJMqt4pxyk1o","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":4,"itemId":"1kGACJMqt4pxyk1o","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":5,"itemId":"1kGACJMqt4pxyk1o","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":6,"itemId":"1kGACJMqt4pxyk1o","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"zabraki","mode":"+","targetSpecific":false,"id":7,"itemId":"1kGACJMqt4pxyk1o","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Zabrak.webp","effects":[{"_id":"o7n6csSMm1fhRWhM","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Zabrak","mode":5,"priority":20},{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"zabraki","mode":0,"priority":0},{"key":"flags.sw5e.multipleHearts","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.unarmedCombatant","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Zabrak.webp","label":"Zabrak","tint":"","transfer":true}]} -{"_id":"oldLxqGkVAfZW6DQ","name":"Chironian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

The chironian lower body has four legs, similar to that of a horse, and each ends in a dainty, cloven hoof. A chironian can sit down by folding his or her horse-like legs underneath the body. Chironians can also kick backward with both hind legs; this strong kick is sufficient to knock over other beings. A chironian's pace can vary between a walk, a canter, and a gallop.

\n

Each year, chironian heads grows two horns above the temples. These horns start as small knobs covered by red-furred velvet: a vascular tissue. Once the knobs have grown sufficiently, they break through the velvet naturally, emerging as transparent horns, as bright as diamond, cool to the touch and with smooth ridges. However, if the velvet is cut artificially, chironians can die from the injury. Over time, the horns grow long and sharp enough that adolescent chironians can use them to gore opponents.

\n

Society and Culture

\n

Chironians express emotions through the mannerisms of their hooves: when impatient, they stamp them; when excited, they tap them in a quick dance, or canter in a spot. The centauriforms frequently shake their heads and manes, and when angry, their faces flush a deeper shade. Young chironians, when frightened, are known to rub or press their velvet-covered horns against the foreheads of other beings to whom they are emotionally close.

\n

Names

\n

Chironian names are soft and melodic, despite the thick nature of their native language. Important family names are passed down through generations. They don't use surnames.

\n

  Male Names. Jefin, Slaturn, Cinall, Leathes

\n

  Female Names. Olachi, Luna, Sinall, Trespen

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Wisdom score increases by 1.

\n

Age. Chironians reach adulthood in their late teens and live less than a century.

\n

Alignment. Chironians tend toward no particular alignment. The best and worst are found among them.

\n

Size. Chironians typically stand 6 to 8 feet tall and generally weigh about 600 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 40 feet.

\n

Cultured. You have proficiency in the Lore skill.

\n

Equine Build. You count as one size larger when determining your carrying capacity and the weight you can push or drag. Additionally, any climb that requires hands and feet is especially difficult for you because of your hooves. When you make such a climb, each foot of movement costs you 4 extra feet, instead of the normal 1 extra foot. Finally, a Medium or smaller creature can ride on your equine back if you allow it. In such a situation, you continue to act independently, not as a controlled mount.

\n

Hooves and Horns. Your hooves (and depending on your age, horns) are natural weapons, which you can use to make unarmed strikes. If you hit with them, you deal kinetic damage equal to 1d6 + your Strength modifier.

\n

Powerful Charge. If you move at least 10 feet in a straight line before hitting with a melee weapon attack, you can attempt to shove the target prone as part of the same attack. Once you use this trait, you can't use it again until you finish a short or long rest.

\n

Languages. You can speak, read, and write Galactic Basic and Chironan. Chironan is characterized by its soft, melodic sounds.

"},"skinColorOptions":{"value":"Brown, gold, or red"},"hairColorOptions":{"value":"Black, brown, gold, or red"},"eyeColorOptions":{"value":"Red to gold"},"distinctions":{"value":"Two transparent horns, centauriform"},"heightAverage":{"value":"6'0\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"450 lb."},"weightRollMod":{"value":"x(2d8) lb."},"homeworld":{"value":"Chiron"},"slanguage":{"value":"Chironan"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Chironian","mode":"=","targetSpecific":false,"id":1,"itemId":"xo2vDhI2cVyxlEgy","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"xo2vDhI2cVyxlEgy","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"xo2vDhI2cVyxlEgy","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"xo2vDhI2cVyxlEgy","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"40","mode":"=","targetSpecific":false,"id":5,"itemId":"xo2vDhI2cVyxlEgy","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.lor.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"xo2vDhI2cVyxlEgy","active":false,"_targets":[],"label":"Skills Lore"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"xo2vDhI2cVyxlEgy","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"chironan","mode":"+","targetSpecific":false,"id":8,"itemId":"xo2vDhI2cVyxlEgy","active":false,"_targets":[]}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Chironian.webp","effects":[{"_id":"uSpdcXpfTiwyupUD","flags":{"dae":{"transfer":true}},"changes":[{"key":"data.details.species","value":"Chironian","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.speed.value","value":40,"mode":5,"priority":5},{"key":"data.skills.lor.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"chironan","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Chironian.webp","label":"Chironian","tint":"","transfer":true}]} -{"_id":"oxccHExqVKtmZ3DO","name":"Draethos","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Draethos possess large teeth, which grow outside of their mouths. Coupled with their lack of lips, this leads to the appearance of an overbite. Their scaly skin ranged in color from blue to purple to black. Their hands retain an interstitial web between the fingers. Their fingers end in narrow tips which resemble claws. They possess low-light vision, springing from their cave-dwelling ancestors.\r\n\r\nDraethos possess a limited telepathy, granting the ability to communicate with any sentient being. The ability is limited to communication; a Draethos can not invade the thoughts of others.

Society and Culture

Partly due to their long lives, Draethos society was slow to evolve and relies heavily on tradition. The Draethos' culture is warrior-based, and those living on the homeworld are expected to demonstrate their martial or hunting prowess. Life on Draethos is harsh, with arrogant aristocrats squabbling among one another for social standing and wealth. Warriors are perpetually in high demand as gladiators, mercenaries, hunters, and soldiers. Those who make a conscious decision to abandon the way of the warrior are exiled to seek a new life among aliens. Consequently, despite their reputation as fierce combatants, most Draethos encountered offworld are peaceful and intellectual.

Names

Due to their lack of lips, Draethos names typically lack hard consonants. Surnames are familial.

  Male Names. Odan, Gyeto, Hurl, Jan, Talon

  Female Names. Gillen, Teria, Kat'h, Yul, Aswe

  Surnames. Urr, Slyter, Qelu'tlapa, Ayahu, Jek","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Wisdom score increases by 2, and your Strength score increases by 1.

Age. Draethos reach adulthood around their late teens and live up to 800 years.

Alignment. Draethos tend toward no particular alignment. The best and worst are found among them.

Size. Draethos typically stand between 6 and 7 feet tall and weigh around 190 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Darkvision. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Way of the Warrior. You have proficiency with light and medium armor as well as vibroblades and vibroswords.

Telepathy. You can communicate telepathically with creatures within 30 feet of you. You must share a language with the target in order to communicate in this way.

Languages. You can speak, read, and write Galactic Basic and Draethos. Draethos is characterized by its flurry of cacophonous sighs and clicks.

"},"skinColorOptions":{"value":"Grey, pink, blue, purple, black"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black, brown, red"},"distinctions":{"value":"Four fingers, large teeth, telepathy, long life spans"},"heightAverage":{"value":"5'5\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"130 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Draethos"},"slanguage":{"value":"Draethos"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Draethos","mode":"+","targetSpecific":false,"id":1,"itemId":"bYH9lwZH0EwtyEqT","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.wis.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"bYH9lwZH0EwtyEqT","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.abilities.str.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"bYH9lwZH0EwtyEqT","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"bYH9lwZH0EwtyEqT","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"bYH9lwZH0EwtyEqT","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"bYH9lwZH0EwtyEqT","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.armorProf.value","value":"lgt","mode":"+","targetSpecific":false,"id":7,"itemId":"bYH9lwZH0EwtyEqT","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.armorProf.value","value":"med","mode":"+","targetSpecific":false,"id":8,"itemId":"bYH9lwZH0EwtyEqT","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibroblades","mode":"+","targetSpecific":false,"id":9,"itemId":"bYH9lwZH0EwtyEqT","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibroswords","mode":"+","targetSpecific":false,"id":10,"itemId":"bYH9lwZH0EwtyEqT","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.languages.custom","value":"telepathy (30 ft.)","mode":"+","targetSpecific":false,"id":11,"itemId":"bYH9lwZH0EwtyEqT","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":12,"itemId":"bYH9lwZH0EwtyEqT","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"draethos","mode":"+","targetSpecific":false,"id":13,"itemId":"bYH9lwZH0EwtyEqT","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Draethos.webp","effects":[{"_id":"DaTT7sarcU9c5FXa","flags":{"dae":{"transfer":true}},"changes":[{"key":"data.details.species","value":"Draethos","mode":2,"priority":20},{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.str.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.speed.value","value":30,"mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.armorProf.value","value":"lgt","mode":0,"priority":0},{"key":"data.traits.armorProf.value","value":"med","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"vibroblades","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"vibroswords","mode":0,"priority":0},{"key":"data.traits.languages.custom","value":"telepathy (30 ft.)","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"draethos","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Draethos.webp","label":"Draethos","tint":"","transfer":true}]} -{"_id":"pQ8RTQJbAGhBlX3y","name":"Talz","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Talz are large, bulky, bipedal creatures, that are covered head to toe in thick white fur, which provides exceptional insulation against their frozen world. Talz have four eyes, which are also adaptations to their native environment. The larger set of eyes are shut during the day, when sunlight reflects off the snow with dazzling brightness—able to blind sensitive optical organs—leaving the smaller set to navigate with. Alternatively, during the deep darkness of their homeworld's moonless night, the larger pair are utilized to provide the Talz with adequate vision. Talz use a small proboscis to eat and communicate, creating high-pitched chirps and buzzes.

\n

Society and Culture

\n

Talz are a hunter-gatherer, clan-based society. They work in unison, and treat the entire clan as one single familial entity. Resources on Ordo Plutonia are often scarce, which leads to warring among Talz tribes. However, the clans are adept at forming a unified front when they face a common enemy. Talz are large, brutal creatures and are often used as guards and enforcers. Sometimes they are taken as slaves, though it's rare; they are rebellious against authority and don't take well to slavery. There are rumors that Talz are captured for scientific experimentation.

\n

Names

\n

Talz names are fairly gutteral and are characterized by their harsh nature. Female names are typically longer than male names. Surnames are clan-based, though it's rare that a Talz shares them with non-Talz.

\n

  Male Names. Drak, Fedirk, Imom, Ke, Twift

\n

  Female Names. Ilnuno, Ontuga, Utrukk, Zimtucc

\n

  Surnames. Dic, Noetoc, Suptat, Wume, Zapak

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Wisdom score increases by 1.

Age. Talz reach adulthood at 10 and rarely live longer than 50 years.

Alignment. Talz' peaceful and slow-to-anger nature cause them to tend toward the light side, though there are exceptions.

Size. Talz stand between 6 and 8 feet tall and weigh around 250 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Darkvision. Your vision can easily cut through darkness. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Hide. You have a thick hide. While you are unarmored or wearing light armor, your AC is 12 + your Dexterity modifier. Additionally, your thick hide is naturally adapted to cold climates, as described in chapter 5 of the Dungeon Master's Guide.

Long-Limbed. When you make a melee attack on your turn, your reach for it is 5 feet greater than normal.

Languages. You can speak, read, and write Talzzi. You can understand spoken and written Galactic Basic, but your vocal cords do not allow you to speak it. Talzzi is characterized by its high-pitched chirps and buzzes.

"},"skinColorOptions":{"value":"Black or grey"},"hairColorOptions":{"value":"Grey, pink, or white"},"eyeColorOptions":{"value":"Black, dark blue, or dark red"},"distinctions":{"value":"Covered in fur, four eyes, unable to speak Galactic Basic"},"heightAverage":{"value":"6'5\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"180 lb."},"weightRollMod":{"value":"x(2d6) lb."},"homeworld":{"value":"Orto Plutonia"},"slanguage":{"value":"Talzzi"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Talz","mode":"=","targetSpecific":false,"id":1,"itemId":"MDx74jnFbJwmRihf","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"MDx74jnFbJwmRihf","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"MDx74jnFbJwmRihf","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"MDx74jnFbJwmRihf","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"MDx74jnFbJwmRihf","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"MDx74jnFbJwmRihf","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.attributes.ac.min","value":"12","mode":"=","targetSpecific":false,"id":7,"itemId":"MDx74jnFbJwmRihf","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"MDx74jnFbJwmRihf","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"talzzi","mode":"+","targetSpecific":false,"id":9,"itemId":"MDx74jnFbJwmRihf","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Talz.webp","effects":[{"_id":"tJH1nruC0gpiDYG8","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Talz","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.attributes.ac.value","value":"12+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"talzzi","mode":0,"priority":0},{"key":"flags.sw5e.longlimbed","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Talz.webp","label":"Talz","tint":"","transfer":true}]} -{"_id":"q4VjPPogVGgGH2OW","name":"Mustafarian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Mustafarians are an insectoid species of sentients native to the volcanic planet of Mustafar. They are divided into two subspecies: the lanky northern mustafarians, and the stocky southern mustafarians. The southern mustafarians were notable for their greater strength, making them more suited to manual labor. Both subspecies shared many traits, particularly their hardened exoskeletons and leathery skin, which acclimated them to the extreme heat of their volcanic environment.

Society and Culture

Mustafarians evolved from arthropods living in the slightly cooler hollows within dormant volcanoes on the surface of Mustafar. As a result of such close living, mustafarian culture is isolationist by nature, though they tolerate trade with other systems. Mustafar hosts scarce minerals and rare metals, making mustafarians an invaluable trade partner.\n\nNative mustafarians rarely take sides when galactic conflicts rage, instead preferring to keep to themselves and control their own planet. They are daunting enemies when provoked, however.

Names

Mustafarian names are often inspired by displays of competency or bravery, such as recovering large quantities of rare minerals, or successfully taming a lava flea. Their surnames are familial.

  Male Names. Aumstrogh, Chivos, Ikt, Ulon

  Female Names. Altoa, Hailith, Saonji, Yura

  Surnames. Fal'co, Glost, Mensix, Nek'dem","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Strength or Dexterity score increases by 1.

\n

Age. Mustafarians reach adulthood in their late teens and live about 80 years.

\n

Alignment. Mustafarians are usually judicious and value good work above all else, causing them to be lawful balanced, though there are exceptions.

\n

Size. Mustafarians stand between 5 and 7 feet tall and weigh around 165 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet. Your speed is not reduced by heavy armor.

\n

Darkvision. As an originally cave-dwelling species, your eyes are adapted to the dark. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Hide. You have a thick hide. While you are unarmored or wearing light armor, your AC is 12 + your Dexterity modifier.

\n

Lava Dweller. Your body is well accustomed to extreme heat, giving you resistance to fire damage. Additionally, your thick hide is naturally adapted to hot climates, as described in chapter 5 of the Dungeon Master's Guide.

\n

Refinery Specialist. You have proficiency in your choice of constructor's tools, scavenging kit, or surveyor's tools. Additionally, whenever you make an Intelligence (Nature) check to identify a metal or mineral, you are considered to have expertise in the Nature skill.

\n

Languages. You can speak, read, and write Galactic Basic and Mustafarian. Mustafarian consists of choppy clicks and emphatic groans.

"},"skinColorOptions":{"value":"Gray"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Extremophiles"},"heightAverage":{"value":"4'8\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"100 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Mustafar"},"slanguage":{"value":"Mustafarian"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Mustafarian","mode":"=","targetSpecific":false,"id":1,"itemId":"hHQcpqMiVpK1ovvu","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"hHQcpqMiVpK1ovvu","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":3,"itemId":"hHQcpqMiVpK1ovvu","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":4,"itemId":"hHQcpqMiVpK1ovvu","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":5,"itemId":"hHQcpqMiVpK1ovvu","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.attributes.ac.min","value":"12","mode":"=","targetSpecific":false,"id":6,"itemId":"hHQcpqMiVpK1ovvu","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.traits.dr.value","value":"fire","mode":"+","targetSpecific":false,"id":7,"itemId":"hHQcpqMiVpK1ovvu","active":false,"_targets":[],"label":"Traits Damage Resistance"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"hHQcpqMiVpK1ovvu","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"mustafarian","mode":"+","targetSpecific":false,"id":9,"itemId":"hHQcpqMiVpK1ovvu","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Mustafarian.webp","effects":[{"_id":"4l39OCAp9Bu8kztj","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Mustafarian","mode":5,"priority":5},{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.attributes.ac.value","value":"12+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.traits.dr.value","value":"fire","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"mustafarian","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Mustafarian.webp","label":"Mustafarian","tint":"","transfer":true}]} -{"_id":"qKxsBy26EzxarfWW","name":"Kyuzo","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

A lanky, bipedal humanoid species, the Kyuzo originate on the gravity-heavy Outer Rim world of Phatrong. Kyuzo are tall and slender, though their appearance belies their strength and quickness. Due to the uncommon makeup of their homeworld's atmosphere, Kyuzo frequently wear corrective lenses and a highly pressurized filter mask over their faces to protect their sensitive respiratory systems and assist them in coping with uncomfortable climates like galactic standard habitable environments. As well as causing respiratory and vision problems, exposure to such conditions causes a Kyuzo to become ill within in a short period of time, interfering with their ability to concentrate and slowing them down.

Society and Culture

A species known for its strong sense of justice and honor, most Kyuzo regard oaths and contracts as unbreakable and many species seek them as mercenaries, law-enforcement personnel and bounty hunters. A highly political species, the Kyuzo developed societies that span considerable geographical areas, and most identify as members of a particular country or region. Most major islands and continents on Phatrong are their own political units, though they do form a loose confederacy.

Names

Male names typically end in vowels, while female names end in consonants. Surnames are based on region.

  Male Names. Drego, Embo, Khalu, Mhali, Zuvio

  Female Names. Catras, Garing, Streehn, Turung

  Surnames. Brihney, Ghall, Khambey, Maway, Vori","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Intelligence score increases by 1.

Age. Kyuzo reach adulthood in their late teens and live less than a century.

Alignment. Kyuzos' belief in justice and honor cause them to tend toward lawful balanced, though there are exceptions.

Size. Kyuzo typically stand between 6 and 7 feet tall and weigh around 170 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Darkvision. Your natural evolution allows you to see what others do not in dim and dark conditions. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Foreign Biology. Kyuzo struggle in atmospheres other than those of Phatrong. You wear a filter mask, and if your mask is removed while you are in such an environment, you lose consciousness.

Long-Limbed. When you make a melee attack on your turn, your reach for it is 5 feet greater than normal.

Strong-Legged. When you make a long jump, you can cover a number of feet up to twice your Strength score. When you make a high jump, you can leap a number of feet up into the air equal to 3 + twice your Strength modifier.

Languages. You can speak, read, and write Galactic Basic and Kyuzo. Kyuzo is characterized by short words and quick phrases. Kyuzo struggle with Galactic Basic as it is grammatically dissimilar to Kyuzo.

"},"skinColorOptions":{"value":"Green, ranging from lighter olive shades to deep blue-green colors"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Yellow"},"distinctions":{"value":"Compound or slit-pupiled eyes, dense musculature, suffer from respiratory and vision problems in standard gravity environments"},"heightAverage":{"value":"5'9\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"140 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Phatrong"},"slanguage":{"value":"Kyuzo"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Kyuzo","mode":"=","targetSpecific":false,"id":1,"itemId":"u19DPceolkseGqzk","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"u19DPceolkseGqzk","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"u19DPceolkseGqzk","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"u19DPceolkseGqzk","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"u19DPceolkseGqzk","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"u19DPceolkseGqzk","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"u19DPceolkseGqzk","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"kyuzo","mode":"+","targetSpecific":false,"id":8,"itemId":"u19DPceolkseGqzk","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Kyuzo.webp","effects":[{"_id":"l6mvsrEqudRi4cVt","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Kyuzo","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"kyuzo","mode":0,"priority":0},{"key":"flags.sw5e.longlimbed","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.strongLegged","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.foreignBiology","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Kyuzo.webp","label":"Kyuzo","tint":"","transfer":true}]} -{"_id":"qpuiKKzr9QhyqKnR","name":"Gotal","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Gotals possess cranial horns as receptors to sense electromagnetism and other energy emissions. These nerve-ending filled cones can sense the natural electromagnetic fields produced by Antar 4's magnetite-rich crust, allowing the species to operate even in total darkness. Their senses also pick up the electromagnetic auras from other life forms. When close to their hunting targets, they can ascertain information on its mood, awareness, and state of mind. Electronic devices can also be sensed by Gotals; in fact, most droids give off enough electromagnetic emissions to at least annoy a Gotal, and at worst to seriously disorient the horned beings, making them notoriously distrustful of droids. Gotals rely heavily on their cones, with their eyesight and hearing being quite weak, and their sense of smell almost completely absent.

Society and Culture

Since their natural empathy makes them instantly sensitive to the feelings of others, Gotals have little use for government or laws on their homeworld, resulting in problems when dealing with other societies. No central authority figure can speak for Antar 4 as a whole in a crisis, and no organized Gotal military or police force can act on their behalf. Other species respect the Gotals for their discretion and restraint, but some individuals fear interacting with the horned beings for fear of having their emotional state revealed to others.

Names

Gotal names are quite guttural, though there are also many harsher tones within their names. Gotal names do not vary significantly based on gender, and surnames are familial.

  First Names. Thon, Fern, Fuu'rash, Jir, Vluphol

  Surnames. Gratlul, Klux, Vathon, Zilat, Krigh, Rahxem","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Wisdom score increases by 2, and one other ability score of your choice increases by 1.

Age. Gotals reach adulthood in their late teens and live less than a century.

Alignment. Gotals' polite and respectful nature causes them to tend toward lawful alignments, though there are exceptions.

Size. Gotals typically stand 6 to 7 feet tall and generally weigh about 150 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Energy Sensors. Gotals perceive the environment around them through use of electromagnetic sensors held in their cranial horns. You have blindsight out to 30 feet. If another trait would grant you blindsight, the range is increased by half as many feet.

Hunter. You are proficient in Survival.

Natural Empathy. Gotal's electromagnetic sensors allow them to sense the emotions in those around them. You have advantage on Wisdom (Insight) checks to determine emotions against humanoids and beasts within 10 feet of you.

Languages. You can speak, read, and write Galactic Basic and Antarian. The Antarian language is characterized by growls and clicking noises at various volumes.

"},"skinColorOptions":{"value":"Grey, brown, or black"},"hairColorOptions":{"value":"White, grey, or brown"},"eyeColorOptions":{"value":"Red, orange, yellow, grey, green, or black"},"distinctions":{"value":"Full body fur, flat noses, head cones"},"heightAverage":{"value":"5'5\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"120 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Antar 4"},"slanguage":{"value":"Antarian"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Gotal","mode":"=","targetSpecific":false,"id":1,"itemId":"0p4bt1QkJRK55UAw","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.wis.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"0p4bt1QkJRK55UAw","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":3,"itemId":"0p4bt1QkJRK55UAw","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":4,"itemId":"0p4bt1QkJRK55UAw","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Blindsight (30 ft.)","mode":"+","targetSpecific":false,"id":5,"itemId":"0p4bt1QkJRK55UAw","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.sur.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"0p4bt1QkJRK55UAw","active":false,"_targets":[],"label":"Skills Survival"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"0p4bt1QkJRK55UAw","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"antarian","mode":"+","targetSpecific":false,"id":8,"itemId":"0p4bt1QkJRK55UAw","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Gotal.webp","effects":[{"_id":"rNPBs7jT9wzHZoaG","flags":{"dae":{"transfer":true}},"changes":[{"key":"data.details.species","value":"Gotal","mode":5,"priority":5},{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.speed.value","value":30,"mode":5,"priority":5},{"key":"data.traits.senses","value":"Blindsight (30 ft.)","mode":2,"priority":20},{"key":"data.skills.sur.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"antarian","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Gotal.webp","label":"Gotal","tint":"","transfer":true}]} -{"_id":"qvM90xSQ9qGFRhE8","name":"Quarren","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

The Quarren are squid-like with four facial tentacles which protrude from their lower jaw. They have a pair of deep, turquoise eyes and finned hands with suction-tipped fingers. As an amphibious species, they are strong swimmers. They are also bipedal beings that can walk and sit upright. In the two long protrusions that extended from either side of their faces, Quarren have gill-like structures that are actually hearing organs. The Quarren are also capable of spitting out clouds of ink as a defensive measure.

\n

Society and Culture

\n

Quarren are a very self-centered and proud species, almost to the point of being xenophobic, would coincides with their isolationist behavior. Quarren find Humans to be very crude beings and think Galactic Basic to be very cumbersome and unsuitable for speech. The Quarren instead speak their native language more frequently. The Quarren are conservative and practical in their thinking, yet they reminisce more than they look to the future. The Quarren are isolationist, preferring to stay in the depths of the oceans of their homeworld. However, some Quarren make their living in the galaxy as business managers and accountants. The Quarren diligently mine metal ore from the deepest parts of the ocean, where they live deep beneath the waves. Their cities stretch far below the surface.

\n

Names

\n

Quarren names are typically harsh. Male and female names do not significantly deviate. Surnames are familial.

\n

  Names. Bagker, Jujon, Kibkyl, Qiockish, Yuntoz

\n

  Surnames. Chobnek, Geeckol, Nukranx, Tsastanx

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Wisdom score increases by 1.

Age. Quarren reach adulthood in their late teens and live less than a century.

Alignment. Quarren desire for equal rights causes them to tend toward balanced, though there are exceptions.

Size. Quarren typically stand between 5 and 6 feet tall and weigh about 160 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Amphibious. You can breathe air and water.

Climb. You have a climbing speed of 30 feet.

Darkvision. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Ink Cloud. You can use your action to expel ink in a 10-foot cone. When you do so, each creature in the area of the exhalation must make a Constitution saving throw. The DC for this saving throw equals 8 + your proficiency bonus + your Constitution modifier. On a failed save, a creature is blinded until the end of its next turn. You can use this feature a number of times equal to your Constitution modifier (a minimum of once). You regain one use of this feature when you finish a long rest.

Keen Hearing. You have advantage on Wisdom (Perception) checks that rely on hearing.

Swim. You have a swimming speed of 30 feet.

Languages. You can speak, read, and write Galactic Basic and Quarrenese. The Quarrenese language is characterized by its garbled nature that evokes an image of speaking underwater.

"},"skinColorOptions":{"value":"Orange, pink, purple, or red"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Blue or green"},"distinctions":{"value":"Four tentacles that protrude from their jaws, finned or suction-cup tipped fingers, able to spit out clouds of ink in defense"},"heightAverage":{"value":"4'9\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"105 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Mon Cala"},"slanguage":{"value":"Quarrenese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Quarren","mode":"=","targetSpecific":false,"id":1,"itemId":"UJ5jfoXCFcJhswvT","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"UJ5jfoXCFcJhswvT","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"UJ5jfoXCFcJhswvT","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"UJ5jfoXCFcJhswvT","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"UJ5jfoXCFcJhswvT","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.speed.special","value":"Climbing (30 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"UJ5jfoXCFcJhswvT","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.attributes.speed.special","value":"Swimming (30 ft.)","mode":"+","targetSpecific":false,"id":7,"itemId":"UJ5jfoXCFcJhswvT","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":8,"itemId":"UJ5jfoXCFcJhswvT","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"UJ5jfoXCFcJhswvT","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"quarrenese","mode":"+","targetSpecific":false,"id":10,"itemId":"UJ5jfoXCFcJhswvT","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Quarren.webp","effects":[{"_id":"IS0m3cc1VZFBsy2j","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Quarren","mode":5,"priority":5},{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.attributes.speed.special","value":"Climbing (30 ft.)","mode":2,"priority":20},{"key":"data.attributes.speed.special","value":"Swimming (30 ft.)","mode":2,"priority":20},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"quarrenese","mode":0,"priority":0},{"key":"flags.sw5e.amphibious","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Quarren.webp","label":"Quarren","tint":"","transfer":true}]} -{"_id":"s9tDG6FriEAlVUfj","name":"Harch","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

The Harch possess a large-fanged mouth between two prominent chelicerae, above which they have six red eyes arranged in a semicircle. The two lowest eyes are larger and roughly twice the size of the four smaller eyes. Harch walk on two legs and have six arms, with the second and third set of arm protruding from behind the first pair rather than directly above or below them. These arms are covered in thick hair and end in three-fingered hands. The Harch are distantly related to the Aqualish species and there is much debate among geneticists regarding the relationship between the Harch and the Aqualish Ualaq subspecies. However, the Harch themselves considered such discussions to be obscene.

\n

Society and Culture

\n

Not much is known about the Harch, as few of them have mingled with the galactic community, preferring to stay on Secundus Ando. Harch that leave the planet tend to have a more aspirant nature than their fellows, and often reach great heights in their chosen professions in the galaxy. Such Harch are considered outliers—most apparently care little for titles. Like the Arcona species, female Harch are seen as more domineering and aggressive than their male counterparts. It is not unheard of for a male Harch to raise entire broods of hatchlings alone.

\n

Names

\n

Harch names are not gender-specific. Harch do not use surnames.

\n

  Names. Cubach, Quixoch, Trench, Turch

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength, Constitution, and Intelligence scores increase by 1.

\n

Age. Harch reach adulthood at age 10 and can live up to 200 years.

\n

Alignment. Harch are cold, calculating beings, causing them to tend toward the dark side, though there are exceptions.

\n

Size. Harch stand around 6 feet tall and weigh between 200 and 300 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Darkvision. You have a keen eyesight, especially in the dark. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Bite. Your fangs are a natural weapon, which you can use to make unarmed strikes. If you hit with them, you deal 1d4 + your Strength modifier kinetic damage.

\n

Six-Armed. Harch have six arms which they can use independently of one another. You can only gain the benefit of items held by two of your arms at any given time, and once per round you can switch which arms you are benefiting from (no action required).

\n

Spider Climb. You have a climbing speed of 30 feet. You have advantage on Strength saving throws and Strength (Athletics) checks that involve climbing, and while climbing you always have two hands free.

\n

Venomous Fangs. As a bonus action, you can make a special attack with your bite. If the attack hits, it deals its normal damage, and the target must make a Constitution saving throw (DC = 8 + your proficiency bonus + your Constitution modifier). On a failed save, the target is poisoned until the end of its next turn, and you can't use this feature again until you complete a short or long rest.

\n

Languages. You can speak, read, and write Galactic Basic and Harchese. Harchese is discernible from other insectoid languages by a noticeable emphasis on consonants, especially the \"ch\" sound.

"},"skinColorOptions":{"value":"Pale pink"},"hairColorOptions":{"value":"Brown, black"},"eyeColorOptions":{"value":"Red"},"distinctions":{"value":"Spider-like with six eyes, eight limbs and chelicerae"},"heightAverage":{"value":"5'5\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"150 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Secundus Ando"},"slanguage":{"value":"Harchese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Harch","mode":"=","targetSpecific":false,"id":1,"itemId":"NveRcDDsRYXbUF0W","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"1","mode":"+","targetSpecific":false,"id":2,"itemId":"NveRcDDsRYXbUF0W","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"NveRcDDsRYXbUF0W","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":4,"itemId":"NveRcDDsRYXbUF0W","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":5,"itemId":"NveRcDDsRYXbUF0W","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":6,"itemId":"NveRcDDsRYXbUF0W","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":7,"itemId":"NveRcDDsRYXbUF0W","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.attributes.speed.special","value":"Climbing (30 ft.)","mode":"=","targetSpecific":false,"id":8,"itemId":"NveRcDDsRYXbUF0W","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"NveRcDDsRYXbUF0W","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"harchese","mode":"+","targetSpecific":false,"id":10,"itemId":"NveRcDDsRYXbUF0W","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Harch.webp","effects":[{"_id":"fVMBhfpLgK7mYOvF","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Harch","mode":5,"priority":5},{"key":"data.abilities.str.value","value":1,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.attributes.speed.special","value":"Climbing (30 ft.)","mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"harchese","mode":0,"priority":0},{"key":"flags.sw5e.extraArms","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Harch.webp","label":"Harch","tint":"","transfer":true}]} -{"_id":"sObT8nqENrxcrl07","name":"Tarasin","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Tarasins are tall reptilians covered in translucent scales that allows the species' color-changing skin below to show through. Tarasins also have a colorful fan of flesh and scales—known as a kampo—that opens around their heads when they experience strong emotional distress, which can be a detriment to negotiations, as it is difficult for a tarasin to hide discomfort. This color-changing ability is useful for camouflage and communication, and the scales naturally repel heat. Some examples of colors they take on include being brown when calm and in a comfortable environment, or becoming red after extended exertion or when excited. Tarasins also have short spines that protrude from their forearms—known as a sa'tosin—which give the creatures the ability to sense the use of the Force. Tarasins are naturally curious and protective but also slow to anger. What they lack in sheer physical strength they make up for with a brilliant intellect.

\n

Society and Culture

\n

Tarasins live in a tribal system in the jungle underbrush of Cularin, grouping together in clans called irstat. The tarasin believe they have a symbiotic relationship with Cularin, and their religion is based around the appreciation of the natural world. This closeness with their homeworld is what makes the tarasin reluctant to leave it for an extended time. The tarasin have a strong connection with the Force, and their spiritual leaders are often able to call upon the Force in small ways. The tarasin believe that the ch'hala tree is sacred. This may have been influenced by the trees having a similar ability to shift their colors as the tarasin, but it is also the most unique tree on Cularin.

\n

Names

\n

Tarasin names are generally very soft and melodic. Names are agendered, and surnames are not used.

\n

  Names. Feliosa, Misona, Nissira, Vylana, Ziransa

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Dexterity score increases by 1.

\n

Age. Tarasins reach adulthood at 10 and live less than 80 years.

\n

Alignment. Tarasins' curious yet composed nature causes them to tend toward balanced alignments, though there are exceptions.

\n

Size. Tarasins typically stand 5 to 6 feet tall and generally weigh about 130 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Chameleon Skin. Your scales are translucent, allowing your color-shifting skin to help you blend into your surroundings. You have proficiency in the Stealth skill. Additionally, you can attempt to hide even when you are only lightly obscured by foliage, heavy rain, falling snow, mist, and other natural phenomena.

\n

Jungle Dweller. Growing up in the jungles of Cularin has left an impact. You don't treat jungle terrain as difficult terrain.

\n

Naturalist. You have proficiency in the Nature skill.

\n

Sa'tosin Sense. Tarasins have short spines called sa'tosin that allow them to sense the use of the Force. You are constantly under the effects of the force power sense force, though the power does not require concentration for you.

\n

Languages. You can speak, read, and write Galactic Basic and Tarasinese. You can communicate non-verbally with other tarasins through use of a complex system of skin color changes.

"},"skinColorOptions":{"value":"Translucent; varies with emotion"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Red, orange, yellow, or black"},"distinctions":{"value":"Reptillian, sa'tosin spines"},"heightAverage":{"value":"4'9\""},"heightRollMod":{"value":"+2d6\""},"weightAverage":{"value":"100 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Cularin"},"slanguage":{"value":"Tarasinese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Tarasin","mode":"=","targetSpecific":false,"id":1,"itemId":"1qlCRCYyNlP13wOz","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"1qlCRCYyNlP13wOz","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"1qlCRCYyNlP13wOz","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"1qlCRCYyNlP13wOz","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"1qlCRCYyNlP13wOz","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.ste.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"1qlCRCYyNlP13wOz","active":false,"_targets":[],"label":"Skills Stealth"},{"modSpecKey":"data.skills.nat.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"1qlCRCYyNlP13wOz","active":false,"_targets":[],"label":"Skills Nature"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"1qlCRCYyNlP13wOz","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.custom","value":"Tarasinese","mode":"+","targetSpecific":false,"id":9,"itemId":"1qlCRCYyNlP13wOz","active":false,"_targets":[],"label":"Traits Language Custom"}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Tarasin.webp","effects":[{"_id":"uKYIAfObGqCfU8TK","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Tarasin","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.skills.ste.value","value":1,"mode":4,"priority":20},{"key":"data.skills.nat.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.custom","value":"Tarasinese","mode":0,"priority":0},{"key":"flags.sw5e.maskOfTheWild","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Tarasin.webp","label":"Tarasin","tint":"","transfer":true}]} -{"_id":"sXKp23xNd8ULIeCT","name":"Besalisk","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Male Besalisks' heads sported prominent crests and four arms hung at their sides; females of the species could have as many as eight arms, but like Humans had a primary hand and a limited range of functionality with the others. The addition of the extra appendages required a hearty metabolism, and these bulky beings were able to store food and water for many days, and if the need arose, they could survive for long periods without either. Scruffy sensory whiskers lined the area below their noses, just above the robust wattle most adult Besalisks possessed.

\n

Society and Culture

\n

Because of Ojom's harsh environment, large cities were never developed on the world; instead small communes of about a thousand families claim territories around the world and are each led by an elected leader. The communes have a strict policy of keeping the size of their groupings equal to avoid conflict. When too many families grow in one area, the leader would ask certain families to break away and start a new community on another glacier. While not involved in galactic politics and because they do not produce any of their own technology, the Besalisks established large orbital space stations where offworlders could come to do business. Any violence on these stations is committed by offworlders as Besalisks avoid confrontation and focus on trading and making deals.

\n

Names

\n

Besalisk names are generally words that embody them, with a surname attached to their commune.

\n

  Male Names. Darius, Dexter, Plun, Pong

\n

  Female Names. Delia, Mora, Ren, Teen

\n

  Surnames. Jettster, Kil, Krell, Ugg

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Wisdom score increases by 1.

Age. Besalisks reach adulthood in their early teens and generally live to be about 70.

Alignment. Besalisks tend toward no particular alignment. The best and worst are found among them.

Size. Besalisks tower over almost all other species, with the smallest standing at 6 feet tall and weighing 200 lbs., and the largest approaching 8 feet tall and 400 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Four-Armed. Besalisks have four arms which they can use independently of one another. You can only gain the benefit of items held by two of your arms at any given time, and once per round you can switch which arms you are benefiting from (no action required).

Long-Limbed. When you make a melee attack on your turn, your reach for it is 5 feet greater than normal.

Powerful Build. You count as one size larger when determining your carrying capacity and the weight you can push, drag, or lift.

Languages. You can speak, read, and write Galactic Basic and Besalisk.

"},"skinColorOptions":{"value":"Brown or green"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Yellow"},"distinctions":{"value":"Bony headcrest, four arms, inflatable wattle"},"heightAverage":{"value":"6'0\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"175 lb."},"weightRollMod":{"value":"x(2d6) lb."},"homeworld":{"value":"Ojom"},"slanguage":{"value":"Besalisk"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Besalisk","mode":"=","targetSpecific":false,"id":1,"itemId":"OfqpLI0sAuyY7h9Q","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"OfqpLI0sAuyY7h9Q","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"OfqpLI0sAuyY7h9Q","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"OfqpLI0sAuyY7h9Q","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"OfqpLI0sAuyY7h9Q","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":6,"itemId":"OfqpLI0sAuyY7h9Q","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"besalisk","mode":"+","targetSpecific":false,"id":7,"itemId":"OfqpLI0sAuyY7h9Q","active":false,"_targets":[]}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Besalisk.webp","effects":[{"_id":"Z2nTY93aynxgDvrZ","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Besalisk","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"besalisk","mode":0,"priority":0},{"key":"flags.sw5e.powerfulBuild","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.longlimbed","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.extraArms","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Besalisk.webp","label":"Besalisk","tint":"","transfer":true}]} -{"_id":"t1aMJMaz8tdOAVkE","name":"Aqualish","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

An amphibious species native to the planet Ando, the Aqualish people have two facial tusks which curve down over their mouths; a trait which added to their appearance as arachnids. These facial tusks are highly sensitive to heat and cold and are used for cracking open the hard shells of shellfish or burrowing through the swampy loam of their homeworld. Having finned hands and two bulbous black eyes, Aqualish are unable to manipulate most machinery or equipment developed by the galaxy's many species which designed these tools for beings with digits. As a result, Aqualish tend to remain on their homeworld. Aqualish are well known for their hair-trigger tempers that flare without reason. While Force-sensitive Aqualish are rare, members of the species have trained as both Sith and Jedi, though they typically gravitate toward the former.

\n

Society and Culture

\n

The Aqualish hate the image they have in the galaxy as thugs, regardless of its veracity, and blame it on any- and everyone else. Because of this, the species are considered pariahs on Ando, which has a lower population of Aqualish than the galaxy itself. All Aqualish speak mutually intelligible dialects of the same language. Quarrelsome and thug-like, the Aqualish culture revolved around aggression and toughness, with diplomacy being one of their weakest attributes.

\n

Names

\n

Aqualish names are intended to sound strong. Surnames are not familial, but are chosen by each individual Aqualish.

\n

  Male Names. Bung, Gu, Opege, Soni, Tubop

\n

  Female Names. Cestirki, Duni, Iftu, Sifre, Umi

\n

  Surnames. Dogomurra, Julo, Kronem, Nidoal, Utix

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Charisma score increases by 1.

\n

Age. Aqualish reach adulthood in their late teens and live less than a century.

\n

Alignment. Aqualish's aggressive personalities cause them to tend toward the dark side, though there are exceptions.

\n

Size. Aqualish stand between 6 and 7 feet tall and weigh around 190 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Arms Dealers. Whenever you make a Charisma (Persuasion) check related to buying or selling weapons, you are considered to have expertise in the Persuasion skill.

\n

Aggressive. As a bonus action, you can move up to your speed toward an enemy of your choice that you can see or hear. You must end this move closer to the enemy than you started.

\n

Darkvision. You have a keen eyesight, especially in the dark. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Menacing. You have proficiency in the Intimidation skill.

\n

Swim. You have a swimming speed of 30 feet.

\n

Languages. You can speak, read, and write Galactic Basic and Aqualish. Aqualish is a harsh, guttural language. It's rare that other species bother to learn it unless they regularly interact with Aqualish.

","source":"Expanded Content"},"skinColorOptions":{"value":"Black, blue, green, or red"},"hairColorOptions":{"value":"Black, brown, or gray"},"eyeColorOptions":{"value":"Black, blue, red, or brown"},"distinctions":{"value":"Tusks, belligerent personalities, brawny stature"},"heightAverage":{"value":"5'5\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"140 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Ando"},"slanguage":{"value":"Aqualish"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Aqualish","mode":"=","targetSpecific":false,"id":1,"itemId":"CY6pZnKGXLueLZK0","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"CY6pZnKGXLueLZK0","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"CY6pZnKGXLueLZK0","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"CY6pZnKGXLueLZK0","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"CY6pZnKGXLueLZK0","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"CY6pZnKGXLueLZK0","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.itm.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"CY6pZnKGXLueLZK0","active":false,"_targets":[],"label":"Skills Intimidation"},{"modSpecKey":"data.attributes.speed.special","value":"Swimming (30 ft.)","mode":"=","targetSpecific":false,"id":8,"itemId":"CY6pZnKGXLueLZK0","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"CY6pZnKGXLueLZK0","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"aqualish","mode":"+","targetSpecific":false,"id":10,"itemId":"CY6pZnKGXLueLZK0","active":false,"_targets":[]}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Aqualish.webp","effects":[{"_id":"dNaQxsBLhXGxw47t","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Aqualish","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.itm.value","value":1,"mode":4,"priority":20},{"key":"data.attributes.speed.special","value":"Swimming (30 ft.)","mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"aqualish","mode":0,"priority":0},{"key":"flags.sw5e.aggressive","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Aqualish.webp","label":"Aqualish","tint":"","transfer":true}]} -{"_id":"utEW7d7iBsVm3SI3","name":"Half-Human","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

The appearance and biological features of half-humans vary drastically by each species, but tend to fall somewhere in the middle. A common side-effect of a species interbreeding with humans is the loss of darkvision and tails.

\n

Society and Culture

\n

Half-humans are subjects of two separate cultures, but belong in neither. A half-human might be raised amongst humans or their other half, or might be fully ostracized, instead growing up in a remote, isolated place, removed from both species.

\n\n\n\n\n\n\n
\n

Traits

\nHalf-humans gain the Defiant special trait from their human half. They also gain the special traits from their non-human half, except for those trait(s) mentioned in the Half-Human table above.
\n

Names

\n

Half-human names might follow human conventions, or that of the other half. Often, they blend the two in some fashion, perhaps taking a human surname, with a special name.

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Half-humans gain the ability score increases of their non-human half, but they can choose any ability score for one of the options, instead of the given option.

\n

Age. Half-humans live around the average of the two species' lifespans.

\n

Alignment. Half-humans tend towards their non-human half's alignment.

\n

Size. Half-humans stand and weigh around the average of the two species' height and weight. Regardless of your position in that range, your size is the size of your non-human half.

\n

Speed. Your base walking speed is that of your non-human half.

\n

Defiant. Half-humans are known to be stubborn and often refuse to give up, even against the worst odds. When you or a creature you can see that can see and understand you makes an ability check, attack roll, or saving throw, you can roll a d4 and add it to their roll (no action required). You can use this before or after the roll, but before the GM determines the roll's outcome. Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Languages. You can speak, read, and write Galactic Basic, regardless of whether or not the non-human half can speak it, and the language(s) associated with your non-human half.

\n
\n

Inherited Traits

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Aing-TiiArmored Plates
AleenaRacer's Reflexes
AqualishDarkvision
ArdennianDarkvision
BarabelDarkvision
BesaliskPowerful Build
BithDetail Oriented
BothanNaturally Stealthy
CatharFeline Agility
CereanKeen Mind
Chadra-FanSecond Heart
ChagrianDarkvision
ChevinKeen Hearing
ChissDarkvision
ClawditeUnsettling Visage
Codru-JiKeen Hearing
DashadeForce Contention
DefelHidden Step
DevaronianTwo Livered
DraethosDarkvision
DugFury of the Small
DurosDarkvision
EchaniCombative Culture
EwokMask of the Wild
FalleenClosed Mind
GamorreanSavage Attacks
GandLungless
GeonosianGeonosian Weaponry
GivinVacuum Sealed
GotalNatural Empathy
GranKeen Sight
GunganMartial Proficiency
HarchVenomous Fangs
HerglicToughness
IktotchiPrecognition
IthorianHold Breath
JawaGrovel, Cower, and Beg
KageSuperior Darkvision
KaleeshDarkvision
KaminoanGeneticist, Ultraviolet Sight
KarkarodonAggressive
Kel DorDarkvision
KillikCarapace
KlatooinianWisdom of the Elders
KubazDarkvision
KushibanGrovel, Cower, and Beg
KyuzoDarkvision
LannikForce Attunement
LasatPowerful Build
MiralukaForce Sight
MirialanSpiritual
Mon CalamariDarkvision
MustafarianDarkvision
MuunSecond Heart
NautolanDarkvision
NeimoidianDarkvision
NoghriKeen Smell
OrtolanGrovel, Cower, and Beg
QuarrenKeen Hearing
Pa'lowickHold Breath, Snout
Pau'anDarkvision
PykeMercantile, Notorious Slavers
RattatakiSurprise Attack
RishiiKeen Hearing and Sight
RodianDarkvision
SelkathVenomous Claws
ShistavanenDarkvision, Forced March
Ssi RuuKeen Smell, Sunlight Sensitivity, Tooth and Nail
SithDarkvision
SquibKeen Smell
SullustanDarkvision
TalzDarkvision
ThisspiasianPrehensile Tail
TogorianToughness
TogrutaDarkvision
ToydarianClosed Mind
TrandoshanSaving Face
TuskenAggressive
Twi'lekDarkvision
UgnaughtDarkvision
UmbaranDarkvision
VerpineHardened Carapace
VossDarkvision
VurkDarkvision
WeequayDarkvision
WookieeDarkvision
YevethaAggressive
ZabrakDarkvision
ZeltronTwo Livered
ZygerrianDarkvision
\n
\n
"},"skinColorOptions":{"value":"Varies"},"hairColorOptions":{"value":"Varies"},"eyeColorOptions":{"value":"Varies"},"distinctions":{"value":"Varies"},"heightAverage":{"value":"Varies"},"heightRollMod":{"value":"Varies"},"weightAverage":{"value":"Varies"},"weightRollMod":{"value":"Varies"},"homeworld":{"value":"Varies"},"slanguage":{"value":"Galactic Basic"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Half-Human","mode":"=","targetSpecific":false,"id":1,"itemId":"7v1QY9ZeAn1zRk7K","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":2,"itemId":"7v1QY9ZeAn1zRk7K","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Half-Human.webp","effects":[{"_id":"ijcI8bBJYOzbQxAH","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Half-Human","mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"flags.sw5e.defiant","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Half-Human.webp","label":"Half-Human","tint":"","transfer":true}]} -{"_id":"wIIapzhrv6g3m3OK","name":"Selkath","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

The Selkath are an aquatic species, known for being skilled swimmers and diplomats. Their heads resemble sting rays and they have a blue, pink, or green skin naturally patterned as an underwater camouflage. Their mouths are bracketed by cephalic lobes. Female Selkath differed from males due to the presence of tendrils on the back of their heads.

\n

All members of the Selkath race have rectractable, venom-tipped claws. The use of these claws in any form of combat or attack was considered dishonorable and a sign of madness; to do this was to give in to animal instincts unbecoming of a sentient species. Because of the Selkath's water-dwelling nature, their chest armors were fitted with misting vents in order to keep their skin moist.

\n

Society and Culture

\n

Selkath are native to the planet Manaan, the only naturally occurring source of the medical liquid referred to as kolto. The Selkath have leveraged this monopoly on maintain their neutrality, peddling their invaluable healing supplies to all comers.

\n

Manaan is an ocean planet is home to only one above-surface settlement, the floating Ahto City, built directly above Hrakert Rift, the most abundant source of kolto on Manaan. As bacta began to replace the inferior kolto on the galactic stage, Manaan fell from their previously respected position, shirking away their previous prestige and causing many Selkath to disappear from the galactic eye into isolationism and tribalism.

\n

Names

\n

Selkath names tend to have a flowing quality to it, like a stream of water. They rarely use surnames.

\n

  Male Names. Chata, Galas, Qual, Morgo, Shaelas

\n

  Female Names. Halsuna, Dolmas, Shasa, Ulsuru

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Charisma score increases by 1.

\n

Age. Selkath reach adulthood in their late teens and live up to 100 years.

\n

Alignment. Selkath have been renowned for countless millenia for their careful preservation of neutrality. As such individuals tend towards the neutral balanced alignment, though there are exceptions.

\n

Size. Selkath typically stand between 4 and a half to 5 and a half feet tall and average 130 pounds. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Amphibious. You can breathe air and water.

\n

Gift of the Progenitor. You know the temporary boost at-will tech power. When you reach 3rd level, you can cast the kolto pack tech power once per day. When you reach 5th level, you can also cast the kolto cloud tech power once per day. Intelligence is your techcasting ability for these powers. You do not require use of a wristpad for these powers.

\n

Swim. You have a swimming speed of 30 feet.

\n

Venomous Claws. Selkath have a set of retractable, venom-tipped claws. These claws are a natural weapon which can be used to make unarmed strikes. They deal 1d4 poison damage. You can use your choice of Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.

\n

Languages. You can speak, read, and write Galactic Basic and Selkatha. Selkatha has a very moist and gurgling tone to it.

"},"skinColorOptions":{"value":"Blue, gray, green, pink"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black, blue, green"},"distinctions":{"value":"Venom-tipped claws, artificial misting vents, cephalic lobes, three-digit hands, two-toed feet"},"heightAverage":{"value":"4'0\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"100 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Manaan"},"slanguage":{"value":"Selkatha"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Selkath","mode":"=","targetSpecific":false,"id":1,"itemId":"WfZiItaYQarl0Zn1","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"WfZiItaYQarl0Zn1","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"WfZiItaYQarl0Zn1","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"WfZiItaYQarl0Zn1","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"WfZiItaYQarl0Zn1","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.speed.special","value":"Swimming (30 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"WfZiItaYQarl0Zn1","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"WfZiItaYQarl0Zn1","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"selkatha","mode":"+","targetSpecific":false,"id":8,"itemId":"WfZiItaYQarl0Zn1","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Selkath.webp","effects":[{"_id":"fJnrLKeafCg903Bd","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Selkath","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.attributes.speed.special","value":"Swimming (30 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"selkatha","mode":0,"priority":0},{"key":"flags.sw5e.amphibious","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Selkath.webp","label":"Selkath","tint":"","transfer":true}]} -{"_id":"x4Bj1rQIuPTHMuXu","name":"Sullustan","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

A diminutive species of near-humans, Sullustans bear round, tapered skulls. Sullustans are distinguishable for their almond-shaped black eyes, facial jowls called dewflaps and large, round ears. Their wide earlobes provide excellent hearing, and their large eyes provide exceptional low-light vision. Due to their relative lack of exposure to natural light, Sullustans begin to suffer from corneal defects after 30 standard years. Many choose to wear special visors to prevent further damage. Some Sullustans tattoo their heads as a form of individual expression.

\n

Society and Culture

\n

Sullustans are outgoing and mercantile, friendly and pragmatic. As a species they are altogether lacking in xenophobia. Though fond of practical jokes and extremely shrewd in their business dealings, they are eager to explore and travel the galaxy. Inquisitive by nature, some have described Sullustans as reckless, especially for their preference to learn and discover whenever possible through personal experience. Sullustans organize themselves into familial units known as Warren-clans. Each clan consists of one polyandrous female, several husbands, and their young. Unmated females, known as \"Fems,\" are active members of their communities until they reach breeding status, called \"Ready,\" when they choose their mates.

\n

Names

\n

Male names are typically longer than female names. Surnames are based on Warren-clan.

\n

  Male Names. Duedt, Oshror, Partheen, Throthinnitz
  Female Names. Asulu, Eldo, Tri, Vo, We
  Surnames. Frovarr, Jeard, Plonr, Tsah, Vhiibb

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Dexterity score increases by 1.

Age. Sullustan reach adulthood in their late teens and live less than a century.

Alignment. Sullustans' outgoing and friendly nature cause them to tend toward the light side, though there are exceptions.

Size. Sullustans typically stand 4 and a half to 5 feet tall and weigh around 120 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Darkvision. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Keen Hearing. You have advantage on Wisdom (Perception) checks that rely on hearing.

Mercantile. Whenever you make a Charisma (Persuasion) check related to conducting business, you are considered to have expertise in the Persuasion skill.

Pilot. You have proficiency in Piloting.

Languages. You can speak, read, and write Galactic Basic, Sullustese, and one more language of your choice. Sullustese is characterized as a robust language in business, and as such is commonly learned by professional merchants.

"},"skinColorOptions":{"value":"Gray, pink, or light green"},"hairColorOptions":{"value":"Brown"},"eyeColorOptions":{"value":"Black or brown"},"distinctions":{"value":"Large ears, scarns, ultra-sensitive hearing, jet-black eyes, two flaps of jowls around their cheeks"},"heightAverage":{"value":"3'11\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"60 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Sullust"},"slanguage":{"value":"Sullustese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Sullustan","mode":"=","targetSpecific":false,"id":1,"itemId":"CSKY84utdaJQqeWK","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"CSKY84utdaJQqeWK","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"CSKY84utdaJQqeWK","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"CSKY84utdaJQqeWK","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"CSKY84utdaJQqeWK","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"CSKY84utdaJQqeWK","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.pil.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"CSKY84utdaJQqeWK","active":false,"_targets":[],"label":"Skills Piloting"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"CSKY84utdaJQqeWK","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"sullustese","mode":"+","targetSpecific":false,"id":9,"itemId":"CSKY84utdaJQqeWK","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Sullustan.webp","effects":[{"_id":"NSowTSCKpURLCCPz","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Sullustan","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.pil.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"sullustese","mode":0,"priority":0},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Sullustan.webp","label":"Sullustan","tint":"","transfer":true}]} -{"_id":"xUWex26hdDUxsIVi","name":"Dashade","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Dashade are a hulking reptillian species known for their strength and aggression. They have three fingers on each hand, each tipped with a long, curving claw. Their most notable feature is their natural resistance to the power of the Force. Along with their resistance to the Force, Dashade possess a high tolerance for radioactive energy, able to withstand contact with radioactive materials much longer than other species. Despite the thick skin Dashade possess, they have the uncanny ability to control the rate that heat dissipates from their skin. This allows them to regulate their body temperature at will.

\n

Society and Culture

\n

Dashade's brute strength and Force resistance makes them prime candidates for mercenary and assassin work. Dashade society is clan-based. Theses clan's often feud over honor and reputation, a trait that the dashade as a species exhibit.

\n

Names

\n

Many dashade names are short, dominated by harsher sounds, while others are longer and seperated by an apostrophe. Dashade names are gender neutral. Surnames are clan-based, but most dashade don't share or use them.

\n

  First Names. Anarin, Rak'vhul, Set, Vattix, Vos

\n

  Surnames. Ferrex, Gusar, Kruyel, Orath, Xeng, Zath

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Charisma score increases by 1.

Age. Dashade reach adulthood in their late teens and live less than a century.

Alignment. Dashade's aggressive yet loyal nature causes them to tend toward lawful dark side, though there are exceptions.

Size. Dashade typically stand 5 and a half to 6 and a half feet tall and generally weigh around 200 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Claws. Your claws are natural weapons, which you can use to make unarmed strikes. If you hit with them, you deal kinetic damage equal to 1d6 + your Strength modifier.

Force Contention. Due to their unique physiology, dashade hardiness allows them to overcome use of the Force. You have advantage on Strength and Constitution saving throws against force powers.

Heat Dissipation. Whenever you make a Dexterity (Stealth) check to avoid detection by electronic sensors and cameras, you are considered to have expertise in the Stealth skill.

Menacing. You gain proficiency in the Intimidation skill.

Radiation Resistant. Dashade are naturally able to resist radiation. You have resistance to necrotic damage.

Languages. You can speak, read, and write Galactic Basic and Dashadi. Dashadi is characterized by its low pitch and elongated growls.

"},"skinColorOptions":{"value":"Black, dark gray, or Olive green"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black, orange, or red"},"distinctions":{"value":"Heat dissipation, Force-resistance, radiation resistance"},"heightAverage":{"value":"5'1\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"145 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Urkupp"},"slanguage":{"value":"Dashadi"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Dashade","mode":"=","targetSpecific":false,"id":1,"itemId":"mQcKkOrpgH0eTK1k","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"mQcKkOrpgH0eTK1k","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"mQcKkOrpgH0eTK1k","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"mQcKkOrpgH0eTK1k","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"mQcKkOrpgH0eTK1k","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.itm.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"mQcKkOrpgH0eTK1k","active":false,"_targets":[],"label":"Skills Intimidation"},{"modSpecKey":"data.traits.dr.value","value":"necrotic","mode":"+","targetSpecific":false,"id":7,"itemId":"mQcKkOrpgH0eTK1k","active":false,"_targets":[],"label":"Traits Damage Resistance"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"mQcKkOrpgH0eTK1k","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"dashadi","mode":"+","targetSpecific":false,"id":9,"itemId":"mQcKkOrpgH0eTK1k","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Dashade.webp","effects":[{"_id":"G99sEwcJAyta31Wz","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Dashade","mode":5,"priority":5},{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.skills.itm.value","value":1,"mode":4,"priority":20},{"key":"data.traits.dr.value","value":"necrotic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"dashadi","mode":0,"priority":0},{"key":"flags.sw5e.forceContention","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Dashade.webp","label":"Dashade","tint":"","transfer":true}]} -{"_id":"xihw2po0D2nm8kJm","name":"Human","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Humans are an intelligent species that originated on Coruscant but can be found on many other planets across the galaxy, including Naboo, Tatooine, and Alderaan. They come in two sexes, male and female, and give birth to live young. They are bipedal beings with a bilateral symmetry, having a front and a back end, as well as an upside and downside. Their bodies are comprised of a torso with a head and four limbs attached to it. The upper limbs, or arms, end in hands which have five fingers each; the lower ones, called legs, end in feet. The human fingers have multiple points of articulation, and one of them is an opposable thumb that allows for fine manipulation. Finally, they have one head perched atop their torso. Many other species, including twi'leks, mon calamari, or zabraks, are referred to as \"humanoids\" because of their structural resemblance to humans.

Society and Culture

Humans can occupy a variety of employs, from politicians to bounty hunters, swoop racers, smugglers, or even a farmer. There exist many planetary groups of humans with their own cultures, such as the Alderaanians or the Pamarthens. Humans are the most populous species in the Galaxy.

Names

Humans are the most populous species in the Galaxy, and thus their names vary drastically based on the planet or culture with whom they reside.

  Male Names. Koth, Liorz, Satapak, Tin, Vuc

  Female Names. Dhetia, Jhilk, Risha, Thinnih, Tonu

  Surnames. Jauli, Kudi, Melmi, Windu, Wobec

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. One ability score of your choice increases by 2, and two other ability scores of your choice increase by 1. Alternatively, four ability scores of of your choice each increase by 1.

Age. Humans reach adulthood in their late teens and live less than a century.

Alignment. Humans tend toward no particular alignment. The best and worst are found among them.

Size. Humans vary widely in height and build, from barely 5 feet to well over 6 feet tall. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Defiant. Humans are known to be stubborn and often refuse to give up, even against the worst odds. When you or a creature you can see that can see and understand you makes an ability check, attack roll, or saving throw, you can roll a d4 and add it to their roll (no action required). You can use this before or after the roll, but before the GM determines the roll's outcome. Once you've used this feature, you must complete a short or long rest before you can use it again.

Proficiency. You gain proficiency in one skill, one tool, and one weapon of your choice.

Languages. You can speak, read, and write Galactic Basic and one extra language of your choice. Humans typically learn the languages of other peoples they deal with, including obscure dialects. They are fond of sprinkling their speech with words borrowed from other tongues: trandoshan curses, twi'lek musical expressions, chiss military phrases, and so on.

"},"skinColorOptions":{"value":"Light to dark tones"},"hairColorOptions":{"value":"Black, blond, orange, brown, gray to white (usually with age)"},"eyeColorOptions":{"value":"Amber, blue, brown, gray, green, hazel, purple, or red"},"distinctions":{"value":"Biped with bilateral symmetry, opposable thumbs"},"heightAverage":{"value":"4'8\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"110 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Coruscant"},"slanguage":{"value":"Galactic Basic"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Human","mode":"=","targetSpecific":false,"id":1,"itemId":"w0cdUATy9TZBzZPP","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":2,"itemId":"w0cdUATy9TZBzZPP","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":3,"itemId":"w0cdUATy9TZBzZPP","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":4,"itemId":"w0cdUATy9TZBzZPP","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Human.webp","effects":[{"_id":"Qsqg856LCqJHnAta","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Human","mode":5,"priority":5},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"flags.sw5e.defiant","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Human.webp","label":"Human","tint":"","transfer":true}]} -{"_id":"xotbdGBAJznPTsK7","name":"Rishii","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Rishii are a sentient, avian species of carnivores which possess two legs ending in four-toed feet, two arms, a tail, and a head. The species' two arms consist of feathered wings ending in nimble humanoid hands, capable of manipulating tools. The wings grant the Rishii the ability to fly at great speeds, which is their method of travel equivalent to running in land-based species. A Rishii's head contained a beak between two yellow eyes framed by a large brow. Rishii were capable of mimicking anything said to them perfectly, and also possessed extremely strong senses, particularly hearing and sight.

Society and Culture

Native to the planet Rishi, the Rishii live in loose primitive tribes, known as nests, clustered high upon the planet's mountains, away from the hot and humid lowland swamps. Each nest consists of a small number of family units led by a chieftain, with neighbouring nests respecting each others territories and living in harmony. This peaceful and accepting attitude goes beyond just other Rishii and was extended to all neighbours of a nest, including the many other species who colonise the lowlands of Rishi. Due to the unfavorable conditions found in the lowlands, the native avians do not understand the off-worlders' choice to live there, but were not opposed to their presence.

Names

As with much of their speech, Rishii names include clicks, trills, and whistles to the point that other peoples have a difficult time pronouncing them. Typically, a name has two to four syllables with the sounds acting as connectors. Rishii names do not vary based on gender. Rishii are responsive to nicknames given by outsiders. ","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Constitution score increases by 1.

Age. Rishii reach adulthood at 10 and generally live no longer than 60 years.

Alignment. Rishii tend toward no particular alignment. The best and worst are found among them.

Size. Rishii range from 4 to 6 feet tall and generally weigh less than 130 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Flight. You have a flying speed of 30 feet. To use this speed, you can't be wearing medium or heavy armor.

Keen Hearing and Sight. You have advantage on Wisdom (Perception) checks that rely on hearing or sight.

Mimicry. You can mimic sounds you have heard, including voices. A creature that hears the sounds you make can tell they are imitations with a successful Wisdom (Insight) check opposed by your Charisma (Deception) check.

Languages. You can speak, read, and write Galactic Basic and Rishii. Rishii's clicks, trills, and whistles are difficult for outsiders to learn without the aid of a protocol droid, and so Rishii often feel comfortable speaking to eachother in the language in front of others.

"},"skinColorOptions":{"value":"Yellow"},"hairColorOptions":{"value":"Brown or white"},"eyeColorOptions":{"value":"Brown or yellow"},"distinctions":{"value":"Sound mimicry, enhanced hearing and sight"},"heightAverage":{"value":"4'2\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"60 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Rishi"},"slanguage":{"value":"Rishii"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Rishii","mode":"=","targetSpecific":false,"id":1,"itemId":"TzmDF7YCG4Bd0Nb6","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"TzmDF7YCG4Bd0Nb6","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"TzmDF7YCG4Bd0Nb6","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"TzmDF7YCG4Bd0Nb6","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"TzmDF7YCG4Bd0Nb6","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.speed.special","value":"Flying (30 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"TzmDF7YCG4Bd0Nb6","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"TzmDF7YCG4Bd0Nb6","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"rishii","mode":"+","targetSpecific":false,"id":8,"itemId":"TzmDF7YCG4Bd0Nb6","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Rishii.webp","effects":[{"_id":"EG1cQYESSqx7uV17","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Rishii","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.attributes.speed.special","value":"Flying (30 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"rishii","mode":0,"priority":0},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Rishii.webp","label":"Rishii","tint":"","transfer":true}]} -{"_id":"yHCdATnn5pSG26OG","name":"Gamorrean","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Although a typical Gamorrean is squat, green, and heavily built not all shared these characteristics. Most Gamorreans have a dark greenish coloration over a large portion of their bodies; however skin coloration does vary, particularly among females, with light skinned and two-toned pigmentation not uncommon. Black, brown, pinkish yellow, and even a rare white pigmentation are possible. Males tended to have less skin variation and had a greater tendency towards dark green skin perhaps because of their higher exposure to the radiation of the Gamorr Star. Eye coloration varied evenly between gold-yellow, blue, black and brown. The Gamorreans generally put no importance on skin or eye coloration although there were some superstitions linked to certain markings.

Society and Culture

Gamorreans are organized into clans ruled by a male warlord and his wife, who was the most powerful of the clan matrons. While the warlord and his boars are solely concerned with preparing and participating in battle with rival clans, the matrons of the clan performed all the productive work including farming, hunting, manufacturing, and running businesses. Since the amount of available arable land on Gamorr is scarce, clans often lay claim to the same piece of land, and they spend their time fighting over possession.

Names

Gamorrean names are very gutteral and rough. Male names are typically one syllable while females are two. Surnames are based on clan affiliation rather than family.

  Male Names. Ark, Blarrp, Blubrak, Cuab, Shos

  Female Names. Dabrisz, Mernoos, Ogreb, Tagorq

  Surnames. Doofnarq, Griks, Lurc, Poogmokk","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Constitution score increases by 1.

Age. Gamorreans reach adulthood in their early teens and live no more than 70 years.

Alignment. Gamorrean culture causes them to tend toward chaos, though there are exceptions.

Size. Gamorreans typically stand between 5 and 6 feet tall and weigh up to 200 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Gamorrean Toughness. Your hit point maximum increases by 1, and it increases by 1 every time you gain a level. Additionally, you have advantage on Constitution saving throws.

Gamorrean Weaponry. You have proficiency with the vibroaxe, vibromace, and vibrosword.

Savage Attacks. When you score a critical hit with a melee weapon attack, you can roll one of the weapon's damage dice one additional time and add it to the extra damage of the critical hit.

Languages. You can speak, read, and write Gamorrese. You can understand spoken and written Galactic Basic, but your vocal cords do not allow you to speak it. Gamorrese is characterized by its grunts and squeals, and its writing is a crude, pictographic style.

"},"skinColorOptions":{"value":"Black, brown, green, pink, or yellow"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Blue, black, brown, or gold"},"distinctions":{"value":"Porcine humanoids with tusks and horns"},"heightAverage":{"value":"4'10\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"150 lb."},"weightRollMod":{"value":"x(2d6) lb."},"homeworld":{"value":"Gamorr"},"slanguage":{"value":"Gamorrese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Gamorrean","mode":"=","targetSpecific":false,"id":1,"itemId":"87QccMKAhEf21q3z","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"87QccMKAhEf21q3z","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"87QccMKAhEf21q3z","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"87QccMKAhEf21q3z","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"87QccMKAhEf21q3z","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibroaxe","mode":"+","targetSpecific":false,"id":6,"itemId":"87QccMKAhEf21q3z","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibromace","mode":"+","targetSpecific":false,"id":7,"itemId":"87QccMKAhEf21q3z","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibrosword","mode":"+","targetSpecific":false,"id":8,"itemId":"87QccMKAhEf21q3z","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"87QccMKAhEf21q3z","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"gamorrese","mode":"+","targetSpecific":false,"id":10,"itemId":"87QccMKAhEf21q3z","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Gamorrean.webp","effects":[{"_id":"teRJPynVl1RXWsN8","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Gamorrean","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.traits.weaponProf.custom","value":"vibroaxe","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"vibromace","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"vibrosword","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"gamorrese","mode":0,"priority":0},{"key":"flags.sw5e.toughness","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.savageAttacks","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Gamorrean.webp","label":"Gamorrean","tint":"","transfer":true}]} -{"_id":"yf50ip9dqeD5J604","name":"Hutt, Adolescent","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Hutts are a massive slug-like species who have large mouths and stubby arms. They have three lungs and thick leathery skin, which is wrinkled and slimy. Hutts often have watery eyes and lack facial expressions. Their tails are supported by a skeletal spine. Despite their legendary size, hutts start out as tiny huttlets less than half a foot in height, and continually grow over the long lives.

\n

Society and Culture

\n

Most hutts are crime lords who live opulent lives overseeing criminal underworld activities like spice smuggling, slavery, gambling and bounty hunting. This is not true for all, however, as some eschew the life of a decadent, obese version of their species and prefer a more mobile existence. Hutt society is divided into families known as kajidics, a social structure that is both familial and a crime gang. Hutts are encouraged to make a name for themselves around the age of 150 while simultaneously not threatening the welfare of the clan. At around 200, they will likely stop being saved by the clan and encouraged even further to fend for themselves while benefiting the kajidic; they may even be granted a star system or two. Nomadic or kajidic-less hutts are often hunted or killed by other hutts in fear of the nomad coming to claim a territory.

\n

Names

\n

Hutt names with a suffix title as \"the Hutt\" are usually reserved for noteworthy huts, with the name of a hutt's kajidic coming before the title. Because hutts are hermaphroditic, choosing a gender at will, their names are considered androgynous.

\n

  First Names. Arok, Gorga, Jabba, Mama, Ziro

\n

  Kajidic Names. Besadii, Desilijic, Fenn'ak, Gnuda

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and two other ability scores of your choice increase by 1.

Age. Hutts are considered a child until around the age of 200 in which they are a full fledged adult. Hutts can live upwards of 900 years with even more ancient ones exceeding that.

Alignment. Hutts are selfish, greedy, and highly organized, causing them to tend toward chaotic dark side, though there are exceptions.

Size. Hutts have a unique special characteristic; from birth to death, they never stop growing. As an adolescent hutt, you typically stand between 6 and 7 feet tall and weigh at least 400 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 20 feet.

Closed Mind. Hutt brains have an unusual composition which made them resistant to influence from the Force. You have advantage on Wisdom and Charisma saving throws against force powers.

Natural Resistance. You have advantage on saving throws against poison, and you have resistance against poison damage (explained in chapter 9).

Powerful Build. You count as one size larger when determining your carrying capacity and the weight you can push, drag, or lift.

Prehensile Tail. You have supreme control over your tail and can use it to manipulate objects as well as your hands.

Shrewd Demeanor. You have proficiency in two Intelligence, Wisdom, or Charisma skills of your choice.

Slow and Lethargic. Hutts are slow and generally incapable of moving quickly. You have disadvantage on Dexterity saving throws, and when determining your bonus to AC from your Dexterity, you can't add more than +3.

Wealthy. During character creation, you start with additional credits equal to your level x your proficiency bonus x 1,000 cr.

Languages. You can speak, read, and write Galactic Basic and Huttese. Hutts rarely speak Galactic Basic, even though they are perfectly able; if the person with whom they are speaking doesn't understand Huttese, they are more likely to use an interpretor than deign to speak the language of lesser species.

"},"skinColorOptions":{"value":"Black, blue, brown, gold, green, purple, tan, white, or yellow"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Blue, gray, green, orange, turquoise, violet, or yellow"},"distinctions":{"value":"Three lungs, slug-like appearance"},"heightAverage":{"value":"5'5\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"400 lb."},"weightRollMod":{"value":"x(2d8) lb."},"homeworld":{"value":"Nal Hutta"},"slanguage":{"value":"Huttese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Hutt","mode":"=","targetSpecific":false,"id":1,"itemId":"f2GGkEjQBJW5Qi8e","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"f2GGkEjQBJW5Qi8e","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":3,"itemId":"f2GGkEjQBJW5Qi8e","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"20","mode":"=","targetSpecific":false,"id":4,"itemId":"f2GGkEjQBJW5Qi8e","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.dr.value","value":"poison","mode":"+","targetSpecific":false,"id":5,"itemId":"f2GGkEjQBJW5Qi8e","active":false,"_targets":[],"label":"Traits Damage Resistance"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":6,"itemId":"f2GGkEjQBJW5Qi8e","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"huttese","mode":"+","targetSpecific":false,"id":7,"itemId":"f2GGkEjQBJW5Qi8e","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Hutt.webp","effects":[{"_id":"LF9pTbpX8wisnODN","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Hutt","mode":5,"priority":5},{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"20","mode":5,"priority":5},{"key":"data.traits.dr.value","value":"poison","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"huttese","mode":0,"priority":0},{"key":"flags.sw5e.closedMind","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.powerfulBuild","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Hutt.webp","label":"Hutt, Adolescent","tint":"","transfer":true}]} -{"_id":"ynuvnI54pMKLwF2a","name":"Echani","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Echani are characterized by their white skin, hair, and eyes, and their remarkable tendency to look very much alike one another to outside observers, particularly amongst family members. It is thought that their origins stem from Arkanian experimentation on the human genome, a hypothesis that could explain their physical conformity.

Society and Culture

A matriarchal, caste-based society originating from the Inner Rim world of Eshan, the echani spread to encompass a confederacy of six worlds including Bengali and Thyrsus, known as the Six Sisters, governed by the all-female Echani Command. \r\n\t\r\nEchani generals are sometimes seen by others as having the ability to predict their opponent's next move. This is no biologicial trait inherent to the species, but rather stems from the fact that combat is so ingrained into every level of echani culture; the echani hold to the idea that combat is the truest form of communication, and to know someone fully, you must fight them. While their combat rituals require complete freedom of movement and unarmed martial arts, in warfare, they tend towards light armor and melee weapons, and are considered excellent craftsmen of such.

Names

Echani names tend to lack hard consonants, but are otherwise as variable as human ones. Echani surnames are tied directly to their place in the caste system.

  Male Names. Caelian, Inarin, Losor, Uelis, Yusanis

  Female Names. Astri, Brianna, Isena, Raskta, Senriel

  Surnames. Authal, Elysi, Fenni, Kinro, Lsu","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Wisdom score increases by 1.

Age. Echani reach adulthood in their late teens and live less than a century.

Alignment. Echani culture's emphasis on honor and combat cause them to tend towards lawful alignments, though there are exceptions.

Size. Echani stand between 5 and a half and 6 feet tall and weigh around 150 lbs, with little variation between them. Your size is Medium.

Speed. Your base walking speed is 30 feet.

Allies of the Force. Whenever you make a Wisdom (Insight) check against someone you know to wield the Force, you are considered to have expertise in the Insight skill.

Unarmed Combatant. Your unarmed strikes deal 1d6 kinetic damage. You can use your choice of your Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.

Echani Art. If a humanoid you can see makes a melee weapon attack, you can use your reaction to make a Wisdom (Insight) check against the target's Charisma (Deception). On a success you learn one of the following traits about that creature: it's Strength, Dexterity or Constitution score; bonus to Strength, Dexterity or Constitution saving throws; armor class; or current hit points. On a failure, the target becomes immune to this feature for one day. You can use this ability a number of times equal to your Wisdom modifier (a minimum of once). You regain all expended uses on a long rest.

Combative Culture. You have proficiency in Lore and Acrobatics.

Martial Upbringing. You have proficiency in light armor, and gain proficiency with two martial vibroweapons of your choice.

Languages. You can speak, read, and write Galactic Basic and one extra language of your choice.

"},"skinColorOptions":{"value":"Pale tones"},"hairColorOptions":{"value":"White"},"eyeColorOptions":{"value":"Silver"},"distinctions":{"value":"Fair skin, white hair and eyes, remarkable familial similarity."},"heightAverage":{"value":"5'1\""},"heightRollMod":{"value":"+1d10\""},"weightAverage":{"value":"105 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Eshan"},"slanguage":{"value":"Galactic Basic"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Echani","mode":"=","targetSpecific":false,"id":1,"itemId":"RZ06rVoMQ80tK8W1","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"RZ06rVoMQ80tK8W1","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"RZ06rVoMQ80tK8W1","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"RZ06rVoMQ80tK8W1","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"RZ06rVoMQ80tK8W1","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.lor.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"RZ06rVoMQ80tK8W1","active":false,"_targets":[],"label":"Skills Lore"},{"modSpecKey":"data.skills.acr.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"RZ06rVoMQ80tK8W1","active":false,"_targets":[],"label":"Skills Acrobatics"},{"modSpecKey":"data.traits.armorProf.value","value":"lgt","mode":"+","targetSpecific":false,"id":8,"itemId":"RZ06rVoMQ80tK8W1","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"RZ06rVoMQ80tK8W1","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Echani.webp","effects":[{"_id":"HNBMxZCToQEy6PSr","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Echani","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.skills.lor.value","value":1,"mode":4,"priority":20},{"key":"data.skills.acr.value","value":1,"mode":4,"priority":20},{"key":"data.traits.armorProf.value","value":"lgt","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"flags.sw5e.unarmedCombatant","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Echani.webp","label":"Echani","tint":"","transfer":true}]} -{"_id":"yyCUAG4cUUKh4IUz","name":"Iktotchi","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Iktotchi do not have hair, but rather they had a very resistant skin which protected them from the violent winds which crossed the satellite. Both males and females have down-curved cranial horns, which gave them an aggressive aspect. The males' horns are generally a little larger, a remnant from their mountain-dwelling, caprinaen ancestors. The horns are able to regenerate if damaged.

Society and Culture

The Iktotchi are a fiercely guarded and isolationist species - vaunted for their ability to hide their feelings and bury any semblance of emotion. Originating on the harsh, windy moon of Iktotch, which orbits the planet Iktotchon in the Expansion Region, the Iktotch are gifted with precognition, and are courted as often by Jedi as by pirates for their skills.\r\n\r\nIktotchi society is a stratified society. Upward mobility is both possible and encouraged. Iktotchi are an outwardly dispassionate people, which is evidenced by their culture. They have a robust legal system, and suffer little crime. Iktotchi are respectful of cultures other than their own and can easily integrate with others.\r\n\r\nIktotchi who distinguish themselves often earn a titular nickname, by which they are referred to in place of their name. Generally, this is done by accomplishing a remarkable feat that benefits the Iktotchi as whole.

Names

Iktotchi names are generally two syllables. Surnames are familial. Respected Iktotchi often adopt a nickname, which they use in place of their birth name.

  Male Names. Dilnam, Imruth, Kashkil, Yellam

  Female Names. Kemkal, Onyeth, Reshu, Zorlu

  Surnames. Hevil, Kaawi, Mimir, Nudaal, Zelend","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Strength score increases by 1.

\n

Age. Iktotchi reach adulthood in their late teens and live less than a century.

\n

Alignment. Iktotchi are lawful and tend toward the light side, though there are exceptions.

\n

Size. Iktotchi typically stand between 5 and 6 feet tall and weigh about 170 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Precognition. You can see brief fragments of the future that allow you to turn failures into successes. When you roll a 1 on an attack roll, ability check, or saving throw, you can reroll the die and must use the new roll.

\n

Telepathy. You can communicate telepathically with creatures within 30 feet of you. You must share a language with the target in order to communicate in this way.

\n

Horns. Your horns are a natural weapon, which you can use to make unarmed strikes. If you hit with it, you deal kinetic damage equal to 1d6 + your Strength modifier.

\n

Pilot. You have proficiency in the Piloting skill.

\n

Languages. You can speak, read, and write Galactic Basic and Iktotchese.

"},"skinColorOptions":{"value":"Pink"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Horns, precognition, telepathy, thick pink skin"},"heightAverage":{"value":"4'11\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"120 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Iktotch, moon of Iktotchon"},"slanguage":{"value":"Iktotchese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"colorScheme":{"value":""},"manufacturer":{"value":""},"planguage":{"value":""},"droidDistinctions":{"value":""},"droidLanguage":{"value":""},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Iktotchi","mode":"=","targetSpecific":false,"id":1,"itemId":"UZKrP5BCcEle7QSh","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"UZKrP5BCcEle7QSh","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.str.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"UZKrP5BCcEle7QSh","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"UZKrP5BCcEle7QSh","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"UZKrP5BCcEle7QSh","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.pil.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"UZKrP5BCcEle7QSh","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"UZKrP5BCcEle7QSh","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"iktotchese","mode":"+","targetSpecific":false,"id":8,"itemId":"UZKrP5BCcEle7QSh","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.custom","value":"telepathy (30 ft.)","mode":"+","targetSpecific":false,"id":9,"itemId":"UZKrP5BCcEle7QSh","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Iktotchi.webp","effects":[{"_id":"MAjUMql3tivJTfVO","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Iktotchi","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.str.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.skills.pil.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"iktotchese","mode":0,"priority":0},{"key":"data.traits.languages.custom","value":"telepathy (30 ft.)","mode":0,"priority":0},{"key":"flags.sw5e.precognition","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Iktotchi.webp","label":"Iktotchi","tint":"","transfer":true}]} -{"_id":"zKpCsa8WCfz9abwv","name":"Killik","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Killiks possess a strong chitinous exoskeleton that is glossy and greenish with their carcasses capable of surviving thousands of years of erosion as seen by the colonists of Alderaan. The exoskeleton also contains a number of spiracles which served as their way of breathing. Typically, these Human-sized hive creatures have four arms with each ending in a powerful three-fingered claw. They stand on two stout legs that are capable of leaping great distances. Killiks can communicate with other Killiks through use of pheromones.

\n

Society and Culture

\n

The Killiks have a communal society, with each and every Killik being in mental contact with another. Due to their hive mind, every Killik nest is virtually one individual. Killiks are also peaceful in nature. Their telepathic connection is capable of extending to other species which includes non-insectoids. A willing creature can submit to this telepathy to become a Joiner. They effectively become another vessel of the hive mind. Killiks lose connection to their hive mind at great distances. Those who voluntarily leave the hive mind are referred to as Leavers. It is rare that they are allowed to rejoin their hive without reason.

\n

Names

\n

Killiks are a hive-mind insectoid that typically don't use names. On the off chance they do, it's usually an incomprehensible series of clicking noises. They are receptive to nicknames given by others.

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Constitution score increases by 1.

Age. Killiks reach adulthood in their 40s and live an average of 200 years.

Alignment. Killiks' willingness to brainwash or kill their enemies cause them to tend towards the dark side, though there are exceptions.

Size. Killiks stand between 5 and 6 feet tall and weigh about 160 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Four-Armed. Killiks have four arms which they can use independently of one another. You can only gain the benefit of items held by two of your arms at any given time, and once per round you can switch which arms you are benefiting from (no action required).

Hardened Carapace. While you are unarmored or wearing light armor, your AC is 13 + your Dexterity modifier.

Strong-Legged. When you make a long jump, you can cover a number of feet up to twice your Strength score. When you make a high jump, you can leap a number of feet up into the air equal to 3 + twice your Strength modifier.

Telepathy. You can communicate telepathically with creatures within 30 feet of you. You must share a language with the target in order to communicate in this way.

Languages. You can speak, read, and write Killik. You can understand spoken and written Galactic Basic, but your vocal cords do not allow you to speak it.

"},"skinColorOptions":{"value":"Brown, chestnut, green, red, scarlet, or yellow"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black or orange"},"distinctions":{"value":"Chitinous armor, mandibles projected from face, four arms ending in long three toed claws protrude from their torsos"},"heightAverage":{"value":"4'9\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"110 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Alderaan"},"slanguage":{"value":"Killik"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Killik","mode":"=","targetSpecific":false,"id":1,"itemId":"pzCpIjsuNVs8encY","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"pzCpIjsuNVs8encY","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"pzCpIjsuNVs8encY","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"pzCpIjsuNVs8encY","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.speed.value","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"pzCpIjsuNVs8encY","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.ac.min","value":"13","mode":"=","targetSpecific":false,"id":6,"itemId":"pzCpIjsuNVs8encY","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"pzCpIjsuNVs8encY","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"killik","mode":"+","targetSpecific":false,"id":8,"itemId":"pzCpIjsuNVs8encY","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.custom","value":"telepathy (30 ft.)","mode":"+","targetSpecific":false,"id":9,"itemId":"pzCpIjsuNVs8encY","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Killik.webp","effects":[{"_id":"EWQOMXrZbfi4zSPF","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Killik","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.speed.value","value":"30","mode":5,"priority":5},{"key":"data.attributes.ac.value","value":"13+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"killik","mode":0,"priority":0},{"key":"data.traits.languages.custom","value":"telepathy (30 ft.)","mode":0,"priority":0},{"key":"flags.sw5e.strongLegged","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.extraArms","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Killik.webp","label":"Killik","tint":"","transfer":true}]} +{"_id":"05Qnk7HLSTjoGyr2","name":"Droid, Class I","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"
\n

Players as Droids

\n

Work with your GM to determine if playing as a droid is appropriate for your campaign. Droids are impervious to many effects and vulnerable to others. If your GM approves this choice of species, work with them to determine your droids designation, name, and appearance. If you want to play a different type of droid, work with your GM to find traits to realize your character.

\n
\n

Appearance

\n

Class I droids are typically vaguely human-like in both shape and size, standing at around 6 feet, although some are smaller. They are usually a polished metallic color, though this can vary based on tasks for which they are created, their affiliation, or quirks of their owner.

\n

Utility

\n

Class I droids are programmed for the mathematical, medical, or physical sciences. Subcategories of the first degree are medical droids, biological science droids, physical science droids, and mathematics droids.

\n

Medical droids, also known as meddroids, med droids, medical units or surgical droids are a type of droid designed to heal living beings, and are the most commonly found Class I droids.

\n

Names

\n

Droids are typically called by their designation, given to them when they are created, or some affectation given to them by their owner. Often this affectation is a play on their designation.

\n

Occasionally, noteworthy droids will earn monikers based on their accomplishments.

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Wisdom or Charisma score increases by 1.

\n

Age. Droids don’t age, though they require maintenance to retain functionality.

\n

Alignment. Droids tend toward no particular alignment. The best and worst are found among them.

\n

Size. Class I droids stand between 5 and 6 feet tall and weigh about 170 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 25 feet.

\n

Type. Your creature type is droid.

\n

Armor Integration. You cannot wear armor, but you can have the armor professionally integrated into your chassis over the course of a long rest. This work must be done by someone proficient with astrotech’s implements. You must be proficient in armor in order to have it integrated.

\n

Droid Resistances. You are resistant to necrotic, poison, and psychic damage, and are immune to poison and disease.

\n

Droid Systems. You do not need to eat or drink. Additionally, you no longer require a tech focus to cast tech powers.

\n

Droid Vulnerabilities. You are vulnerable to ion damage. Additionally, you have disadvantage on saving throws against effects that would deal ion or lightning damage.

\n

Force Insensitive. While droids can be manipulated by many force powers, they cannot sense the Force. You cannot use force powers or take levels in forcecasting classes.

\n

Knowledge Protocol. You have proficiency in two Intelligence, Wisdom, or Charisma skills of your choice.

\n

Maintenance Mode. Rather than sleep, you enter an inactive state to perform routine maintenance for 4 hours each day. You have disadvantage on Wisdom (Perception) checks while performing maintenance.

\n

Rapid Reconstruction. You are built with internal repair mechanisms. As a bonus action, you can choose to spend one of your Hit Dice to recover hit points.

\n

Languages. You can speak, read, and write Galactic Basic and one language of your choice. You can understand spoken and written Binary, but you cannot speak it.

"},"skinColorOptions":{"value":""},"hairColorOptions":{"value":""},"eyeColorOptions":{"value":""},"distinctions":{"value":",,,,,,,,,,,,,,,,,,,,,Human-like size, slow speed, specialized knowledge,Human-like size, slow speed, specialized knowledge,,,,,,,,,,,,,,,,,,,,,,Human-like size, slow speed, specialized knowledge,Human-like size, slow speed, specialized knowledge,,,,,,,,,,,,,,,,,,,,,,Human-like size, slow speed, specialized knowledge,Human-like size, slow speed, specialized knowledge,,,,,,,,,,,,,,,,,,,,,,Human-like size, slow speed, specialized knowledge,Human-like size, slow speed, specialized knowledge,Human-like size, slow speed, specialized knowledge,Human-like size, slow speed, specialized knowledge,Test,,Test"},"colorScheme":{"value":"Typically metallic"},"heightAverage":{"value":"4'5\""},"heightRollMod":{"value":"+2d4\""},"weightAverage":{"value":"115 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":""},"slanguage":{"value":""},"manufacturer":{"value":"Cybot Galactica, Industrial Automaton"},"droidLanguage":{"value":"Varies based on location"},"droidDistinctions":{"value":"Human-like size, slow speed, specialized knowledge"},"source":"PHB"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Droid%20Class%20I.webp","effects":[{"_id":"dVONims27SY8Qug3","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":20},{"key":"data.attributes.movement.walk","value":"25","mode":5,"priority":20},{"key":"data.traits.dr.value","value":"necrotic","mode":0,"priority":20},{"key":"data.traits.dr.value","value":"poison","mode":0,"priority":20},{"key":"data.traits.dr.value","value":"psychic","mode":0,"priority":20},{"key":"data.traits.ci.value","value":"poisoned","mode":0,"priority":20},{"key":"data.traits.ci.value","value":"diseased","mode":0,"priority":20},{"key":"data.traits.dv.value","value":"ion","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"binary","mode":0,"priority":20},{"key":"data.details.species","value":"Droid, Class I","mode":5,"priority":20},{"key":"flags.sw5e.forceInsensitive","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.maintenanceMode","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.rapidReconstruction","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Droid%20Class%20I.webp","label":"Droid, Class I","tint":"","transfer":true}]} +{"_id":"0HCthwKO7v6zyNkZ","name":"Toydarian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

A mammalian species of winged, stout bodied humanoids, the Toydarians have stubby facial tusks which protruded from their lower jaw and framed a short pudgy trunk. While their stubby legs can support their body weight, Toydarians' primary mode of locomotion was their use of the wings on their upper back. Though their wings can beat as fast as ten times a second, the effort burned up large amounts of energy, causing the species to need to replenish itself often through regularly eating mass quantities of food. In order to fuel this hyperactive metabolism, Toydarians eat concentrated foods and egg-seeds. Most of the bloodiest wars in their history were fought over food supplies.

Society and Culture

Despite being ruled by the Hutts, the Toydarian people are able to govern themselves free of major outside intervention through the establishment of a feudal monarchy. A ruling king sits on the planet's throne, allowing vassals to form allegiances and have minor disputes to solve their own problems. The king makes sure to keep his vassals happy and to have their allegiance, but will occasionally encourage infighting to reveal the true character of the vassals and weed out treachery. \r\n\r\nToydarians are known as shrewd businessmen.

Names

Toydarian names are fairly simple and guttural, but a few harsher elements can be found here and there. Male names are generally shorter than female names. Female names always end in a vowel.

  Male Names. Dod, Nesteddo, Tul, Zloomroo

  Female Names. Fefiffe, Lenlibo, Nugni, Zoldibu

  Surnames. Daab, Faabb, Kepo, Mitra, Vulba","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Intelligence score increases by 1.

Age. Toydarians reach adulthood at 10 and live less than a century.

Alignment. Toydarians' greedy nature causes them to tend toward chaotic balanced, though there are exceptions.

Size. Toydarians average 4 feet tall and weigh less than 50 lbs. Regardless of your position in that range, your size is Small.

Speed. Your base walking speed is 25 feet.

Business Savvy. A common trait of all Toydarians is their shrewd business sense and their ability to haggle any deal. A loyal and proud people, these traits could be off-putting to outsiders, as many Toydarians in the galaxy were seen as crooks or slimy businessmen, but this was not always the case. Whenever you make a Charisma (Persuasion) check involving haggling you are considered to have expertise in the Persuasion skill.

Closed Mind. Toydarian brains have an unusual composition which made them resistant to influence from the Force. You have advantage on Wisdom and Charisma saving throws against force powers.

Flight. You have a flying speed of 25 feet. To use this speed, you can't be wearing medium or heavy armor.

Shrewd Demeanor. You have proficiency in two Intelligence, Wisdom, or Charisma skills of your choice.

Undersized. Your small stature makes it hard for you to wield bigger weapons. You can't use heavy shields. Additionally, you can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, you can only wield it in two hands.

Languages. You can speak, read, and write Galactic Basic, Huttese, and Toydarian.

"},"skinColorOptions":{"value":"Blue, green, grey, or pink"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black, brown, or green"},"distinctions":{"value":"Two wings, facial tusks, snout, three fingers and toes on appendages"},"heightAverage":{"value":"3'3\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"40 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Toydaria"},"slanguage":{"value":"Toydarian"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Toydarian","mode":"=","targetSpecific":false,"id":1,"itemId":"EiVUpSvIoZoSRt5z","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"EiVUpSvIoZoSRt5z","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"EiVUpSvIoZoSRt5z","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"sm","mode":"=","targetSpecific":false,"id":4,"itemId":"EiVUpSvIoZoSRt5z","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"25","mode":"=","targetSpecific":false,"id":5,"itemId":"EiVUpSvIoZoSRt5z","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.movement.fly","value":"25","mode":"+","targetSpecific":false,"id":6,"itemId":"EiVUpSvIoZoSRt5z","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"EiVUpSvIoZoSRt5z","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"huttese","mode":"+","targetSpecific":false,"id":8,"itemId":"EiVUpSvIoZoSRt5z","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"toydarian","mode":"+","targetSpecific":false,"id":9,"itemId":"EiVUpSvIoZoSRt5z","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Toydarian.webp","effects":[{"_id":"uswPAoIbJ2GUTyBM","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Toydarian","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"sm","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":25,"mode":5,"priority":5},{"key":"data.attributes.movement.fly","value":25,"mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"huttese","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"toydarian","mode":0,"priority":0},{"key":"flags.sw5e.businessSavvy","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.closedMind","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Toydarian.webp","label":"Toydarian","tint":"","transfer":true}]} +{"_id":"15k9KCKg15kS77Ql","name":"Ssi-Ruu","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Ssi-ruuk are a predatory, warm-blooded saurian species gifted with ferocious strength, remarkable speed, and sharp fangs and claws, traits that serve them well in the volcanic jungles of their homeworld of Lwhekk. Their muscular forms combined with their powerful tails make them very agile hunters, and their colorfully-scaled hides have been proven to be resistant even to blaster bolts. From their nostrils, two scent-tongues protrude that grant them enhanced olfactory senses, compensating for the poor vision afforded them by their dark, three-lidded eyes. No Ssi-ruu has ever been known to be Force-sensitive.

\n

Society and Culture

\n

The citizens of the Ssi-ruuvi Imperium follow a rigid caste system in which their station in society is determined by the color of the scales they are born with. Among these, the brown-scaled outcasts are regarded as the lowest of the low, and have no place in the Imperium beyond menial labor or death at birth. Deeply xenophobic and religious, the Ssi-ruuk view the rest of the galaxy as populated by lesser beings whose worlds rightfully belong to the Imperium. Despite their fierce nature, most ssi-ruuk are afraid of dying on a world unconsecrated by their priest caste, as they believe their souls would be doomed, so they harvest and \"entech\" the life-energy of other species to power droids that fight for them. The entechment process is torturous and painful to its victims, and is the main power source of Ssi-ruuvi technology.

\n

Names

\n

Ssi-ruuvi names are difficult to pronounce and gender neutral. Many ssi-ruuk adopt nicknames to make the lives of their associates easier. Ssi-ruuk do not have surnames.

\n

  Names. Firwirrung, Ivpikkis, Sh'tk'ith, Th'twirirl, Yifaii

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Dexterity score increases by 1.

Age. Ssi-ruuk reach adulthood in their early teens and live to between 100 and 120 years.

Alignment. Ssi-ruuk's cultural drive to enslave and entech others cause them to tend toward the dark side, though there are exceptions.

Size. Ssi-ruuk typically stand between 6 or 7 feet tall and weigh over 300 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 35 feet.

Type. Your creature type is both beast and humanoid.

Force Insensitive. While Ssi-ruuk can be manipulated by many force powers, they can not sense the Force. You can not use force powers or take levels in forcecasting classes.

Hunter. You are proficient in Survival.

Keen Smell. You have advantage on Wisdom (Perception) checks that rely on smell.

Natural Empathy. Ssi-ruuk have scent-tongues that let them read the emotions of individuals. You have advantage on Wisdom (Insight) checks to determine emotions against humanoids and beasts within 10 feet of you.

Sunlight Sensitivity. You have disadvantage on attack rolls and on Wisdom (Perception) checks that rely on sight when you, the target of your attack, or whatever you are trying to perceive is in direct sunlight.

Thick Skin. You have tough, scaly skin and prefer not to wear clothes. While you are unarmored or wearing light armor, your AC is 13 + your Dexterity modifier.

Tooth and Nail. Your fangs and claws are natural weapons, which you can use to make unarmed strikes. If you hit with them, you deal kinetic damage equal to 1d6 + your Strength modifier.

Languages. You can speak, read, and write Galactic Basic and Ssi-ruuvi. Ssi-ruuvi is a language of musical whistles, honks and clicks, and is nigh impossible for humans and similar species to speak.

"},"skinColorOptions":{"value":"Brown, red, or tan scales"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Solid black"},"distinctions":{"value":"Reptilian, tails, scent-tongues"},"heightAverage":{"value":"5'7\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"200 lb."},"weightRollMod":{"value":"x(2d6) lb."},"homeworld":{"value":"Lwhekk"},"slanguage":{"value":"Ssi-ruuvi"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Ssi-Ruu","mode":"=","targetSpecific":false,"id":1,"itemId":"MdjKV6fKK3ivqfsX","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"MdjKV6fKK3ivqfsX","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"MdjKV6fKK3ivqfsX","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"MdjKV6fKK3ivqfsX","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"35","mode":"=","targetSpecific":false,"id":5,"itemId":"MdjKV6fKK3ivqfsX","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.sur.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"MdjKV6fKK3ivqfsX","active":false,"_targets":[],"label":"Skills Survival"},{"modSpecKey":"data.attributes.ac.min","value":"13","mode":"=","targetSpecific":false,"id":7,"itemId":"MdjKV6fKK3ivqfsX","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"MdjKV6fKK3ivqfsX","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"ssi-ruuvi","mode":"+","targetSpecific":false,"id":9,"itemId":"MdjKV6fKK3ivqfsX","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Ssi-Ruu.webp","effects":[{"_id":"mHet1jKAIkSgtPbd","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Ssi-Ruu","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"35","mode":5,"priority":5},{"key":"data.skills.sur.value","value":1,"mode":4,"priority":20},{"key":"data.attributes.ac.value","value":"13+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"ssi-ruuvi","mode":0,"priority":0},{"key":"flags.sw5e.forceInsensitive","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.sunlightSensitivity","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Ssi-Ruu.webp","label":"Ssi-Ruu","tint":"","transfer":true}]} +{"_id":"1GC7fhDrDCa64gjI","name":"Gotal","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Gotals possess cranial horns as receptors to sense electromagnetism and other energy emissions. These nerve-ending filled cones can sense the natural electromagnetic fields produced by Antar 4's magnetite-rich crust, allowing the species to operate even in total darkness. Their senses also pick up the electromagnetic auras from other life forms. When close to their hunting targets, they can ascertain information on its mood, awareness, and state of mind. Electronic devices can also be sensed by Gotals; in fact, most droids give off enough electromagnetic emissions to at least annoy a Gotal, and at worst to seriously disorient the horned beings, making them notoriously distrustful of droids. Gotals rely heavily on their cones, with their eyesight and hearing being quite weak, and their sense of smell almost completely absent.

Society and Culture

Since their natural empathy makes them instantly sensitive to the feelings of others, Gotals have little use for government or laws on their homeworld, resulting in problems when dealing with other societies. No central authority figure can speak for Antar 4 as a whole in a crisis, and no organized Gotal military or police force can act on their behalf. Other species respect the Gotals for their discretion and restraint, but some individuals fear interacting with the horned beings for fear of having their emotional state revealed to others.

Names

Gotal names are quite guttural, though there are also many harsher tones within their names. Gotal names do not vary significantly based on gender, and surnames are familial.

  First Names. Thon, Fern, Fuu'rash, Jir, Vluphol

  Surnames. Gratlul, Klux, Vathon, Zilat, Krigh, Rahxem","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Wisdom score increases by 2, and one other ability score of your choice increases by 1.

Age. Gotals reach adulthood in their late teens and live less than a century.

Alignment. Gotals' polite and respectful nature causes them to tend toward lawful alignments, though there are exceptions.

Size. Gotals typically stand 6 to 7 feet tall and generally weigh about 150 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Energy Sensors. Gotals perceive the environment around them through use of electromagnetic sensors held in their cranial horns. You have blindsight out to 30 feet. If another trait would grant you blindsight, the range is increased by half as many feet.

Hunter. You are proficient in Survival.

Natural Empathy. Gotal's electromagnetic sensors allow them to sense the emotions in those around them. You have advantage on Wisdom (Insight) checks to determine emotions against humanoids and beasts within 10 feet of you.

Languages. You can speak, read, and write Galactic Basic and Antarian. The Antarian language is characterized by growls and clicking noises at various volumes.

"},"skinColorOptions":{"value":"Grey, brown, or black"},"hairColorOptions":{"value":"White, grey, or brown"},"eyeColorOptions":{"value":"Red, orange, yellow, grey, green, or black"},"distinctions":{"value":"Full body fur, flat noses, head cones"},"heightAverage":{"value":"5'5\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"120 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Antar 4"},"slanguage":{"value":"Antarian"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Gotal","mode":"=","targetSpecific":false,"id":1,"itemId":"0p4bt1QkJRK55UAw","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.wis.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"0p4bt1QkJRK55UAw","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":3,"itemId":"0p4bt1QkJRK55UAw","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":4,"itemId":"0p4bt1QkJRK55UAw","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Blindsight (30 ft.)","mode":"+","targetSpecific":false,"id":5,"itemId":"0p4bt1QkJRK55UAw","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.sur.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"0p4bt1QkJRK55UAw","active":false,"_targets":[],"label":"Skills Survival"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"0p4bt1QkJRK55UAw","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"antarian","mode":"+","targetSpecific":false,"id":8,"itemId":"0p4bt1QkJRK55UAw","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Gotal.webp","effects":[{"_id":"rNPBs7jT9wzHZoaG","flags":{"dae":{"transfer":true}},"changes":[{"key":"data.details.species","value":"Gotal","mode":5,"priority":5},{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.traits.senses","value":"Blindsight (30 ft.)","mode":2,"priority":20},{"key":"data.skills.sur.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"antarian","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Gotal.webp","label":"Gotal","tint":"","transfer":true}]} +{"_id":"1PvtK2y2eATLf8et","name":"Kel Dor","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Due to Dorin having an atmosphere composed of helium and a gas unique to their world, the kel dors are forced to wear an antiox breath mask and protective goggles whenever in atmospheres of a different composition. Without their protective goggles, kel dors were considered effectively blind when away from Dorin. They were also able to survive in the vacuum of space for a short time, though it was unknown exactly how long they could withstand it.

The kel dors also have heightened reflexes, a result of the extrasensory organs in their heads. They are typically quick and wise.

Society and Culture

Kel dor are noted for their simple approach to justice, and they typically see moral issues in black and white. On the one hand, the kel dors are noted for their hospitality; they would never turn away a stranger in need. Yet, kel dors are not averse to taking the law into their own hands and have no compunctions about putting to death a thief who was merely stealing to feed himself.

Kel dor Force-sensitives are often trained as Baran Do Sages, who have an honored place in kel dor culture. They often serve as advisers to rich and powerful kel dor families. Wars and disasters have been averted simply by the insight of a Baran Do Sage.

Names

Kel dor names are based on sound generated by Dorin's unique atmosphere. Surnames are based on ancient family trades.

  Male Names. Bil, I'zers, Nullo, Taciss, Zaln

  Female Names. Arri'ku, Bhi're, Chu, So'ro, Thirza

  Surnames. Andugai, Borak, Haimnech, Vitchess

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Wisdom score increases by 2, and your Dexterity score increases by 1.

Age. Kel dor reach adulthood in their late teens and live less than a century.

Alignment. Kel dors' structured nature causes them to tend toward lawful balanced, though there are exceptions.

Size. Kel dor typically stand around 6 feet tall and weigh about 160 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Darkvision. Your natural evolution allows you to see what others do not in dim and dark conditions. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Foreign Biology. You cannot breathe oxygen. The kel dors have created a breathing apparatus to negate the negative effects of living in an oxygen rich environment, but if your mask is removed while you are in such an environment, you lose consciousness.

Life in the Void. You can survive for one hour within the vacuum of space. You have resistance to Necrotic damage.

Telepathy. You can communicate telepathically with creatures within 30 feet of you. You must share a language with the target in order to communicate in this way.

Languages. You can speak, read, and write Galactic Basic and Kel Dor.

"},"skinColorOptions":{"value":"Orange, red"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black, silver"},"distinctions":{"value":"Rebreathers to survive in oxygen environments"},"heightAverage":{"value":"4'6\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"80 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Dorin"},"slanguage":{"value":"Kel Dor"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Kel Dor","mode":"=","targetSpecific":false,"id":1,"itemId":"jDUz5AdEXnnTLXn9","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.wis.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"jDUz5AdEXnnTLXn9","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"jDUz5AdEXnnTLXn9","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"jDUz5AdEXnnTLXn9","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"jDUz5AdEXnnTLXn9","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"jDUz5AdEXnnTLXn9","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.dr.value","value":"necrotic","mode":"+","targetSpecific":false,"id":7,"itemId":"jDUz5AdEXnnTLXn9","active":false,"_targets":[],"label":"Traits Damage Resistance"},{"modSpecKey":"data.traits.languages.custom","value":"telepathy (30 ft.)","mode":"+","targetSpecific":false,"id":8,"itemId":"jDUz5AdEXnnTLXn9","active":false,"_targets":[],"label":"Traits Language Custom"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"jDUz5AdEXnnTLXn9","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"keldor","mode":"+","targetSpecific":false,"id":10,"itemId":"jDUz5AdEXnnTLXn9","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Kel%20Dor.webp","effects":[{"_id":"vtxUoVv6RYKs79hH","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Kel Dor","mode":5,"priority":5},{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.dr.value","value":"necrotic","mode":0,"priority":0},{"key":"data.traits.languages.custom","value":"telepathy (30 ft.)","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"keldor","mode":0,"priority":0},{"key":"flags.sw5e.foreignBiology","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Kel%20Dor.webp","label":"Kel Dor","tint":"","transfer":true}]} +{"_id":"1UN3UNDbHex3TOes","name":"Sullustan","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

A diminutive species of near-humans, Sullustans bear round, tapered skulls. Sullustans are distinguishable for their almond-shaped black eyes, facial jowls called dewflaps and large, round ears. Their wide earlobes provide excellent hearing, and their large eyes provide exceptional low-light vision. Due to their relative lack of exposure to natural light, Sullustans begin to suffer from corneal defects after 30 standard years. Many choose to wear special visors to prevent further damage. Some Sullustans tattoo their heads as a form of individual expression.

\n

Society and Culture

\n

Sullustans are outgoing and mercantile, friendly and pragmatic. As a species they are altogether lacking in xenophobia. Though fond of practical jokes and extremely shrewd in their business dealings, they are eager to explore and travel the galaxy. Inquisitive by nature, some have described Sullustans as reckless, especially for their preference to learn and discover whenever possible through personal experience. Sullustans organize themselves into familial units known as Warren-clans. Each clan consists of one polyandrous female, several husbands, and their young. Unmated females, known as \"Fems,\" are active members of their communities until they reach breeding status, called \"Ready,\" when they choose their mates.

\n

Names

\n

Male names are typically longer than female names. Surnames are based on Warren-clan.

\n

  Male Names. Duedt, Oshror, Partheen, Throthinnitz
  Female Names. Asulu, Eldo, Tri, Vo, We
  Surnames. Frovarr, Jeard, Plonr, Tsah, Vhiibb

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Dexterity score increases by 1.

Age. Sullustan reach adulthood in their late teens and live less than a century.

Alignment. Sullustans' outgoing and friendly nature cause them to tend toward the light side, though there are exceptions.

Size. Sullustans typically stand 4 and a half to 5 feet tall and weigh around 120 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Darkvision. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Keen Hearing. You have advantage on Wisdom (Perception) checks that rely on hearing.

Mercantile. Whenever you make a Charisma (Persuasion) check related to conducting business, you are considered to have expertise in the Persuasion skill.

Pilot. You have proficiency in Piloting.

Languages. You can speak, read, and write Galactic Basic, Sullustese, and one more language of your choice. Sullustese is characterized as a robust language in business, and as such is commonly learned by professional merchants.

"},"skinColorOptions":{"value":"Gray, pink, or light green"},"hairColorOptions":{"value":"Brown"},"eyeColorOptions":{"value":"Black or brown"},"distinctions":{"value":"Large ears, scarns, ultra-sensitive hearing, jet-black eyes, two flaps of jowls around their cheeks"},"heightAverage":{"value":"3'11\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"60 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Sullust"},"slanguage":{"value":"Sullustese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Sullustan","mode":"=","targetSpecific":false,"id":1,"itemId":"CSKY84utdaJQqeWK","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"CSKY84utdaJQqeWK","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"CSKY84utdaJQqeWK","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"CSKY84utdaJQqeWK","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"CSKY84utdaJQqeWK","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"CSKY84utdaJQqeWK","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.pil.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"CSKY84utdaJQqeWK","active":false,"_targets":[],"label":"Skills Piloting"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"CSKY84utdaJQqeWK","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"sullustese","mode":"+","targetSpecific":false,"id":9,"itemId":"CSKY84utdaJQqeWK","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Sullustan.webp","effects":[{"_id":"NSowTSCKpURLCCPz","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Sullustan","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.pil.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"sullustese","mode":0,"priority":0},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Sullustan.webp","label":"Sullustan","tint":"","transfer":true}]} +{"_id":"1bn4GAo4WzkHLKmO","name":"Killik","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Killiks possess a strong chitinous exoskeleton that is glossy and greenish with their carcasses capable of surviving thousands of years of erosion as seen by the colonists of Alderaan. The exoskeleton also contains a number of spiracles which served as their way of breathing. Typically, these Human-sized hive creatures have four arms with each ending in a powerful three-fingered claw. They stand on two stout legs that are capable of leaping great distances. Killiks can communicate with other Killiks through use of pheromones.

\n

Society and Culture

\n

The Killiks have a communal society, with each and every Killik being in mental contact with another. Due to their hive mind, every Killik nest is virtually one individual. Killiks are also peaceful in nature. Their telepathic connection is capable of extending to other species which includes non-insectoids. A willing creature can submit to this telepathy to become a Joiner. They effectively become another vessel of the hive mind. Killiks lose connection to their hive mind at great distances. Those who voluntarily leave the hive mind are referred to as Leavers. It is rare that they are allowed to rejoin their hive without reason.

\n

Names

\n

Killiks are a hive-mind insectoid that typically don't use names. On the off chance they do, it's usually an incomprehensible series of clicking noises. They are receptive to nicknames given by others.

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Constitution score increases by 1.

Age. Killiks reach adulthood in their 40s and live an average of 200 years.

Alignment. Killiks' willingness to brainwash or kill their enemies cause them to tend towards the dark side, though there are exceptions.

Size. Killiks stand between 5 and 6 feet tall and weigh about 160 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Four-Armed. Killiks have four arms which they can use independently of one another. You can only gain the benefit of items held by two of your arms at any given time, and once per round you can switch which arms you are benefiting from (no action required).

Hardened Carapace. While you are unarmored or wearing light armor, your AC is 13 + your Dexterity modifier.

Strong-Legged. When you make a long jump, you can cover a number of feet up to twice your Strength score. When you make a high jump, you can leap a number of feet up into the air equal to 3 + twice your Strength modifier.

Telepathy. You can communicate telepathically with creatures within 30 feet of you. You must share a language with the target in order to communicate in this way.

Languages. You can speak, read, and write Killik. You can understand spoken and written Galactic Basic, but your vocal cords do not allow you to speak it.

"},"skinColorOptions":{"value":"Brown, chestnut, green, red, scarlet, or yellow"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black or orange"},"distinctions":{"value":"Chitinous armor, mandibles projected from face, four arms ending in long three toed claws protrude from their torsos"},"heightAverage":{"value":"4'9\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"110 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Alderaan"},"slanguage":{"value":"Killik"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Killik","mode":"=","targetSpecific":false,"id":1,"itemId":"pzCpIjsuNVs8encY","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"pzCpIjsuNVs8encY","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"pzCpIjsuNVs8encY","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"pzCpIjsuNVs8encY","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"pzCpIjsuNVs8encY","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.ac.min","value":"13","mode":"=","targetSpecific":false,"id":6,"itemId":"pzCpIjsuNVs8encY","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"pzCpIjsuNVs8encY","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"killik","mode":"+","targetSpecific":false,"id":8,"itemId":"pzCpIjsuNVs8encY","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.custom","value":"telepathy (30 ft.)","mode":"+","targetSpecific":false,"id":9,"itemId":"pzCpIjsuNVs8encY","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Killik.webp","effects":[{"_id":"EWQOMXrZbfi4zSPF","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Killik","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.attributes.ac.value","value":"13+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"killik","mode":0,"priority":0},{"key":"data.traits.languages.custom","value":"telepathy (30 ft.)","mode":0,"priority":0},{"key":"flags.sw5e.strongLegged","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.extraArms","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Killik.webp","label":"Killik","tint":"","transfer":true}]} +{"_id":"1t0DnrQvpyPkoH4x","name":"Pau'an","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Pau'ans have large, sunken black eyes in red eye sockets and jagged, fang-like teeth used for tearing into raw meat, as they are carnivores. The species has pale, wrinkled skin, due to the fact that they lived in the sinkholes of Utapau, giving them limited access to light. These traits cause some to view them as frightening. However, Pau'ans as a society are generally friendly, and are happy to welcome guests to their often overlooked world. Pau'ans have long lifespans, living up to 700 years, much longer than the Utai. This earned them the nickname of \"Ancients\".

Society and Culture

Pau'ans fulfill most of the governmental and administrative duties on Utapau, as the utai do not desire such work, serving as laborers instead. Most pau'ans served as leaders early in their lives, often managing teams of Utai laborers. This gives them experience that will be used later in their lives. Pau'ans are kind leaders, and sympathetic to their subordinates. Each city on Utapau is controlled by a Master of Port Administration, a hereditary title reserved for pau'ans. These administrators are assisted by advisory councils for making important decisions about their city, and each administrator serves on the Utapauan Committee and oversees planetary governance. However, the committee rarely makes crucial decisions, as the cities are able to function on their own most of the time.

Names

Pau'an names are fairly simple, and generally melodic. Surnames are familial.

  Male Names. Kernul, Sivrol, Tar, Vizun, Yal, Zeolbud

  Female Names. Cas, Jevoh, Nesim, Sizil, Ten, Yofan

  Surnames. Gesat, Kluneln, Nom, Vley, Voy, Zet","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Wisdom score increases by 2, and your Constitution score increases by 1.

Age. Pau'ans reach adulthood in their 30's and have been known to live up to 700 years old.

Alignment. Pau'ans' commanding presence, yet friendly and kind nature, cause them to tend to be lawful light side, though there are exceptions.

Size. Pau'ans typically stand between 6 and 7 feet tall and generally weigh about 150 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Authoritative. You have proficiency in Persuasion or Intimidation (your choice).

Cultured. You have proficiency in the Lore skill.

Darkvision. You have a keen eyesight, especially in the dark. You can see in dim light within 120 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Hypersensitive Hearing. Pau'ans possess incredibly receptive hearing, often to their detriment, so you wear special covers on your ears. Whenever you make a Wisdom (Perception) check involving hearing, you are considered to have expertise in the Perception skill, but if your hearing aids are removed, you have disadvantage on saving throws against effects that would deal sonic damage.

Vigilant. You can choose to have advantage on your next Initiative check. Once you use this trait, you can't use it again until you finish a short or long rest.

Languages. You can speak, read, and write Galactic Basic and Utapese. Utapese is characterized by its rigid, yet melodic sound.

"},"skinColorOptions":{"value":"Gray or white"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black or silver"},"distinctions":{"value":"Red eye sockets, pinstriped skin, long lifespan, jagged teeth"},"heightAverage":{"value":"5'0\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"120 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Utapau"},"slanguage":{"value":"Utapese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Pau'an","mode":"=","targetSpecific":false,"id":1,"itemId":"XJSGSh67EM8wtrC7","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.wis.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"XJSGSh67EM8wtrC7","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"XJSGSh67EM8wtrC7","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"XJSGSh67EM8wtrC7","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"XJSGSh67EM8wtrC7","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.lor.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"XJSGSh67EM8wtrC7","active":false,"_targets":[],"label":"Skills Lore"},{"modSpecKey":"data.traits.senses","value":"Darkvision (120 ft.)","mode":"+","targetSpecific":false,"id":7,"itemId":"XJSGSh67EM8wtrC7","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"XJSGSh67EM8wtrC7","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"utapese","mode":"+","targetSpecific":false,"id":9,"itemId":"XJSGSh67EM8wtrC7","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Pau%27an.webp","effects":[{"_id":"BldeMF2ddbdP09sB","flags":{"dae":{"transfer":true}},"changes":[{"key":"data.details.species","value":"Pau'an","mode":5,"priority":5},{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.skills.lor.value","value":1,"mode":4,"priority":20},{"key":"data.traits.senses","value":"Darkvision (120 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"utapese","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Pau%27an.webp","label":"Pau'an","tint":"","transfer":true}]} +{"_id":"26a9mBjlhBfz9vvL","name":"Thisspiasian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Thisspiasians are easily recognized by their abundant beards and their long tails, which often reach over six feet. These tails are very strong and are commonly used to carry large objects. When meditating or at rest, a thisspiasian will coil their tail beneath their torso, reducing their height by several feet. They also possess four arms, with the upper set being stronger and larger. Each of their four hands have five fingers, and each finger is tipped with a long, sturdy claw. It is thought unsophisticated or unseemly by upper-class thisspiasians to have the bottom two visible in public, so they are generally hidden from sight via larger garments, with the smaller limbs sometimes even bound to their bodies. Thisspiasians need very little sleep to function normally, resting for only two hours a day, with brief meditative moments scattered throughout the day to refocus.

Society and Culture

Thisspiasian culture is one of proud warriors who keep their emotions well-concealed and their rages checked. Many outsiders see only a thisspiasian's outward facade of tranquility, and to most being it seems as if thisspiasians existed in a sea of calm. This is far from the truth, however, as they are in truth a very passionate species below the surface. A thisspiasian who doesn't meditate as often as they should will often be prone to otherwise atypical emotional outbursts.\r\n\r\nThisspias is ruled by a hereditary leader called the Blood Monarch. Due to their seemingly archaic ruling structure, thisspiasians are often considered out-of-touch.

Names

Thisspiasian names typically are composed of two similar sounding syllables. Surnames are familial.

  First Names. Annak, Effed, Emmet, Gorro, Koto

  Surnames. Albarn, Braibel, Kirsingr, Raledurn","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Wisdom score increases by 2, and your Strength score increases by 1.

Age. Thisspiasians reach adulthood in their 20s and often live more than a century.

Alignment. Thisspiasians' emotional composure causes them to tend toward lawful alignments, though there are exceptions.

Size. Thisspiasians typically stand 5 to 6 and a half feet tall and generally weigh about 300 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Claws. Thisspiasians have long claws. You are proficient with your claws, which deal 1d4 kinetic damage on a hit.

Cultured. You have proficiency in the Lore skill.

Four-Armed. Thisspiasians have four arms which they can use independently of one another. You can only gain the benefit of items held by two of your arms at any given time, and once per round you can switch which arms you are benefiting from (no action required).

Inscrutable. Your calm demeanor and control make you hard to read. Wisdom (Insight) checks made against you have disadvantage, and you have advantage on any saving throw against an effect that would read your thoughts.

Prehensile Tail. You have supreme control over your tail and can use it to manipulate objects as well as your hands.

Trance. Thisspiasians only require 2 hours of sleep a day. After resting in this way, you gain the same benefit that a human does from 8 hours of sleep.

Languages. You can speak, read, and write Galactic Basic and Thisspiasian. Thisspiasian is a complex language characterized by its interlocking sentences and heavy use of sibilants.

"},"skinColorOptions":{"value":"Pale to green"},"hairColorOptions":{"value":"Black, blond, brown, grey, or white (with age)"},"eyeColorOptions":{"value":"Yellow"},"distinctions":{"value":"Four arms, serpentine, large beards"},"heightAverage":{"value":"4'8\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"250 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Thisspias"},"slanguage":{"value":"Thisspiasian"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Thisspiasian","mode":"=","targetSpecific":false,"id":1,"itemId":"yYOjgkoTgApRxRXj","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.wis.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"yYOjgkoTgApRxRXj","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.abilities.str.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"yYOjgkoTgApRxRXj","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"yYOjgkoTgApRxRXj","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"yYOjgkoTgApRxRXj","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.lor.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"yYOjgkoTgApRxRXj","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"yYOjgkoTgApRxRXj","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"thisspiasian","mode":"+","targetSpecific":false,"id":8,"itemId":"yYOjgkoTgApRxRXj","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Thisspiasian.webp","effects":[{"_id":"4WoMle31KAvAHxvk","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Thisspiasian","mode":5,"priority":5},{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.str.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.skills.lor.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"thisspiasian","mode":0,"priority":0},{"key":"flags.sw5e.inscrutable","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.trance","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.extraArms","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Thisspiasian.webp","label":"Thisspiasian","tint":"","transfer":true}]} +{"_id":"2BNSCGmptb5qjY3a","name":"Gamorrean","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Although a typical Gamorrean is squat, green, and heavily built not all shared these characteristics. Most Gamorreans have a dark greenish coloration over a large portion of their bodies; however skin coloration does vary, particularly among females, with light skinned and two-toned pigmentation not uncommon. Black, brown, pinkish yellow, and even a rare white pigmentation are possible. Males tended to have less skin variation and had a greater tendency towards dark green skin perhaps because of their higher exposure to the radiation of the Gamorr Star. Eye coloration varied evenly between gold-yellow, blue, black and brown. The Gamorreans generally put no importance on skin or eye coloration although there were some superstitions linked to certain markings.

Society and Culture

Gamorreans are organized into clans ruled by a male warlord and his wife, who was the most powerful of the clan matrons. While the warlord and his boars are solely concerned with preparing and participating in battle with rival clans, the matrons of the clan performed all the productive work including farming, hunting, manufacturing, and running businesses. Since the amount of available arable land on Gamorr is scarce, clans often lay claim to the same piece of land, and they spend their time fighting over possession.

Names

Gamorrean names are very gutteral and rough. Male names are typically one syllable while females are two. Surnames are based on clan affiliation rather than family.

  Male Names. Ark, Blarrp, Blubrak, Cuab, Shos

  Female Names. Dabrisz, Mernoos, Ogreb, Tagorq

  Surnames. Doofnarq, Griks, Lurc, Poogmokk","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Constitution score increases by 1.

Age. Gamorreans reach adulthood in their early teens and live no more than 70 years.

Alignment. Gamorrean culture causes them to tend toward chaos, though there are exceptions.

Size. Gamorreans typically stand between 5 and 6 feet tall and weigh up to 200 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Gamorrean Toughness. Your hit point maximum increases by 1, and it increases by 1 every time you gain a level. Additionally, you have advantage on Constitution saving throws.

Gamorrean Weaponry. You have proficiency with the vibroaxe, vibromace, and vibrosword.

Savage Attacks. When you score a critical hit with a melee weapon attack, you can roll one of the weapon's damage dice one additional time and add it to the extra damage of the critical hit.

Languages. You can speak, read, and write Gamorrese. You can understand spoken and written Galactic Basic, but your vocal cords do not allow you to speak it. Gamorrese is characterized by its grunts and squeals, and its writing is a crude, pictographic style.

"},"skinColorOptions":{"value":"Black, brown, green, pink, or yellow"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Blue, black, brown, or gold"},"distinctions":{"value":"Porcine humanoids with tusks and horns"},"heightAverage":{"value":"4'10\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"150 lb."},"weightRollMod":{"value":"x(2d6) lb."},"homeworld":{"value":"Gamorr"},"slanguage":{"value":"Gamorrese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Gamorrean","mode":"=","targetSpecific":false,"id":1,"itemId":"87QccMKAhEf21q3z","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"87QccMKAhEf21q3z","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"87QccMKAhEf21q3z","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"87QccMKAhEf21q3z","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"87QccMKAhEf21q3z","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibroaxe","mode":"+","targetSpecific":false,"id":6,"itemId":"87QccMKAhEf21q3z","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibromace","mode":"+","targetSpecific":false,"id":7,"itemId":"87QccMKAhEf21q3z","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibrosword","mode":"+","targetSpecific":false,"id":8,"itemId":"87QccMKAhEf21q3z","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"87QccMKAhEf21q3z","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"gamorrese","mode":"+","targetSpecific":false,"id":10,"itemId":"87QccMKAhEf21q3z","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Gamorrean.webp","effects":[{"_id":"teRJPynVl1RXWsN8","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Gamorrean","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.weaponProf.custom","value":"vibroaxe","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"vibromace","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"vibrosword","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"gamorrese","mode":0,"priority":0},{"key":"flags.sw5e.toughness","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.savageAttacks","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Gamorrean.webp","label":"Gamorrean","tint":"","transfer":true}]} +{"_id":"2OAuMEI1zxPGdeOy","name":"Wookiee","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Wookiees are a tall species of furry giants from the planet Kashyyyk, who can grow to a height of over eight feet. They are covered from head to toe in a thick, shaggy coat of hair with water-shedding properties that notably came in shades of brown, black, gray, and white. The species has two sexes, female and male. The latter grows long beards in adult life. Wookiee eye colors are usually blue, green, yellow, golden, brown, or red.

Society and Culture

Wookiees greatly value honor and loyalty. Therefore, their notion of \"family\" encompassed much more than just blood ties. A part of that most sacred tradition was the social institution of life debt: when a wookiee's life was saved by someone else, regardless of the species, they would frequently devote themselves to a lifetime of service to their savior and their family. Through the mechanism of the life debt, the People of the Trees used to develop unbreakable bonds with their boon companions and true friends, forming an \"honor family.\"

Names

Wookiee names are diverse; some names are simple and short while others are long and complicated. The majority of names often have softer big sounds and more melodic tones to them. Since offworlders have trouble using wookiees' real names, they often adopt simpler nicknames to go by.

  Male Names. Fubbodrrl, Gurrfupayyc, Kioerrr, Lavgaeffoak, Snrowbishutchuh, Zufiaarkaykkk

  Female Names. Bulabba, Bonbaegnh, Hopakleupo, Keumnebheu, Onninh, Osstatiemmyock

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Constitution score increases by 1.

Age. Wookiees reach adulthood at about 40 and can live to be 400.

Alignment. Wookiees tend toward the light side, though there are exceptions.

Size. Wookiees tend to tower over other species, reaching heights over 8 feet and weighing 300 pounds. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Claws. Wookiees have retractable claws. You are proficient with your claws, which deal 1d4 kinetic damage on a hit.

Darkvision. Your vision can easily cut through darkness. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Hide. You have a thick hide. When you aren't wearing armor, your AC is 13 + your Dexterity modifier. Additionally, your thick hide is naturally adapted to cold climates, as described in chapter 5 of the Dungeon Master's Guide.

Powerful Build. You count as one size larger when determining your carrying capacity and the weight you can push, drag, or lift.

Treeclimber. You have a climbing speed of 30 feet. You have advantage on Strength saving throws and Strength (Athletics) checks that involve climbing.

Languages. You can speak, read, and write Shyriiwook. You can understand spoken and written Galactic Basic, but your vocal cords do not allow you to speak it.

"},"skinColorOptions":{"value":"Gray"},"hairColorOptions":{"value":"Different shades of black, brown, and white in varying combinations"},"eyeColorOptions":{"value":"Blue, green, yellow, golden, brown, or red"},"distinctions":{"value":"Tall, hair covered, retractable climbing claws, long life spans"},"heightAverage":{"value":"6'3\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"190 lb."},"weightRollMod":{"value":"x(2d6) lb."},"homeworld":{"value":"Kashyyyk"},"slanguage":{"value":"Shyriiwook"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Wookiee","mode":"=","targetSpecific":false,"id":1,"itemId":"sHKKwOYgHLqtPbFk","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"sHKKwOYgHLqtPbFk","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"sHKKwOYgHLqtPbFk","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"sHKKwOYgHLqtPbFk","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"sHKKwOYgHLqtPbFk","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"sHKKwOYgHLqtPbFk","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.attributes.ac.min","value":"13","mode":"=","targetSpecific":false,"id":7,"itemId":"sHKKwOYgHLqtPbFk","active":false,"_targets":[]},{"modSpecKey":"data.attributes.movement.climb","value":"30","mode":"=","targetSpecific":false,"id":8,"itemId":"sHKKwOYgHLqtPbFk","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"sHKKwOYgHLqtPbFk","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"shyriiwook","mode":"+","targetSpecific":false,"id":10,"itemId":"sHKKwOYgHLqtPbFk","active":false,"_targets":[],"label":"Traits Language"}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Wookiee.webp","effects":[{"_id":"KUCISI8H3Sy2dc98","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Wookiee","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.attributes.ac.value","value":"13+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.attributes.movement.climb","value":"30","mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"shyriiwook","mode":0,"priority":0},{"key":"flags.sw5e.powerfulBuild","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Wookiee.webp","label":"Wookiee","tint":"","transfer":true}]} +{"_id":"2Vo8yHWlGIHj8hau","name":"Trandoshan","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Trandoshans are a large, bipedal sentient species, with scaly skin which was shed roughly once every standard year and was thought to be very durable. Cold-blooded reptiles, trandoshans had two super-sensitive varied color eyes with horizontal black pupils, which could see far into the infrared range. Each of their four limbs ends in three razor sharp claws. These are perfect for combat, but did not grant them manual dexterity, making a trandoshan's finger movements somewhat clumsy and awkward.

Society and Culture

Trandoshans worship their goddess, the Scorekeeper, whom they would appease through acts which increased their Jagannath points. This is done by living a lifestyle which was, by non-trandoshan standards, overtly aggressive, leading many trandoshans to become bounty hunters, mercenaries, or slavers. Trandoshans especially prize wookiee pelts, which consequently play a large part in earning Jagannath points-capturing the pelts of particularly infamous wookiees would give the hunter a large increase in Jagganath points. To be shamed or captured during a hunt would zero one's Jagganath points-effectively making their life forfeit in the eyes of the Scorekeeper. They could, however, win all those points back by killing the one who zeroed their score.

Names

Trandoshan names are quite harsh and contain a lot of elongated sounds, as well as a lot of s's. Differences between male and female names are often very subtle, but there is a higher chance for female names to contain softer sounds.

  Male Names. Bossk, Tshyrrng, Varrsk, Wuikkekss

  Female Names. Aksa, Idwiks, Kluks, Mezuus, Shokss

  Surnames. Dallosss, Druc, Groqisch, Hsac, Nausdot","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Wisdom score increases by 1.

Age. Trandoshans reach adulthood in their early teens and rarely live to be older than 70.

Alignment. Trandoshans tend toward the dark side, though there are exceptions.

Size. Trandoshans stand as tall as 7 and a half feet and can weigh over 300 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Darkvision. Your vision can easily cut through darkness. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Hold Breath. You can hold your breath for up to 15 minutes at a time.

Regenerative. When you take damage, you can use your reaction and expend a Hit Die to regain hit points as long as the damage would not reduce your hit points to 0.

Saving Face. Trandoshans are careful not to show weakness in front of their allies, for fear of losing status. If you miss with an attack roll or fail an ability check or a saving throw, you can gain a bonus to the roll equal to the number of allies you can see within 30 feet of you (maximum bonus of +5). Once you use this trait, you can't use it again until you finish a short or long rest.

Languages. You can speak, read, and write Galactic Basic and Dosh. Dosh is characterized by its harsh grunts, hisses and growls, and its written form that used alphabetic glyphs.

"},"skinColorOptions":{"value":"Green, yellow, brown, orange, red"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Yellow, orange"},"distinctions":{"value":"Reptilian, scaly skin, regenerative properties"},"heightAverage":{"value":"5'5\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"130 lb."},"weightRollMod":{"value":"x(2d6) lb."},"homeworld":{"value":"Trandosha"},"slanguage":{"value":"Dosh"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Trandoshan","mode":"=","targetSpecific":false,"id":1,"itemId":"jH3OrTNFYwwm7aqf","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"jH3OrTNFYwwm7aqf","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"jH3OrTNFYwwm7aqf","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"jH3OrTNFYwwm7aqf","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":5,"itemId":"jH3OrTNFYwwm7aqf","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":6,"itemId":"jH3OrTNFYwwm7aqf","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"dosh","mode":"+","targetSpecific":false,"id":7,"itemId":"jH3OrTNFYwwm7aqf","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Trandoshan.webp","effects":[{"_id":"cGgWnQNhESjlOFmW","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Trandoshan","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"dosh","mode":0,"priority":0},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":20},{"key":"flags.sw5e.regenerative","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Trandoshan.webp","label":"Trandoshan","tint":"","transfer":true}]} +{"_id":"43dwP8JpIlyUL8CO","name":"Tarasin","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Tarasins are tall reptilians covered in translucent scales that allows the species' color-changing skin below to show through. Tarasins also have a colorful fan of flesh and scales—known as a kampo—that opens around their heads when they experience strong emotional distress, which can be a detriment to negotiations, as it is difficult for a tarasin to hide discomfort. This color-changing ability is useful for camouflage and communication, and the scales naturally repel heat. Some examples of colors they take on include being brown when calm and in a comfortable environment, or becoming red after extended exertion or when excited. Tarasins also have short spines that protrude from their forearms—known as a sa'tosin—which give the creatures the ability to sense the use of the Force. Tarasins are naturally curious and protective but also slow to anger. What they lack in sheer physical strength they make up for with a brilliant intellect.

\n

Society and Culture

\n

Tarasins live in a tribal system in the jungle underbrush of Cularin, grouping together in clans called irstat. The tarasin believe they have a symbiotic relationship with Cularin, and their religion is based around the appreciation of the natural world. This closeness with their homeworld is what makes the tarasin reluctant to leave it for an extended time. The tarasin have a strong connection with the Force, and their spiritual leaders are often able to call upon the Force in small ways. The tarasin believe that the ch'hala tree is sacred. This may have been influenced by the trees having a similar ability to shift their colors as the tarasin, but it is also the most unique tree on Cularin.

\n

Names

\n

Tarasin names are generally very soft and melodic. Names are agendered, and surnames are not used.

\n

  Names. Feliosa, Misona, Nissira, Vylana, Ziransa

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Dexterity score increases by 1.

\n

Age. Tarasins reach adulthood at 10 and live less than 80 years.

\n

Alignment. Tarasins' curious yet composed nature causes them to tend toward balanced alignments, though there are exceptions.

\n

Size. Tarasins typically stand 5 to 6 feet tall and generally weigh about 130 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Chameleon Skin. Your scales are translucent, allowing your color-shifting skin to help you blend into your surroundings. You have proficiency in the Stealth skill. Additionally, you can attempt to hide even when you are only lightly obscured by foliage, heavy rain, falling snow, mist, and other natural phenomena.

\n

Jungle Dweller. Growing up in the jungles of Cularin has left an impact. You don't treat jungle terrain as difficult terrain.

\n

Naturalist. You have proficiency in the Nature skill.

\n

Sa'tosin Sense. Tarasins have short spines called sa'tosin that allow them to sense the use of the Force. You are constantly under the effects of the force power sense force, though the power does not require concentration for you.

\n

Languages. You can speak, read, and write Galactic Basic and Tarasinese. You can communicate non-verbally with other tarasins through use of a complex system of skin color changes.

"},"skinColorOptions":{"value":"Translucent; varies with emotion"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Red, orange, yellow, or black"},"distinctions":{"value":"Reptillian, sa'tosin spines"},"heightAverage":{"value":"4'9\""},"heightRollMod":{"value":"+2d6\""},"weightAverage":{"value":"100 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Cularin"},"slanguage":{"value":"Tarasinese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Tarasin","mode":"=","targetSpecific":false,"id":1,"itemId":"1qlCRCYyNlP13wOz","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"1qlCRCYyNlP13wOz","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"1qlCRCYyNlP13wOz","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"1qlCRCYyNlP13wOz","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"1qlCRCYyNlP13wOz","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.ste.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"1qlCRCYyNlP13wOz","active":false,"_targets":[],"label":"Skills Stealth"},{"modSpecKey":"data.skills.nat.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"1qlCRCYyNlP13wOz","active":false,"_targets":[],"label":"Skills Nature"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"1qlCRCYyNlP13wOz","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.custom","value":"Tarasinese","mode":"+","targetSpecific":false,"id":9,"itemId":"1qlCRCYyNlP13wOz","active":false,"_targets":[],"label":"Traits Language Custom"}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Tarasin.webp","effects":[{"_id":"uKYIAfObGqCfU8TK","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Tarasin","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.skills.ste.value","value":1,"mode":4,"priority":20},{"key":"data.skills.nat.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.custom","value":"Tarasinese","mode":0,"priority":0},{"key":"flags.sw5e.maskOfTheWild","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Tarasin.webp","label":"Tarasin","tint":"","transfer":true}]} +{"_id":"4AqE2ekCPh6jAOCe","name":"Sith Pureblood","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Sith are a proud and violent species of humanoids that evolved on Korriban, a planet within the Horuset system in an isolated Outer Rim region called the Stygian Caldera. Sith have a larger than average number of individuals with potential to use the Force in their species, so high in fact that the entire species was considered strongly Force-sensitive.

Sith purebloods are characterized by their expressive facial appendages, bone spurs, cranial horns, and predatory gaze.

Society and Culture

Sith culture is a rigid and stratified caste-based society. For the sith, war and violence are just as much a part of the natural order of life as peace or serenity. Though they are in an almost constant state of war, their civilization is quite sophisticated; they see these acts not as cruel or barbaric, but simply basic aspects of existence. Their constant warring led to a dwindling of the population on their original homeworld of Korriban as well as cultivated an intensely xenophobic society.

Names

Sith pureblood names are not conventional. They are often named for virtues in the Sith tongue. Sith rarely share surnames, since they do not value family ties. When a sith pureblood achieves a success or victory, they often change their name to match their perceived newfound status. Since Force-sensitivity is common in sith purebloods, and their culture is built around strength, most sith are called simply \"My Lord,\" or some other epithet, by their underlings.

  Male Names. Aqorzum, Khashai, Sihmot, Wirjol

  Female Names. Aqurwia, Cliriu, Nupax, Ubhesosiuth

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Strength or Dexterity score increases by 1.

\n

Age. Sith reach adulthood in their late teens and live less than a century.

\n

Alignment. The cruelty of the Sith causes them to tend toward chaotic dark side, though there are exceptions.

\n

Size. Sith generally stand between 5 and 6 feet tall and weigh less than 200 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Darkvision. Your vision can easily cut through darkness. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Force Sensitive. You know the denounce at-will force power. When you reach 3rd level, you can cast the curse force power once per day. When you reach 5th level, you can also cast the darkness force power once per day. Charisma is your forcecasting ability for these powers.

\n

Menacing. You gain proficiency in the Intimidation skill.

\n

Sadistic. You have proficiency with saberwhips, vibrowhips, and nets.

\n

Languages. You can speak, read, and write Galactic Basic and Sith. Sith is an agglutinative language, in which words or even phrases were made up of linear sequences of distinct meaningful units.

"},"skinColorOptions":{"value":"Black or red"},"hairColorOptions":{"value":"Black, brown, gray, red, or white"},"eyeColorOptions":{"value":"Orange, red, or yellow"},"distinctions":{"value":"Tentacle facial appendages, often wear jewelry or have tattoos, bone spurs"},"heightAverage":{"value":"4'8\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"110 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Korriban"},"slanguage":{"value":"Sith"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Sith Pureblood","mode":"=","targetSpecific":false,"id":1,"itemId":"asPxOGoIYdH7PZxC","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"asPxOGoIYdH7PZxC","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":3,"itemId":"asPxOGoIYdH7PZxC","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":4,"itemId":"asPxOGoIYdH7PZxC","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":5,"itemId":"asPxOGoIYdH7PZxC","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.itm.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"asPxOGoIYdH7PZxC","active":false,"_targets":[],"label":"Skills Intimidation"},{"modSpecKey":"data.traits.weaponProf.custom","value":"saberwhips","mode":"+","targetSpecific":false,"id":7,"itemId":"asPxOGoIYdH7PZxC","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibrowhips","mode":"+","targetSpecific":false,"id":8,"itemId":"asPxOGoIYdH7PZxC","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"nets","mode":"+","targetSpecific":false,"id":9,"itemId":"asPxOGoIYdH7PZxC","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":10,"itemId":"asPxOGoIYdH7PZxC","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"sith","mode":"+","targetSpecific":false,"id":11,"itemId":"asPxOGoIYdH7PZxC","active":false,"_targets":[],"label":"Traits Language"}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Sith%20Pureblood.webp","effects":[{"_id":"C3lStl981RznrCtr","flags":{"dae":{"transfer":true}},"changes":[{"key":"data.details.species","value":"Sith Pureblood","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.itm.value","value":1,"mode":4,"priority":20},{"key":"data.traits.weaponProf.custom","value":"saberwhips","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"vibrowhips","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"nets","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"sith","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Sith%20Pureblood.webp","label":"Sith Pureblood","tint":"","transfer":true}]} +{"_id":"4Tv04yssJ5sMngne","name":"Human","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Humans are an intelligent species that originated on Coruscant but can be found on many other planets across the galaxy, including Naboo, Tatooine, and Alderaan. They come in two sexes, male and female, and give birth to live young. They are bipedal beings with a bilateral symmetry, having a front and a back end, as well as an upside and downside. Their bodies are comprised of a torso with a head and four limbs attached to it. The upper limbs, or arms, end in hands which have five fingers each; the lower ones, called legs, end in feet. The human fingers have multiple points of articulation, and one of them is an opposable thumb that allows for fine manipulation. Finally, they have one head perched atop their torso. Many other species, including twi'leks, mon calamari, or zabraks, are referred to as \"humanoids\" because of their structural resemblance to humans.

Society and Culture

Humans can occupy a variety of employs, from politicians to bounty hunters, swoop racers, smugglers, or even a farmer. There exist many planetary groups of humans with their own cultures, such as the Alderaanians or the Pamarthens. Humans are the most populous species in the Galaxy.

Names

Humans are the most populous species in the Galaxy, and thus their names vary drastically based on the planet or culture with whom they reside.

  Male Names. Koth, Liorz, Satapak, Tin, Vuc

  Female Names. Dhetia, Jhilk, Risha, Thinnih, Tonu

  Surnames. Jauli, Kudi, Melmi, Windu, Wobec

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. One ability score of your choice increases by 2, and two other ability scores of your choice increase by 1. Alternatively, four ability scores of of your choice each increase by 1.

Age. Humans reach adulthood in their late teens and live less than a century.

Alignment. Humans tend toward no particular alignment. The best and worst are found among them.

Size. Humans vary widely in height and build, from barely 5 feet to well over 6 feet tall. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Defiant. Humans are known to be stubborn and often refuse to give up, even against the worst odds. When you or a creature you can see that can see and understand you makes an ability check, attack roll, or saving throw, you can roll a d4 and add it to their roll (no action required). You can use this before or after the roll, but before the GM determines the roll's outcome. Once you've used this feature, you must complete a short or long rest before you can use it again.

Proficiency. You gain proficiency in one skill, one tool, and one weapon of your choice.

Languages. You can speak, read, and write Galactic Basic and one extra language of your choice. Humans typically learn the languages of other peoples they deal with, including obscure dialects. They are fond of sprinkling their speech with words borrowed from other tongues: trandoshan curses, twi'lek musical expressions, chiss military phrases, and so on.

"},"skinColorOptions":{"value":"Light to dark tones"},"hairColorOptions":{"value":"Black, blond, orange, brown, gray to white (usually with age)"},"eyeColorOptions":{"value":"Amber, blue, brown, gray, green, hazel, purple, or red"},"distinctions":{"value":"Biped with bilateral symmetry, opposable thumbs"},"heightAverage":{"value":"4'8\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"110 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Coruscant"},"slanguage":{"value":"Galactic Basic"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Human","mode":"=","targetSpecific":false,"id":1,"itemId":"w0cdUATy9TZBzZPP","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":2,"itemId":"w0cdUATy9TZBzZPP","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":3,"itemId":"w0cdUATy9TZBzZPP","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":4,"itemId":"w0cdUATy9TZBzZPP","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Human.webp","effects":[{"_id":"Qsqg856LCqJHnAta","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Human","mode":5,"priority":5},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"flags.sw5e.defiant","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Human.webp","label":"Human","tint":"","transfer":true}]} +{"_id":"4xqyBL56v38tyBK7","name":"Falleen","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

The Falleen are distinguished by their mottled green or red skin, ridged skulls, and their long, black hair which they typically wear in ponytails. The sleek symmetry of their features, calculating and cold demeanors, their exotic looks, and their ability to alter their skin pigmentation make the Falleen often considered to be among the most aesthetically pleasing beings in the galaxy. In addition to their strikingly beautiful appearance, the Falleen exude pheromones which makes them all but irresistible to both sexes.\r\n\r\nThe Falleen are semi-aquatic, being able to hold their breath underwater for an extended period of time. Fallen are one of few species that are resistant to manipulation by the Force.

Society and Culture

Falleen society is of a feudal nature, with noble houses ruling over the lower classes. The upper echelons of Falleen aristocracy are rife with politics and intrigue, though they rarely spill blood over disputes or reduce themselves to open warfare.\r\n\r\nAs a cold-blooded species, the Falleen respect discipline and control, particularly self-control. They tend to shun public displays of emotion, and are very patient. As a result of this attitude, they tend to look down on the more openly passionate, whom they see as lacking self-control. Indeed, the Falleen as a species have a towering sense of superiority, reflecting on their view of Falleen as the civilized and cultural center of the galaxy, rather than Coruscant.

Names

Falleen favor names with Z and X sounds. They are usually accompanied by a surname, which is familial.

  Male Names. Xomit, Xizor, Xist, Zenex, Zurros

  Female Names. Xora, Trezza, Mylla, Zule, Annaz

  Surnames. Grunseit, Croom, Moz, Xiss, Mythric","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Dexterity score increases by 1.

Age. Falleen reach adulthood in their late teens and live up to 250 years.

Alignment. Falleen societal structure causes them to tend to be lawful balanced, though there are exceptions.

Size. Falleen typically stand between 5 and 6 feet tall and weigh around 165 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Closed Mind. Falleen brains have an unusual composition which make them resistant to influence from the Force. You have advantage on Wisdom and Charisma saving throws against force powers.

Enthralling Pheromones. You can use your pheromones to influence individuals of both sexes. Whenever you roll a 1 on a Charisma (Persuasion) check, you can reroll the die and must use the new roll. Additionally, once per short or long rest, you can treat a d20 roll of 9 or lower on a Charisma check as a 10. This feature has no effect on droids or constructs.

Hold Breath. You can hold your breath for up to 1 hour at a time.

Mask of the Wild. You can attempt to hide even when you are only lightly obscured by foliage, heavy rain, falling snow, mist, and other natural phenomena.

Languages. You can speak, read, and write Galactic Basic and Falleen. Falleen is characterized by its common use of the Z and X sounds, of which the Falleen are fond.

"},"skinColorOptions":{"value":"Green, red"},"hairColorOptions":{"value":"Black"},"eyeColorOptions":{"value":"Black, brown"},"distinctions":{"value":"Ridged skulls, dorsal spine"},"heightAverage":{"value":"4'7\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"110 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Falleen"},"slanguage":{"value":"Falleen"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Falleen","mode":"=","targetSpecific":false,"id":1,"itemId":"gZKFKS3Z6Hs8aoaT","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"gZKFKS3Z6Hs8aoaT","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"gZKFKS3Z6Hs8aoaT","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"gZKFKS3Z6Hs8aoaT","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"gZKFKS3Z6Hs8aoaT","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":6,"itemId":"gZKFKS3Z6Hs8aoaT","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"falleen","mode":"+","targetSpecific":false,"id":7,"itemId":"gZKFKS3Z6Hs8aoaT","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Falleen.webp","effects":[{"_id":"MG89qb6cGFBKJaYv","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Falleen","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"falleen","mode":0,"priority":0},{"key":"flags.sw5e.closedMind","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.maskOfTheWild","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.enthrallingPheromones","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Falleen.webp","label":"Falleen","tint":"","transfer":true}]} +{"_id":"55LKxskhxFZKVlZb","name":"Codru-Ji","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Codru-Ji are humanoids generally near-human in their adult appearances, save for their four arms. While their hair, eye, and skin pigmentations tend towards earthen hues, brighter colorations such as blonde hair or blue eyes, though uncommon, also exist. Rarer still, some adults maintain a light coat of fur or elongated, pointed ears. These eccentric attributes result from their unusual childhood forms.

\n

Codru-Ji children are actually sapient, six-legged canid creatures that cannot speak. Codru-Ji in this stage of their lives are called Wyrwulves: they mature to their more recognizable figures after reaching puberty. At that point, a blue, rubbery substance cocoons a Wyrwulf for several weeks before it emerges as a humanoid adolescent. They do, however, retain both the natural resilience and the enhanced hearing of their previous selves.

\n

Society and Culture

\n

The Codru-Ji are proud and protective of their ancient customs, and they carefully manage their homeworld's economy to keep a degree of anonymity from the galaxy at large. They fear the tainting of their long-held practices by outside influence as well as prejudice against them for the almost barbaric level of callousness they will display towards one another in pursuit of personal gain. The kidnapping of a political rival's children or the ransoming of off-worlders back to their people are both common practices.

\n

Names

\n

Codru-Ji names are often kept to two syllables. Clan names are appended to the given name as a hyphenated affix.

\n

  Male Names. Kossok, Tirrit, Uttar, Yunnan

\n

  Female Names. Davvi, Kella, Russa, Zollu

\n

  Clan Names. -Fa, -Mu, Ro-, -Sy, Yi-

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Constitution score increases by 1.

Age. Codru-Ji reach adulthood in their early teens and live less than a century.

Alignment. Steeped in selfish tradition, Codru-Ji tend towards the dark side, though there are exceptions.

Size. Codru-Ji stand 5 to 6 feet tall and weigh around 160 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Four-Armed. Codru-Ji have four arms which they can use independently of one another. You can only gain the benefit of items held by two of your arms at any given time, and once per round you can switch which arms you are benefiting from (no action required).

Hide. You have a thick hide. While you are unarmored or wearing light armor, your AC is 12 + your Dexterity modifier.

Keen Hearing. You have advantage on Wisdom (Perception) checks that rely on hearing.

Natural Grappler. Whenever you make a Strength (Athletics) check to grapple you are considered to have expertise in the Athletics skill.

Trance. Codru-Ji sleep lightly, standing and semiconscious, for 4 hours a day. After resting in this way, you gain the same benefit that a human does from 8 hours of sleep.

Languages. You can speak, read, and write Galactic Basic and Codruese, which has a solemn and stately cadence to it.

"},"skinColorOptions":{"value":"Light to dark tones"},"hairColorOptions":{"value":"Black, brown, gray, or white (usually with age)"},"eyeColorOptions":{"value":"Black, slate, gray, or brown"},"distinctions":{"value":"Four arms"},"heightAverage":{"value":"4'6\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"90 lb."},"weightRollMod":{"value":"x(2d6) lb."},"homeworld":{"value":"Munto Codru"},"slanguage":{"value":"Codruese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Codru-Ji","mode":"=","targetSpecific":false,"id":1,"itemId":"8xTU4oIz92PnxEmc","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"8xTU4oIz92PnxEmc","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"8xTU4oIz92PnxEmc","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"8xTU4oIz92PnxEmc","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"8xTU4oIz92PnxEmc","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.ac.min","value":"12","mode":"=","targetSpecific":false,"id":6,"itemId":"8xTU4oIz92PnxEmc","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"8xTU4oIz92PnxEmc","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"codruese","mode":"+","targetSpecific":false,"id":8,"itemId":"8xTU4oIz92PnxEmc","active":false,"_targets":[]}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Codru-Ji.webp","effects":[{"_id":"cF7ScwvPgQ03tTqh","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Codru-Ji","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.attributes.ac.value","value":"12+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"codruese","mode":0,"priority":0},{"key":"flags.sw5e.trance","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.extraArms","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Codru-Ji.webp","label":"Codru-Ji","tint":"","transfer":true}]} +{"_id":"6Pwa10za74AXMWJ5","name":"Defel","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

While defel appear to be visually similar to the shistavanen, they are very different on a biological level. Defel have the ability to bend waves of light in such a manner that it renders them practically invisible to the human eye. Despite this ability, they could be still be spotted by force-users and keen-eyed individuals. Defel have extremely high perceptive ability because of their large ears, sensitive noses, and keen eyes. Because of the heightened levels of visual stimuli their eyes experience, defel are nearly blinded by sunlight but can see rather well in the dark.

\n

Society and Culture

\n

Defel live in tight-knit, interdependent communites underground. The harsh environment on Af'El turned the defel into rugged survivors, able to hold their own in the Galaxy. Defel have a strong sense of honor and will not associate with individuals that do not keep their word. Because defel have yet to achieve interplanetary travel, they are a rare sight in the galaxy.

\n

Names

\n

Defel names tend to sound dark and mysterious, and are mostly composed of multiple syllables. Defel surnames are familial, using stern and simple sounds.

\n

  Male Names. Alustair, Claustro, Tenebris, Varsiin

\n

  Female Names. Lhantra, Soliel, Stroika, Zavtra

\n

  Surnames. Gauss, Neura, Tume, Vecherom

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Wisdom score increases by 2, and your Dexterity score increases by 1.

Age. Defel reach adulthood in their early teens and live less than a century.

Alignment. Defel tend toward no particular alignment. The best and worst are found among them.

Size. Defel typically stand 4 to 5 feet tall and generally weigh around 100 lbs. Regardless of your position in that range, your size is Small.

Speed. Your base walking speed is 25 feet.

Claws. You have sharp claws, which deal 1d4 kinetic damage on a hit. You can use your choice of your Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.

Darkvision. You have a keen eyesight, especially in the dark. You can see in dim light within 120 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Hidden Step. As a bonus action, you can turn invisible until the start of your next turn or until you attack, make a damage roll, or force someone to make a saving throw. Once you've used this trait, you can't use it again until you finish a short or long rest.

Miners. You have proficiency in scavenging kits.

Sunlight Sensitivity. You have disadvantage on attack rolls and on Wisdom (Perception) checks that rely on sight when you, the target of your attack, or whatever you are trying to perceive is in direct sunlight.

Sneaky. You are proficient in the Stealth skill.

Surprise Attack. If you surprise a creature and hit it with an attack on your first turn in combat, the attack deals an extra 2d6 damage to it. You can use this trait only once per combat.

Undersized. Your small stature makes it hard for you to wield bigger weapons. You can't use heavy shields. Additionally, you can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, you can only wield it in two hands.

Languages. You can speak, read, and write Galactic Basic and Defel. Most defel refuse to speak Galactic Basic while on their home planet of Af'El unless they have a specific need for it.

"},"skinColorOptions":{"value":"Black, brown, or grey"},"hairColorOptions":{"value":"Blue to yellow in ultraviolet light, black to dark brown in visible light"},"eyeColorOptions":{"value":"Black, orange, or red"},"distinctions":{"value":"Ability to absorb light, light blindness, claws"},"heightAverage":{"value":"3'10\""},"heightRollMod":{"value":"+2d6\""},"weightAverage":{"value":"65 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Af'El"},"slanguage":{"value":"Defel"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Defel","mode":"=","targetSpecific":false,"id":1,"itemId":"n5LtyuhZwOFD1LLa","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.traits.size","value":"sm","mode":"=","targetSpecific":false,"id":2,"itemId":"n5LtyuhZwOFD1LLa","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"25","mode":"=","targetSpecific":false,"id":3,"itemId":"n5LtyuhZwOFD1LLa","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":4,"itemId":"n5LtyuhZwOFD1LLa","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.ste.value","value":"1","mode":"=","targetSpecific":false,"id":6,"itemId":"n5LtyuhZwOFD1LLa","active":false,"_targets":[],"label":"Skills Stealth"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"n5LtyuhZwOFD1LLa","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"defel","mode":"+","targetSpecific":false,"id":8,"itemId":"n5LtyuhZwOFD1LLa","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.abilities.wis.value","value":"2","mode":"+","targetSpecific":false,"id":9,"itemId":"n5LtyuhZwOFD1LLa","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":10,"itemId":"n5LtyuhZwOFD1LLa","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.toolProf.value","value":"scav","mode":"+","targetSpecific":false,"id":11,"itemId":"ghKmUoOj75TEKey2","active":false,"_targets":[],"label":"Traits Tool Prof"}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Defel.webp","effects":[{"_id":"avJjg9zlYNomK9Uw","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Defel","mode":5,"priority":5},{"key":"data.traits.size","value":"sm","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"25","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.ste.value","value":1,"mode":4,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"defel","mode":0,"priority":0},{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.toolProf.value","value":"scav","mode":0,"priority":0},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.sunlightSensitivity","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.surpriseAttack","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Defel.webp","label":"Defel","tint":"","transfer":true}]} +{"_id":"6dUPGIldzOLY7WA8","name":"Droid, Class III","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"
\n

Players as Droids

\n

Work with your GM to determine if playing as a droid is appropriate for your campaign. Droids are impervious to many effects and vulnerable to others. If your GM approves this choice of species, work with them to determine your droids designation, name, and appearance. If you want to play a different type of droid, work with your GM to find traits to realize your character.

\n
\n

Appearance

\n

Class III droids are typically human-like in both shape and size, standing at around 6 feet. They are usually a polished metallic color, though this can vary based on tasks for which they are created, their affiliation, or quirks of their owner.

\n

They are noteworthy for their slow, shuffling gait and typically overly talkative nature.

\n

Utility

\n

Class III droids are programmed to interact with humans. They are said to be the most advanced droids ever invented. Protocol, servant, tutor, and child care droids are all class III droids.

\n

They are usually equipped with protocol chips which give them the cognitive functionality to engage socially.

\n

Names

\n

Droids are typically called by their designation, given to them when they are created, or some affectation given to them by their owner. Often this affectation is a play on their designation.

\n

Occasionally, noteworthy droids will earn monikers based on their accomplishments.

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Intelligence or Wisdom score increases by 1.

\n

Age. Droids don’t age, though they require maintenance to retain functionality.

\n

Alignment. Droids tend toward no particular alignment. The best and worst are found among them.

\n

Size. Class III droids stand around the height of humans and weigh about 150 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 25 feet.

\n

Type. Your creature type is droid.

\n

Armor Integration. You cannot wear armor, but you can have the armor professionally integrated into your chassis over the course of a long rest. This work must be done by someone proficient with astrotech’s implements. You must be proficient in armor in order to have it integrated.

\n

Droid Resistances. You are resistant to necrotic, poison, and psychic damage, and are immune to poison and disease.

\n

Droid Systems. You do not need to eat or drink. Additionally, you no longer require a tech focus to cast tech powers.

\n

Droid Vulnerabilities. You are vulnerable to ion damage. Additionally, you have disadvantage on saving throws against effects that would deal ion or lightning damage.

\n

Force Insensitive. While droids can be manipulated by many force powers, they can not sense the Force. You can not use force powers or take levels in forcecasting classes.

\n

Knowledge Protocol. You have proficiency in the Lore skill.

\n

Maintenance Mode. Rather than sleep, you enter an inactive state to perform routine maintenance for 4 hours each day. You have disadvantage on Wisdom (Perception) checks while performing maintenance.

\n

Rapid Reconstruction. You are built with internal repair mechanisms. As a bonus action, you can choose to spend one of your Hit Dice to recover hit points.

\n

Languages. You can speak, read, and write all registered languages.

"},"skinColorOptions":{"value":""},"hairColorOptions":{"value":""},"eyeColorOptions":{"value":""},"distinctions":{"value":""},"colorScheme":{"value":"Typically metallic"},"droidDistinctions":{"value":"Human-like size, shuffling gait, typically talkative"},"heightAverage":{"value":"5'6\""},"heightRollMod":{"value":"+2d4\""},"weightAverage":{"value":"120 lb."},"weightRollMod":{"value":"x(2d6) lb."},"homeworld":{"value":""},"slanguage":{"value":""},"manufacturer":{"value":"Cybot Galactica, Industrial Automaton"},"droidLanguage":{"value":"Varies based on location"},"source":"PHB"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Droid%20Class%20III.webp","effects":[{"_id":"HFVrCmmsBSqYk1N7","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.details.species","value":"Droid, Class III","mode":5,"priority":20},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":20},{"key":"data.attributes.movement.walk","value":"25","mode":5,"priority":20},{"key":"data.traits.dr.value","value":"necrotic","mode":0,"priority":20},{"key":"data.traits.dr.value","value":"poison","mode":0,"priority":20},{"key":"data.traits.dr.value","value":"psychic","mode":0,"priority":20},{"key":"data.traits.ci.value","value":"diseased","mode":0,"priority":20},{"key":"data.traits.ci.value","value":"poisoned","mode":0,"priority":20},{"key":"data.traits.dv.value","value":"ion","mode":0,"priority":20},{"key":"data.skills.lor.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.all","value":"1","mode":0,"priority":20},{"key":"flags.sw5e.forceInsensitive","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.maintenanceMode","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.rapidReconstruction","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Droid%20Class%20III.webp","label":"Droid, Class III","tint":"","transfer":true}]} +{"_id":"7LrWzNU01cDSj5wG","name":"Mirialan","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Mirialans are a near-human species native to the planet Mirial. They have green to yellow skin and tattoos on their faces. The Mirialans are known for their spirituality and strong connection with the world around them. Mirialans are very flexible and agile, making them fast and formidable foes.

Society and Culture

The Mirialan people are deeply religious and practice a primitive understanding of the Force. They believe each individual's actions contribute to their destiny, building upon past successes and failures to drive them towards their fates. Within their belief system was the view that individual actions ripple through the Force, also affecting the destiny of the species as a whole.\r\n\r\nA Mirialan often places a unique, geometrically repeated tattoo on their face and hands to signify that they have completed a certain test or task, or achieved sufficient aptitude for a certain skill. The number of tattoos often acts as a good indicator of how mature and/or skilled a Mirialan was. Because the more markings brings about a form of status, Mirialan society is stratified and allows the heavily marked citizens to access greater opportunities. Despite its importance, most Mirialans do not know the entirety of the tattoo lexicon due to its complexity. The interaction between placement and positioning of the shapes is incredibly subtle and changes their meaning greatly.

Names

Mirialan names are typically concise and rarely more than two syllables. Surnames are familial.

  Male Names. Boca, Floha, Jemy, Puv, Choqa

  Female Names. Buf, Ches, Kebe, Ovof, Shaqa

  Surnames. Acave, Ishakee, Kefvi, Uflozi, Zoria","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Intelligence score increases by 1.

Age. Mirialan reach adulthood in their late teens and live less than a century.

Alignment. Mirialans spiritual tendencies cause them to tend towards the light side, though there are exceptions.

Size. Mirialan typically stand 5 to 6 feet tall and weight 150 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 35 feet.

Spiritual. You have proficiency in Lore. Additionally, you are considered to have expertise in Intelligence (Lore) checks made to learn or recall something about a culture's religion.

Surprise Attack. If you surprise a creature and hit it with an attack on your first turn in combat, the attack deals an extra 2d6 damage to it. You can use this trait only once per combat.

Unarmed Combatant. Your unarmed strikes deal 1d4 kinetic damage. You can use your choice of your Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.

Languages. You can speak, read, and write Galactic Basic and Mirialan.

"},"skinColorOptions":{"value":"Green, olive, or yellow"},"hairColorOptions":{"value":"Black, blonde, brown, or red"},"eyeColorOptions":{"value":"Blue, green, violet, grey, red, yellow, or orange"},"distinctions":{"value":"Facial tattoos, flexible and agile"},"heightAverage":{"value":"4'6\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"100 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Mirial"},"slanguage":{"value":"Mirialan"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Mirialan","mode":"+","targetSpecific":false,"id":1,"itemId":"1EcSkQcKurcuq5Ug","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"1EcSkQcKurcuq5Ug","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"1EcSkQcKurcuq5Ug","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"1EcSkQcKurcuq5Ug","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"35","mode":"=","targetSpecific":false,"id":5,"itemId":"1EcSkQcKurcuq5Ug","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.lor.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"1EcSkQcKurcuq5Ug","active":false,"_targets":[],"label":"Skills Lore"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"1EcSkQcKurcuq5Ug","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"mirialan","mode":"+","targetSpecific":false,"id":8,"itemId":"1EcSkQcKurcuq5Ug","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Mirialan.webp","effects":[{"_id":"uLanO2lY6ro8UeYE","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Mirialan","mode":5,"priority":20},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"35","mode":5,"priority":5},{"key":"data.skills.lor.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"mirialan","mode":0,"priority":0},{"key":"flags.sw5e.surpriseAttack","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.unarmedCombatant","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Mirialan.webp","label":"Mirialan","tint":"","transfer":true}]} +{"_id":"93AxC8HrUSpclwzY","name":"Gungan","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Starting life as tadpoles, Gungans develop into tall beings with extremely flexible cartilaginous skeletons. Strong leg muscles allow for powerful and quick frog-kick style swimming through water as well as a remarkable jumping ability while on land. Fin-like ears (called haillu) also aid them in swimming, as well as expressing emotions like aggression, friendship, and fear. They have partially retractable eyestalks with nictitating membranes when underwater. Green eyes are unusual amongst Gungans.

Society and Culture

Gungans are generally a generous and peaceful species. They truly love to have visitors and warmly welcome them; however, they would remain suspicious until the visitors have earned their respect. Gungans are not tolerant of anyone who threatens their peaceful culture. They have very strict laws, and will go to the extremes to punish anyone who has committed a minor crime. Vandals, for example, can be given a sentence of exile, caning, or even stoning.\r\n\r\nIf a Gungan is cast out of society, it is very difficult for them to return. If they do manage to return legally, they are often subjected to heavy discrimination. This can make life very difficult for them and can go on for months or years, until their past offenses disappear from memory. Returning back to the settlement they were exiled from illegally will sometimes result in the death penalty, especially if they brought along outsiders.

Names

Gungan names are often repeated syllables hyphenated.

  Male Names. Crinn-Crinn, Gic, Noc-Noc, Wal

  Female Names. Hew, Khi, La-La, Phro-Phro, Yuss

  Surnames. Baud, Gos, Jalles, Mag, Wub","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Strength score increases by 1.

Age. Gungans reach adulthood in their early teens and live about 70 years.

Alignment. Gungans tend toward the light side, though there are exceptions.

Size. Gungans typically stand 6 to 7 feet tall and weigh about 170 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Amphibious. You can breathe air and water.

Martial Proficiency. You have proficiency with light and medium armor as well as the vibrospear and vibropike.

Darkvision. Accustomed to life underwater, you have superior vision in low light conditions. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Strong-Legged. When you make a long jump, you can cover a number of feet up to twice your Strength score. When you make a high jump, you can leap a number of feet up into the air equal to 3 + twice your Strength modifier.

Swim. You have a swimming speed of 30 feet.

Languages. You can speak, read, and write Galactic Basic and Gungan. When speaking Galactic Basic, you often have trouble with word tenses and infinitives; this usually has a comical effect.

"},"skinColorOptions":{"value":"Blue, brown, or green"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Light colors"},"distinctions":{"value":"Extendable tongues, long ears, eye stalks, three toes, aquatic species"},"heightAverage":{"value":"5'5\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"115 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Naboo"},"slanguage":{"value":"Gungan"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Gungan","mode":"=","targetSpecific":false,"id":1,"itemId":"bFOu7PzSYkMdoCYN","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"bFOu7PzSYkMdoCYN","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.str.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"bFOu7PzSYkMdoCYN","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"bFOu7PzSYkMdoCYN","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"bFOu7PzSYkMdoCYN","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.armorProf.value","value":"lgt","mode":"+","targetSpecific":false,"id":6,"itemId":"bFOu7PzSYkMdoCYN","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.armorProf.value","value":"med","mode":"+","targetSpecific":false,"id":7,"itemId":"bFOu7PzSYkMdoCYN","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibrospear","mode":"+","targetSpecific":false,"id":8,"itemId":"bFOu7PzSYkMdoCYN","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibropike","mode":"+","targetSpecific":false,"id":9,"itemId":"bFOu7PzSYkMdoCYN","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":10,"itemId":"bFOu7PzSYkMdoCYN","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.attributes.movement.swim","value":"30","mode":"=","targetSpecific":false,"id":11,"itemId":"bFOu7PzSYkMdoCYN","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":12,"itemId":"bFOu7PzSYkMdoCYN","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"gungan","mode":"+","targetSpecific":false,"id":13,"itemId":"bFOu7PzSYkMdoCYN","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Gungan.webp","effects":[{"_id":"kgqVkH4CH10efNNT","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Gungan","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.str.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.traits.armorProf.value","value":"lgt","mode":0,"priority":0},{"key":"data.traits.armorProf.value","value":"med","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"vibrospear","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"vibropike","mode":0,"priority":0},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.attributes.movement.swim","value":30,"mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"gungan","mode":0,"priority":0},{"key":"flags.sw5e.amphibious","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.strongLegged","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Gungan.webp","label":"Gungan","tint":"","transfer":true}]} +{"_id":"97bNdvsykO011CBK","name":"Mon Calamari","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

The mon calamari are a bipedal, amphibious species with high-domed heads, webbed hands and large, goggle-like eyes. In addition to being webbed, the mon calamari hand presents three suction-cup like holes on its palm, and featured five claw-tipped fingers: one opposable thumb, two long middle fingers, and two very short outer fingers. Although they are shaped like flippers, their feet can nevertheless fit into boots designed for human-like feet. The females are distinguished from the males by their more prominent chest areas.

Society and Culture

The mon calamari have developed a very advanced and civilized culture. Their art, music, literature, and science show a creativity surpassed by few in the galaxy. Mon calamari literature depicts stars as islands in a galactic sea, showing a passionate longing to explore space and discover other civilizations. Mon Calamari are both soft-spoken and gentle, slow to anger, and have the remarkable ability to maintain their concentration without being distracted by emotional responses. They are both inquisitive and creative, and have a near-legendary quality of being both determined and dedicated; once a mon calamari decides on a course of action, they are not easily swayed from that decision. They often fixate themselves on \"lost causes.\"

Names

Mon calamari names generally have a melodic feel.

  Male Names. Creaz, Fior, Hurneerth, Nurrins, Sielpa

  Female Names. Afwa, Lel, Mhirim, Ri, Theya

  Surnames. Dualda, Gradi, Tua, Valec, Winab

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Intelligence or Wisdom score increases by 1.

\n

Age. Mon calamari reach adulthood in their late teens and live less than a century.

\n

Alignment. Mon calamaris' love of the arts cause them to tend toward the light side, though there are exceptions.

\n

Size. Mon calamari stand between 5 and 6 feet tall and rarely weigh more than 150 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Amphibious. You can breathe air and water.

\n

Darkvision. Accustomed to life underwater, you have superior vision in low light conditions. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Mon Calamari Resistance. You have advantage on saving throws against effects that grant the slowed condition and you have resistance against cold damage (explained in chapter 9).

\n

Musical. You have proficiency in one musical instrument of your choice.

\n

Swim. You have a swimming speed of 30 feet.

\n

Languages. You can speak, read, and write Galactic Basic, Mon Cal, and one language of your choice.

"},"skinColorOptions":{"value":"Reddish brown, brown, red, cyan, mottle, salmon, gold, blue, grey, or white"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Yellow, orange, blue, or gray"},"distinctions":{"value":"Large, goggle-like eyes, high-domed heads, webbed hands"},"heightAverage":{"value":"4'9\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"100 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Mon Cala"},"slanguage":{"value":"Mon Cal"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Mon Calamari","mode":"=","targetSpecific":false,"id":1,"itemId":"ct5x6lNWNOOAH9c0","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":2,"itemId":"ct5x6lNWNOOAH9c0","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":3,"itemId":"ct5x6lNWNOOAH9c0","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":4,"itemId":"ct5x6lNWNOOAH9c0","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.dr.value","value":"cold","mode":"+","targetSpecific":false,"id":5,"itemId":"ct5x6lNWNOOAH9c0","active":false,"_targets":[],"label":"Traits Damage Resistance"},{"modSpecKey":"data.traits.toolProf.value","value":"music","mode":"+","targetSpecific":false,"id":6,"itemId":"ct5x6lNWNOOAH9c0","active":false,"_targets":[],"label":"Traits Tool Prof"},{"modSpecKey":"data.attributes.movement.swim","value":"30","mode":"+","targetSpecific":false,"id":7,"itemId":"ct5x6lNWNOOAH9c0","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"ct5x6lNWNOOAH9c0","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"moncal","mode":"+","targetSpecific":false,"id":9,"itemId":"ct5x6lNWNOOAH9c0","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":10,"itemId":"ct5x6lNWNOOAH9c0","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Mon%20Calamari.webp","effects":[{"_id":"N9qNmjh0vP0dzWIA","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Mon Calamari","mode":5,"priority":5},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.dr.value","value":"cold","mode":0,"priority":0},{"key":"data.traits.toolProf.value","value":"music","mode":0,"priority":0},{"key":"data.attributes.movement.swim","value":"30","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"moncal","mode":0,"priority":0},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"flags.sw5e.amphibious","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Mon%20Calamari.webp","label":"Mon Calamari","tint":"","transfer":true}]} +{"_id":"A4GMYyqNVhiLennh","name":"Clawdite","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

In their natural form, clawdites resemble reptilian humanoids, having evolved from reptomammals. They have sunken cheeks with a narrow nose, a small mouth, large eyes with slit-like pupils, and a thin line that runs down their foreheads, creasing their nose. Clawdites possess an extremely rare ability to change their appearance. They can change the color and texture of their skin and eyes, and even grow hair, to mimic other species, though they cannot add significant physical mass to their bodies.

Society and Culture

By nature, clawdites are quiet and solitary beings, often shunning the company of others unless it benefits them. Due to their nature as shapeshifters, they are often mistrusted by strangers. Consequently, they view the galaxy pragmatically, and are often harsh realists.

Not all clawdites use their shapeshifting abilities due to the pain the transformation causes. These clawdites are often inclined to remain on their homeworld of Zolan, avoiding the company of other species.

On Zolan, clawdites are feared and shunned by the zolanders, who are a deeply religious people, believing that clawdites are impure and sinful. Zolanders force clawdites to live in slums scattered across the planet.

Those clawdites who leave their homeworld tend to gravitate toward professions that celebrate their shapeshifting, such as smuggling, bounty hunting, or espionage.

Names

Clawdite names often have a rolling or hissing quality to them. Surnames are familial, though clawdites rarely use them.

  Male Names. Nuri, Pol, Renneyn, Rosat, Turman

  Female Names. Bargu, Cato, Murna, Sora, Zam

  Surnames. Durra, Noviee, Parasitti, Virten, Wesell

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and one other ability score of your choice increases by 1.

\n

Age. Clawdites reach adulthood in their early teens and live less than a century.

\n

Alignment. Clawdites' pragmatism cause them to tend towards neutral balanced, though there are exceptions.

\n

Size. Clawdites typically stand 5 to 7 feet tall and generally weigh about 140 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Changeling Instincts. You gain proficiency with two of the following skills of your choice: Deception, Intimidation, Insight, and Persuasion

\n

Shapechanger. As an action, you can change your appearance and your voice. You determine the specifics of the changes, including your coloration, hair length, and sex. You can also adjust your height and weight, but not so much that your size changes. You can make yourself appear as a member of another species, though none of your game statistics change. You can't duplicate the appearance of a creature you've never seen, and you must adopt a form that has the same basic arrangement of limbs that you have. Your clothing and equipment aren't changed by this trait. You stay in the new form until you use an action to revert to your true form or until you die.

\n

Unsettling Visage. When a creature you can see makes an attack roll against you, you can use your reaction to impose disadvantage on the roll. You must use this feature before knowing whether the attack hits or misses. Using this trait reveals your shapeshifting nature to any creature within 30 feet that can see you. Once you use this trait, you can't use it again until you finish a short or long rest.

\n

Languages. You can speak, read, and write Galactic Basic, Clawdite, and one more language of your choice. Clawdite is characterized by its rolling sounds paired with hissing sibilants.

"},"skinColorOptions":{"value":"Green to yellow"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Yellow, gold, or blue"},"distinctions":{"value":"Shapechanging capabilities"},"heightAverage":{"value":"4'11\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"95 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Zolan"},"slanguage":{"value":"Clawdite"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Clawdite","mode":"=","targetSpecific":false,"id":1,"itemId":"J0MrNxK0lQbMVSIT","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"J0MrNxK0lQbMVSIT","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":3,"itemId":"J0MrNxK0lQbMVSIT","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":4,"itemId":"J0MrNxK0lQbMVSIT","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":5,"itemId":"J0MrNxK0lQbMVSIT","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"clawdite","mode":"+","targetSpecific":false,"id":6,"itemId":"J0MrNxK0lQbMVSIT","active":false,"_targets":[]}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Clawdite.webp","effects":[{"_id":"hd9gJJ4PBwD8kWf5","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Clawdite","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"clawdite","mode":0,"priority":0},{"key":"flags.sw5e.shapechanger","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.unsettlingVisage","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Clawdite.webp","label":"Clawdite","tint":"","transfer":true}]} +{"_id":"AUXWviDOa1PWlgq4","name":"Ewok","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Ewoks are sentient humanoid mammals, averaging about one meter in height, which can provide an advantage when trying to hide. They are covered in fur from head to toe, with brown and black the most common colors. Other Ewoks have near-white or reddish fur, but red fur is supposedly the rarest shade an Ewok can get. Most Ewoks have solid-colored fur, though a few sport stripes. Ewoks have large, bright eyes, small humanoid noses, and hands that possess two fingers and an opposable thumb. Despite their small size, Ewoks are physically strong enough to overpower combat-trained Humans. Their appearance has been likened to \"little bears,\" though they are sometimes referred to as \"mini Wookiees.\"

Society and Culture

Most Ewoks live high among the trees of the forest moon, in villages built between the closely spaced trees. The basic design of a tree village has a \"Central Village\" of thatched-roof huts on the primary limbs. These huts are high enough above the ground to be out of reach of predators. Suspended bridges connect the gaps between trees, adjoining distant huts. Knotted rope ladders allow access up or down.\r\n\r\nEwoks enjoy singing and playing music during celebrations and rituals. They are resourceful and tend to make use of everything they get their hands on; they use a variety of crude drums, horns, flutes, and other instruments in their music.

Names

Ewok names are comprised of growled consonants. Female names always end in a vowel. Surnames are clan-based.

  Male Names. Coostick, Erphek, Grarphil, Moodoo

  Female Names. Booshi, Chela, Fesasha, Lipe, Ypezzi

  Surnames. Fedrimra, Jellyng, Moomrack, Trantelaa","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Constitution score increases by 1.

Age. Ewoks reach adulthood in their early teens and live about 50 years.

Alignment. Ewoks are inherently accepting, albeit naive, and tend toward the light side, though there are exceptions.

Size. Ewoks stand between 3 and 4 feet tall and weigh about 50 lbs. Regardless of your position in that range, your size is Small.

Speed. Your base walking speed is 25 feet.

Crude Weapon Specialists. Ewoks are used to making do with less. You can spend 1 hour, which you can do over the course of a short rest, crafting a weapon out of loose materials. You can craft any simple kinetic weapon, but the weapon's damage suffers a -1 penalty.

Keen Smell. You have advantage on Wisdom (Perception) checks that rely on smell.

Musical Culture. Ewoks incorporate music in their celebrations and rituals. You have proficiency in an instrument of your choice.

Natural Survivalist. You have proficiency in Nature and Survival.

Mask of the Wild. You can attempt to hide even when you are only lightly obscured by foliage, heavy rain, falling snow, mist, and other natural phenomena.

Treeclimber. You have a climbing speed of 25 feet. You have advantage on Strength saving throws and Strength (Athletics) checks that involve climbing.

Undersized. Your small stature makes it hard for you to wield bigger weapons. You can't use heavy shields. Additionally, you can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, you can only wield it in two hands.

Languages. You can speak, read, and write Ewokese. You can understand spoken and written Galactic Basic, but your vocal cords do not allow you to speak it.

"},"skinColorOptions":{"value":"Brown"},"hairColorOptions":{"value":"Shades of white, brown, red, and black"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Furry, short stature, acute sense of smell"},"heightAverage":{"value":"2'9\""},"heightRollMod":{"value":"+2d6\""},"weightAverage":{"value":"40 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Forest Moon of Endor"},"slanguage":{"value":"Ewokese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Ewok","mode":"=","targetSpecific":false,"id":1,"itemId":"7rCK1LQZIbDjw3xG","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"7rCK1LQZIbDjw3xG","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"7rCK1LQZIbDjw3xG","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"sm","mode":"=","targetSpecific":false,"id":4,"itemId":"7rCK1LQZIbDjw3xG","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"25","mode":"=","targetSpecific":false,"id":5,"itemId":"7rCK1LQZIbDjw3xG","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.nat.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"7rCK1LQZIbDjw3xG","active":false,"_targets":[],"label":"Skills Nature"},{"modSpecKey":"data.skills.sur.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"7rCK1LQZIbDjw3xG","active":false,"_targets":[],"label":"Skills Survival"},{"modSpecKey":"data.attributes.movement.climb","value":"25","mode":"+","targetSpecific":false,"id":8,"itemId":"7rCK1LQZIbDjw3xG","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"ewokese","mode":"+","targetSpecific":false,"id":9,"itemId":"7rCK1LQZIbDjw3xG","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":10,"itemId":"7rCK1LQZIbDjw3xG","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Ewok.webp","effects":[{"_id":"jwNxli358V22lYXu","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Ewok","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"sm","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":25,"mode":5,"priority":5},{"key":"data.skills.nat.value","value":1,"mode":4,"priority":20},{"key":"data.skills.sur.value","value":1,"mode":4,"priority":20},{"key":"data.attributes.movement.climb","value":25,"mode":2,"priority":20},{"key":"data.traits.languages.value","value":"ewokese","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"flags.sw5e.crudeWeaponSpecialists","value":"1","mode":5,"priority":20},{"key":"data.traits.toolProf.value","value":"music","mode":0,"priority":20},{"key":"flags.sw5e.maskOfTheWild","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Ewok.webp","label":"Ewok","tint":"","transfer":true}]} +{"_id":"B0xb7su9ZUGA1mlZ","name":"Aleena","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Aleena are short, reptilian bipeds with large eyes and wide mouths full of small, sharp teeth. Aleena's bodies are long compared to their short arms and stubby legs. Warm-blooded reptiles, they possess exceptional reflexes as well as a fast metabolism which allow them to convert food into energy very rapidly in order to escape predators on their harsh home planet.

\n

Society and Culture

\n

Aleena are social and tend to thrive best in with close-knit teams if not with their own kind. They develop strong loyalties to friends and protect those they care about fiercely. Due to their inborn curiosity, the aleena are stereotypically galactic travelers, tourists in every sense. This, combined with their strong dedication to their relatives, results in aleena families traveling even to most unusual and dangerous locations just to see its sights. The appearance of aleena family walking through an intergalactic metropolis is a common sight on many planets. The aleena's love of sports and particularly, adventure and thrill sports, draw many into the galactic community. Most who enter professional classes are experts or diplomats.

\n

Aleena settlements are small, and most individuals are part of a single lineage, or tahiko. The chief of each tahiko leads the community and represents their wishes to the planetary advisory body. The advisory body elects a king to govern the planet. This indivisdual is generally revered as a religious figure tasked with officiating at all religious ceremonies.

\n

Names

\n

Aleena names are generally short and guttural, with longer names being saved for royalty. Surnames are based on their tahiko or tribal lineage.

\n

  Male Names. Batts, Gratz, Wakka, Zakan, Zetts

\n

  Female Names. Arkei, Harza, Sutci, Tsuon, Yenn

\n

  Surnames. Anares, Kylar, Ors, Practes, Targae

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Charisma score increases by 1.

\n

Age. Aleena reach adulthood in their late teens and live to be about 80.

\n

Alignment. Aleena's benevolent yet curious nature causes them to tend toward chaotic light side, though there are exceptions.

\n

Size. Aleena typically stand 2 and a half to 3 feet tall and generally weigh about 35 lbs. Regardless of your position in that range, your size is Small.

\n

Speed. Your base walking speed is 25 feet.

\n

Bite. Your sharp teeth are a natural weapon, which you can use to make unarmed strikes. If you hit with them, you deal kinetic damage equal to 1d4 + your Strength modifier. Additionally, as a bonus action, you can perform a special bite attack. On a hit, the target suffers the attack's normal effects, you gain temporary hit points equal to your Constitution modifier (minimum of 1), and you can't use this trait again until you finish a short or long rest.

\n

Cosmopolitan. You have proficiency in Lore.

\n

Nimble Escape. You can take the Disengage or Hide action as a bonus action on each of your turns.

\n

Nimbleness. You can move through the space of any creature that is of a size larger than yours.

\n

Racer's Reflexes. Whenever you make a Dexterity ability check, attack roll, or saving throw, you can choose to add 1d4 to the result. You can choose to do this after the check is rolled but before the GM determines if you have passed or failed the check. You cannot do so again until you complete a short or long rest.

\n

Undersized. Your small stature makes it hard for you to wield large weapons. You cannot use heavy shields. Additionally, you cannot use martial weapons with the two-handed property unless it also has the light property, and, if a martial weapon has the versatile property, you can only wield it in two hands.

\n

Languages. You can speak, read, and write Galactic Basic and Aleena. Aleena is characterized by its use of short syllables and energetic movements to convey urgency and emotion.

"},"skinColorOptions":{"value":"Blue, gray, purple, tan"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Blue"},"distinctions":{"value":"Short stature, scaly skin, crested head"},"heightAverage":{"value":"2'1\""},"heightRollMod":{"value":"+2d4\""},"weightAverage":{"value":"35 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Aleen"},"slanguage":{"value":"Aleena"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Aleena","mode":"+","targetSpecific":false,"id":1,"itemId":"N5NXHGq5qTMu5TvX","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"N5NXHGq5qTMu5TvX","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"N5NXHGq5qTMu5TvX","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"sm","mode":"=","targetSpecific":false,"id":4,"itemId":"N5NXHGq5qTMu5TvX","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"25","mode":"=","targetSpecific":false,"id":5,"itemId":"N5NXHGq5qTMu5TvX","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.lor.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"N5NXHGq5qTMu5TvX","active":false,"_targets":[],"label":"Skills Lore"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"N5NXHGq5qTMu5TvX","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"aleena","mode":"+","targetSpecific":false,"id":8,"itemId":"N5NXHGq5qTMu5TvX","active":false,"_targets":[],"label":"Traits Language"}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Aleena.webp","effects":[{"_id":"UCJDsDHBIg6vcQ2j","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Aleena","mode":5,"priority":20},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"sm","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":25,"mode":5,"priority":5},{"key":"data.skills.lor.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"aleena","mode":0,"priority":0},{"key":"flags.sw5e.nimbleEscape","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.nimbleness","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Aleena.webp","label":"Aleena","tint":"","transfer":true}]} +{"_id":"BpKuf1Kr1YgiHrYr","name":"Umbaran","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Umbarans, called the \"Shadow People\" by some, are a near-human species characterized by their pale, bluish skin and colorless, sunken eyes. Their homeworld, Umbara, is situated deep within the Ghost Nebula, and receives almost no direct light from the planet's primary star. As a result, Umbaran eyes are well-adjusted to seeing in low light, and can see into the ultraviolet spectrum, but can be disoriented by bright light.

\n

Society and Culture

\n

Umbaran society is strictly divided into a leveled caste system, with most Umbarans constantly scheming to improve their social rank, using tactics such as blackmail, subterfuege, and even assassination if necessary. Only those within the ten highest caste tiers were given opportunities to leave their homeworld. Because of the cutthroat machinations required to get there, Umbarans in the wider galaxy are known as skilled, ruthless politicians. This reputation is enhanced by the Umbarans' talents for reading and influencing the emotions of others. Umbara developed its own technological advances separate from galactic society, and possessed technology that was in many fields far more advanced than the galactic standard.

\n

Names

\n

Umbaran names are typically no more than one or two syllables. Surnames are familial.

\n

  Male Names. Mee, Pir, Nyss, Moshenu
  Female Names. Sly, Syll, Myn, Sata
  Surnames. Deechi, Moore, Phobi, Nenn

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Charisma or Wisdom score increases by 1.

\n

Age. Umbarans reach adulthood in their late teens and live less than a century.

\n

Alignment. Umbarans' desire to improve their social standing at all costs causes them to tend towards chaos, though there are exceptions

\n

Size. Umbarans typically stand 5 to 6 feet tall and generally weigh about 140 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Superior Darkvision. You've lived most of your life without direct sunlight. You can see in dim light within 120 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Umbaran Specilization. You have proficiency in one of the following skills: Insight, Technology, Deception, or Perception.

\n

Tech Dabbler. You know the ward at-will tech power. When you reach 3rd level, you can cast the analyze tech power once per day. When you reach 5th level, you can also cast the infiltrate tech power once per day. Intelligence is your techcasting ability for these powers. You do not require use of a wristpad for these powers.

\n

Shadow People. You can attempt to hide even when you are only lightly obscured by dim light.

\n

Sunlight Sensitivity. You have disadvantage on attack rolls and on Wisdom (Perception) checks that rely on sight when you, the target of your attack, or whatever you are trying to perceive is in direct sunlight.

\n

Languages. You can speak, read, and write Galactic Basic and Umbaran. Umbaran is characterized by its blending of technical jargon with informal language. It is rarely spoken off Umbara.

"},"skinColorOptions":{"value":"Pale grey or white"},"hairColorOptions":{"value":"White"},"eyeColorOptions":{"value":"White"},"distinctions":{"value":"Blue tinted skin and sunken, colorless eyes"},"heightAverage":{"value":"4'11\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"105 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Umbara"},"slanguage":{"value":"Umbaran"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Umbaran","mode":"=","targetSpecific":false,"id":1,"itemId":"g2kRN5Ro27qAJUBE","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"g2kRN5Ro27qAJUBE","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"g2kRN5Ro27qAJUBE","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"g2kRN5Ro27qAJUBE","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"g2kRN5Ro27qAJUBE","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (120 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"g2kRN5Ro27qAJUBE","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"g2kRN5Ro27qAJUBE","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"umbaran","mode":"+","targetSpecific":false,"id":8,"itemId":"g2kRN5Ro27qAJUBE","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Umbaran.webp","effects":[{"_id":"UYCnNjKYqbeNq6n8","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Umbaran","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (120 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"umbaran","mode":0,"priority":0},{"key":"flags.sw5e.sunlightSensitivity","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Umbaran.webp","label":"Umbaran","tint":"","transfer":true}]} +{"_id":"C4nEg4sz7WoOOLm3","name":"Rodian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

The rodians are green-skinned humanoids from the planet Rodia. They possess distinctive faces: large, round, multifaceted eyes; tapir-like snouts; and a pair of saucer-shaped antennae on their heads, which served to detect vibrations. The flexible snouts augmented the rodians' finely tuned olfactory senses, collecting and filtering the air. Their characteristically large eyes indicated a primarily nocturnal ancestry and were capable of seeing into the infrared part of the spectrum. Due to their love of fighting and active lifestyles, most rodians kept in good condition, normally lean and wiry; however, some wealthy rodians became complacent and obese.

\n

Society and Culture

\n

Rodian culture is obsessed with violence and death, due to behaviors and practices that are ingrained since their earliest ancestry. Their densely packed jungle homeworld is ill-suited for agriculture, requiring rodians to compete with vicious predators for most of their food, some of which can wipe out entire rodian villages. As the rodians developed cunning hunting tactics to survive, the hunt became central to their culture. Eventually, having driven most of the other predators on the planet to near extinction, they began to hunt each other in various wars and gladiatorial contests.

\n

Names

\n

Female names tend to be longer than male names. Surnames are familial.

\n

  Male Names. Dagon, Dwedd, Gweym, Steech, Xeep

\n

  Female Names. Heebmu, Iissi, Teezle, Whunam

\n

  Surnames. Bluchosso, Encekserr, Gieeseaagg

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Constitution score increases by 1.

\n

Age. Rodians reach adulthood in their late teens and live less than a century.

\n

Alignment. Rodian culture's violent focus causes them to tend toward the dark side, though there are exceptions.

\n

Size. Rodians typically stand 5 to 6 feet tall and weigh 160 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Adept Climbers. You have a climbing speed of 30 feet.

\n

Darkvision. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Hunter. You are proficient in Survival and Stealth.

\n

Keen Hearing and Smell. You have advantage on Wisdom (Perception) checks that involve hearing or smell.

\n

Languages. You can speak, read, and write Galactic Basic and Rodese. Rodians can communicate with each other using pheromones. Force-sensitives can detect this communication, though they can't understand it.

"},"skinColorOptions":{"value":"Blue, green, purple, turquoise, or yellow"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Blue, black, green, purple, or red"},"distinctions":{"value":"Large and round pupil-less eyes, snouts, pointed ears, antennae, scaled and usually green skin"},"heightAverage":{"value":"4'9\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"115 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Rodia"},"slanguage":{"value":"Rodese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Rodian","mode":"=","targetSpecific":false,"id":1,"itemId":"GhiozA8Buw9TdeDD","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"GhiozA8Buw9TdeDD","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"GhiozA8Buw9TdeDD","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"GhiozA8Buw9TdeDD","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"GhiozA8Buw9TdeDD","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.movement.climb","value":"30","mode":"=","targetSpecific":false,"id":6,"itemId":"GhiozA8Buw9TdeDD","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":7,"itemId":"GhiozA8Buw9TdeDD","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.sur.value","value":"1","mode":"+","targetSpecific":false,"id":8,"itemId":"GhiozA8Buw9TdeDD","active":false,"_targets":[],"label":"Skills Survival"},{"modSpecKey":"data.skills.ste.value","value":"1","mode":"+","targetSpecific":false,"id":9,"itemId":"GhiozA8Buw9TdeDD","active":false,"_targets":[],"label":"Skills Stealth"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":10,"itemId":"GhiozA8Buw9TdeDD","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"rodese","mode":"+","targetSpecific":false,"id":11,"itemId":"GhiozA8Buw9TdeDD","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Rodian.webp","effects":[{"_id":"FUiWLoJwaDtoE4pp","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Rodian","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.attributes.movement.climb","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.sur.value","value":1,"mode":4,"priority":20},{"key":"data.skills.ste.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"rodese","mode":0,"priority":0},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Rodian.webp","label":"Rodian","tint":"","transfer":true}]} +{"_id":"CK5Co47dNdqIPeVz","name":"Kage","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

The kage are a pale-skinned sentient species native to the caverns in the planet of Quarzite. The kage have a long-time conflict with the belugans, consistently at odds with them. During the Clone Wars, Otua Blank ordered the capture of Pluma Sodi to marry her, she was later given back to the Kage Warriors by Asajj Ventress.

Society and Culture

The kage are a dedicated people of physical excellence; they train tireless and elite fighter-monks known as Kage warriors. They tend to use weapons with electric or disruptive properties, but they are also great fighters in unarmed combat. Kage warriors are respected in Kage society as the greatest calling a kage might follow.\r\n\r\nKage also share an affinity with animals, most notably the native multi-legged milodon, developing a symbiotic relationship. They use the milodon as transport; they can keep pace with the subtram transports that supply belugan strongholds, and launch raids that often catch the belugan security forces off-guard.

Names

Kage names are generally multisyllable with melodic intonations. Surnames are familial.

  Male Names. Baalin, Forta, Krismo, Rafa, Timko

  Female Names. Chena, Fari, Moora, Ooni, Pluma

  Surnames. Buno, Keeli, Nima, Sodi, Tani","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Wisdom score increases by 1.

Age. Kage reach adulthood in their late teens and live less than a century.

Alignment. Kages' rigid sense of honor causes them to tend toward lawful light side, though there are exceptions.

Size. Kage typically stand between 5 and 6 feet tall, and weigh around 150 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Animal Handler. You are proficient in Animal Handling.

Athletic. You have proficiency in the Athletics skill.

Strong-Legged. When you make a long jump, you can cover a number of feet up to twice your Strength score. When you make a high jump, you can leap a number of feet up into the air equal to 3 + twice your Strength modifier.

Sunlight Sensitivity. You have disadvantage on attack rolls and on Wisdom (Perception) checks that rely on sight when you, the target of your attack, or whatever you are trying to perceive is in direct sunlight.

Superior Darkvision. You've lived most of your life without direct sunlight. You can see in dim light within 120 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Unarmed Combatant. Your unarmed strikes deal 1d4 kinetic damage. You can use your choice of your Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.

Weapon Training. Kage are adept warriors. You are proficient with the electroprod and electrostaff.

Languages. You can speak, read, and write Galactic Basic and one language of your choice.

"},"skinColorOptions":{"value":"Gray, white"},"hairColorOptions":{"value":"Gray, pale yellow, white"},"eyeColorOptions":{"value":"Green, pink, red, yellow"},"distinctions":{"value":"Athleticism, pale skin, piercing eyes"},"heightAverage":{"value":"4'9\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"95 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Quarzite"},"slanguage":{"value":"Galactic Basic"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Kage","mode":"=","targetSpecific":false,"id":1,"itemId":"QTUYXHT2mwCXYUsy","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"QTUYXHT2mwCXYUsy","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"QTUYXHT2mwCXYUsy","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"+","targetSpecific":false,"id":4,"itemId":"QTUYXHT2mwCXYUsy","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"QTUYXHT2mwCXYUsy","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.ani.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"QTUYXHT2mwCXYUsy","active":false,"_targets":[],"label":"Skills Animal Handling"},{"modSpecKey":"data.skills.ath.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"QTUYXHT2mwCXYUsy","active":false,"_targets":[],"label":"Skills Athletics"},{"modSpecKey":"data.traits.senses","value":"Darkvision (120 ft.)","mode":"+","targetSpecific":false,"id":8,"itemId":"QTUYXHT2mwCXYUsy","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.weaponProf.custom","value":"electroprod","mode":"+","targetSpecific":false,"id":9,"itemId":"QTUYXHT2mwCXYUsy","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"electrostaff","mode":"+","targetSpecific":false,"id":10,"itemId":"QTUYXHT2mwCXYUsy","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":11,"itemId":"QTUYXHT2mwCXYUsy","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Kage.webp","effects":[{"_id":"i0cnHmFVkjW8q1nQ","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Kage","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":20},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.skills.ani.value","value":1,"mode":4,"priority":20},{"key":"data.skills.ath.value","value":1,"mode":4,"priority":20},{"key":"data.traits.senses","value":"Darkvision (120 ft.)","mode":2,"priority":20},{"key":"data.traits.weaponProf.custom","value":"electroprod","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"electrostaff","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"flags.sw5e.strongLegged","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.unarmedCombatant","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.sunlightSensitivity","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Kage.webp","label":"Kage","tint":"","transfer":true}]} +{"_id":"CK7p7ABwk2BvpPDt","name":"Kubaz","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Kubaz are distinctive for their short, prehensile facial snouts which were used for reaching insects within their hives. They have adapted to their sun-scorched, vegetation-deprived world by learning to survive off their world's native insect population. Filled with two rows of teeth for gnashing their food, the Kubaz trunk also functions as a highly sensitive nose. Due to living on their homeworld of Kubindi—a planet which orbits a blue star—Kubaz are highly sensitive to red wavelengths; when traveling to planets with a red or yellow star, Kubaz are forced to don protective eyewear to avoid damaging their sensitive eyes.

\n

Society and Culture

\n

The Kubazi society is based on a clan structure which dwell in underground nests. Ruled by a queen, each clan takes the name of their queen they are descended from. Developing a non-verbal language of hand gestures which indicated their intentions, Kubaz are able to speak Galactic Basic, though with a strong nasally accent. When interacting with other species, some Kubaz will share certain hand signals with non-Kubaz in order to ease communications. Obsessed with tact and decorum, the Kubaz place a high emphasis on the family unit and proper courtesies, displaying truthfulness to a fault. Valuing art and literature with such vigor as to sometimes practice smuggling of great works, the Kubaz do not find such pursuits to be wrong or unlawful. Due to their diet on Kubindi, the Kubaz have poor relations with sentient insectile species.

\n

Names

\n

Kubaz names are usually dominated by harsher sounds, but some names lean more melodic. Surnames are clan-based.

\n

  Male Names. Shaf, Rizor, Duldril, Kurn, Schnaldiz

\n

  Female Names. Zhanro, Dizi, Tavo, Agoz, Nuzrem

\n

  Surnames. Re, Eadzan, Hai, Khu'nar, Mairvuc, Va

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Intelligence score increases by 1.

Age. Kubaz reach adulthood in their early teens and live less than a century.

Alignment. Kubaz' courteous nature causes them to tend toward lawful alignments, though there are exceptions.

Size. Kubaz typically stand 5 to 6 feet tall and weigh around 160 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Art Obsession. Whenever you make an ability check related to the acquisition or location of art or valuables, you are considered proficient in the check. If you would already be proficient, you instead have expertise.

Darkvision. You have a keen eyesight, especially in the dark. You can see in dim light within 120 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Deft Hand. You have proficiency in one of the following skills: Deception, Sleight of Hand, or Stealth.

Keen Smell. You have advantage on Wisdom (Perception) checks that rely on smell.

Slicer. You have proficiency with the Technology skill and the slicer's kit.

Sunlight Sensitivity. You have disadvantage on attack rolls and on Wisdom (Perception) checks that rely on sight when you, the target of your attack, or whatever you are trying to perceive is in direct sunlight.

Languages. You can speak, read, and write Galactic Basic and Kubazian. Kubazian is comprised of a unique series of whirring, nasally syllables, causing Kubaz to have a high-pitched accent when speaking other languages.

"},"skinColorOptions":{"value":"Black, dark grey, or dark green"},"hairColorOptions":{"value":"Black"},"eyeColorOptions":{"value":"Red"},"distinctions":{"value":"Prehensile snouts, protective eyewear"},"heightAverage":{"value":"4'9\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"105 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Kubindi"},"slanguage":{"value":"Kubazian"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Kubaz","mode":"=","targetSpecific":false,"id":1,"itemId":"nMwP2J1jYHBnvzl2","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"nMwP2J1jYHBnvzl2","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"nMwP2J1jYHBnvzl2","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"nMwP2J1jYHBnvzl2","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"nMwP2J1jYHBnvzl2","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (120 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"nMwP2J1jYHBnvzl2","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.tec.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"nMwP2J1jYHBnvzl2","active":false,"_targets":[],"label":"Skills Technology"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"nMwP2J1jYHBnvzl2","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"kubazian","mode":"+","targetSpecific":false,"id":10,"itemId":"nMwP2J1jYHBnvzl2","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.toolProf.value","value":"slic","mode":"+","targetSpecific":false,"id":11,"itemId":"CQynRq1eakOfEG2w","active":false,"_targets":[],"label":"Traits Tool Prof"}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Kubaz.webp","effects":[{"_id":"KTMeZ69AIhp6lmIz","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Kubaz","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (120 ft.)","mode":2,"priority":20},{"key":"data.skills.tec.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"kubazian","mode":0,"priority":0},{"key":"data.traits.toolProf.value","value":"slic","mode":0,"priority":0},{"key":"flags.sw5e.sunlightSensitivity","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Kubaz.webp","label":"Kubaz","tint":"","transfer":true}]} +{"_id":"E6jU35q1AwILfbnW","name":"Shistavanen","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Shistavanen have pronounced muzzles, sharp claws, long pointed teeth, and pointed ears set on top of their heads. Shistavanen also possess large glowing eyes, and can also run at high speeds for long periods without getting tired, alternately using two or four limbs. As predators, they possess keen hearing and smell and excellent night vision.

Society and Culture

As a species, the Shistavanen are isolationists. The species colonized all the unpopulated worlds in the Uvena system to prevent them from being settled by non-Shistavanen, and their restrictive trade laws (which are unapologetic in how they favor their own kind over off-world traders). Most of their society uses technology similar to the rest of the galaxy, though some parts of Uvena Prime use slightly less sophisticated technology.\r\n\r\nA minority of Shistavanen are more outgoing, and travel the galaxy's hyperlanes. Even these Shistavanen usually remain by themselves or with other Shistavanen. Due to their natural predatory instincts, Shistavanen commonly find employment as scouts, mercenaries and bounty hunters. Many other species react badly to Shistavanen, since their isolationist culture makes them an unfamiliar sight, and their predatory appearance put other species on edge.

Names

Shistavanen first names typically sound graceful, while their surnames are more gutteral. Surnames are familial.

  Male Names. Bustuc, Hulvav, Kembol, Nemdav, Sirul

  Female Names. Gaeft, Laer, Recloz, Shaalir, Thovnim

  Surnames. Ghirat, Lakrevl, Meq, Nukroft, Rosk","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Constitution score increases by 1.

Age. Shistavanen reach adulthood in their late teens and live less than a century.

Alignment. Shistavanen are private and tend toward no particular alignment. The best and worst are found among them.

Size. Shistavanen typically stand around 6 feet tall and weigh between 140 and 190 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Darkvision. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Fang and Claw. You are proficient with your fangs and claws, which deal 1d4 kinetic damage on a hit.

Forced March. Shistavanen are able to maintain a fast pace longer than other species. Shistavanen have advantage on Constitution saving throws made to avoid Exhaustion due to prolongued travel, as described in Chapter 8.

Keen Hearing and Smell. You have advantage on Wisdom (Perception) checks that involve hearing or smell.

Regenerative. When you take damage, you can use your reaction and expend a Hit Die to regain hit points as long as the damage would not reduce your hit points to 0.

Languages. You can speak, read, and write Galactic Basic and Shistavanen. The Shistavanen language is characterized by its barks and growls.

"},"skinColorOptions":{"value":"Black or light to dark brown"},"hairColorOptions":{"value":"Black, light to dark brown, grey (usually with age)"},"eyeColorOptions":{"value":"Black or gray"},"distinctions":{"value":"Lupine appearance, enhanced senses, increased speed, increased strength, healing ability"},"heightAverage":{"value":"5'7\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"140 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Uvena Prime"},"slanguage":{"value":"Shistavanen"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Shistavanen","mode":"=","targetSpecific":false,"id":1,"itemId":"NFnjQJd20k0SzLj2","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"NFnjQJd20k0SzLj2","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"NFnjQJd20k0SzLj2","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"NFnjQJd20k0SzLj2","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"NFnjQJd20k0SzLj2","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"NFnjQJd20k0SzLj2","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"NFnjQJd20k0SzLj2","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"shistavanen","mode":"+","targetSpecific":false,"id":8,"itemId":"NFnjQJd20k0SzLj2","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Shistavanen.webp","effects":[{"_id":"uIcJ7M92lT53GK8n","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Shistavanen","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"shistavanen","mode":0,"priority":0},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.regenerative","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Shistavanen.webp","label":"Shistavanen","tint":"","transfer":true}]} +{"_id":"FixqnQKxrYLnNyo2","name":"Zabrak","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Zabrak are near-human, but have a number of significant physical characteristics that set them apart from baseline Humanity. The most striking of these are a series of vestigial horns that crown the heads of both males and females. These horns grow at puberty in varying patterns and signified that their rite of passage is drawing near.

In addition to their horns, another of the traits that make zabrak instantly recognizable are their facial tattoos, which are made up of thin lines received during their rite of passage. These could symbolize many things, including but not limited to family lineage, place of birth, or even a design that reflected their individual personalities.

Lastly, zabraks possess a second heart.

Society and Culture

Zabrak are often seen by most other species as being single-minded, an observation that is not terribly incorrect. This single-minded determination comes from the fact that they are a species with a strong sense of self-assuredness, confident that they are able to accomplish any task that they set out to do. However, this does not lead a zabrak to develop a sense of prideful superiority towards others. Though it is not uncommon to see competition between colonies, this is not seen as a negative. The zabraks believe that the various experiences of the different colonies only serve to add to the species' overall value throughout the galaxy.

Names

Zabrak names are usually derived from the animals living on their planet. Zabraks don't use surnames.

  Male Names. Kadro, Muraa, Neqama, Ruvroo, Xadra

  Female Names. Blostopa, Mega, Novrar, Rebroke

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Strength or Dexterity score increases by 1.

Age. Zabraks reach adulthood in their late teens and live less than a century.

Alignment. Zabraks tend toward no particular alignment. The best and worst are found among them.

Size. Zabraks stand anywhere from 5 to 7 feet tall and weigh up to 300 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Coercive. You have proficiency with Persuasion or Intimidation (your choice).

Crafters. You have proficiency with with one artisan's tool of your choice.

Darkvision. Your vision can easily cut through darkness. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Second Heart. When you are reduced to 0 hit points but not killed outright, you can drop to 1 hit point instead. You can't use this feature again until you finish a long rest.

Unarmed Combatant. Your unarmed strikes deal 1d4 kinetic damage. You can use your choice of your Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.

Languages. You can speak, read, and write Galactic Basic and Zabraki.

"},"skinColorOptions":{"value":"Pale to dark brown, red, orange and yellow"},"hairColorOptions":{"value":"Black, blonde, brown, red, or purple"},"eyeColorOptions":{"value":"Yellow, green, orange, brown, blue, red, or purple"},"distinctions":{"value":"Horns, two hearts, facial tattoos"},"heightAverage":{"value":"5'1\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"120 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Iridonia or Dathomir"},"slanguage":{"value":"Zabraki"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Zabrak","mode":"+","targetSpecific":false,"id":1,"itemId":"1kGACJMqt4pxyk1o","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"1kGACJMqt4pxyk1o","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":3,"itemId":"1kGACJMqt4pxyk1o","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":4,"itemId":"1kGACJMqt4pxyk1o","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":5,"itemId":"1kGACJMqt4pxyk1o","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":6,"itemId":"1kGACJMqt4pxyk1o","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"zabraki","mode":"+","targetSpecific":false,"id":7,"itemId":"1kGACJMqt4pxyk1o","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Zabrak.webp","effects":[{"_id":"o7n6csSMm1fhRWhM","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Zabrak","mode":5,"priority":20},{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"zabraki","mode":0,"priority":0},{"key":"flags.sw5e.multipleHearts","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.unarmedCombatant","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Zabrak.webp","label":"Zabrak","tint":"","transfer":true}]} +{"_id":"G96POfw8hi3kswM4","name":"Dug","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Dugs are slender, powerfully built beings with a somewhat humanoid build and a unique method of walking that hailed from the high gravity world Malastare. Their primary means of locomotion is their strong arms, and their lower limbs and feet were used for grappling and other fine motor manipulation. They hardly ever walk on their lower limbs. Although most Dugs may walk on all four limbs, others like to use their strong arms as legs and their feet as hands like they would normally do.

Society and Culture

Due to their oppression under their Gran rulers who colonized Malastare, many Dugs often feel the need to throw around their strength in bids to establish dominance. As a result, they are known for their ill-tempered demeanor, and many are bullying thugs.\r\n\r\nOn their homeworld of Malastare, the vast majority of Dugs are little more than laborers toiling for the enrichment of the Gran. With the species excluded from much of the power and money on Malastare, many Dugs turn to swoop racing or bounty hunting as their only means to achieve fame and fortune. In all other areas, the Dugs are exploited.

Names

Dug names are often 3 syllables long, mostly through big sounds rather than harsh tones. There are harsher tones in their names as well though, often in the forms of x's and k's. Female Dugs have softer names, but no one would call them beautiful. Surnames are usually passed down through family or clan.

  Male Names. Bawugri, Gadwouhx, Rorgukwa,

  Female Names. Bosix, Grugne, Jiwous, Pragiba,

  Surnames. Brundaare, Gninsaidi, Kedwir, Randaine","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Dexterity score increases by 1.

Age. Dugs reach adulthood in their early teens and live an average of 75 years. Their violent nature often leads to violent ends.

Alignment. Dugs' angry nature causes them to tend toward the dark side, though there are exceptions.

Size. Dugs typically stand between 3 and 4 feet tall. Regardless of your position in that range, your size is Small.

Speed. Your base walking speed is 25 feet.

Courageous. You have advantage on saving throws against being frightened.

Fisticuffs. Your unarmed strikes deal 1d4 kinetic damage. You can use your choice of your Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.

Fury of the Small. When you damage a creature with an attack or a power and the creature's size is larger than yours, you can cause the attack or power to deal extra damage to the creature. The extra damage equals your level. Once you use this trait, you can't use it again until you finish a short or long rest.

Menacing. You have proficiency in the Intimidation skill.

Strong and Small. You have a climbing speed of 25 feet.

Powerful Build. You count as two sizes larger when determining your carrying capacity and the weight you can push, drag, or lift.

Undersized. Your small stature makes it hard for you to wield bigger weapons. You can't use heavy shields. Additionally, you can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, you can only wield it in two hands.

Languages. You can speak, read, and write Galactic Basic and Dug.

"},"skinColorOptions":{"value":"Brown, purple, gray, or red"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Blue or yellow"},"distinctions":{"value":"Arms used as legs and legs used as arms"},"heightAverage":{"value":"3'2\""},"heightRollMod":{"value":"+2d6\""},"weightAverage":{"value":"50 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Malastare"},"slanguage":{"value":"Dug"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Dug","mode":"=","targetSpecific":false,"id":1,"itemId":"567S1i2cx4Cv10jT","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"567S1i2cx4Cv10jT","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"567S1i2cx4Cv10jT","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"sm","mode":"=","targetSpecific":false,"id":4,"itemId":"567S1i2cx4Cv10jT","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"25","mode":"=","targetSpecific":false,"id":5,"itemId":"567S1i2cx4Cv10jT","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.itm.value","value":"1","mode":"=","targetSpecific":false,"id":6,"itemId":"567S1i2cx4Cv10jT","active":false,"_targets":[],"label":"Skills Intimidation"},{"modSpecKey":"data.attributes.movement.climb","value":"25","mode":"=","targetSpecific":false,"id":7,"itemId":"567S1i2cx4Cv10jT","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"567S1i2cx4Cv10jT","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"dug","mode":"+","targetSpecific":false,"id":9,"itemId":"567S1i2cx4Cv10jT","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true},"core":{"sheetClass":""}},"img":"systems/sw5e/packs/Icons/Species/Dug.webp","effects":[{"_id":"ZXNTACyNdeD1Y7ui","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Dug","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"sm","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":25,"mode":5,"priority":5},{"key":"data.skills.itm.value","value":1,"mode":4,"priority":5},{"key":"data.attributes.movement.climb","value":25,"mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"dug","mode":0,"priority":0},{"key":"flags.sw5e.furyOfTheSmall","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.powerfulBuild","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Dug.webp","label":"Dug","tint":"","transfer":true}]} +{"_id":"GExUpA4NmRaxS8Gm","name":"Duros","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

The duros are humanoids with smooth blue-green skin, red eyes, lipless mouths, long thin noseless faces and green blood. Olfactory organs beneath their eyes are responsible for their sense of smell. Both females and males are bald, though both genders are easily distinguished. Their large red goggle-like eyes have slit pupils. Duros females lay eggs as they are descended from ancient reptiles, and they are born in a larval grub stage. Unlike similar species, the duros take care of their offspring from birth.

Society and Culture

Their home planet Duro is primarily uninhabited due to massive pollution on the world over time. Instead, it is covered with automated farms for food production. The duros live in twenty orbital space cities above the planet.

The duros also established a vast, grand starship construction industry in the Duro system. The duros set up their government around a consortium of starship construction corporations, with all important political decisions made by the stockholders of the corporations. This meant that any duros that held stock in a company could participate in the administration of the system.

With their strong memories, some duros also choose to become extraordinary storytellers, renowned galaxy-wide for their ability to learn a wide range of narratives by heart, and perform them all with stunning accuracy.

Names

Duros names are generally melodic, with female names having softer intonations. Surnames are familial.

  Male Names. Cir, Fod, Mom, Rur, Zim

  Female Names. Chochi, Fumsu, Kaleshef, Raada

  Surnames. Dektuks, Jimoks, Silt, Tuzig, Zhoks

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Intelligence score increases by 1.

Age. Duros reach adulthood in their 20s and live an average of 150 years.

Alignment. Duros tend toward no particular alignment. The best and worst are found among them.

Size. Duros stand around 6 feet tall and weigh around 160 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Darkvision. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Galactic Traveler. You have proficiency in Lore.

Pilot. You have proficiency in Piloting.

Tech Resistance. Growing up around technology leaves an impact on duros. You have advantage on Dexterity and Intelligence saving throws against tech powers.

Languages. You can speak, read, and write Galactic Basic and Durese. Durese is a common interstellar tongue used by prominent spacers and traders.

"},"skinColorOptions":{"value":"Blue, green"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Red"},"distinctions":{"value":"Noseless, large red eyes, affinity for space travel"},"heightAverage":{"value":"5'5\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"115 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Duro"},"slanguage":{"value":"Durese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Duros","mode":"=","targetSpecific":false,"id":1,"itemId":"gMVVHc3sU9JU4i5I","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"gMVVHc3sU9JU4i5I","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"gMVVHc3sU9JU4i5I","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"gMVVHc3sU9JU4i5I","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"=","targetSpecific":false,"id":5,"itemId":"gMVVHc3sU9JU4i5I","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.lor.value","value":"1","mode":"=","targetSpecific":false,"id":6,"itemId":"gMVVHc3sU9JU4i5I","active":false,"_targets":[],"label":"Skills Lore"},{"modSpecKey":"data.skills.pil.value","value":"1","mode":"=","targetSpecific":false,"id":7,"itemId":"gMVVHc3sU9JU4i5I","active":false,"_targets":[],"label":"Skills Piloting"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"gMVVHc3sU9JU4i5I","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"durese","mode":"+","targetSpecific":false,"id":9,"itemId":"gMVVHc3sU9JU4i5I","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":10,"itemId":"gMVVHc3sU9JU4i5I","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Duros.webp","effects":[{"_id":"sz5oR4T4w3PXpQR9","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Duros","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":5},{"key":"data.skills.lor.value","value":1,"mode":4,"priority":5},{"key":"data.skills.pil.value","value":1,"mode":4,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"durese","mode":0,"priority":0},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"flags.sw5e.techResistance","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Duros.webp","label":"Duros","tint":"","transfer":true}]} +{"_id":"Hn49Nhj4Rk4rf1oX","name":"Nautolan","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Nautolans possess physiology common to amphibious species, including low light vision and excellent swimming skills. Their bony endoskeleton and dense cartilage make them tough and resistant to glancing blows. An egg-laying species, Nautolans emerge from their egg as a tadpole that develops arms, legs, and head-tails during their second year of life. Roughly the same size as a Human infant during this time, their limbs are weak and unable to support their weight, forcing youthful Nautolans to remain in aquatic environments for much of their childhood.

Society and Culture

The society developed by the Nautolans on Glee Anselm is centralized around local families and governments. The centralized government of Glee Anselm is comprised of representatives from the Council of Elders that govern each settlement. Elders are elected on merit, and can be made up of youthful politicians as well as the most aged members of the society. A culture that promotes life-long mates, Nautolan families are characterized by their loyalty between spouses and the equality of the sexes in the household. Arranged marriages are not uncommon. \r\n\r\nNo cultural affinity for the Force ever developed on Glee Anselm, though members of the Nautolan species recognize its importance and respected those among them that were Forceful.

Names

Nautolan names are generally short and melodic. Female names usually end in a vowel. Surnames are familial.

  Male Names. Brod, Knirkoc, Peng, Tikuwik, Zesufreat

  Female Names. Doli, Hahi, Thamlymyo, Usha, Zezu

  Surnames. Iarre, Rirrall, Sompanong, Uzumdall","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Wisdom score increases by 1.

Age. Nautolans reach adulthood in their early teens and live about 70 years on average.

Alignment. Nautolans' benevolence cause them to tend toward the light side, though there are exceptions.

Size. Nautolans typically stand 5 to 6 feet tall and rarely weigh more than 160 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 35 feet.

Amphibious. You can breathe air and water.

Darkvision. Accustomed to life underwater, you have superior vision in low light conditions. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Insightful. Nautolan head tentacles are adept at determining moods. You have advantage on Wisdom (Insight) checks to determine emotions.

Swim. You have a swimming speed of 30 feet.

Languages. You can speak, read, and write Galactic Basic and Nautila. Nautila is unique in that it can only be properly pronounced underwater due to its use of pheromones in addition to spoken sounds. In any other environment, the language loses a great amount of detail; that Nautolans find this annoying.

"},"skinColorOptions":{"value":"Blue, brown, green, purple, or grey"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black, brown, or red"},"distinctions":{"value":"Extrasensory head tentacles capable of detecting chemicals"},"heightAverage":{"value":"5'1\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"120 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Glee Anselm"},"slanguage":{"value":"Nautila"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Nautolan","mode":"=","targetSpecific":false,"id":1,"itemId":"IrpHrnc26h2Dlgu7","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"IrpHrnc26h2Dlgu7","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"IrpHrnc26h2Dlgu7","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"IrpHrnc26h2Dlgu7","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"35","mode":"=","targetSpecific":false,"id":5,"itemId":"IrpHrnc26h2Dlgu7","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"IrpHrnc26h2Dlgu7","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.attributes.movement.swim","value":"30","mode":"+","targetSpecific":false,"id":7,"itemId":"IrpHrnc26h2Dlgu7","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"IrpHrnc26h2Dlgu7","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"nautila","mode":"+","targetSpecific":false,"id":9,"itemId":"IrpHrnc26h2Dlgu7","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Nautolan.webp","effects":[{"_id":"nlORbLb6xwbjSHm8","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Nautolan","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"35","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.attributes.movement.swim","value":"30","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"nautila","mode":0,"priority":0},{"key":"flags.sw5e.amphibious","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Nautolan.webp","label":"Nautolan","tint":"","transfer":true}]} +{"_id":"HzHiB4KdFMSEEaIy","name":"Miraluka","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

The Miraluka are a near-human species that differs from Humans in that they lack eyes, only retaining vestigial eye sockets, and perceive the environment around them through Force sight instead of regular vision. This vision is so strong that if a Miraluka looks upon a Jedi or Sith, they can \"see\" Force radiating off them. The strength of a Miraluka's connection to the Force varies by individual.

\n

Society and Culture

\n

Miraluka are a thoughtful, cautious, and deliberative species. They have little interest in personal gain or glory. For social reasons, Miraluka hide their appearance by wearing a headband, a mask, or similar concealing headwear. In addition all Miraluka are very united by species. They call themselves \"brothers\" and are considered as members of a great family. As a Force-using species, Miraluka are often quite shocked if 'shown' life not connected to the Force. Many Miraluka worship two gods, Ashla and Bogan, through the philosophy of the Greater Force. They do not believe in good or evil, but were taught to accept both life and death. Miraluka Force-sensitives are an order of their own called the Luka Sene. Academic in atmosphere and culture, the Luka Sene focus primarily on developing the sense-related powers of their members. However, unlike the Jedi, Sith and other traditions, the Luka Sene does not dictate a member's personal life.

\n

Names

\n

Miraluka names are generally two syllables. Miraluka don't use surnames, as they believe they are one family.

\n

  Male Names. Aakih, Pafil, Rikhor, Vociif, Xuwuth

\n

  Female Names. Auchaod, Favom, Mucem, Wilierth

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Wisdom score increases by 2, and your Charisma score increases by 1.

\n

Age. Miraluka reach adulthood in their late teens and live less than a century.

\n

Alignment. Miraluka believe in balance and thus tend toward no particular alignment. The best and worst are found among them.

\n

Size. Miraluka typically stand 5 to 6 feet tall and generally weigh about 150 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Force Sensitive. You know the mind trick at-will Force power. When you reach 3rd level, you can cast the sanctuary Force power once per day. When you reach 5th level, you can also cast the Force confusion power once per day. Wisdom or Charisma (your choice) is your forcecasting ability for these powers.

\n

Force Sight. Miraluka perceive the environment around them through use of the Force. You are constantly under the effects of the force power Force sight, though the power does not require concentration for you.

\n

Languages. You can speak, read, and write Galactic Basic and Miralukese.

"},"skinColorOptions":{"value":"Pale to brown"},"hairColorOptions":{"value":"Black, brown, grey, or white"},"eyeColorOptions":{"value":"None"},"distinctions":{"value":"Lack of physical eyes, inherent Force sight"},"heightAverage":{"value":"4'8\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"110 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Alpheridies"},"slanguage":{"value":"Miralukese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Miraluka","mode":"=","targetSpecific":false,"id":1,"itemId":"O3WefM3k3ZgfhQoe","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.wis.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"O3WefM3k3ZgfhQoe","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"O3WefM3k3ZgfhQoe","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"O3WefM3k3ZgfhQoe","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"O3WefM3k3ZgfhQoe","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":6,"itemId":"O3WefM3k3ZgfhQoe","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"miralukese","mode":"+","targetSpecific":false,"id":7,"itemId":"O3WefM3k3ZgfhQoe","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Miraluka.webp","effects":[{"_id":"8u9KvszXamdVwo8Y","flags":{"dae":{"transfer":true}},"changes":[{"key":"data.details.species","value":"Miraluka","mode":5,"priority":5},{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"miralukese","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Miraluka.webp","label":"Miraluka","tint":"","transfer":true}]} +{"_id":"I5k8WL88LSBvN8FS","name":"Togorian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

The Togorian people are a feline warrior species native to the planet Togoria. They are large, heavy-framed bipeds, with retractable claws on their hands and feet. Female Togorians grow up to 7 feet tall, while adult males can reach up to 9 feet. They're covered in gray-white, black, brown, or orange fur, often with colorful spots or stripes.

Society and Culture

Togorians have a unique cultural division between their sexes. They evolved as nomadic hunters of creatures like the bist and etelo, surviving on the wilderness as apex predators. As time went on, a rift in their society developed between the two sexes. Males were drawn to continue their lifestyle as nomads and hunters for their people, while females tended to prefer remaining in permanent camps and contributed the vast majority of their species technological developments. This division has continued into modern times, with males continuing their nomadic traditions and females frequently preferring to stay in villages and cities. Males visit their mates for about a month each year, but otherwise the sexes live completely separate lives. Whether in spite of this separation of the sexes, or because of it, Togorians are typically monogamous and devoted to their chosen mates.

Names

Togorian names tend to be short and primal-sounding. Female names tend to include softer consonants and more vowels, while male names are typically harsher. Togorians do not use surnames.

  Male Names. Mezgraf, Mlatar, Morto, Mrrov, Torr

  Female Names. Coelle, Elotis, H'sishi, Kra'ake, Rrowv","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Dexterity or Constitution score increases by 1.

Age. Togorian reach adulthood in their late teens and live less than a century.

Alignment. Togorians' rigid sense of honor causes them to tend toward lawful light side, though there are exceptions.

Size. Togorians tower over almost all other species, with smaller females standing upwards of 7 feet tall and weighing 250 lbs., while males can easily reach 8 feet tall and weigh around 350 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Claws. Togorians have retractable claws. You are proficient with your claws, which deal 1d6 kinetic damage on a hit.

Savage Attacks. When you score a critical hit with a melee weapon attack, you can roll one of the weapon's damage dice one additional time and add it to the extra damage of the critical hit.

Stealthy Hunter. You have proficiency in the Survival and Stealth skills.

Toughness. Your hit point maximum increases by 1, and it increases by 1 every time you gain a level.

Languages. You can speak, read, and write Galactic Basic and Togorese. Togorese is characterized by its deep, resonating growls.

"},"skinColorOptions":{"value":"Black, brown, or white"},"hairColorOptions":{"value":"Black, brown, orange, or white"},"eyeColorOptions":{"value":"Brown, green, orange, or yellow"},"distinctions":{"value":"Large frame, retractable claws, striped fur, rigid honor code"},"heightAverage":{"value":"6'2\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"175 lb."},"weightRollMod":{"value":"x(2d6) lb."},"homeworld":{"value":"Togoria"},"slanguage":{"value":"Togorese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Togorian","mode":"=","targetSpecific":false,"id":1,"itemId":"odiMLlN9Ik1dA1Pq","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"odiMLlN9Ik1dA1Pq","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"odiMLlN9Ik1dA1Pq","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":" med","mode":"=","targetSpecific":false,"id":4,"itemId":"odiMLlN9Ik1dA1Pq","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"odiMLlN9Ik1dA1Pq","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.sur.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"odiMLlN9Ik1dA1Pq","active":false,"_targets":[]},{"modSpecKey":"data.skills.ste.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"odiMLlN9Ik1dA1Pq","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"odiMLlN9Ik1dA1Pq","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"togorese","mode":"+","targetSpecific":false,"id":9,"itemId":"odiMLlN9Ik1dA1Pq","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Togorian.webp","effects":[{"_id":"AwKbuyAocEAz5vyD","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Togorian","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.skills.sur.value","value":1,"mode":4,"priority":20},{"key":"data.skills.ste.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"togorese","mode":0,"priority":0},{"key":"flags.sw5e.savageAttacks","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.toughness","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Togorian.webp","label":"Togorian","tint":"","transfer":true}]} +{"_id":"IikkELMLoPKhwF7E","name":"Squib","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Squibs are small, sentient, humanoid mammals with both rodent and canine characteristics. Their pink skin is covered in fur that offers some protection from cold weather, but, more importantly, it serves as an olfactory organ, able to pick up scents at a distance and ascertain intrinsic details—such as penetrating through a disguise or identifying a forgery—when rubbed against. The species has both male and female sexes, although non-Squibs often have difficulty determining the sex of a Squib based on appearance alone. Their mouths are full of forbidding, sharp, white teeth, and their flexible cheeks were capable of storing items.

\n

Society and Culture

\n

Squibs are friendly and cheerful to such an extent that, over time, they are considered quite annoying. Squibs are inherently curious, handling items with literal regard to care. They are unabashed pack rats, and they wear clothing for the excess storage rather than necessity. The Squibs' overconfidence is a defining trait. The typical Squib response to a threat is not to fight or flee, but to bluff and bluster, especially when not face-to-face. In person, their sharp teeth are their favored means of intimidation. Squibs believe that bargaining is the highest form of communication, and they believe haggling is more important than the goods themselves. A deal is a binding oath to Squibs, and they are incredibly loyal to their business partners.

\n

Names

\n

Squibs combine their first and last names, which are familial, into one long, hyphenated name. They often go by nicknames derived from their full names. Male and female names do not significantly deviate.

\n

  Full Names. Galaneever-marmalios, Meelawin-demort, Sleerinwilpher-remalior

\n

  Nicknames. Galan, Meela, Wilpher

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Dexterity score increases by 1.

Age. Squibs reach adulthood at nine years of age and live an average of sixty-five years.

Alignment. Squibs' cheerful nature causes them to tend toward the light side, though there are exceptions.

Size. Squibs typically stand 3 to 3 and a half feet tall and weigh around 50 lbs. Regardless of your position in that range, your size is Small.

Speed. Your base walking speed is 25 feet.

Bite. Your sharp teeth are a natural weapon, which you can use to make unarmed strikes. If you hit with it, you deal kinetic damage equal to 1d4 + your Strength modifier.

Business Savvy. A common trait of all Squibs is their desire and love of haggling. Squibs believe a deal is done when both sides believe they got the better of the other. Whenever you make a Charisma (Persuasion) check involving haggling you are considered to have expertise in the Persuasion skill.

Flexible Cheeks. Squibs have flexible cheeks in which they can store small goods. You can store up to two items that weigh a combined total of no more than 2 lb. in your cheeks, and you have advantage on Dexterity (Sleight of Hand) checks made to conceal them.

Hide. Your thick hide is naturally adapted to cold climates, as described in chapter 5 of the Dungeon Master's Guide.

Keen Smell. You have advantage on Wisdom (Perception) checks that rely on smell.

Sensitive Fur. Squibs' fur is exceptionally sensitive to physical details. You have advantage on Intelligence (Investigation) checks that rely on touch.

Undersized. Your small stature makes it hard for you to wield bigger weapons. You can't use heavy shields. Additionally, you can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, you can only wield it in two hands.

Languages. You can speak, read, and write Galactic Basic and Squibbian. The Squibbian language originated as a secret form of communication for Squibs to convey information without being understood.

"},"skinColorOptions":{"value":"Pink"},"hairColorOptions":{"value":"White, gray, black, brown, blue, violet, or red"},"eyeColorOptions":{"value":"Blue, yellow, red, or brown"},"distinctions":{"value":"Curious, overconfident, hagglers"},"heightAverage":{"value":"2'11\""},"heightRollMod":{"value":"+2d4\""},"weightAverage":{"value":"45 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Skor II"},"slanguage":{"value":"Squibbian"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Squib","mode":"=","targetSpecific":false,"id":1,"itemId":"rEdpmBrVX96rCH12","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"rEdpmBrVX96rCH12","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"rEdpmBrVX96rCH12","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"sm","mode":"=","targetSpecific":false,"id":4,"itemId":"rEdpmBrVX96rCH12","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"25","mode":"=","targetSpecific":false,"id":5,"itemId":"rEdpmBrVX96rCH12","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":6,"itemId":"rEdpmBrVX96rCH12","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"squibbian","mode":"+","targetSpecific":false,"id":7,"itemId":"rEdpmBrVX96rCH12","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Squib.webp","effects":[{"_id":"JyXU6gNsxf6u3HUH","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Squib","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"sm","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"25","mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"squibbian","mode":0,"priority":0},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.businessSavvy","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Squib.webp","label":"Squib","tint":"","transfer":true}]} +{"_id":"JHcoW6IOCaBpXPpS","name":"Quarren","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

The Quarren are squid-like with four facial tentacles which protrude from their lower jaw. They have a pair of deep, turquoise eyes and finned hands with suction-tipped fingers. As an amphibious species, they are strong swimmers. They are also bipedal beings that can walk and sit upright. In the two long protrusions that extended from either side of their faces, Quarren have gill-like structures that are actually hearing organs. The Quarren are also capable of spitting out clouds of ink as a defensive measure.

\n

Society and Culture

\n

Quarren are a very self-centered and proud species, almost to the point of being xenophobic, would coincides with their isolationist behavior. Quarren find Humans to be very crude beings and think Galactic Basic to be very cumbersome and unsuitable for speech. The Quarren instead speak their native language more frequently. The Quarren are conservative and practical in their thinking, yet they reminisce more than they look to the future. The Quarren are isolationist, preferring to stay in the depths of the oceans of their homeworld. However, some Quarren make their living in the galaxy as business managers and accountants. The Quarren diligently mine metal ore from the deepest parts of the ocean, where they live deep beneath the waves. Their cities stretch far below the surface.

\n

Names

\n

Quarren names are typically harsh. Male and female names do not significantly deviate. Surnames are familial.

\n

  Names. Bagker, Jujon, Kibkyl, Qiockish, Yuntoz

\n

  Surnames. Chobnek, Geeckol, Nukranx, Tsastanx

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Wisdom score increases by 1.

Age. Quarren reach adulthood in their late teens and live less than a century.

Alignment. Quarren desire for equal rights causes them to tend toward balanced, though there are exceptions.

Size. Quarren typically stand between 5 and 6 feet tall and weigh about 160 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Amphibious. You can breathe air and water.

Climb. You have a climbing speed of 30 feet.

Darkvision. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Ink Cloud. You can use your action to expel ink in a 10-foot cone. When you do so, each creature in the area of the exhalation must make a Constitution saving throw. The DC for this saving throw equals 8 + your proficiency bonus + your Constitution modifier. On a failed save, a creature is blinded until the end of its next turn. You can use this feature a number of times equal to your Constitution modifier (a minimum of once). You regain one use of this feature when you finish a long rest.

Keen Hearing. You have advantage on Wisdom (Perception) checks that rely on hearing.

Swim. You have a swimming speed of 30 feet.

Languages. You can speak, read, and write Galactic Basic and Quarrenese. The Quarrenese language is characterized by its garbled nature that evokes an image of speaking underwater.

"},"skinColorOptions":{"value":"Orange, pink, purple, or red"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Blue or green"},"distinctions":{"value":"Four tentacles that protrude from their jaws, finned or suction-cup tipped fingers, able to spit out clouds of ink in defense"},"heightAverage":{"value":"4'9\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"105 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Mon Cala"},"slanguage":{"value":"Quarrenese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Quarren","mode":"=","targetSpecific":false,"id":1,"itemId":"UJ5jfoXCFcJhswvT","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"UJ5jfoXCFcJhswvT","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"UJ5jfoXCFcJhswvT","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"UJ5jfoXCFcJhswvT","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"UJ5jfoXCFcJhswvT","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.movement.climb","value":"30","mode":"+","targetSpecific":false,"id":6,"itemId":"UJ5jfoXCFcJhswvT","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.attributes.movement.swim","value":"30","mode":"+","targetSpecific":false,"id":7,"itemId":"UJ5jfoXCFcJhswvT","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":8,"itemId":"UJ5jfoXCFcJhswvT","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"UJ5jfoXCFcJhswvT","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"quarrenese","mode":"+","targetSpecific":false,"id":10,"itemId":"UJ5jfoXCFcJhswvT","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Quarren.webp","effects":[{"_id":"IS0m3cc1VZFBsy2j","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Quarren","mode":5,"priority":5},{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.attributes.movement.climb","value":"30","mode":2,"priority":20},{"key":"data.attributes.movement.swim","value":"30","mode":2,"priority":20},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"quarrenese","mode":0,"priority":0},{"key":"flags.sw5e.amphibious","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Quarren.webp","label":"Quarren","tint":"","transfer":true}]} +{"_id":"JQlHDHW6sPBhhxUJ","name":"Chironian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

The chironian lower body has four legs, similar to that of a horse, and each ends in a dainty, cloven hoof. A chironian can sit down by folding his or her horse-like legs underneath the body. Chironians can also kick backward with both hind legs; this strong kick is sufficient to knock over other beings. A chironian's pace can vary between a walk, a canter, and a gallop.

\n

Each year, chironian heads grows two horns above the temples. These horns start as small knobs covered by red-furred velvet: a vascular tissue. Once the knobs have grown sufficiently, they break through the velvet naturally, emerging as transparent horns, as bright as diamond, cool to the touch and with smooth ridges. However, if the velvet is cut artificially, chironians can die from the injury. Over time, the horns grow long and sharp enough that adolescent chironians can use them to gore opponents.

\n

Society and Culture

\n

Chironians express emotions through the mannerisms of their hooves: when impatient, they stamp them; when excited, they tap them in a quick dance, or canter in a spot. The centauriforms frequently shake their heads and manes, and when angry, their faces flush a deeper shade. Young chironians, when frightened, are known to rub or press their velvet-covered horns against the foreheads of other beings to whom they are emotionally close.

\n

Names

\n

Chironian names are soft and melodic, despite the thick nature of their native language. Important family names are passed down through generations. They don't use surnames.

\n

  Male Names. Jefin, Slaturn, Cinall, Leathes

\n

  Female Names. Olachi, Luna, Sinall, Trespen

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Wisdom score increases by 1.

\n

Age. Chironians reach adulthood in their late teens and live less than a century.

\n

Alignment. Chironians tend toward no particular alignment. The best and worst are found among them.

\n

Size. Chironians typically stand 6 to 8 feet tall and generally weigh about 600 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 40 feet.

\n

Cultured. You have proficiency in the Lore skill.

\n

Equine Build. You count as one size larger when determining your carrying capacity and the weight you can push or drag. Additionally, any climb that requires hands and feet is especially difficult for you because of your hooves. When you make such a climb, each foot of movement costs you 4 extra feet, instead of the normal 1 extra foot. Finally, a Medium or smaller creature can ride on your equine back if you allow it. In such a situation, you continue to act independently, not as a controlled mount.

\n

Hooves and Horns. Your hooves (and depending on your age, horns) are natural weapons, which you can use to make unarmed strikes. If you hit with them, you deal kinetic damage equal to 1d6 + your Strength modifier.

\n

Powerful Charge. If you move at least 10 feet in a straight line before hitting with a melee weapon attack, you can attempt to shove the target prone as part of the same attack. Once you use this trait, you can't use it again until you finish a short or long rest.

\n

Languages. You can speak, read, and write Galactic Basic and Chironan. Chironan is characterized by its soft, melodic sounds.

"},"skinColorOptions":{"value":"Brown, gold, or red"},"hairColorOptions":{"value":"Black, brown, gold, or red"},"eyeColorOptions":{"value":"Red to gold"},"distinctions":{"value":"Two transparent horns, centauriform"},"heightAverage":{"value":"6'0\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"450 lb."},"weightRollMod":{"value":"x(2d8) lb."},"homeworld":{"value":"Chiron"},"slanguage":{"value":"Chironan"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Chironian","mode":"=","targetSpecific":false,"id":1,"itemId":"xo2vDhI2cVyxlEgy","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"xo2vDhI2cVyxlEgy","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"xo2vDhI2cVyxlEgy","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"xo2vDhI2cVyxlEgy","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"40","mode":"=","targetSpecific":false,"id":5,"itemId":"xo2vDhI2cVyxlEgy","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.lor.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"xo2vDhI2cVyxlEgy","active":false,"_targets":[],"label":"Skills Lore"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"xo2vDhI2cVyxlEgy","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"chironan","mode":"+","targetSpecific":false,"id":8,"itemId":"xo2vDhI2cVyxlEgy","active":false,"_targets":[]}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Chironian.webp","effects":[{"_id":"uSpdcXpfTiwyupUD","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Chironian","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":40,"mode":5,"priority":5},{"key":"data.skills.lor.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"chironan","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Chironian.webp","label":"Chironian","tint":"","transfer":true}]} +{"_id":"Jf7uIbvwDqgZZTrM","name":"Neimoidian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Neimoidians are distant genetic relatives of the duros and retain many similarities to them, including basic form, noseless faces, and green-blue skin (though neimoidians tend to be grayer). Their eyes also have pupils that split horizontally, and they are distinguished by small lumps on their foreheads and down-turned mouths. Instead of noses, they have olfactory glands underneath their eyes. These genetic differences are attributed to the distinct features of their homeworld, Neimoidia, including its gravity, which is markedly heavier than duro.

Society and Culture

Neimoidians spend their formative years as puny grubs in the communal hives of Neimoidia, until the age of seven standard years. They are knowingly neglected by being given limited amounts of food. This way, the weaker individuals are weeded out, while the most acquisitive grubs hoard more food than they can eat by themselves. Neimoidian education ensures the survival of the greediest. Neimoidians place tremendous value on wealth and material possessions, and would go to great lengths to gain money and power. This has resulted in a stereotype of neimoidians being greedy and cowardly. While not all neimoidians are easily intimidated, many prefer to avoid direct combat.

Names

Neimoidian names are usually short and easy to pronounce, to make them more memorable to other species that approach them as consumers. Their surnames are familial.

  Male Names. Lok, Gap, Krinit, Mar, Nute

  Female Names. Bu, Fia, Feza, Vissi

  Surnames. Dod, How, Kethe, Preelli, Tuuk ","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Wisdom score increases by 1.

Age. Neimoidians reach adulthood in their 20s and live about 150 years.

Alignment. Neimoidians' greedy nature causes them to tend toward the dark side, though there are exceptions.

Size. Neimoidians typically stand around 6 feet tall and generally weigh about 135 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Darkvision. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Grovel, Cower, and Beg. As an action on your turn, you can cower pathetically to distract nearby foes. Until the end of your next turn, your allies gain advantage on attack rolls against enemies within 10 feet of you that can see you. Once you use this trait, you can't use it again until you finish a short or long rest.

Smooth Talker. You have proficiency in Deception and Persuasion.

Wealthy. During character creation, you start with additional credits equal to your level x your proficiency bonus x 1,000 cr.

Languages. You can speak, read, and write Galactic Basic and Pak Pak. Pak Pak is often considered an elegant-sounding language by those who hear it. It consists of husky sighs and guttural ululations.

"},"skinColorOptions":{"value":"Green-gray"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Dark red or pink"},"distinctions":{"value":"Horizontal pupils, noseless"},"heightAverage":{"value":"5'1\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"90 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Neimoidia"},"slanguage":{"value":"Pak Pak"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Neimoidian","mode":"=","targetSpecific":false,"id":1,"itemId":"mqZxImhQ61jDbhap","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"mqZxImhQ61jDbhap","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"mqZxImhQ61jDbhap","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"mqZxImhQ61jDbhap","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"mqZxImhQ61jDbhap","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"mqZxImhQ61jDbhap","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.dec.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"mqZxImhQ61jDbhap","active":false,"_targets":[],"label":"Skills Deception"},{"modSpecKey":"data.skills.per.value","value":"1","mode":"+","targetSpecific":false,"id":8,"itemId":"mqZxImhQ61jDbhap","active":false,"_targets":[],"label":"Skills Persuasion"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"mqZxImhQ61jDbhap","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"pakpak","mode":"+","targetSpecific":false,"id":10,"itemId":"mqZxImhQ61jDbhap","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Neimoidian.webp","effects":[{"_id":"E7qqfFWMBQ7OcQ4y","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Neimoidian","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.dec.value","value":1,"mode":4,"priority":20},{"key":"data.skills.per.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"pakpak","mode":0,"priority":0},{"key":"flags.sw5e.grovelCowerAndBeg","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Neimoidian.webp","label":"Neimoidian","tint":"","transfer":true}]} +{"_id":"K2wQsCevxpC9TlRO","name":"Gand","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Gand are sentient, stocky humanoids whose insectoid bodies are covered in a chitinous exoskeleton. The natural armor allow the Gand to shrug off injuries that would cripple most other species. The exoskeleton provides extra protection in the clavicle region, which prevented most nerve or pressure-point strikes to the neck and shoulders. In addition, Gands have the remarkable ability to regrow lost limbs. If a Gand is dismembered, it can regrow a lost limb in a few days.

\n

Society and Culture

\n

Gand society places heavy importance on the achievements of an individual and holds that an individual has no name, and thus no worth, until he or she proves otherwise. The speech patterns of Gands utilize third-person self-reference within each level of identity earned. Young or unproven Gands are all called \"Gand,\" as they are considered merely aspects of the same whole. Major accomplishments earn the use of a family surname. Mastering a skill, such as becoming a findsman, allows for the use of the given name, all with third-person self-reference. This manner of speaking is common within the spoken and written Gand language but is more predominant when a Gand speaks Basic; it is often a source of amusement to outsiders.

\n

Names

\n

Until a Gand has earned the use of a name, they go simply by the term \"Gand.\" Gand speak in the third person and refer to themselves by name. Often, when a Gand feels shamed, they will stop referring to themselves by their name and revert to calling themselves \"Gand\" until they prove themselves again. Male and female names are not distinct.

\n

  First Names. C'nyir, Dash, Iglid, Kyuffax, T'rix

\n

  Surname. Diqlu, Krakee, Praafri, Quudya, Zooq

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Intelligence score increases by 1.

Age. Gand reach adulthood when they earn their name, which is usually in their teens, and live to be about 70 on average.

Alignment. Gand tend toward no particular alignment. The best and worst are found among them.

Size. Gand stand 4 to 6 feet tall and weigh around 100 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Exoskeleton. You have a thick exoskeleton. While you are unarmored or wearing light armor, your AC is 12 + your Dexterity modifier.

Gand Resilience. You have advantage on saving throws against poison, and you have resistance against poison damage (explained in chapter 9).

Lungless. Gand do not have lungs, and therefore do not need to breathe.

Regenerative. When you take damage, you can use your reaction and expend a Hit Die to regain hit points as long as the damage would not reduce your hit points to 0.

Languages. You can speak, read, and write Galactic Basic and Gand. The Gand language does not use pronouns as Gand refer to themselves in the third person, so often Gand who speak Galactic Basic are difficult to understand.

"},"skinColorOptions":{"value":"Varying shades of brown, green, and purple"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Brown, black, green, or silver"},"distinctions":{"value":"Exoskeletons, three-fingered hands"},"heightAverage":{"value":"4'1\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"75 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Gand"},"slanguage":{"value":"Gand"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Gand","mode":"=","targetSpecific":false,"id":1,"itemId":"8K1ukONfKYTqLYj4","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"8K1ukONfKYTqLYj4","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"8K1ukONfKYTqLYj4","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"8K1ukONfKYTqLYj4","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"8K1ukONfKYTqLYj4","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.ac.min","value":"12","mode":"=","targetSpecific":false,"id":6,"itemId":"8K1ukONfKYTqLYj4","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.traits.dr.value","value":"poison","mode":"+","targetSpecific":false,"id":7,"itemId":"8K1ukONfKYTqLYj4","active":false,"_targets":[],"label":"Traits Damage Resistance"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"8K1ukONfKYTqLYj4","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"gand","mode":"+","targetSpecific":false,"id":9,"itemId":"8K1ukONfKYTqLYj4","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Gand.webp","effects":[{"_id":"sfGWShWGtQCdHlHC","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Gand","mode":5,"priority":5},{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.attributes.ac.value","value":"12+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.traits.dr.value","value":"poison","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"gand","mode":0,"priority":0},{"key":"flags.sw5e.regenerative","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Gand.webp","label":"Gand","tint":"","transfer":true}]} +{"_id":"Ka28NJkuuU4olwBu","name":"Geonosian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Geonosians have a hard chitin exoskeleton that provided protection from physical impacts and bouts of radiation that occasionally shower their world. Geonosians are strong despite their thin builds, and are capable of constructing massive hives and factories in concert. The head of a Geonosian is elongated and large with their skulls ridged on the top and by the side where they have bulbous, thick-lidded eyes. Both are physically strong and covered with bony ridges which protected their arms, legs, and vital organs.

Society and Culture

Geonosian society is caste-based with little upward mobility, though some of the lower caste do develop ambition. Workers are conditioned to loathe even the concept of separation from their hive and the system of control. A low-ranking worker's normal life is one of endless toil and labor to satisfy the aristocracy, who are known to make spectacular demands. The warrior caste tend to be highly competitive and are eager to prove themselves. They are born with an abnormal level of intelligence, and one of their only hopes of escape from their rigid duty is entering voluntarily into gladiatorial combat. Should they survive, they are granted freedom. Ultimately, their society exist to benefit those few members that reside in the upper caste. Members of the aristocratic classes are known to be ambitious, domineering, and manipulative. They constantly move towards improving their standing and holdings while sumultaneously working to ruin their rivals.

Names

Geonosian names are usually harsh sounding. Lower castes don't get surnames. Upper caste surnames are familial.

  Male Names. Buck, Goshey, Nik, Sozz, Techtu

  Female Names. Datte, Kida, Miri, Nare, Tenessi

  Surnames. Chak, Hor, Lur, Marpes, Zol","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. You Dexterity score increases by 2, and your Constitution or Intelligence score increases by 1.

Age. Geonosians reach adulthood at 10 and live less than a century.

Alignment. Geonosians' greedy and self-serving nature causes them to tend toward the dark side, though there are exceptions.

Size. Geonosians typically stand from 5 to 6 feet tall and rarely weigh more than 80 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Crafter. Geonosian culture promotes artisanry. You have proficiency in one set of artisan's tools of your choice.

Exoskeleton. You have a thick exoskeleton. While you are unarmored or wearing light armor, your AC is 12 + your Dexterity modifier.

Flight. You have a flying speed of 30 feet. To use this speed, you can't be wearing medium or heavy armor.

Geonosian Weaponry. You have proficiency in simple blasters.

Languages. You can speak, read, and write Galactic Basic and Geonosian. The Geonosian language consists of click consonants through use of a Geonosians' dual mandibles. This makes it difficult for other species to learn to speak it.

"},"skinColorOptions":{"value":"Gray, green, or orange"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Hive-based, winged semi-insectoids"},"heightAverage":{"value":"5'5\""},"heightRollMod":{"value":"+2d4\""},"weightAverage":{"value":"60 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Geonosis"},"slanguage":{"value":"Geonosian"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Geonosian","mode":"=","targetSpecific":false,"id":1,"itemId":"WBiaOzIzielpRhTw","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"WBiaOzIzielpRhTw","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":3,"itemId":"WBiaOzIzielpRhTw","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":4,"itemId":"WBiaOzIzielpRhTw","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.ac.min","value":"12","mode":"=","targetSpecific":false,"id":5,"itemId":"WBiaOzIzielpRhTw","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.attributes.movement.fly","value":"30","mode":"=","targetSpecific":false,"id":6,"itemId":"WBiaOzIzielpRhTw","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.weaponProf.custom","value":"simple blasters","mode":"+","targetSpecific":false,"id":7,"itemId":"WBiaOzIzielpRhTw","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"WBiaOzIzielpRhTw","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"geonosian","mode":"+","targetSpecific":false,"id":9,"itemId":"WBiaOzIzielpRhTw","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Geonosian.webp","effects":[{"_id":"pjSHHuM2UzrJ1wY8","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Geonosian","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.attributes.ac.value","value":"12+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.attributes.movement.fly","value":30,"mode":5,"priority":5},{"key":"data.traits.weaponProf.custom","value":"simple blasters","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"geonosian","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Geonosian.webp","label":"Geonosian","tint":"","transfer":true}]} +{"_id":"L4V0Gj83vTUPnRCZ","name":"Ardennian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Ardennians are sentient humanoid simians hailing from the tropical paradise of Ardennia. They are covered in fur from head to their wrists and ankles, with brown and grey being the most common fur colors. Ardennians sport four arms and prehensile feet. All six of their limbs are equally dexterous.

\n

Society and Culture

\n

The Ardennian people themselves are a friendly communal species that are well known for welcoming visitors and inviting newcomers to traditional feasts and dances on the sandy beaches of Ardennia. Rural Ardiennan's live in modern tree-villages in the thick, dim jungle canopy on the majority of the islands. Ground level accommodations are available for off world visitors even in the smaller villages. Most off-worlders stay in the large modern resort complexes which boast having miles of private beaches or in the modern cities. Several large cities exist, scattered around the world, which typically encompass an entire island or a series of smaller islands joined together.

\n

Ardennia's distance from the main hyperlanes makes it one of the lesser-known vacation destinations, but it's a popular one for those who don't mind the extra travel time. Some affluent visitors prefer the solitude that Ardennia offers, and occasionally end up purchasing one of the smaller islands to build their own home. Ardennia is notable for having the most beach per square meter in the galaxy.

\n

Names

\n

Ardennians' names are typically concise and rarely more than two syllables, with a familal surname.

\n

  Male Names. Rio, Jakar, Hul, Lup, Quil, Jerno

\n

  Female Names. Rac, Bras, Nuc, Kua, Karta, Sanya

\n

  Surnames. Betal, Durant, Jabut, Karon, Rambuan

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Charisma score increases by 1.

Age. Ardennians reach adulthood in their late teens and live less than a century.

Alignment. Ardennians' peaceful nature causes them to tend toward the light side, though there are exceptions.

Size. Ardennians typically stand 4 to 4 and a half feet tall and weigh around 60 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Darkvision. You have a keen eyesight, especially in the dark. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Four-Armed. Ardennians have four arms which they can use independently of one another. You can only gain the benefit of items held by two of your arms at any given time, and once per round you can switch which arms you are benefiting from (no action required).

Jungle Dweller. Growing up in the tree-villages of Ardennia has left an impact. You don't treat jungle terrain as difficult terrain.

Mask of the Wild. You can attempt to hide even when you are only lightly obscured by foliage, heavy rain, falling snow, mist, and other natural phenomena.

Prehensile Feet. You have supreme control over your feet and can use them to manipulate objects as well as your hands.

Strong-Legged. When you make a long jump, you can cover a number of feet up to twice your Strength score. When you make a high jump, you can leap a number of feet up into the air equal to 3 + twice your Strength modifier.

Treeclimber. You have a climbing speed of 25 feet. You have advantage on Strength saving throws and Strength (Athletics) checks that involve climbing.

Languages. You can speak, read, and write Galactic Basic and Ardennian. Ardennian has a bubbly, energizing tone to it.

"},"skinColorOptions":{"value":"Brown or black"},"hairColorOptions":{"value":"Brown to gray"},"eyeColorOptions":{"value":"Brown or black"},"distinctions":{"value":"Four arms, fur-covered, prehensile feet"},"heightAverage":{"value":"3'2\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"50 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Ardennia"},"slanguage":{"value":"Adrennian"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Ardennian","mode":"=","targetSpecific":false,"id":1,"itemId":"N0nQEW5WU61tfyIg","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"N0nQEW5WU61tfyIg","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"N0nQEW5WU61tfyIg","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"N0nQEW5WU61tfyIg","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"N0nQEW5WU61tfyIg","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"N0nQEW5WU61tfyIg","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.attributes.movement.climb","value":"25","mode":"+","targetSpecific":false,"id":7,"itemId":"N0nQEW5WU61tfyIg","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"N0nQEW5WU61tfyIg","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"ardennian","mode":"+","targetSpecific":false,"id":9,"itemId":"N0nQEW5WU61tfyIg","active":false,"_targets":[]}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Ardennian.webp","effects":[{"_id":"abUBIqj4EjIoc7yP","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Ardennian","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.attributes.movement.climb","value":25,"mode":5,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"ardennian","mode":0,"priority":0},{"key":"flags.sw5e.maskOfTheWild","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.strongLegged","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.extraArms","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Ardennian.webp","label":"Ardennian","tint":"","transfer":true}]} +{"_id":"LFw4fu1bKYufZDr2","name":"Gran","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Gran can easily be identified by their three eyes and their goat-like snout. Female Gran also have three breasts. They have excellent vision, able to resolve more colors than most species, and even able to see into the infrared, thus they are able to sense one another's emotions and disposition by noting subtle changes in body heat and skin color. Gran have two stomachs, having evolved from herbivorous grazing animals who lived in herds on the mountains and highlands of Kinyen. A single meal can take almost an entire day to finish, after that a Gran does not often need to eat for several days.

Society and Culture

The peaceful nature of Gran society is a reflection of their homeworld, Kinyen. Kinyen boasted large and rolling grasslands and highlands, a dense and beautiful forest, and one of the longest and clearest rivers in the Bes Ber Bikade sector. The beauty of this planet, and the need for primitive Gran to band together for defense against predatory animals, helped the Gran develop strong bonds of home and family in their society. \r\n\r\nThe Grans are also very protective of their families, and were some of the most devoted parents in the galaxy. This is because of their very powerful and sensitive sight, which can sense the emotions of their mates and their children. Gran society maintains its balance by setting up strict career quotas, and making sure young Gran are educated for a specific job that best served his or her talents.

Names

Gran names typically are monosyllabic and accompanied by a surname, which is familial.

  Male Names. Ask, Dree, Ree, Pax, Nic

  Female Names. Yan, Alijia, Meeb, Sir, Zeek

  Surnames. Moe, Leem, Yees, Wix, Naaq","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Wisdom score increases by 1.

Age. Gran reach adulthood around their late teens and live up to 80 years.

Alignment. Gran highly organized society cause them to tend toward lawful alignments, though there are exceptions..

Size. Gran typically stand between 5 and 6 feet tall and weigh around 170 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Slow Metabolism. You are able to go a number of days without food equal to 3 + twice your Constitution modifier before suffering exhaustion.

Keen Sight. Through use of infrared vision, you have advantage on Wisdom (Perception) checks that rely on sight.

Reader of Hearts. Through identifying subtle variations in a target's body heat, the Gran are able to better understand their emotions and intentions. You are proficient in the Insight skill.

Toughness. Your hit point maximum increases by 1, and it increases by 1 every time you gain a level.

Languages. You can speak, read, and write Galactic Basic and Gran. It is rare to hear Gran spoken on any world other than Kinyen.

"},"skinColorOptions":{"value":"Blue or tan"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black, purple"},"distinctions":{"value":"Three eyes and goat-like snout"},"heightAverage":{"value":"4'10\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"115 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Kinyen"},"slanguage":{"value":"Gran"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Gran","mode":"=","targetSpecific":false,"id":1,"itemId":"uSOMaDF0wbLAz0qi","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"uSOMaDF0wbLAz0qi","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"uSOMaDF0wbLAz0qi","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"uSOMaDF0wbLAz0qi","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"uSOMaDF0wbLAz0qi","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.ins.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"uSOMaDF0wbLAz0qi","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"uSOMaDF0wbLAz0qi","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"gran","mode":"+","targetSpecific":false,"id":8,"itemId":"uSOMaDF0wbLAz0qi","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Gran.webp","effects":[{"_id":"2cpzxKWagRwrN2wf","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Gran","mode":5,"priority":5},{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.skills.ins.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"gran","mode":0,"priority":0},{"key":"flags.sw5e.toughness","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Gran.webp","label":"Gran","tint":"","transfer":true}]} +{"_id":"M0j4gpd1ufV6pFCH","name":"Arcona","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Arcona have anvil-shaped heads, claws, marble-like eyes, and protective skin. Cona is always hot, and has very little water, but the atmosphere is filled with ammonia vapor. Arcona adapted to this environment by eating the ammonia-converting roots of flora as a source of water. Arcona depended on the ammonia to live and, as a result, arcona living offworld have to take ammonia supplements. Despite their large eyes, arcona have very poor eyesight. Their eyes, made up of thousands of photoreceptors, can not detect fine shapes, only seeing blurry objects. To aid this, they have a small sensory organ between their eyes. Often mistaken for their nose, this organ detects heat patterns from living beings. Thus, arcona can recognize things by its heat pattern.

\n

Arcona are highly susceptible to addiction to spice and common salt, which serves as a hallucinogen with effects resembling that of intoxication. Their eyes shift to gold after prolonged addiction.

\n

Society and Culture

\n

Arcona normally think of themselves not as individuals but as a collective whole. Largely forsaking individuality, they often refer to themselves as “we” even when alone. The arcona live in loose, family-based communities called nests, which are ruled by a Grand Nest. Because arcona are born in nests underground, they obtain a close sense of family living in close quarters with siblings. Males raise the young, since females are typically impulsive thrill-seekers.

\n

Names

\n

Arcona names are quite diverse, named by their fathers in the nest. Surnames are either familial or nest-based.

\n

  Male Names. Bijrik, El, Jat, Kazat, Onalol, Shle

\n

  Female Names. Ak, Cimam, Cuten, He, Madan, Omik

\n

  Surnames. Cheen, -drell, -faxel, Shran, Takonak, -voll

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Constitution score increases by 1.

\n

Age. Arcona reach adulthood in their late teens and live for more than a century.

\n

Alignment. Arcona tend toward no particular alignment. They can vary from the chaotic thrillseekers to the orderly lawkeepers. The best and worst are found among them.

\n

Size. Arcona typically stand 5 and a half to 6 and a half feet tall and generally weigh about 140 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Claws. Your sharp talons are natural weapons, which you can use to make unarmed strikes. If you hit with them, you deal kinetic damage equal to 1d4 + your Strength modifier.

\n

Clever. You have proficiency in one Intelligence skill of your choice.

\n

Easily Addicted. Arcona are susceptible to spice addiction, and as a result you are taught to identify it from an early age. Additionally, consuming salt can cause them to hallucinate, potentially replicating the effects of spice. Whenever you make an ability check related to identifying salt or spice or seeing whether something contains salt or spice, you have advantage.

\n

Hide. You have a thick hide. When you aren’t wearing armor, your AC is 13 + your Dexterity modifier. Additionally, your thick hide is naturally adapted to hot climates, as described in chapter 5 of the Dungeon Master’s Guide.

\n

Keen Smell. You have advantage on Wisdom (Perception) checks that involve smell.

\n

Reptilian Senses. Whenever you make a Wisdom (Perception) check related to sensing heat, you are considered to have expertise in the Perception skill.

\n

Languages. You can speak, read, and write Galactic Basic and Arconese. Arconese is spoken through complex, guttural squeaks from the back of the throat. However, arcona born and raised in colonies outside of Cona often did not learn Arconese, but the local language instead.

"},"skinColorOptions":{"value":"Ebony to mahogany"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Green, blue, pink, gold when addicted"},"distinctions":{"value":"Flat heads, easily addicted"},"heightAverage":{"value":"5'0\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"95 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Cona"},"slanguage":{"value":"Arconese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Arcona.webp","effects":[{"_id":"NGgLg9M06MvvWwAh","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Arcona","mode":5,"priority":20},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":20},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":20},{"key":"data.attributes.ac.value","value":"13+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.traits.languages.value","value":"arconese","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Arcona.webp","label":"Arcona","tint":"","transfer":true}]} +{"_id":"Ml2v48CH0up32k47","name":"Besalisk","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Male Besalisks' heads sported prominent crests and four arms hung at their sides; females of the species could have as many as eight arms, but like Humans had a primary hand and a limited range of functionality with the others. The addition of the extra appendages required a hearty metabolism, and these bulky beings were able to store food and water for many days, and if the need arose, they could survive for long periods without either. Scruffy sensory whiskers lined the area below their noses, just above the robust wattle most adult Besalisks possessed.

\n

Society and Culture

\n

Because of Ojom's harsh environment, large cities were never developed on the world; instead small communes of about a thousand families claim territories around the world and are each led by an elected leader. The communes have a strict policy of keeping the size of their groupings equal to avoid conflict. When too many families grow in one area, the leader would ask certain families to break away and start a new community on another glacier. While not involved in galactic politics and because they do not produce any of their own technology, the Besalisks established large orbital space stations where offworlders could come to do business. Any violence on these stations is committed by offworlders as Besalisks avoid confrontation and focus on trading and making deals.

\n

Names

\n

Besalisk names are generally words that embody them, with a surname attached to their commune.

\n

  Male Names. Darius, Dexter, Plun, Pong

\n

  Female Names. Delia, Mora, Ren, Teen

\n

  Surnames. Jettster, Kil, Krell, Ugg

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Wisdom score increases by 1.

Age. Besalisks reach adulthood in their early teens and generally live to be about 70.

Alignment. Besalisks tend toward no particular alignment. The best and worst are found among them.

Size. Besalisks tower over almost all other species, with the smallest standing at 6 feet tall and weighing 200 lbs., and the largest approaching 8 feet tall and 400 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Four-Armed. Besalisks have four arms which they can use independently of one another. You can only gain the benefit of items held by two of your arms at any given time, and once per round you can switch which arms you are benefiting from (no action required).

Long-Limbed. When you make a melee attack on your turn, your reach for it is 5 feet greater than normal.

Powerful Build. You count as one size larger when determining your carrying capacity and the weight you can push, drag, or lift.

Languages. You can speak, read, and write Galactic Basic and Besalisk.

"},"skinColorOptions":{"value":"Brown or green"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Yellow"},"distinctions":{"value":"Bony headcrest, four arms, inflatable wattle"},"heightAverage":{"value":"6'0\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"175 lb."},"weightRollMod":{"value":"x(2d6) lb."},"homeworld":{"value":"Ojom"},"slanguage":{"value":"Besalisk"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Besalisk","mode":"=","targetSpecific":false,"id":1,"itemId":"OfqpLI0sAuyY7h9Q","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"OfqpLI0sAuyY7h9Q","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"OfqpLI0sAuyY7h9Q","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"OfqpLI0sAuyY7h9Q","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"OfqpLI0sAuyY7h9Q","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":6,"itemId":"OfqpLI0sAuyY7h9Q","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"besalisk","mode":"+","targetSpecific":false,"id":7,"itemId":"OfqpLI0sAuyY7h9Q","active":false,"_targets":[]}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Besalisk.webp","effects":[{"_id":"Z2nTY93aynxgDvrZ","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Besalisk","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"besalisk","mode":0,"priority":0},{"key":"flags.sw5e.powerfulBuild","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.longlimbed","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.extraArms","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Besalisk.webp","label":"Besalisk","tint":"","transfer":true}]} +{"_id":"OKYCq6BHkYnx5Dhl","name":"Zeltron","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Zeltrons are one of the few near-human species that differentiated from the baseline stock enough to be considered a new species of the Human genus, rather than simply a subspecies. They possess two biological traits of note. The first is that they all produce potent pheromones, similar to the Falleen species, which enhanced their attractiveness and likeability. The second is a limited telepathic ability, used to project emotions onto others, as well as allowing them to read and even feel the emotions of others; some Zeltrons have been hired by the Exchange for this ability. Because of their telepathic ability, positive emotions such as happiness, love and pleasure are very important to them, while negative ones such as anger, fear, or depression are shunned.

Society and Culture

Zeltron culture is highly influenced by sexuality and the pursuit of pleasure in general. Most of their art and literature is devoted to the subject, producing some of the raciest pieces in the galaxy. Zeltrons are known to dress in wildly colorful or revealing attire. It's common to see Zeltrons wearing shockingly bright shades of neon colors in wildly designed bikinis, or nearly skin tight clothing of other sorts with bizarre color designs, patterns, and symbols.

Names

Zeltron names often have an air of mystique to them, to evoke sensuality. For a Zeltron, a beautiful face is nothing without an equally beautiful name. It's not uncommon for a Zeltron to forsake their familial surname in favor of a more attractive-sounding one.

  Male Names. Marruc, Bahb, Rahulh, Demagol

  Female Names. Lyshaa, Dani, Vianna, Chantique

  Surnames. D'Pow, Blue, Duare, Sapphire","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Constitution score increases by 1.

Age. Zeltron reach adulthood in their late teens and live about 80 years.

Alignment. Zeltron are a deeply sensual, hedonistic species, causing them to tend toward chaotic balanced or dark side alignments, though there are exceptions.

Size. Zeltron tend to be slender and statuesque, typically standing between 5 and 6 feet tall and rarely weighing more than 150 lb. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Charismatic. You have proficiency with Deception or Persuasion (your choice).

Enthralling Pheromones. You can use your pheromones to influence individuals of both sexes. Whenever you roll a 1 on a Charisma (Persuasion) check, you can reroll the die and must use the new roll. Additionally, once per short or long rest, you can treat a d20 roll of 9 or lower on a Charisma check as a 10. This feature has no effect on droids or constructs.

Natural Empathy. Zeltron's limited telepathy allow them to sense mood shifts in those around them. You have advantage on Wisdom (Insight) checks to determine emotions against humanoids and beasts within 10 feet of you.

Two Livered. Zeltron have two livers, which makes them adept at filtering toxins. You have advantage on saving throws against poison, and you have resistance against poison damage (explained in chapter 9).

Languages. You can speak, read, and write Galactic Basic and one language of your choice.

"},"skinColorOptions":{"value":"Light pink to deep crimson"},"hairColorOptions":{"value":"Blue, brown, pink, or red"},"eyeColorOptions":{"value":"Hazel, silver, amber"},"distinctions":{"value":"Capable of producing powerful pheromones"},"heightAverage":{"value":"4'8\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"90 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Zeltros"},"slanguage":{"value":"Galactic Basic"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Zeltron","mode":"=","targetSpecific":false,"id":1,"itemId":"TSnP7ODGs6vIPQNe","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"TSnP7ODGs6vIPQNe","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"TSnP7ODGs6vIPQNe","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"TSnP7ODGs6vIPQNe","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"TSnP7ODGs6vIPQNe","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.dr.value","value":"poison","mode":"+","targetSpecific":false,"id":6,"itemId":"TSnP7ODGs6vIPQNe","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"TSnP7ODGs6vIPQNe","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Zeltron.webp","effects":[{"_id":"67J2jENh3a5uydk3","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Zeltron","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.dr.value","value":"poison","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"flags.sw5e.enthrallingPheromones","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Zeltron.webp","label":"Zeltron","tint":"","transfer":true}]} +{"_id":"QHVGvW0HeaVzMfin","name":"Chevin","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Chevin have long snouts which hang down nearly to their ankles. Combined with their intellect, this makes them skilled hunters of animals such as backshin, because they can smell out their prey or feed while keeping their eyes on the horizon. It is also their hunting prowess which allowed them to dominate their homeworld and conquer the Chevs. Chevin have thick legs, massive wide bodies, thin rope-like tails, and arms so long their three-fingered hands often brushed the ground.

\n

Society and Culture

\n

Chevin live in small, mobile communities, with homes mounted on great wheeled carts. Even after they gained access to galactic technology, they continued to live as nomads (though more affluent Chevin mounted their lodges on large repulsorlift vehicles instead.) Their Chev slaves are usually forced to follow on foot. Nomadic groups of Chevin keep in touch via comlinks, and often converge on a single location to deal with danger.

\n

The only Chevin settlements that stay in place for more than one standard month are the Government Villages, where Chevin dictators live with their hand-picked advisors. Even these settlements are movable when necessary. Each of the roughly two dozen Government Villages rules a Chevin nation.

\n

Names

\n

Chevin names do not vary significantly based on gender. Surnames are based on community.

\n

  First Names. Buula, Ephant, Perre, Phylus, Reseros

\n

  Surnames. Meh, Mon, Nen, Needmo, Phrusaani

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Wisdom score increases by 1.

Age. Chevin reach adulthood in their thirties and live up to 200 years.

Alignment. Chevin warmongering and slavetrading cause them to tend toward the dark side, though there are exceptions.

Size. Chevin stand between 6 and 8 feet tall and weigh up to 300 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Hide. You have a thick hide. While you are unarmored or wearing light armor, your AC is 13 + your Dexterity modifier. Additionally, your thick hide is naturally adapted to both hot and cold climates, as described in chapter 5 of the Dungeon Master's Guide.

Keen Hearing. You have advantage on Wisdom (Perception) checks that rely on hearing.

Nomadic. You are proficient in Survival.

Thick Skull. Your skull is a natural weapon, which you can use to make unarmed strikes. If you hit with it, you deal 1d6 + your Strength modifier kinetic damage.

Languages. You can speak, read, and write Galactic Basic and Chevin. The Chevin language is characterized by grunts and low-pitched rumblings. Chevin typically have deep voices, even when speaking Basic.

"},"skinColorOptions":{"value":"Grey"},"hairColorOptions":{"value":"Black, brown, blond, grey, or white (usually with age)"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Stocky build, large heads, long snouts, long arms, three-fingered hands, four-toed feet"},"heightAverage":{"value":"5'9\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"170 lb."},"weightRollMod":{"value":"x(2d6) lb."},"homeworld":{"value":"Vinsoth"},"slanguage":{"value":"Chevin"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Chevin","mode":"=","targetSpecific":false,"id":1,"itemId":"3SeMWMEHYM8A74qG","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"3SeMWMEHYM8A74qG","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"3SeMWMEHYM8A74qG","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"3SeMWMEHYM8A74qG","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"3SeMWMEHYM8A74qG","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.ac.min","value":"13","mode":"=","targetSpecific":false,"id":6,"itemId":"3SeMWMEHYM8A74qG","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.skills.sur.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"3SeMWMEHYM8A74qG","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"3SeMWMEHYM8A74qG","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"chevin","mode":"+","targetSpecific":false,"id":9,"itemId":"3SeMWMEHYM8A74qG","active":false,"_targets":[]}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Chevin.webp","effects":[{"_id":"xyKlxEBAGLcMBv2n","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Chevin","mode":5,"priority":5},{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.attributes.ac.value","value":"13+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.skills.sur.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"chevin","mode":0,"priority":0},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Chevin.webp","label":"Chevin","tint":"","transfer":true}]} +{"_id":"QOvjUOUaERMXgOdN","name":"Zygerrian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

The Zygerrians are a bipedal, sentient humanoid species. Feline in appearance, the species possesses strong, angular features, with long fangs jutting from their jaws and claws extending from their hands. The Zygerrians' faces and their pointed ears are almost entirely covered with fur; males usually have more hair than females, with bands of fur growing on their cheeks. Male Zygerrians also display a number of bony spurs protruding from the chin, which females typically lack. Zygerrians usually have sallow complexions and are physically strong, but some suffer from obesity.

\n

Society and Culture

\n

A warlike species, the Zygerrians hold strength—both physical and mental—in great esteem, viewing it as a means to gain power and authority. They believe that it is the natural order of life for the strong to dominate the weak, so slavery is normal for the species, and a display of weakness could mean death or enslavement in their culture. Those who become their slaves are viewed as inferior by the Zygerrians. Zygerrian society is organized into clans and classes. They have a noble class, many members of which, despite their high status, pursue a career in the military. The Zygerrian government is a monarchy; female rulers hold the title of Queen, and males are addressed as Kings. The center of the Zygerrian society is the Zygerrian Slavers Guild, which focuses on the slave trade in the Outer Rim Territories.

\n

Names

\n

Zygerrian names are rather diverse, though shorter names are the most common. Surnames are familial.

\n

  Male Names. Agruss, Darts, Atai, Sono

\n

  Female Names. Miraj, Faralhi, Latrans, MaDall

\n

  Surnames. D'nar, Molec, Scientel, Thanda, Tyne

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Intelligence score increases by 1.

Age. Zygerrians reach adulthood in their late teens and live less than a century.

Alignment. Zygerrian culture's emphasis on subjugation and strength causes them to tend towards chaotic dark side, though there are exceptions.

Size. Zygerrians normally stand between 5 to 6 feet tall and weigh about 140 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Acrobatic. You have proficiency in Acrobatics.

Claws. Your unarmed strikes deal 1d4 kinetic damage. You can use your choice of your Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.

Darkvision. You have a cat's keen senses, especially in the dark. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Notorious Slavers. Whenever you make an ability check related to the buying, selling, or controlling of slaves, you are considered proficient in the check. If you would already be proficient, you instead have expertise.

Reputation for Cruelty. You are proficient in Intimidation, as well as the saberwhip and vibrowhip.

Languages. You can speak, read, and write Galactic Basic and Zygerrian. Zygerrian is characterized by its subtle growls and purrs.

"},"skinColorOptions":{"value":"Light tones"},"hairColorOptions":{"value":"Black, brown, gray, or red"},"eyeColorOptions":{"value":"Blue or yellow"},"distinctions":{"value":"Large pointed ears, clawed hands, fur-covered faces, bony facial spurs"},"heightAverage":{"value":"5'1\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"120 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Zygerria"},"slanguage":{"value":"Zygerrian"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Zygerrian","mode":"=","targetSpecific":false,"id":1,"itemId":"6MO90piX6tJOvvqL","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"6MO90piX6tJOvvqL","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"6MO90piX6tJOvvqL","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"6MO90piX6tJOvvqL","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"6MO90piX6tJOvvqL","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.acr.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"6MO90piX6tJOvvqL","active":false,"_targets":[],"label":"Skills Acrobatics"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":7,"itemId":"6MO90piX6tJOvvqL","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.itm.value","value":"1","mode":"+","targetSpecific":false,"id":8,"itemId":"6MO90piX6tJOvvqL","active":false,"_targets":[],"label":"Skills Intimidation"},{"modSpecKey":"data.traits.weaponProf.custom","value":"saberwhip","mode":"+","targetSpecific":false,"id":9,"itemId":"6MO90piX6tJOvvqL","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibrowhip","mode":"+","targetSpecific":false,"id":10,"itemId":"6MO90piX6tJOvvqL","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":11,"itemId":"6MO90piX6tJOvvqL","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"zygerrian","mode":"+","targetSpecific":false,"id":12,"itemId":"6MO90piX6tJOvvqL","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Zygerrian.webp","effects":[{"_id":"zFWMZ7TZhGP32ghr","flags":{"dae":{"transfer":true}},"changes":[{"key":"data.details.species","value":"Zygerrian","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.skills.acr.value","value":1,"mode":4,"priority":20},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.itm.value","value":1,"mode":4,"priority":20},{"key":"data.traits.weaponProf.custom","value":"saberwhip","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"vibrowhip","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"zygerrian","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Zygerrian.webp","label":"Zygerrian","tint":"","transfer":true}]} +{"_id":"Qhc2eCsVgdnPixsz","name":"Aing-Tii","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

BIOLOGY AND APPEARANCE

\n

The aing-tii are a species of sentient, toothless mammals who stand on two clawed feet with two spindly arms, each with three large digits. Their bodies are covered in jointed white, bony plates covered in unique painted motifs. The aing-tii head is small and juts out perpendicularly from their chest, featuring two large eyes and six long, thin, green tongues extending from their mouths. They have a long, prehensile tail. The species is incapable of producing sound and conveys information via tasting, smelling and touching each other with their tongues.

\n

SOCIETY AND CULTURE

\n

The aing-tii are native to a planet whose location in the Kathol Rift is a closely guarded secret. Although in a dangerous area of space, the majority of Aing-Tii never leave their homeworld nor have any contact with the outside world. Those who do—commonly called aing-tii warrior monks—are often xenophobic and reclusive. The monks spend their entire lives performing errands for their gods, in the hope that they will receive \"an answer\" from them. The aing-tii hate slavery, and often attack slavers who roam the Kathol Outback.

\n

While the aing-tii are Force-sensitive, they avoid wielding the Force, which they see as sacred. The aing-tii believe that everything is somehow guided by the Force. They do not believe in the light or dark sides of the Force. Instead, they hold that there are many different aspects to the Force.

\n

NAMES

\n

Aing-tii names are, in reality, non-verbal and only truly understandable via taste, smell, and touch. The few aing-tii who have been known to the outside world have used translators to convey an auditory identifier.

\n

  Male Names. Ben'Sur, Looshen'Fel, Tadar'Ro

\n

  Female Names. Kulan'Pa, Laman'So, Te'Nuriel

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Wisdom score increases by 2, and your Constitution score increases by 1.

\n

Age. Aing-tii reach adulthood in their late teens and live more than a century.

\n

Alignment. Aing-tii's foreign nature causes them to be hard to understand. Most aing-tii tend toward neutral light side, though there are exceptions.

\n

Size. Aing-tii typically stand 6 to 7 feet tall and generally weigh about 200 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Armored Plates. You have thick armored plates. When you aren't wearing armor, your AC is 13 + your Dexterity modifier.

\n

Closed Mind. Aing-tii have a natural attunement for the Force, which makes them resistant to its powers. You have advantage on Wisdom and Charisma saving throws against force powers.

\n

Force-Sensitive. You know the force push/pull at-will force power. Wisdom or Charisma (your choice) is your forcecasting ability for this power.

\n

Prehensile Tail. You have supreme control over your tail and can use it to manipulate objects as well as your hands.

\n

Wisdom of the Elders. You are proficient in the Lore skill.

\n

Languages. You can understand, read, and write Galactic Basic, and the non-verbal communication of the aing-tii. However, you cannot speak or make noise verbally.

"},"skinColorOptions":{"value":"White"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Force-sensitivity, unique technology, six green tongues"},"heightAverage":{"value":"5'7\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"145 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Aing-Tii homeworld in the Kathol Rift"},"slanguage":{"value":"Non-verbal communication via taste, smell, and touch"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"Ability Score Increase":{"value":"Ability Score Increase"},"Your Wisdom score increases by 2, and your Constitution score increases by 1":{"":{"value":"Your Wisdom score increases by 2, and your Constitution score increases by 1."}},"Age":{"value":"Age"},"Aing-tii reach adulthood in their late teens and live more than a century":{"":{"value":"Aing-tii reach adulthood in their late teens and live more than a century."}},"Alignment":{"value":"Alignment"},"Aing-tii's foreign nature causes them to be hard to understand":{" Most aing-tii tend toward neutral light side, though there are exceptions":{"":{"value":"Aing-tii's foreign nature causes them to be hard to understand. Most aing-tii tend toward neutral light side, though there are exceptions."}}},"Size":{"value":"Size"},"Aing-tii typically stand 6 to 7 feet tall and generally weigh about 200 lbs":{" Regardless of your position in that range, your size is Medium":{"":{"value":"Aing-tii typically stand 6 to 7 feet tall and generally weigh about 200 lbs. Regardless of your position in that range, your size is Medium."}}},"Speed":{"value":"Speed"},"Your base walking speed is 30 feet":{"":{"value":"Your base walking speed is 30 feet."}},"Armored Plates":{"value":"Armored Plates"},"You have thick armored plates":{" When you aren't wearing armor, your AC is 13 + your Dexterity modifier":{"":{"value":"You have thick armored plates. When you aren't wearing armor, your AC is 13 + your Dexterity modifier."}}},"Closed Mind":{"value":"Closed Mind"},"Aing-tii have a natural attunement for the Force, which makes them resistant to its powers":{" You have advantage on Wisdom and Charisma saving throws against force powers":{"":{"value":"Aing-tii have a natural attunement for the Force, which makes them resistant to its powers. You have advantage on Wisdom and Charisma saving throws against force powers."}}},"Force-Sensitive":{"value":"Force-Sensitive"},"You know the force push/pull at-will force power":{" Wisdom or Charisma (your choice) is your forcecasting ability for this power":{"":{"value":"You know the force push/pull at-will force power. Wisdom or Charisma (your choice) is your forcecasting ability for this power."}}},"Prehensile Tail":{"value":"Prehensile Tail"},"You have supreme control over your tail and can use it to manipulate objects as well as your hands":{"":{"value":"You have supreme control over your tail and can use it to manipulate objects as well as your hands."}},"Wisdom of the Elders":{"value":"Wisdom of the Elders"},"You are proficient in the Lore skill":{"":{"value":"You are proficient in the Lore skill."}},"Languages":{"value":"Languages"},"You can understand, read, and write Galactic Basic, and the non-verbal communication of the aing-tii":{" However, you cannot speak or make noise verbally":{"":{"value":"You can understand, read, and write Galactic Basic, and the non-verbal communication of the aing-tii. However, you cannot speak or make noise verbally."}}},"source":"Expanded Content"},"flags":{"dynamiceffects":{"effects":[{"modSpecKey":"data.abilities.wis.value","value":"2","mode":"+","targetSpecific":false,"id":1,"itemId":"BvV56gDIilVwLcFE","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":2,"itemId":"BvV56gDIilVwLcFE","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":3,"itemId":"BvV56gDIilVwLcFE","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.lor.value","value":"1","mode":"+","targetSpecific":false,"id":5,"itemId":"BvV56gDIilVwLcFE","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":6,"itemId":"BvV56gDIilVwLcFE","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":7,"itemId":"BvV56gDIilVwLcFE","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.traits.languages.custom","value":"the non-verbal communication of the Aing-Tii","mode":"+","targetSpecific":false,"id":8,"itemId":"BvV56gDIilVwLcFE","active":false,"_targets":[],"label":"Traits Language Custom"},{"modSpecKey":"data.details.species","value":"Aing-Tii","mode":"=","targetSpecific":false,"id":9,"itemId":"BvV56gDIilVwLcFE","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.attributes.ac.min","value":"13","mode":"=","targetSpecific":false,"id":10,"itemId":"BvV56gDIilVwLcFE","active":false,"_targets":[],"label":"Attributes Armor Class Min"}],"equipActive":true,"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Aing-Tii.webp","effects":[{"_id":"3aUdsUbBSwi6cZH0","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.skills.lor.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.traits.languages.custom","value":"the non-verbal communication of the Aing-Tii","mode":0,"priority":0},{"key":"data.details.species","value":"Aing-Tii","mode":5,"priority":5},{"key":"data.attributes.ac.value","value":"13 + @abilities.dex.mod","mode":5,"priority":1},{"key":"flags.sw5e.closedMind","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Aing-Tii.webp","label":"Aing-Tii","tint":"","transfer":true}]} +{"_id":"TOpTTlEAMJiHDX1a","name":"Barabel","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Barabel are a bipedal species of reptilians who are covered in very tough dark colored scales. Evolved from nocturnal lizards, the Barabel adapted a thick layer of fat which allowed them to remain active and not sluggish when temperatures dropped. A blaster set on stun would not damage them at all or slow them down, as it would merely bounce off their scales. Barabel are able to shed their tails if necessary, an ability that proved the undoing of many startled foes. They also possess heavy retractable claws along with needle sharp teeth which can grow to be 2 inches in length. A carnivorous species, Barabel possess two stomachs in order to process the massive amount of food they required to survive.

\n

Society and Culture

\n

Living in low tech communities ranging from a few dozen individuals to no more than ten thousand, the Barabel community is built around a warren where the group thrives and hunted from. The Barabel species is noted for its hunting and tracking prowess; many of their actions are fueled by their hunting instincts, leading to the general feeling that Barabel are always angry. They are well known for their aggression but are also extremely loyal. They also have a great deal of respect for the Jedi because of their first experiences with a Jedi Master who settled a dangerous clan dispute. Apologies, whether for a misdeed or in sympathy, are an unknown concept to Barabel and are considered insulting.

\n

Names

\n

Barabel names are harsh and gutteral. Female names are often softer. Surnames are warren-based.

\n

  Male Names. Anidroks, Bridiz, Trurzuk, Vilzinok

\n

  Female Names. Alge, Bulzo, Ekthamo, Inako, Nolku

\n

  Surnames. Akken, Dutarca, Khigta, Srabulgid, Zhomo

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Dexterity score increases by 1.

Age. Barabel reach adulthood in their late teens and live less than a century.

Alignment. Barabel aggression causes them to tend toward the dark side, though there are exceptions.

Size. Barabel typically stand between 6 and 7 feet tall and weigh about 200 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Claws. Barabel have retractable claws. You are proficient with your claws, which deal 1d4 kinetic damage on a hit.

Darkvision. You have a keen eyesight, especially in the dark. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Hide. You have a thick hide. While you are unarmored or wearing light armor, your AC is 13 + your Dexterity modifier. Additionally, your thick hide is naturally adapted to cold climates, as described in chapter 5 of the Dungeon Master's Guide.

Hungry Jaws. As a bonus action, you can make a special attack with your bite. If the attack hits, it deals 1d4 kinetic damage, and you gain temporary hit points (minimum of 1) equal to your Constitution modifier, and you can't use this trait again until you finish a short or long rest.

Hunter. You are proficient in Survival.

Prehensile Tail. You have supreme control over your tail and can use it to manipulate objects as well as your hands.

Languages. You can speak, read, and write Galactic Basic and Barabel. The Barabel language is characterized by its barks and hisses.

"},"skinColorOptions":{"value":"Black, green, grey, or red"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black or red"},"distinctions":{"value":"Four-fingered hands, two inch long teeth"},"heightAverage":{"value":"5'7\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"140 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Barab I"},"slanguage":{"value":"Barabel"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Barabel","mode":"=","targetSpecific":false,"id":1,"itemId":"EpkPitX3yM3P6cOO","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"EpkPitX3yM3P6cOO","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"EpkPitX3yM3P6cOO","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"EpkPitX3yM3P6cOO","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"EpkPitX3yM3P6cOO","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"EpkPitX3yM3P6cOO","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.attributes.ac.min","value":"13","mode":"=","targetSpecific":false,"id":7,"itemId":"EpkPitX3yM3P6cOO","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.skills.sur.value","value":"1","mode":"+","targetSpecific":false,"id":8,"itemId":"EpkPitX3yM3P6cOO","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"EpkPitX3yM3P6cOO","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"barabel","mode":"+","targetSpecific":false,"id":10,"itemId":"EpkPitX3yM3P6cOO","active":false,"_targets":[]}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Barabel.webp","effects":[{"_id":"rZWNCSEJqZsjLbV5","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Barabel","mode":5,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":20},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":20},{"key":"data.traits.senses","value":"Darkvision (60 ft)","mode":2,"priority":20},{"key":"data.attributes.ac.value","value":"13+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.skills.sur.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"barabel","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Barabel.webp","label":"Barabel","tint":"","transfer":true}]} +{"_id":"Tn4YNqWxZOBzlUAv","name":"Esh-Kha","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Esh-kha are a gray-skinned humanoid species with equine features, including muzzles and digitigrade legs. They also have small black eyes. 

\n

Society and Culture

\n

In terms of society, their race's culture resembles that of a hive society though each individual retain their own thoughts and aspirations yet all being bred for a specific role that they were eager to fulfill. A caste system is present amongst the esh-kha which included Force-sensitive simple minded savants, more numerous skilled determined warriors that watched over them and finally the patriarchs that acted as leaders who provided their wisdom as well as decisions to their entire people. Esh-kha appear to outsiders as a savage violent species that care only for the destruction of all other races. This hatred for other sentient species is believed to had stemmed from their tightly-knit hive-like society. It is suspected that the esh-kha are simply unable to tolerate or even adapt to the existence of thinking of outsiders who only suffered their wrath. Their race only turns violent against one another in the most extreme of circumstances.

\n

Names

\n

Whilst their kind are individuals, esh-kha are not named at birth but instead earn their names through their actions. An esh-kha that displayed great skill in battle could be called \"Swift Blade\", or maybe \"Deadly Cutter\" or some other such name. It is believed that this partly explained an esh-kha's zeal in battle with young warriors seeking not only victory but an opportunity to lay claim to a name and forge their own identity. Esh-kha do not use surnames, as they believe they are one family.

\n

  Names. Bleeding Yell, Dormant Heart, Blue Survivor, Ancient Cull, Sharp Grip, Running Sun, Flame Walker

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength or Wisdom score increases by 2, and your Constitution score increases by 1.

\n

Age. Esh-kha reach adulthood in their early teens and live less than a century.

\n

Alignment. The esh-kha's stubborn and racially-centric mindsets cause them to tend toward lawful balanced, though there are exceptions.

\n

Size. Esh-kha typically stand 6 to 6 and a half feet tall and generally weigh about 200 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Darkvision. You have keen eyesight, especially in the dark. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can’t discern color in darkness, only shades of gray. 

\n

Force-Sensitive. You know your choice of the turbulence, Force disarm, or slow at-will force powers. Your forcecasting ability is Wisdom or Charisma (depending on power alignment). 

\n

Inquisitive. You have proficiency in the Investigation skill. 

\n

Savage Attacks. When you score a critical hit with a melee weapon attack, you can roll one of the weapon’s damage dice one additional time and add it to the extra damage of the critical hit.

\n

Skill Versatility. You gain proficiency in one skill of your choice.

\n

Weapon Training. You have proficiency in two vibroweapons or blasters of your choice.

\n

Languages. You can speak, read, and write Galactic Basic and Kharan. Kharan contains many metaphorical expressions when translated to Galactic Basic. The language has many comparisons to music and singing, such as a galactic government being compared to a chorus.

"},"skinColorOptions":{"value":"Gray or tan"},"hairColorOptions":{"value":"Gray"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Horizontal head protrusions"},"heightAverage":{"value":"5'4\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"145 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Unknown, Belsavis (adopted)"},"slanguage":{"value":"Kharan"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Esh-kha","mode":"=","targetSpecific":false,"id":1,"itemId":"SNbSlwagTE0HcMVv","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":2,"itemId":"SNbSlwagTE0HcMVv","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":3,"itemId":"SNbSlwagTE0HcMVv","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":4,"itemId":"SNbSlwagTE0HcMVv","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":5,"itemId":"SNbSlwagTE0HcMVv","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.inv.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"SNbSlwagTE0HcMVv","active":false,"_targets":[],"label":"Skills Investigation"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"SNbSlwagTE0HcMVv","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"kharan","mode":"+","targetSpecific":false,"id":8,"itemId":"SNbSlwagTE0HcMVv","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Esh-Kha.webp","effects":[{"_id":"aUdPMqzH9ntC1KQB","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Esh-kha","mode":5,"priority":5},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.inv.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"kharan","mode":0,"priority":0},{"key":"flags.sw5e.savageAttacks","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Esh-Kha.webp","label":"Esh-Kha","tint":"","transfer":true}]} +{"_id":"Tuah8PRYevJFSoPt","name":"Pa'lowick","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

The pa'lowick are a species of humanoid amphibians who live in the coastal salt marshes of Lowick. They have compact but rotund midsections that top a pair of long, spindly legs ending in anisodactylic feet—three toes pointing forward, one back. This configuration, combined with their powerful lungs, enabled them to swim. The most prominent feature of pa'lowick physiology is their prehensile snout, which ends in a pair of pouty, human-like lips. Pa'lowick are also born with sharp tusks, which some lose by middle age.

\n

Society and Culture

\n

Pa'lowick live in large, independent communities with a feudal system of government. Many pa'lowick become fishers or hunters, as their biology allows. Songs and stories are the most treasured aspect of pa'lowick culture. Pa'lowick music runs the gamut of genres and subjects, although religious music is particularly common. Cultural heritage, such as history, genealogy, and parables, is largely passed down orally. Every Pa'lowick community has a dedicated storyteller; the esteem afforded this individual makes the position a coveted one. Large lungs make the Pa'lowick hearty singers and affords at least some members of the species the ability to scream loudly and disarm opponents in combat.

\n

Names

\n

Pa'lowick names tend to grow longer as the family tree grows older, with each generation adding a few syllables they are fond of.

\n

  Male Names. Loran, Jelanto, Neeamesh, Samoos

\n

  Female Names. Larisselle, Rensilla, Sy, Tripika

\n

  Surnames. Chatrunis, Dym, Geeci, Snootles

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Charisma score increases by 1.

Age. Pa'lowick reach adulthood in their late teens and live about 75 years.

Alignment. Pa'lowick enjoy a raucous good time, causing them to tend toward chaotic light side, though there are exceptions.

Size. Pa'lowick stand about 5 feet tall, and weigh approximately 100 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Hold Breath. Pa'lowick have a great lung capacity and can hold their breath for up to 15 minutes at a time.

Proud Performer. Pa'lowick are best known for the energy they can bring to a singing performance. Whenever you make a Charisma (Performance) check involving singing, you are considered to have expertise in the Performance skill.

Snout. You have supreme control over your snout and can use it to manipulate objects as well as your hands. Additionally, your snout is a natural weapon, which you can use to make unarmed strikes. If you hit with it, you deal 1d4 + your Strength modifier kinetic damage.

Sonic Scream. You can use your action to violently expel air in a 15-foot cone. When you do so, each creature in the area of the exhalation must make a Wisdom saving throw. The DC for this saving throw equals 8 + your proficiency bonus + your Constitution modifier. A creature takes 2d6 sonic damage on a failed save, and half as much damage on a successful one. The damage increases to 4d6 at 5th level, 6d6 at 11th level, and 8d6 at 17th level. This ability has no effect on constructs. You can use this feature a number of times equal to your Constitution modifier (a minimum of once). You regain one use of this feature when you finish a long rest.

Swim. You have a swimming speed of 30 feet.

Languages. You can speak, read, and write Galactic Basic and Lowickese. Lowickese requires the user to purse their lips and blow air, and is considered amusing by other species.

"},"skinColorOptions":{"value":"Generally tan and greenish hues"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Green, blue, gray, red-orange"},"distinctions":{"value":"Long snout, bulbous body on thin legs"},"heightAverage":{"value":"4'6\""},"heightRollMod":{"value":"+2d6\""},"weightAverage":{"value":"65 lbs."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Lowick"},"slanguage":{"value":"Lowickese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Pa'lowick","mode":"=","targetSpecific":false,"id":1,"itemId":"sW49GVw2YC3LATdF","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"sW49GVw2YC3LATdF","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"sW49GVw2YC3LATdF","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"sW49GVw2YC3LATdF","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"sW49GVw2YC3LATdF","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.movement.swim","value":"30","mode":"=","targetSpecific":false,"id":6,"itemId":"sW49GVw2YC3LATdF","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"sW49GVw2YC3LATdF","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"lowickese","mode":"+","targetSpecific":false,"id":8,"itemId":"sW49GVw2YC3LATdF","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Pa%27lowick.webp","effects":[{"_id":"DOEcD2uiPDNcMRRg","flags":{"dae":{"transfer":true}},"changes":[{"key":"data.details.species","value":"Pa'lowick","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.attributes.movement.swim","value":"30","mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"lowickese","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Pa%27lowick.webp","label":"Pa'lowick","tint":"","transfer":true}]} +{"_id":"VAD3Pi9aFD88GbVL","name":"Droid, Class IV","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"
\n

Players as Droids

\n

Work with your GM to determine if playing as a droid is appropriate for your campaign. Droids are impervious to many effects and vulnerable to others. If your GM approves this choice of species, work with them to determine your droids designation, name, and appearance. If you want to play a different type of droid, work with your GM to find traits to realize your character.

\n
\n

Appearance

\n

Class IV droids are typically human-like in both shape and size, though there are many advanced models (such as droidekas) that forgo this standardization. They are usually colored to match their affiliation, though personally owned class IV droids might not be. Certain models of class IV droids, such as the HK-series, are made to look like class III droids to disguise their martial nature.

\n

Utility

\n

Class IV droids are programmed for military and security purposes. Such droids tend to perform tasks of violence or combat might be expected. Almost all class IV droids carry weapons. Armed combat droids are among the first droids ever created. Security, gladiator, battle, and assassin droids are all class IV droids.

\n

Names

\n

Droids are typically called by their designation, given to them when they are created, or some affectation given to them by their owner. Often this affectation is a play on their designation.

\n

Occasionally, noteworthy droids will earn monikers based on their accomplishments.

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Strength or Dexterity score increases by 1.

\n

Age. Droids don’t age, though they require maintenance to retain functionality.

\n

Alignment. Droids tend toward no particular alignment. The best and worst are found among them.

\n

Size. Class IV droids typically stand between 5 and 7 feet and weigh about 150 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Type. Your creature type is droid.

\n

Armor Integration. You cannot wear armor, but you can have the armor professionally integrated into your chassis over the course of a long rest. This work must be done by someone proficient with astrotech’s implements. You must be proficient in armor in order to have it integrated.

\n

Droid Resistances. You are resistant to necrotic, poison, and psychic damage, and are immune to poison and disease.

\n

Droid Systems. You do not need to eat or drink. Additionally, you no longer require a tech focus to cast tech powers.

\n

Droid Vulnerabilities. You are vulnerable to ion damage. Additionally, you have disadvantage on saving throws against effects that would deal ion or lightning damage.

\n

Force Insensitive. While droids can be manipulated by many force powers, they can not sense the Force. You can not use force powers or take levels in forcecasting classes.

\n

Maintenance Mode. Rather than sleep, you enter an inactive state to perform routine maintenance for 4 hours each day. You have disadvantage on Wisdom (Perception) checks while performing maintenance.

\n

Martial Protocol. You have proficiency with light and medium armor as well as two simple or martial blasters or vibroweapons of your choice.

\n

Rapid Reconstruction. You are built with internal repair mechanisms. As a bonus action, you can choose to spend one of your Hit Dice to recover hit points.

\n

Languages. You can speak, read, and write Galactic Basic and one language of your choice. You can understand spoken and written Binary, but you cannot speak it.

"},"skinColorOptions":{"value":""},"hairColorOptions":{"value":""},"eyeColorOptions":{"value":""},"distinctions":{"value":""},"colorScheme":{"value":"Varies"},"droidDistinctions":{"value":"Variable size, combat-designed nature, often humanoid"},"heightAverage":{"value":"5'2\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"110 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":""},"slanguage":{"value":""},"manufacturer":{"value":"Holowan Mechanicals, Uxiol Droid Manufacturing"},"droidLanguage":{"value":"Galactic Basic"},"source":"PHB"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Droid%20Class%20IV.webp","effects":[{"_id":"yyg9z15jh6tMBTrg","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":20},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":20},{"key":"data.traits.dr.value","value":"necrotic","mode":0,"priority":20},{"key":"data.traits.dr.value","value":"poison","mode":0,"priority":20},{"key":"data.traits.dr.value","value":"psychic","mode":0,"priority":20},{"key":"data.traits.ci.value","value":"diseased","mode":0,"priority":20},{"key":"data.traits.ci.value","value":"poisoned","mode":0,"priority":20},{"key":"data.traits.dv.value","value":"ion","mode":0,"priority":20},{"key":"data.traits.armorProf.value","value":"lgt","mode":0,"priority":20},{"key":"data.traits.armorProf.value","value":"med","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"binary","mode":0,"priority":20},{"key":"data.details.species","value":"Droid, Class IV","mode":5,"priority":20},{"key":"flags.sw5e.forceInsensitive","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.maintenanceMode","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.rapidReconstruction","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Droid%20Class%20IV.webp","label":"Droid, Class IV","tint":"","transfer":true}]} +{"_id":"WCagrTVTqpeBmIbB","name":"Kushiban","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Kushibans are four-limbed lagomorphs native to the planet Kushibah. They are diminutive, unimposing, and typically weaker than most humanoids, but they are also quite difficult to track due to their natural speed and stealth.\r\n\r\nWhile Kushibans are quadrupeds, their forepaws are as manipulative as traditional hands. While Kushibans can walk on two legs, they typically run around on four feet since they can move significantly faster that way. \r\n\r\nKushibans are inherently cute and fuzzy, and more nefarious species often attempt to take them as slaves. Kushibans are social and do not take well to slavery, and they typically don't live long in solitude or captivity.

Society and Culture

Kushibans live in a simple, peacful society on the non-industrialized, lush green planet of Kushibah in the Outer Rim. Kushibans are typically kind a generous, with a playful sense of humor and a penchant for practical jokes. However, if betrayed or angered, Kushibans can be cruel or vindictive, and they have little patience for bullies, simpletons, and misanthropes.

Names

Kushiban names are a single word combining both their first and familial names.

  Male Names. Cerlyk, Etyk, Mabbik, Tieko, Widdimur

  Female Names. Asani, Pritsi, Sibble, Mirax","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Dexterity score increases by 1.

Age. Kushibans reach adulthood at 13 and live less than a century.

Alignment. Kushibans' playful nature causes them to tend toward chaotic light side, though there are exceptions.

Size. Kushibans typically stand 3 and a half to 4 feet tall and weigh around 40 lbs. Regardless of your position in that range, your size is Small.

Speed. Your base walking speed is 25 feet.

Grovel, Cower, and Beg. As an action on your turn, you can cower pathetically to distract nearby foes. Until the end of your next turn, your allies gain advantage on attack rolls against enemies within 10 feet of you that can see you. Once you use this trait, you can't use it again until you finish a short or long rest.

Hide. You have a thick hide. While you are unarmored or wearing light armor, your AC is 12 + your Dexterity modifier. Additionally, your thick hide is naturally adapted to cold climates, as described in chapter 5 of the Dungeon Master's Guide.

Mask of the Wild. You can attempt to hide even when you are only lightly obscured by foliage, heavy rain, falling snow, mist, and other natural phenomena.

Nimble Agility. Your reflexes and agility allow you to move with a burst of speed. When you move on your turn in combat, you can double your speed until the end of the tum. Once you use this trait, you can't use it again until you move 0 feet on one of your turns.

Stealthy. You are proficient in the Stealth skill.

Undersized. Your small stature makes it hard for you to wield bigger weapons. You can't use heavy shields. Additionally, you can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, you can only wield it in two hands.

Languages. You can speak, read, and write Galactic Basic and Kushiban. Kushiban has a bubbly, joyful tone to it.

"},"skinColorOptions":{"value":"White to light gray"},"hairColorOptions":{"value":"Typically white but varies based on mood"},"eyeColorOptions":{"value":"Typically blue, brown, or green"},"distinctions":{"value":"Lagomorph, nimble, resilient"},"heightAverage":{"value":"2'11\""},"heightRollMod":{"value":"+2d4\""},"weightAverage":{"value":"35 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Kushibah"},"slanguage":{"value":"Kushiban"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Kushiban","mode":"=","targetSpecific":false,"id":1,"itemId":"23FrxvnBFq4x2wF6","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"23FrxvnBFq4x2wF6","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"23FrxvnBFq4x2wF6","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"sm","mode":"=","targetSpecific":false,"id":4,"itemId":"23FrxvnBFq4x2wF6","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"25","mode":"=","targetSpecific":false,"id":5,"itemId":"23FrxvnBFq4x2wF6","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.ac.min","value":"12","mode":"=","targetSpecific":false,"id":6,"itemId":"23FrxvnBFq4x2wF6","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.skills.ste.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"23FrxvnBFq4x2wF6","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"23FrxvnBFq4x2wF6","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"kushiban","mode":"+","targetSpecific":false,"id":9,"itemId":"23FrxvnBFq4x2wF6","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Kushiban.webp","effects":[{"_id":"rcIMsotffEEZpwXR","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Kushiban","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"sm","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"25","mode":5,"priority":5},{"key":"data.attributes.ac.value","value":"12+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.skills.ste.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"kushiban","mode":0,"priority":0},{"key":"flags.sw5e.grovelCowerAndBeg","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.maskOfTheWild","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.nimbleAgility","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Kushiban.webp","label":"Kushiban","tint":"","transfer":true}]} +{"_id":"WIgvnQbv89NQiM3Y","name":"Vurk","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Vurks are the predominant sentient species of the planet Sembla. They are tall, reptilian humanoids with bulbous dark eyes and sweeping head crests. Their hands and feet have three digits each, one of which was opposable. They have distinguishing gray-green, leathery skin. Being able to breathe both water and air, they are perfectly adapted to travel Sembla's warm, shallow seas dotted with volcanic islands. They share a strong nomadic instinct with their amphibious ancestors.

Society and Culture

Young Vurk males are married off by their parents; those who failed to marry before reaching adulthood remain bachelors for the rest of their lives. Because their way of living resulted in virtually no sizable permanent settlement whatsoever, Vurks were generally considered primitive by the rest of the galaxy; however, that was not true. They are very intelligent and believe in a highly developed philosophical tradition that emphasizes personal integrity and individual freedom and encourage personal honesty. Their compassionate and calm manner made them better than average diplomats.\r\n\r\nVurks are very family-oriented. It is common for multiple generations to remain in the same location as a single household, with the eldest family member being the patriarch or matriarch and making the decision for the entire family.

Names

Vurk names are traditionally two to three syllables. Female names typically end with a vowel, while male names vary. Surnames are familial.

  Male Names. Coleman, Jadran, Milanko, Zlatko

  Female Names. Elka, Iryna, Miglena, Tanya, Verka

  Surnames. Cheevochik, Provric, Trebor, Vorgecz","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Wisdom score increases by 2, and your Constitution score increases by 1.

Age. Vurk reach adulthood in their 20s and live an average of 70 years.

Alignment. Vurk philosophies cause them to tend toward the light side, though there are exceptions.

Size. Vurks typically stand between 6 and 7 feet tall and weigh around 175 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 35 feet.

Amphibious. You can breathe air and water.

Athletic. You have proficiency in the Athletics skill.

Darkvision. Accustomed to life underwater, you have superior vision in low light conditions. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Head Crest. Your head crest is a natural weapon, which you can use to make unarmed strikes. If you hit with it, you deal 1d6 + your Strength modifier kinetic damage.

Swim. You have a swimming speed of 30 feet.

Languages. You can speak, read, and write Galactic Basic and Semblan. Semblan has a very melodic feel and often evokes images of waterfalls to those who don't understand its meanings.

"},"skinColorOptions":{"value":"Dark blues, greens, greys, or reds"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Bulbous eyes, head crests, three-fingered hands"},"heightAverage":{"value":"5'9\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"130 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Sembla"},"slanguage":{"value":"Semblan"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Vurk","mode":"+","targetSpecific":false,"id":1,"itemId":"DZ76Ji0AtShNcKag","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.wis.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"DZ76Ji0AtShNcKag","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"DZ76Ji0AtShNcKag","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"DZ76Ji0AtShNcKag","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"35","mode":"=","targetSpecific":false,"id":5,"itemId":"DZ76Ji0AtShNcKag","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.ath.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"DZ76Ji0AtShNcKag","active":false,"_targets":[],"label":"Skills Athletics"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":7,"itemId":"DZ76Ji0AtShNcKag","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.attributes.movement.swim","value":"30","mode":"+","targetSpecific":false,"id":8,"itemId":"DZ76Ji0AtShNcKag","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"DZ76Ji0AtShNcKag","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"semblan","mode":"+","targetSpecific":false,"id":10,"itemId":"DZ76Ji0AtShNcKag","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Vurk.webp","effects":[{"_id":"Q0QM1el7ltMmxAt5","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Vurk","mode":2,"priority":20},{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"35","mode":5,"priority":5},{"key":"data.skills.ath.value","value":1,"mode":4,"priority":20},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.attributes.movement.swim","value":"30","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"semblan","mode":0,"priority":0},{"key":"flags.sw5e.amphibious","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Vurk.webp","label":"Vurk","tint":"","transfer":true}]} +{"_id":"X0xSvXKE13cByf2k","name":"Harch","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

The Harch possess a large-fanged mouth between two prominent chelicerae, above which they have six red eyes arranged in a semicircle. The two lowest eyes are larger and roughly twice the size of the four smaller eyes. Harch walk on two legs and have six arms, with the second and third set of arm protruding from behind the first pair rather than directly above or below them. These arms are covered in thick hair and end in three-fingered hands. The Harch are distantly related to the Aqualish species and there is much debate among geneticists regarding the relationship between the Harch and the Aqualish Ualaq subspecies. However, the Harch themselves considered such discussions to be obscene.

\n

Society and Culture

\n

Not much is known about the Harch, as few of them have mingled with the galactic community, preferring to stay on Secundus Ando. Harch that leave the planet tend to have a more aspirant nature than their fellows, and often reach great heights in their chosen professions in the galaxy. Such Harch are considered outliers—most apparently care little for titles. Like the Arcona species, female Harch are seen as more domineering and aggressive than their male counterparts. It is not unheard of for a male Harch to raise entire broods of hatchlings alone.

\n

Names

\n

Harch names are not gender-specific. Harch do not use surnames.

\n

  Names. Cubach, Quixoch, Trench, Turch

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength, Constitution, and Intelligence scores increase by 1.

\n

Age. Harch reach adulthood at age 10 and can live up to 200 years.

\n

Alignment. Harch are cold, calculating beings, causing them to tend toward the dark side, though there are exceptions.

\n

Size. Harch stand around 6 feet tall and weigh between 200 and 300 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Darkvision. You have a keen eyesight, especially in the dark. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Bite. Your fangs are a natural weapon, which you can use to make unarmed strikes. If you hit with them, you deal 1d4 + your Strength modifier kinetic damage.

\n

Six-Armed. Harch have six arms which they can use independently of one another. You can only gain the benefit of items held by two of your arms at any given time, and once per round you can switch which arms you are benefiting from (no action required).

\n

Spider Climb. You have a climbing speed of 30 feet. You have advantage on Strength saving throws and Strength (Athletics) checks that involve climbing, and while climbing you always have two hands free.

\n

Venomous Fangs. As a bonus action, you can make a special attack with your bite. If the attack hits, it deals its normal damage, and the target must make a Constitution saving throw (DC = 8 + your proficiency bonus + your Constitution modifier). On a failed save, the target is poisoned until the end of its next turn, and you can't use this feature again until you complete a short or long rest.

\n

Languages. You can speak, read, and write Galactic Basic and Harchese. Harchese is discernible from other insectoid languages by a noticeable emphasis on consonants, especially the \"ch\" sound.

"},"skinColorOptions":{"value":"Pale pink"},"hairColorOptions":{"value":"Brown, black"},"eyeColorOptions":{"value":"Red"},"distinctions":{"value":"Spider-like with six eyes, eight limbs and chelicerae"},"heightAverage":{"value":"5'5\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"150 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Secundus Ando"},"slanguage":{"value":"Harchese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Harch","mode":"=","targetSpecific":false,"id":1,"itemId":"NveRcDDsRYXbUF0W","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"1","mode":"+","targetSpecific":false,"id":2,"itemId":"NveRcDDsRYXbUF0W","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"NveRcDDsRYXbUF0W","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":4,"itemId":"NveRcDDsRYXbUF0W","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":5,"itemId":"NveRcDDsRYXbUF0W","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":6,"itemId":"NveRcDDsRYXbUF0W","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":7,"itemId":"NveRcDDsRYXbUF0W","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.attributes.movement.climb","value":"30","mode":"=","targetSpecific":false,"id":8,"itemId":"NveRcDDsRYXbUF0W","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"NveRcDDsRYXbUF0W","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"harchese","mode":"+","targetSpecific":false,"id":10,"itemId":"NveRcDDsRYXbUF0W","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Harch.webp","effects":[{"_id":"fVMBhfpLgK7mYOvF","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Harch","mode":5,"priority":5},{"key":"data.abilities.str.value","value":1,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.attributes.movement.climb","value":30,"mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"harchese","mode":0,"priority":0},{"key":"flags.sw5e.extraArms","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Harch.webp","label":"Harch","tint":"","transfer":true}]} +{"_id":"X1uRlwBIeQEqhKlg","name":"Arkanian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Arkanians are a robust near-human species with solid white eyes and clawed, four-fingered hands.

\n

Arkanians are capable of seeing into the infrared spectrum, and their eyes are sensitive to sources of extreme heat. This proved helpful on their dark and frigid homeworld, but when traveling offworld, many must wear blinders on planets with hotter, younger suns. It is not unheard of for arkanians to undergo genetic or cybernetic manipulation of their own bodies, enhancing themselves so as to be better than \"lesser\" species.

\n

Society and Culture

\n

Arkanians are notoriously arrogant, a trait which came from generations of producing some of the galaxy's greatest advancements in genetics. Their homeworld, Arkania, has vast quantities of precious gems; thus, the Arkanians have never wanted for much in trade. This wealth went into funding their ambitious scientific projects, the most elaborate of which take generations to be completed.

\n

Many Arkanians have come to see their species as the pinnacle of evolution, and amongst the most—if not the most—intelligent beings in the galaxy. Those species that are not already put off by their aloof nature often fear them, as tales of \"mad scientists\" and horrific experiments tend to surround them.

\n

Names

\n

Arkanian names are simultaneously dignified and succinct. Surnames are familial.

\n

  Male Names. Arkoh, Hyrim, Zeta, Suprin

\n

  Female Names. Shenna, Elizie, Cratala, Hanna

\n

  Surnames. Focela, Barzane, Nasdra, Athacorr

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Wisdom score increases by 1.

\n

Age. Arkanians reach adulthood in their late teens and live about 100 years.

\n

Alignment. Due to their arrogance and unscrupulous experimentation, arkanians tend towards lawful dark side, though there are exceptions.

\n

Size. Arkanians typically stand 5 to 6 feet tall and generally weigh about 140 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Arkanian Brilliance. Whenever you make an Intelligence ability check, attack roll, or saving throw, you can choose to add 1d4 to the result. You can choose to do this after the check is rolled, but before the DM determines if you’ve passed or failed the check. You cannot do so again until you complete a short or long rest.

\n

Darkvision. You have a keen eyesight, especially in the dark. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can’t discern color in darkness, only shades of gray.

\n

Honed Mind. You have advantage on Intelligence, Wisdom, and Charisma saving throws.

\n

Infrared Sight. Whenever you make a Wisdom (Perception) check related to sight, you are considered to have expertise in the Perception skill.

\n

Sunlight Sensitivity. You have disadvantage on attack rolls and on Wisdom (Perception) checks that rely on sight when you, the target of your attack, or whatever you are trying to perceive is in direct sunlight.

\n

Languages. You can speak, read, and write Galactic Basic and Arkanian. Arkanian, when spoken, has an airy tone, and is regarded as one of the most difficult written languages to learn.

"},"skinColorOptions":{"value":"Tan"},"hairColorOptions":{"value":"White"},"eyeColorOptions":{"value":"White"},"distinctions":{"value":"Four clawed digits, extreme intelligence, infrared vision"},"heightAverage":{"value":"5'0\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"100 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Arkania"},"slanguage":{"value":"Arkanian"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Arkanian.webp","effects":[{"_id":"s3slbKvtOar4zl7y","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":20},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":20},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"arkanian","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":20},{"key":"data.details.species","value":"Arkanian","mode":5,"priority":20},{"key":"flags.sw5e.sunlightSensitivity","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Arkanian.webp","label":"Arkanian","tint":"","transfer":true}]} +{"_id":"XTbWiCOZs8GyuufG","name":"Selkath","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

The Selkath are an aquatic species, known for being skilled swimmers and diplomats. Their heads resemble sting rays and they have a blue, pink, or green skin naturally patterned as an underwater camouflage. Their mouths are bracketed by cephalic lobes. Female Selkath differed from males due to the presence of tendrils on the back of their heads.

\n

All members of the Selkath race have rectractable, venom-tipped claws. The use of these claws in any form of combat or attack was considered dishonorable and a sign of madness; to do this was to give in to animal instincts unbecoming of a sentient species. Because of the Selkath's water-dwelling nature, their chest armors were fitted with misting vents in order to keep their skin moist.

\n

Society and Culture

\n

Selkath are native to the planet Manaan, the only naturally occurring source of the medical liquid referred to as kolto. The Selkath have leveraged this monopoly on maintain their neutrality, peddling their invaluable healing supplies to all comers.

\n

Manaan is an ocean planet is home to only one above-surface settlement, the floating Ahto City, built directly above Hrakert Rift, the most abundant source of kolto on Manaan. As bacta began to replace the inferior kolto on the galactic stage, Manaan fell from their previously respected position, shirking away their previous prestige and causing many Selkath to disappear from the galactic eye into isolationism and tribalism.

\n

Names

\n

Selkath names tend to have a flowing quality to it, like a stream of water. They rarely use surnames.

\n

  Male Names. Chata, Galas, Qual, Morgo, Shaelas

\n

  Female Names. Halsuna, Dolmas, Shasa, Ulsuru

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Charisma score increases by 1.

\n

Age. Selkath reach adulthood in their late teens and live up to 100 years.

\n

Alignment. Selkath have been renowned for countless millenia for their careful preservation of neutrality. As such individuals tend towards the neutral balanced alignment, though there are exceptions.

\n

Size. Selkath typically stand between 4 and a half to 5 and a half feet tall and average 130 pounds. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Amphibious. You can breathe air and water.

\n

Gift of the Progenitor. You know the temporary boost at-will tech power. When you reach 3rd level, you can cast the kolto pack tech power once per day. When you reach 5th level, you can also cast the kolto cloud tech power once per day. Intelligence is your techcasting ability for these powers. You do not require use of a wristpad for these powers.

\n

Swim. You have a swimming speed of 30 feet.

\n

Venomous Claws. Selkath have a set of retractable, venom-tipped claws. These claws are a natural weapon which can be used to make unarmed strikes. They deal 1d4 poison damage. You can use your choice of Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.

\n

Languages. You can speak, read, and write Galactic Basic and Selkatha. Selkatha has a very moist and gurgling tone to it.

"},"skinColorOptions":{"value":"Blue, gray, green, pink"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black, blue, green"},"distinctions":{"value":"Venom-tipped claws, artificial misting vents, cephalic lobes, three-digit hands, two-toed feet"},"heightAverage":{"value":"4'0\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"100 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Manaan"},"slanguage":{"value":"Selkatha"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Selkath","mode":"=","targetSpecific":false,"id":1,"itemId":"WfZiItaYQarl0Zn1","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"WfZiItaYQarl0Zn1","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"WfZiItaYQarl0Zn1","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"WfZiItaYQarl0Zn1","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"WfZiItaYQarl0Zn1","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.movement.swim","value":"30","mode":"+","targetSpecific":false,"id":6,"itemId":"WfZiItaYQarl0Zn1","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"WfZiItaYQarl0Zn1","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"selkatha","mode":"+","targetSpecific":false,"id":8,"itemId":"WfZiItaYQarl0Zn1","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Selkath.webp","effects":[{"_id":"fJnrLKeafCg903Bd","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Selkath","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.attributes.movement.swim","value":"30","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"selkatha","mode":0,"priority":0},{"key":"flags.sw5e.amphibious","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Selkath.webp","label":"Selkath","tint":"","transfer":true}]} +{"_id":"XwRWgvFPbrQXjMha","name":"Cathar","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

The Cathar have fur-covered bodies with thick manes as well as prominent, retractable claws that can deliver powerful killing attacks on foes and prey. Their bodies also possess rapid healing abilities. These traits make them the perfect hand-to-hand specialists. The Cathar species also has two subspecies, known as the Juhani and the Myr Rho. Both of these are notably less catlike than mainline Cathar. Cathar are born into a litter. The Cathar species is biologically similar to the Bothan species.

\n

Society and Culture

\n

On their homeworld, Cathar live in cities built into giant trees, and are organized into clans governed by elders. Stories of their great heroes were often carved into the trunks of these tree-homes for following generations to see. The Cathar mate for life, to the extent that when one mate dies, the survivor never has a relationship with another. Cathar clan society includes great pageants and celebrations, especially for their heroes. Their religion includes a ritual known as the \"Blood Hunt,\" in which Cathar warriors individually engaged in combat against entire nests of Kiltik in order to gain honor and purge themselves of inner darkness. The native language of the Cathar is Catharese, which included the emphasis of some spoken words with a growl.

\n

Names

\n

Cathar names can sound both melodic and fairly gutteral, but they almost always sound strong and fierce. Female names are typically longer than male names. Surnames are usually one syllable.

\n

  Male Names. Crurbirr, Isyrr, Nynorr, Suro, Tukarr

\n

  Female Names. Cuwin, Jyvohr, Mulahr, Solyri

\n

  Surnames. Jin, Ki, Mak, Rhir, Ta

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Charisma score increases by 1.

\n

Age. Cathar reach adulthood in their late teens and live less than a century.

\n

Alignment. Cathar tend toward no particular alignment. The best and worst are found among them.

\n

Size. Cathar range from 5 to 7 feet tall, and can weigh up to 300 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Darkvision. You have a cat's keen senses, especially in the dark. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Leonine Agility. Your reflexes and agility allow you to move with a burst of speed. When you move on your turn in combat, you can double your speed until the end of the turn. Once you use this trait, you can't use it again until you move 0 feet on one of your turns.

\n

Cat's Claws. You have a climbing speed of 20 feet. Additionally, your unarmed strikes deal 1d4 kinetic damage. You can use your choice of your Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.

\n

Cat's Talent. You have proficiency in the Perception and Stealth skills.

\n

Languages. You can speak, read, and write Galactic Basic and Catharese.

"},"skinColorOptions":{"value":"Gold to yellow-brown with dark stripes"},"hairColorOptions":{"value":"Brown, black, or grey"},"eyeColorOptions":{"value":"Yellow or brown"},"distinctions":{"value":"Lion-like features"},"heightAverage":{"value":"4'9\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"130 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Cathar"},"slanguage":{"value":"Catharese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Cathar","mode":"=","targetSpecific":false,"id":1,"itemId":"Ku1ZIFLPqS4PTiFl","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"Ku1ZIFLPqS4PTiFl","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"Ku1ZIFLPqS4PTiFl","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"Ku1ZIFLPqS4PTiFl","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"Ku1ZIFLPqS4PTiFl","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"Ku1ZIFLPqS4PTiFl","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.attributes.movement.climb","value":"20","mode":"+","targetSpecific":false,"id":7,"itemId":"Ku1ZIFLPqS4PTiFl","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.skills.prc.value","value":"1","mode":"+","targetSpecific":false,"id":8,"itemId":"Ku1ZIFLPqS4PTiFl","active":false,"_targets":[],"label":"Skills Perception"},{"modSpecKey":"data.skills.ste.value","value":"1","mode":"+","targetSpecific":false,"id":9,"itemId":"Ku1ZIFLPqS4PTiFl","active":false,"_targets":[],"label":"Skills Stealth"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":10,"itemId":"Ku1ZIFLPqS4PTiFl","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"catharese","mode":"+","targetSpecific":false,"id":11,"itemId":"Ku1ZIFLPqS4PTiFl","active":false,"_targets":[]}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Cathar.webp","effects":[{"_id":"6fYB2NZ236PqSl6p","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Cathar","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.attributes.movement.climb","value":"20","mode":2,"priority":20},{"key":"data.skills.prc.value","value":1,"mode":4,"priority":20},{"key":"data.skills.ste.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"catharese","mode":0,"priority":0},{"key":"flags.sw5e.nimbleAgility","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Cathar.webp","label":"Cathar","tint":"","transfer":true}]} +{"_id":"Z3DZq97ItDtrcVLa","name":"Bith","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Bith are craniopods with pale pink, yellow, or green skin, large heads, large lidless eyes, toeless feet, and long fingers. Their thumb and small finger were both fully opposable. The bith's internal systems are different from most humanoids, as the bith have only one lung, and exhale through their skin. Bith also lack a proper nose, instead having highly sensitive olfactory organs hidden in the skin-flaps of their cheeks. The other bith senses are also acute. Bith can sense the tonal qualities of sound as well as other species sensed colors. Their eyes, as big as a Menahuun's, can see microscopic details of nearby objects, but are extremely nearsighted as a result. An interesting side effect of their incredible sensors is the effect of sonic grenades, or screamers, on them. It is described as causing their heads to explode. Similarly, bith have high manual dexterity which helps them manipulate fine tools, though their physical prowess with gross motor skills was only average.

\n

Society and Culture

\n

Bith are one of the galaxy's most ancient civilizations, with a history going back millions of years. This antiquity garners respect in certain quarters, such as among the Gree, who gave them more respect than other, \"younger\" species. Their society is highly regimented, with everything from mate selection to political leadership controlled by sophisticated computer programs.

\n

Names

\n

Bith names are quite diverse. Some names look complicated and difficult to pronounce, while others are quite simple.

\n

Male Names. Fedu, Jenkiss, Kabadons, Ph'teumkiass

\n

Female Names. Duhia, F'hubama, R'hothal, Thidus

\n

Surnames. D'intes, Hern, K'sarorn, Nimum, Rumo

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Dexterity score increases by 1.

\n

Age. Bith reach adulthood in their late teens and live less than a century.

\n

Alignment. Biths' benevolent nature causes them to tend toward the light side, though there are exceptions.

\n

Size. Bith typically stand 5 to 6 feet tall and generally weigh about 120 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Detail Oriented. You are practiced at scouring for details. You have advantage on Intelligence (Investigation) checks within 5 feet.

\n

Keen Hearing and Smell. You have advantage on Wisdom (Perception) checks that involve hearing or smell.

\n

Musician. You are proficient in one musical instrument of your choice.

\n

Programmer. Whenever you make an Intelligence (Technology) check related to computers, you are considered to have expertise in the Technology skill.

\n

Languages. You can speak, read, and write Galactic Basic, Bith, and one more language of your choice.

"},"skinColorOptions":{"value":"Green, pink, white, or yellow"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Large cranium, acute senses of smell and hearing"},"heightAverage":{"value":"4'9\""},"heightRollMod":{"value":"+2d6\""},"weightAverage":{"value":"100 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Clak'dor VII"},"slanguage":{"value":"Bith"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":1,"itemId":"RBFh9qTjK9KGTxQS","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":2,"itemId":"RBFh9qTjK9KGTxQS","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":3,"itemId":"RBFh9qTjK9KGTxQS","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":4,"itemId":"RBFh9qTjK9KGTxQS","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.details.species","value":"Bith","mode":"=","targetSpecific":false,"id":5,"itemId":"RBFh9qTjK9KGTxQS","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.traits.languages.value","value":"Basic","mode":"+","targetSpecific":false,"id":6,"itemId":"RBFh9qTjK9KGTxQS","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"Bith","mode":"+","targetSpecific":false,"id":7,"itemId":"RBFh9qTjK9KGTxQS","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.toolProf.value","value":"music","mode":"+","targetSpecific":false,"id":8,"itemId":"ELH8899fqDlpo706","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Bith.webp","effects":[{"_id":"064LQEqCktTG9phA","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.details.species","value":"Bith","mode":5,"priority":5},{"key":"data.traits.languages.value","value":"bith","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.toolProf.value","value":"music","mode":0,"priority":0},{"key":"flags.sw5e.detailOriented","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.programmer","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Bith.webp","label":"Bith","tint":"","transfer":true}]} +{"_id":"a7W8u1AlnnBnUrE7","name":"Half-Human","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

The appearance and biological features of half-humans vary drastically by each species, but tend to fall somewhere in the middle. A common side-effect of a species interbreeding with humans is the loss of darkvision and tails.

\n

Society and Culture

\n

Half-humans are subjects of two separate cultures, but belong in neither. A half-human might be raised amongst humans or their other half, or might be fully ostracized, instead growing up in a remote, isolated place, removed from both species.

\n\n\n\n\n\n\n
\n

Traits

\nHalf-humans gain the Defiant special trait from their human half. They also gain the special traits from their non-human half, except for those trait(s) mentioned in the Half-Human table above.
\n

Names

\n

Half-human names might follow human conventions, or that of the other half. Often, they blend the two in some fashion, perhaps taking a human surname, with a special name.

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Half-humans gain the ability score increases of their non-human half, but they can choose any ability score for one of the options, instead of the given option.

\n

Age. Half-humans live around the average of the two species' lifespans.

\n

Alignment. Half-humans tend towards their non-human half's alignment.

\n

Size. Half-humans stand and weigh around the average of the two species' height and weight. Regardless of your position in that range, your size is the size of your non-human half.

\n

Speed. Your base walking speed is that of your non-human half.

\n

Defiant. Half-humans are known to be stubborn and often refuse to give up, even against the worst odds. When you or a creature you can see that can see and understand you makes an ability check, attack roll, or saving throw, you can roll a d4 and add it to their roll (no action required). You can use this before or after the roll, but before the GM determines the roll's outcome. Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Languages. You can speak, read, and write Galactic Basic, regardless of whether or not the non-human half can speak it, and the language(s) associated with your non-human half.

\n
\n

Inherited Traits

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Aing-TiiArmored Plates
AleenaRacer's Reflexes
AqualishDarkvision
ArdennianDarkvision
BarabelDarkvision
BesaliskPowerful Build
BithDetail Oriented
BothanNaturally Stealthy
CatharFeline Agility
CereanKeen Mind
Chadra-FanSecond Heart
ChagrianDarkvision
ChevinKeen Hearing
ChissDarkvision
ClawditeUnsettling Visage
Codru-JiKeen Hearing
DashadeForce Contention
DefelHidden Step
DevaronianTwo Livered
DraethosDarkvision
DugFury of the Small
DurosDarkvision
EchaniCombative Culture
EwokMask of the Wild
FalleenClosed Mind
GamorreanSavage Attacks
GandLungless
GeonosianGeonosian Weaponry
GivinVacuum Sealed
GotalNatural Empathy
GranKeen Sight
GunganMartial Proficiency
HarchVenomous Fangs
HerglicToughness
IktotchiPrecognition
IthorianHold Breath
JawaGrovel, Cower, and Beg
KageSuperior Darkvision
KaleeshDarkvision
KaminoanGeneticist, Ultraviolet Sight
KarkarodonAggressive
Kel DorDarkvision
KillikCarapace
KlatooinianWisdom of the Elders
KubazDarkvision
KushibanGrovel, Cower, and Beg
KyuzoDarkvision
LannikForce Attunement
LasatPowerful Build
MiralukaForce Sight
MirialanSpiritual
Mon CalamariDarkvision
MustafarianDarkvision
MuunSecond Heart
NautolanDarkvision
NeimoidianDarkvision
NoghriKeen Smell
OrtolanGrovel, Cower, and Beg
QuarrenKeen Hearing
Pa'lowickHold Breath, Snout
Pau'anDarkvision
PykeMercantile, Notorious Slavers
RattatakiSurprise Attack
RishiiKeen Hearing and Sight
RodianDarkvision
SelkathVenomous Claws
ShistavanenDarkvision, Forced March
Ssi RuuKeen Smell, Sunlight Sensitivity, Tooth and Nail
SithDarkvision
SquibKeen Smell
SullustanDarkvision
TalzDarkvision
ThisspiasianPrehensile Tail
TogorianToughness
TogrutaDarkvision
ToydarianClosed Mind
TrandoshanSaving Face
TuskenAggressive
Twi'lekDarkvision
UgnaughtDarkvision
UmbaranDarkvision
VerpineHardened Carapace
VossDarkvision
VurkDarkvision
WeequayDarkvision
WookieeDarkvision
YevethaAggressive
ZabrakDarkvision
ZeltronTwo Livered
ZygerrianDarkvision
\n
\n
"},"skinColorOptions":{"value":"Varies"},"hairColorOptions":{"value":"Varies"},"eyeColorOptions":{"value":"Varies"},"distinctions":{"value":"Varies"},"heightAverage":{"value":"Varies"},"heightRollMod":{"value":"Varies"},"weightAverage":{"value":"Varies"},"weightRollMod":{"value":"Varies"},"homeworld":{"value":"Varies"},"slanguage":{"value":"Galactic Basic"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Half-Human","mode":"=","targetSpecific":false,"id":1,"itemId":"7v1QY9ZeAn1zRk7K","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":2,"itemId":"7v1QY9ZeAn1zRk7K","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Half-Human.webp","effects":[{"_id":"ijcI8bBJYOzbQxAH","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Half-Human","mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"flags.sw5e.defiant","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Half-Human.webp","label":"Half-Human","tint":"","transfer":true}]} +{"_id":"aaku0UVk7Oc27TqI","name":"Herglic","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

The herglic are a massive race of creatures descended from aquatic mammals, breathing though a blowhole on top of their heads. They are tall and wide, and have smooth, hairless skin that ranged in color from pale blue to black, though some rare individuals may appear pink or have white markings on their sides. Their girth tends to leave them feeling out of place among smaller species; herglic tend to take up two chairs or fill the entire doorway of any establishment they enter that does not cater to beings their size.

Society and Culture

The herglics are very technologically advanced, developing space flight and hyperdrives and colonizing their sector of the galaxy prior to the formation of the Galactic Republic. Natural explorers and traders, they sailed the cosmos establishing crucial trade routes and gaining prestige. Despite their size, herglic are surprisingly dexterous while working with tools, and are some of the finest engineers in the galaxy. \r\n\r\nHerglics have an inquisitive but practical nature, enjoying travel and having exotic experiences. Their perpetually calm demeanor helps them interact with most other species peacefully, though when dealing with smaller species, herglics tend to become nervous and self-conscious about their proportions. They also seem to have an innate predeliction for gambling and games of chance, which have gotten more than one herglic into trouble on several occasions.

Names

Male names are typically harsher sounding than female names. Herglics rarely use surnames.

  Male Names. Biglu, Melchi, Sehvorah

  Female Names. Mahg-Raet, Seese, Uddn","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Intelligence score increases by 1.

Age. Herglic reach adulthood in their late teens and live up to 120 years.

Alignment. Herglics' gentle nature causes them to tend toward the light side, though there are exceptions.

Size. Herglic stand between 6 and 8 feet tall and weigh up to 600 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Hold Breath. You can hold your breath for up to 1 hour at a time.

Powerful Build. You count as one size larger when determining your carrying capacity and the weight you can push, drag, or lift.

Swim. You have a swimming speed of 30 feet.

Technician. You are proficient in the Technology skill.

Toughness. Your hit point maximum increases by 1, and it increases by 1 every time you gain a level.

Languages. You can speak, read, and write Galactic Basic and Herglese. Herglese has a clear and commanding cadence, drawing the attention of those who hear it.

"},"skinColorOptions":{"value":"Black, gray, pale blue, pale pink"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Aquatic organs, massive size"},"heightAverage":{"value":"6'0\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"200 lb."},"weightRollMod":{"value":"x(2d8) lb."},"homeworld":{"value":"Giju"},"slanguage":{"value":"Herglese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Herglic","mode":"=","targetSpecific":false,"id":1,"itemId":"x7v8z6q9o5kv3GU3","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"x7v8z6q9o5kv3GU3","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"x7v8z6q9o5kv3GU3","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"x7v8z6q9o5kv3GU3","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"x7v8z6q9o5kv3GU3","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.movement.swim","value":"30","mode":"+","targetSpecific":false,"id":6,"itemId":"x7v8z6q9o5kv3GU3","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.skills.tec.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"x7v8z6q9o5kv3GU3","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"x7v8z6q9o5kv3GU3","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"herglese","mode":"+","targetSpecific":false,"id":9,"itemId":"x7v8z6q9o5kv3GU3","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Herglic.webp","effects":[{"_id":"YD22dYhkmmoTaN4S","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Herglic","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.attributes.movement.swim","value":30,"mode":2,"priority":20},{"key":"data.skills.tec.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"herglese","mode":0,"priority":0},{"key":"flags.sw5e.powerfulBuild","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.toughness","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Herglic.webp","label":"Herglic","tint":"","transfer":true}]} +{"_id":"bHNVgsazMaG6xhwn","name":"Droid, Class V","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"
\n

Players as Droids

\n

Work with your GM to determine if playing as a droid is appropriate for your campaign. Droids are impervious to many effects and vulnerable to others. If your GM approves this choice of species, work with them to determine your droids designation, name, and appearance. If you want to play a different type of droid, work with your GM to find traits to realize your character.

\n
\n

Appearance

\n

Class V droids are typically vaguely human-like in both shape and size, standing at around 6 feet, although many can be larger. They are usually a polished metallic color, though this can vary based on tasks for which they are created, their affiliation, or quirks of their owner.

\n

They are noteworthy for their simple programming and quiet, focused work habits.

\n

Utility

\n

Class V droids are programmed for menial and low-skill tasks. Such droids tend to perform basic tasks such as construction, lifting, maintenance, mining, sanitation, and transportation. Labor droids are fifth-degree droids.

\n

Names

\n

Droids are typically called by their designation, given to them when they are created, or some affectation given to them by their owner. Often this affectation is a play on their designation.

\n

Occasionally, noteworthy droids will earn monikers based on their accomplishments.

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Dexterity or Constitution score increases by 1.

\n

Age. Droids don’t age, though they require maintenance to retain functionality.

\n

Alignment. Droids tend toward no particular alignment. The best and worst are found among them.

\n

Size. Class V droids typically stand between 5 and 7 feet and weigh around 260 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Type. Your creature type is droid.

\n

Armor Integration. You cannot wear armor, but you can have the armor professionally integrated into your chassis over the course of a long rest. This work must be done by someone proficient with astrotech’s implements. You must be proficient in armor in order to have it integrated.

\n

Droid Resistances. You are resistant to necrotic, poison, and psychic damage, and are immune to poison and disease.

\n

Droid Systems. You do not need to eat or drink. Additionally, you no longer require a tech focus to cast tech powers.

\n

Droid Vulnerabilities. You are vulnerable to ion damage. Additionally, you have disadvantage on saving throws against effects that would deal ion or lightning damage.

\n

Force Insensitive. While droids can be manipulated by many force powers, they cannot sense the Force. You can not use force powers or take levels in forcecasting classes.

\n

Maintenance Mode. Rather than sleep, you enter an inactive state to perform routine maintenance for 4 hours each day. You have disadvantage on Wisdom (Perception) checks while performing maintenance.

\n

Manual Laborer. You have proficiency in Athletics and one set of artisan’s implements of your choice.

\n

Powerful Build. Your carrying capacity and the weight you can push, drag, or lift doubles. If it would already double, it instead triples.

\n

Rapid Reconstruction. You are built with internal repair mechanisms. As a bonus action, you can choose to spend one of your Hit Dice to recover hit points.

\n

Languages. You can speak, read, and write Binary. You can understand spoken and written Galactic Basic and one language of your choice, but you cannot speak it.

"},"skinColorOptions":{"value":""},"hairColorOptions":{"value":""},"eyeColorOptions":{"value":""},"distinctions":{"value":""},"colorScheme":{"value":"Typically metallic"},"droidDistinctions":{"value":"Vaguely human-like size and shape, typically quiet"},"heightAverage":{"value":"5'2\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"140 lb."},"weightRollMod":{"value":"x(2d8) lb."},"homeworld":{"value":""},"slanguage":{"value":""},"manufacturer":{"value":"Cybot Galactica, Industrial Automaton"},"droidLanguage":{"value":"Binary"},"source":"PHB"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Droid%20Class%20V.webp","effects":[{"_id":"Z3v7Cj4aSpJg4K8C","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.details.species","value":"Droid, Class V","mode":5,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":20},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":20},{"key":"data.traits.dr.value","value":"necrotic","mode":0,"priority":20},{"key":"data.traits.dr.value","value":"poison","mode":0,"priority":20},{"key":"data.traits.dr.value","value":"psychic","mode":0,"priority":20},{"key":"data.traits.ci.value","value":"diseased","mode":0,"priority":20},{"key":"data.traits.ci.value","value":"poisoned","mode":0,"priority":20},{"key":"data.traits.dv.value","value":"ion","mode":0,"priority":20},{"key":"data.skills.ath.value","value":1,"mode":4,"priority":20},{"key":"flags.sw5e.powerfulBuild","value":"1","mode":5,"priority":20},{"key":"data.traits.languages.value","value":"binary","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":20},{"key":"flags.sw5e.forceInsensitive","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.maintenanceMode","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.rapidReconstruction","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Droid%20Class%20V.webp","label":"Droid, Class V","tint":"","transfer":true}]} +{"_id":"bsnncm5FDZAA6A9A","name":"Aqualish","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

An amphibious species native to the planet Ando, the Aqualish people have two facial tusks which curve down over their mouths; a trait which added to their appearance as arachnids. These facial tusks are highly sensitive to heat and cold and are used for cracking open the hard shells of shellfish or burrowing through the swampy loam of their homeworld. Having finned hands and two bulbous black eyes, Aqualish are unable to manipulate most machinery or equipment developed by the galaxy's many species which designed these tools for beings with digits. As a result, Aqualish tend to remain on their homeworld. Aqualish are well known for their hair-trigger tempers that flare without reason. While Force-sensitive Aqualish are rare, members of the species have trained as both Sith and Jedi, though they typically gravitate toward the former.

\n

Society and Culture

\n

The Aqualish hate the image they have in the galaxy as thugs, regardless of its veracity, and blame it on any- and everyone else. Because of this, the species are considered pariahs on Ando, which has a lower population of Aqualish than the galaxy itself. All Aqualish speak mutually intelligible dialects of the same language. Quarrelsome and thug-like, the Aqualish culture revolved around aggression and toughness, with diplomacy being one of their weakest attributes.

\n

Names

\n

Aqualish names are intended to sound strong. Surnames are not familial, but are chosen by each individual Aqualish.

\n

  Male Names. Bung, Gu, Opege, Soni, Tubop

\n

  Female Names. Cestirki, Duni, Iftu, Sifre, Umi

\n

  Surnames. Dogomurra, Julo, Kronem, Nidoal, Utix

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Charisma score increases by 1.

\n

Age. Aqualish reach adulthood in their late teens and live less than a century.

\n

Alignment. Aqualish's aggressive personalities cause them to tend toward the dark side, though there are exceptions.

\n

Size. Aqualish stand between 6 and 7 feet tall and weigh around 190 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Arms Dealers. Whenever you make a Charisma (Persuasion) check related to buying or selling weapons, you are considered to have expertise in the Persuasion skill.

\n

Aggressive. As a bonus action, you can move up to your speed toward an enemy of your choice that you can see or hear. You must end this move closer to the enemy than you started.

\n

Darkvision. You have a keen eyesight, especially in the dark. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Menacing. You have proficiency in the Intimidation skill.

\n

Swim. You have a swimming speed of 30 feet.

\n

Languages. You can speak, read, and write Galactic Basic and Aqualish. Aqualish is a harsh, guttural language. It's rare that other species bother to learn it unless they regularly interact with Aqualish.

","source":"Expanded Content"},"skinColorOptions":{"value":"Black, blue, green, or red"},"hairColorOptions":{"value":"Black, brown, or gray"},"eyeColorOptions":{"value":"Black, blue, red, or brown"},"distinctions":{"value":"Tusks, belligerent personalities, brawny stature"},"heightAverage":{"value":"5'5\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"140 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Ando"},"slanguage":{"value":"Aqualish"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Aqualish","mode":"=","targetSpecific":false,"id":1,"itemId":"CY6pZnKGXLueLZK0","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"CY6pZnKGXLueLZK0","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"CY6pZnKGXLueLZK0","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"CY6pZnKGXLueLZK0","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"CY6pZnKGXLueLZK0","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"CY6pZnKGXLueLZK0","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.itm.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"CY6pZnKGXLueLZK0","active":false,"_targets":[],"label":"Skills Intimidation"},{"modSpecKey":"data.attributes.movement.swim","value":"30","mode":"=","targetSpecific":false,"id":8,"itemId":"CY6pZnKGXLueLZK0","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"CY6pZnKGXLueLZK0","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"aqualish","mode":"+","targetSpecific":false,"id":10,"itemId":"CY6pZnKGXLueLZK0","active":false,"_targets":[]}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Aqualish.webp","effects":[{"_id":"dNaQxsBLhXGxw47t","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Aqualish","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.itm.value","value":1,"mode":4,"priority":20},{"key":"data.attributes.movement.swim","value":30,"mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"aqualish","mode":0,"priority":0},{"key":"flags.sw5e.aggressive","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Aqualish.webp","label":"Aqualish","tint":"","transfer":true}]} +{"_id":"cOspdl5cGX3cxOMD","name":"Flesh Raider","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Flesh raiders are a more primitive, and more physically imposing subspecies of rakata that mutated prior to the end of the Infinite Empire. A life above ground and in caves has led the flesh raiders to lose their more amphibian traits, and are now more humanoid in their biological needs, though they seem to only be able to digest meats and flesh.\n\nFlesh raiders keep many of their ancestral rakatan features, though they have experienced a form of gigantism that has lead to their interesting appearance, that of a flat topped, spade shaped head, with blade-like eye stalks coming off the side ends of the spade. Their body structure also more closely matches that of a trandoshan or dashade, being bulky and imposing in stature, towering over most other sentient creatures.\n\nUnlike contemporary rakata, flesh raiders did not lose their ability to tap into the Force.

Society and Culture

Flesh raiders are known to form small clan structures, with a war boss in charge of the clan. Those flesh raiders who are born Force-sensitive can be found imitating a temple structure, with a powerful Force-sensitive, usually from another species, leading them. \n\nFlesh raiders still speak the rakatan language, though it has developed into a cruder variant.

Names

Flesh raider names tend to be short and concise, embodying strength and virility. Flesh raider names make no distinction between male and female names. Surnames are clan-based, though they are rarely used.

  First Names. Cha'nagh, Fashk, Gorshh, Keshk, Mar'govrok

  Surnames. Ban, Fel, Kuir, Penk, Teeshk","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Wisdom or Charisma score increases by 1.

\n

Age. Flesh raiders reach adulthoood by 20 and rarely live longer than 90 years.

\n

Alignment. Flesh raiders' propensity towards war and aggression cause them to tend toward chaotic dark side, though there are exceptions.

\n

Size. Flesh raiders typically stand between 6 and 7 feet tall and weigh around 200 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Aggressive. As a bonus action, you can move up to your speed toward an enemy of your choice that you can see or hear. You must end this move closer to the enemy than you started.

\n

Cannibalize. If you spend at least 1 minute devouring the corpse of a beast or humanoid, you gain temporary hit points equal to your Constitution modifier. Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Darkvision. You have keen eyesight, especially in the dark. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Force Contention. Due to their unique physiology, flesh raider hardiness allows them to overcome use of the Force. You have advantage on Strength and Constitution saving throws against force powers.

\n

Menacing. You gain proficiency in the Intimidation skill.

\n

Hunters. Whenever you make a Wisdom (Survival) check to hunt for food, you are considered to have expertise in the Survival skill.

\n

Languages. You can speak, read, and write Galactic Basic and Rakata. Rakata is characterized by its deep tones and simplistic nature, using mainly consonants and long vowels. It's script seems to be a very ancient form of Galactic Basic.

"},"skinColorOptions":{"value":"Brown, pink, red, or tan"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black, dark blue, dark green"},"distinctions":{"value":"Horizontal eye stalks, horizontal spade-shaped head, tridactyl hands"},"heightAverage":{"value":"5'8\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"145 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Tython"},"slanguage":{"value":"Rakata"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Flesh Raider","mode":"=","targetSpecific":false,"id":1,"itemId":"sJa2DfRVhsW4YREA","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"sJa2DfRVhsW4YREA","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":3,"itemId":"sJa2DfRVhsW4YREA","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":4,"itemId":"sJa2DfRVhsW4YREA","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":5,"itemId":"sJa2DfRVhsW4YREA","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.itm.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"sJa2DfRVhsW4YREA","active":false,"_targets":[],"label":"Skills Intimidation"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"sJa2DfRVhsW4YREA","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"rakata","mode":"+","targetSpecific":false,"id":8,"itemId":"sJa2DfRVhsW4YREA","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Flesh%20Raider.webp","effects":[{"_id":"8kAGFyPm2CQRdUho","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Flesh Raider","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.itm.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"rakata","mode":0,"priority":0},{"key":"flags.sw5e.aggressive","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.cannibalize","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.forceContention","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Flesh%20Raider.webp","label":"Flesh Raider","tint":"","transfer":true}]} +{"_id":"cRqoLZOEd6813W08","name":"Chiss","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

The chiss are a near-human species distinguished by their blue skin and glowing red eyes. Genetic analysis indicate that they are an offshoot of humanity, and it is believed that moving underground led to a divergence between them and baseline Humans. Their blue skin, jet black hair and red eyes generally command attention; these features make them physically striking and instantly recognizable.

Society and Culture

Chiss society is highly structured and ordered with the rule of law being enforced by a group of four affiliations known as the Ruling Families: the Csapla, Nuruodo, Inrokini and Sabosen. These are not biological family groupings but instead different branches of their government. Every chiss claims affiliation to one of the four families, as determined by both tradition and place of birth. The family names are more of a cultural holdover; the bloodlines had grown so co-meddled that any chiss could claim affiliation to any of the ruling families. In spite of the outward impression of calm and order that the chiss like to project to outsiders, there were evidently tensions within the Families; political assassinations are a real part of chiss political life for the Ruling Families.

Names

A chiss true-name has 3 parts, each separated by an apostrophe. The first part is their family name, the second part is their root name, and the third part is their occupation. Chiss rarely share their true-name with non-chiss, and usually go by their root name. Male and female names do not significantly deviate.

  Names. Crorcu'ecuk'unist, Dash'esoru'ishur, Jerd'ecer'lonii, Kisk'egauw'eqhi, Marag'aliphil'eduo, Pommo'icuote'nlerme, Vornu'wuzi'lerdim

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Charisma score increases by 1.

Age. Chiss reach adulthood in their late teens and live less than a century.

Alignment. Chiss' tactical and selfish nature cause them to tend toward lawful dark side, though there are exceptions.

Size. Chiss typically stand between 5 and 6 feet tall and weigh about 160 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Tech Resistance. Growing up around technology leaves an impact on chiss. You have advantage on Dexterity and Intelligence saving throws against tech powers.

Darkvision. You have a keen eyesight, especially in the dark. You can see in dim light within 120 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Martial Proficiency. You have proficiency with light and medium armor as well as the blaster pistol and sniper rifle.

Languages. You can speak, read, and write Galactic Basic and Cheunh. Cheunh is a complex language that is difficult for non-chiss to learn. Chiss take pride in this difficulty.

"},"skinColorOptions":{"value":"Blue or silver"},"hairColorOptions":{"value":"Black, blue, or silver"},"eyeColorOptions":{"value":"Red"},"distinctions":{"value":"Glowing red eyes, above-average night vision"},"heightAverage":{"value":"4'11\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"110 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Csilla"},"slanguage":{"value":"Cheunh"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Chiss","mode":"=","targetSpecific":false,"id":1,"itemId":"hRwDVxmSkmAcT0sx","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"hRwDVxmSkmAcT0sx","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"hRwDVxmSkmAcT0sx","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"hRwDVxmSkmAcT0sx","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"hRwDVxmSkmAcT0sx","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (120 ft)","mode":"+","targetSpecific":false,"id":6,"itemId":"hRwDVxmSkmAcT0sx","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.armorProf.value","value":"lgt","mode":"+","targetSpecific":false,"id":7,"itemId":"hRwDVxmSkmAcT0sx","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.armorProf.value","value":"med","mode":"+","targetSpecific":false,"id":8,"itemId":"hRwDVxmSkmAcT0sx","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"blaster pistol","mode":"+","targetSpecific":false,"id":9,"itemId":"hRwDVxmSkmAcT0sx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"sniper rifle","mode":"+","targetSpecific":false,"id":10,"itemId":"hRwDVxmSkmAcT0sx","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":11,"itemId":"hRwDVxmSkmAcT0sx","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"cheunh","mode":"+","targetSpecific":false,"id":12,"itemId":"hRwDVxmSkmAcT0sx","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Chiss.webp","effects":[{"_id":"VaDVQFvsbGNJ3yew","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Chiss","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (120 ft)","mode":2,"priority":20},{"key":"data.traits.armorProf.value","value":"lgt","mode":0,"priority":0},{"key":"data.traits.armorProf.value","value":"med","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"blaster pistol","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"sniper rifle","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"cheunh","mode":0,"priority":0},{"key":"flags.sw5e.techResistance","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Chiss.webp","label":"Chiss","tint":"","transfer":true}]} +{"_id":"cZHT9GUChu8vOynh","name":"Kyuzo","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

A lanky, bipedal humanoid species, the Kyuzo originate on the gravity-heavy Outer Rim world of Phatrong. Kyuzo are tall and slender, though their appearance belies their strength and quickness. Due to the uncommon makeup of their homeworld's atmosphere, Kyuzo frequently wear corrective lenses and a highly pressurized filter mask over their faces to protect their sensitive respiratory systems and assist them in coping with uncomfortable climates like galactic standard habitable environments. As well as causing respiratory and vision problems, exposure to such conditions causes a Kyuzo to become ill within in a short period of time, interfering with their ability to concentrate and slowing them down.

Society and Culture

A species known for its strong sense of justice and honor, most Kyuzo regard oaths and contracts as unbreakable and many species seek them as mercenaries, law-enforcement personnel and bounty hunters. A highly political species, the Kyuzo developed societies that span considerable geographical areas, and most identify as members of a particular country or region. Most major islands and continents on Phatrong are their own political units, though they do form a loose confederacy.

Names

Male names typically end in vowels, while female names end in consonants. Surnames are based on region.

  Male Names. Drego, Embo, Khalu, Mhali, Zuvio

  Female Names. Catras, Garing, Streehn, Turung

  Surnames. Brihney, Ghall, Khambey, Maway, Vori","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Intelligence score increases by 1.

Age. Kyuzo reach adulthood in their late teens and live less than a century.

Alignment. Kyuzos' belief in justice and honor cause them to tend toward lawful balanced, though there are exceptions.

Size. Kyuzo typically stand between 6 and 7 feet tall and weigh around 170 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Darkvision. Your natural evolution allows you to see what others do not in dim and dark conditions. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Foreign Biology. Kyuzo struggle in atmospheres other than those of Phatrong. You wear a filter mask, and if your mask is removed while you are in such an environment, you lose consciousness.

Long-Limbed. When you make a melee attack on your turn, your reach for it is 5 feet greater than normal.

Strong-Legged. When you make a long jump, you can cover a number of feet up to twice your Strength score. When you make a high jump, you can leap a number of feet up into the air equal to 3 + twice your Strength modifier.

Languages. You can speak, read, and write Galactic Basic and Kyuzo. Kyuzo is characterized by short words and quick phrases. Kyuzo struggle with Galactic Basic as it is grammatically dissimilar to Kyuzo.

"},"skinColorOptions":{"value":"Green, ranging from lighter olive shades to deep blue-green colors"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Yellow"},"distinctions":{"value":"Compound or slit-pupiled eyes, dense musculature, suffer from respiratory and vision problems in standard gravity environments"},"heightAverage":{"value":"5'9\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"140 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Phatrong"},"slanguage":{"value":"Kyuzo"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Kyuzo","mode":"=","targetSpecific":false,"id":1,"itemId":"u19DPceolkseGqzk","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"u19DPceolkseGqzk","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"u19DPceolkseGqzk","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"u19DPceolkseGqzk","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"u19DPceolkseGqzk","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"u19DPceolkseGqzk","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"u19DPceolkseGqzk","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"kyuzo","mode":"+","targetSpecific":false,"id":8,"itemId":"u19DPceolkseGqzk","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Kyuzo.webp","effects":[{"_id":"l6mvsrEqudRi4cVt","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Kyuzo","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"kyuzo","mode":0,"priority":0},{"key":"flags.sw5e.longlimbed","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.strongLegged","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.foreignBiology","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Kyuzo.webp","label":"Kyuzo","tint":"","transfer":true}]} +{"_id":"eiKo8OSywnsneGLd","name":"Echani","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Echani are characterized by their white skin, hair, and eyes, and their remarkable tendency to look very much alike one another to outside observers, particularly amongst family members. It is thought that their origins stem from Arkanian experimentation on the human genome, a hypothesis that could explain their physical conformity.

Society and Culture

A matriarchal, caste-based society originating from the Inner Rim world of Eshan, the echani spread to encompass a confederacy of six worlds including Bengali and Thyrsus, known as the Six Sisters, governed by the all-female Echani Command. \r\n\t\r\nEchani generals are sometimes seen by others as having the ability to predict their opponent's next move. This is no biologicial trait inherent to the species, but rather stems from the fact that combat is so ingrained into every level of echani culture; the echani hold to the idea that combat is the truest form of communication, and to know someone fully, you must fight them. While their combat rituals require complete freedom of movement and unarmed martial arts, in warfare, they tend towards light armor and melee weapons, and are considered excellent craftsmen of such.

Names

Echani names tend to lack hard consonants, but are otherwise as variable as human ones. Echani surnames are tied directly to their place in the caste system.

  Male Names. Caelian, Inarin, Losor, Uelis, Yusanis

  Female Names. Astri, Brianna, Isena, Raskta, Senriel

  Surnames. Authal, Elysi, Fenni, Kinro, Lsu","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Wisdom score increases by 1.

Age. Echani reach adulthood in their late teens and live less than a century.

Alignment. Echani culture's emphasis on honor and combat cause them to tend towards lawful alignments, though there are exceptions.

Size. Echani stand between 5 and a half and 6 feet tall and weigh around 150 lbs, with little variation between them. Your size is Medium.

Speed. Your base walking speed is 30 feet.

Allies of the Force. Whenever you make a Wisdom (Insight) check against someone you know to wield the Force, you are considered to have expertise in the Insight skill.

Unarmed Combatant. Your unarmed strikes deal 1d6 kinetic damage. You can use your choice of your Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.

Echani Art. If a humanoid you can see makes a melee weapon attack, you can use your reaction to make a Wisdom (Insight) check against the target's Charisma (Deception). On a success you learn one of the following traits about that creature: it's Strength, Dexterity or Constitution score; bonus to Strength, Dexterity or Constitution saving throws; armor class; or current hit points. On a failure, the target becomes immune to this feature for one day. You can use this ability a number of times equal to your Wisdom modifier (a minimum of once). You regain all expended uses on a long rest.

Combative Culture. You have proficiency in Lore and Acrobatics.

Martial Upbringing. You have proficiency in light armor, and gain proficiency with two martial vibroweapons of your choice.

Languages. You can speak, read, and write Galactic Basic and one extra language of your choice.

"},"skinColorOptions":{"value":"Pale tones"},"hairColorOptions":{"value":"White"},"eyeColorOptions":{"value":"Silver"},"distinctions":{"value":"Fair skin, white hair and eyes, remarkable familial similarity."},"heightAverage":{"value":"5'1\""},"heightRollMod":{"value":"+1d10\""},"weightAverage":{"value":"105 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Eshan"},"slanguage":{"value":"Galactic Basic"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Echani","mode":"=","targetSpecific":false,"id":1,"itemId":"RZ06rVoMQ80tK8W1","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"RZ06rVoMQ80tK8W1","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"RZ06rVoMQ80tK8W1","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"RZ06rVoMQ80tK8W1","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"RZ06rVoMQ80tK8W1","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.lor.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"RZ06rVoMQ80tK8W1","active":false,"_targets":[],"label":"Skills Lore"},{"modSpecKey":"data.skills.acr.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"RZ06rVoMQ80tK8W1","active":false,"_targets":[],"label":"Skills Acrobatics"},{"modSpecKey":"data.traits.armorProf.value","value":"lgt","mode":"+","targetSpecific":false,"id":8,"itemId":"RZ06rVoMQ80tK8W1","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"RZ06rVoMQ80tK8W1","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Echani.webp","effects":[{"_id":"HNBMxZCToQEy6PSr","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Echani","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.skills.lor.value","value":1,"mode":4,"priority":20},{"key":"data.skills.acr.value","value":1,"mode":4,"priority":20},{"key":"data.traits.armorProf.value","value":"lgt","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"flags.sw5e.unarmedCombatant","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Echani.webp","label":"Echani","tint":"","transfer":true}]} +{"_id":"f6X5CwvmMXAly4Ui","name":"Anzellan","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

The anzellans are a diminutive species hailing from the secluded planet Anzella. Their eyes have floating corneal micro-lenses that allow them to see microscopic details. Anzellans are a bubbly and receptive people. They are a jovial and trusting people that tend to welcome strangers with open arms. Due to their volcanic homeworld, anzellans are also adapted towards heat. This, coupled with their small size, make them well-suited to working in compact places.

\n

Society and Culture

\n

Anzella is a tropical planet covered in thousands of small volcanic islands. Many of these islands are developed as small villages, with the largest islands designed to accommodate larger species. Anzellan culture is generally based around tourism and crafting; in fact, anzellans are renowned craftsmen due to their discerning eyesight and ability to fit into small spaces. Anzellan government is generally casual. Each village has its own governing council of rotating members; these villages act independently from one another unless their decisions would affect more than a single island. In that case, all of the councils work together to come to a planet-wide decision.

\n

Names

\n

Anzellan names are rarely longer than two syllables, with a bouncy intonation to them. Their surnames are familial.

\n

  Male Names. Babu, Gridel, Moru, Rano, Yodel

\n

  Female Names. Dibi, Fing, Nooni, Teena, Zazi

\n

  Surnames. E'ayoo, Frik, Meer, Tanni, Vrut

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and two other ability scores of your choice increase by 1.

Age. Anzellans are considered adults at ten years old. They are a short-lived species, however, that rarely lives longer than 60 years.

Alignment. Anzellans are a friendly and respectful people, which causes them to tend toward lawful light side, though there are exceptions.

Size. Anzellans stand between 1 and 2 feet tall and weigh around 10 lbs. Regardless of your position in that range, your size is Tiny.

Speed. Your base walking speed is 20 feet.

Crafters. You have proficiency in one tool of your choice.

Detail Oriented. You are practiced at scouring for details. You have advantage on Intelligence (Investigation) checks within 5 feet.

Pintsized. Your tiny stature makes it hard for you to wield bigger weapons. You can't use medium or heavy shields. Additionally, you can't wield weapons with the two-handed or versatile property, and you can only wield one-handed weapons in two hands unless they have the light property.

Puny. Anzellans are too small to pack much of a punch. You have disadvantage on Strength saving throws, and when determining your bonus to attack and damage rolls for weapon attacks using Strength, you can't add more than +3.

Small and Nimble. You are too small and fast to effectively target. You have a +1 bonus to AC, and you have advantage on Dexterity saving throws.

Tanned. You are naturally adapted to hot climates, as described in chapter 5 of the Dungeon Master's Guide.

Technician. You are proficient in the Technology skill.

Tinker. You have proficiency with tinker's tools. You can use these and spend 1 hour and 100 cr worth of materials to construct a Tiny Device (AC 5, 1 hp). You can take the Use an Object action to have your device cause one of the following effects: create a small explosion, create a repeating loud noise for 1 minute, create smoke for 1 minute, create a soothing melody for 1 minute. You can maintain a number of these devices up to your proficiency bonus at once, and a device stops functioning after 24 hours away from you. You can dismantle the device to reclaim the materials used to create it.

Languages. You can speak, read, and write Galactic Basic and Anzellan. Anzellan is characterized by its bouncy sound and emphasis on alternating syllables.

","source":"Expanded Content"},"skinColorOptions":{"value":"Brown, green, or tan"},"hairColorOptions":{"value":"Black, gray, or white"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Diminutive size, wispy eyebrows"},"heightAverage":{"value":"1'0\""},"heightRollMod":{"value":"+2d6\""},"weightAverage":{"value":"3 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Anzella"},"slanguage":{"value":"Anzellan"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Anzellan","mode":"=","targetSpecific":false,"id":1,"itemId":"bIEwmrB96DiRuntI","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"bIEwmrB96DiRuntI","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"tin","mode":"=","targetSpecific":false,"id":3,"itemId":"bIEwmrB96DiRuntI","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"20","mode":"=","targetSpecific":false,"id":4,"itemId":"bIEwmrB96DiRuntI","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.ac.min","value":"1","mode":"+","targetSpecific":false,"id":5,"itemId":"bIEwmrB96DiRuntI","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.skills.tec.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"bIEwmrB96DiRuntI","active":false,"_targets":[],"label":"Skills Technology"},{"modSpecKey":"data.traits.toolProf.custom","value":"Tinker's tools","mode":"+","targetSpecific":false,"id":7,"itemId":"bIEwmrB96DiRuntI","active":false,"_targets":[],"label":"Traits Tool Prof Custom"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"bIEwmrB96DiRuntI","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"anzellan","mode":"+","targetSpecific":false,"id":9,"itemId":"bIEwmrB96DiRuntI","active":false,"_targets":[]}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Anzellan.webp","effects":[{"_id":"ZGdzAq1Gl4xaxDRD","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Anzellan","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"grg","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":20,"mode":5,"priority":5},{"key":"data.attributes.ac.value","value":1,"mode":2,"priority":20},{"key":"data.skills.tec.value","value":1,"mode":4,"priority":20},{"key":"data.traits.toolProf.custom","value":"Tinker's tools","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"anzellan","mode":0,"priority":0},{"key":"flags.sw5e.detailOriented","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.pintsized","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.puny","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.tinker","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Anzellan.webp","label":"Anzellan","tint":"","transfer":true}]} +{"_id":"fVsX4knOhy29hrNB","name":"Lurmen","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Lurmen's bodies are covered entirely in fur, which range in color from a dark brown to a white-gray, though they do wear garments. They can walk either upright on their two legs, and can also use their arms and legs for faster movement Many lurmen have the ability to roll themselves into a wheeled shape; this allows them to cover distances at great speed. They may have learned this ability from the native amani on Maridun.

\n

Society and Culture

\n

The lurmen use fallen seedpods from the giant trees as shelter and home. Living near the trees proves too dangerous, as the falling pods can be deadly. Instead, the lurmen drag the pods into a clearing and use them as huts. They also extract essential oils from the pods for nutrition and healing medicines. Most lurmen are pacifistic by nature and refuse to fight or run even in the face of death. They often will hide instead of using violence. As pacifists, they carry no weapons but carry farming tools or ropes. The greatest native threat to the lurmen are the amani and the mastiff phalones, raptor-headed quadrupeds that hunted in groups. However, even in defeating these beasts the lurmen attempt to remain true to their pacifist ideals, and not inflict any injury to the creatures. Instead, when cornered by a mastiff phalone, an agile lurmen will try to unbalance the creature by tying a rope around its stout legs.

\n

Names

\n

Lurmen names are sharp and made up of a single syllable. Instead of surnames, lurmen are granted additional names based on their importance to the village. Common lurmen possess one name, with leaders having as many as four.

\n

  Male Names. Fee, Gatt, Nub, Shoo, Yup

\n

  Female Names. Kal, Laa, Shal, Vook, Yiit

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Wisdom score increases by 1.

\n

Age. Lurmen reach adulthood in their late teens and live less than 80 years.

\n

Alignment. The pacifistic nature of the lurmen causes them to be neutral light side, though there are exceptions.

\n

Size. Lurmen typically stand around 3 feet tall and generally weigh about 45 lbs. Regardless of your position in that range, your size is Small.

\n

Speed. Your base walking speed is 25 feet.

\n

Darkvision. You have a keen eyesight, especially in the dark. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Natural Healer. You have proficiency in the Medicine and Nature skills, and the bioanalysis kit.

\n

Prehensile Tail and Feet. You have supreme control over your tail and feet and can use them to manipulate objects as well as your hands.

\n

Rolling Agility. As a lurmen, you can run on all fours, or curl into a ball, to move quickly along the ground. When you move on your turn in combat, you can double your speed until the end of the turn. Once you use this trait, you can't use it again until you move 0 feet on one of your turns.

\n

Treeclimber. You have a climbing speed of 25 feet. You have advantage on Strength saving throws and Strength (Athletics) checks that involve climbing.

\n

Undersized. Your small stature makes it hard for you to wield bigger weapons. You can’t use heavy shields. Additionally, you can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, you can only wield it in two hands.

\n

Languages. You can speak, read, and write Galactic Basic and Lurmese. Lurmese is a name collectively given to the various tribal languages spoken by the lurmen people. While each language is distinct, shared phrases allow translation between dialects.

"},"skinColorOptions":{"value":"Black or gray"},"hairColorOptions":{"value":"Brown to gray"},"eyeColorOptions":{"value":"Yellow or orange"},"distinctions":{"value":"Prehensile tail and feet, furred body"},"heightAverage":{"value":"2'11\""},"heightRollMod":{"value":"+2d4\""},"weightAverage":{"value":"40 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Mygeeto, Maridun"},"slanguage":{"value":"Lurmese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Lurmen.webp","effects":[{"_id":"gzV1BSf7YoTCOLpN","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"sm","mode":0,"priority":20},{"key":"data.attributes.movement.walk","value":"25","mode":5,"priority":20},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.med.value","value":1,"mode":4,"priority":20},{"key":"data.skills.nat.value","value":1,"mode":4,"priority":20},{"key":"data.traits.toolProf.value","value":"bioa","mode":0,"priority":20},{"key":"data.attributes.movement.climb","value":"25","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"lurmese","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":20},{"key":"data.details.species","value":"Lurmen","mode":5,"priority":20},{"key":"flags.sw5e.nimbleAgility","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Lurmen.webp","label":"Lurmen","tint":"","transfer":true}]} +{"_id":"fYqDOOCbTgqcHWqc","name":"Karkarodon","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

The amphibious Karkarodons have tall, slim bodies with webbed hands and feet. Their shark-like heads have pointed noses, gill slits, and many rows of razor-sharp teeth, which they use when attacking and eating. Karkarodons are skilled and fast swimmers. They attack by grabbing the target and used their jaws for ripping and tearing.

Society and Culture

Karkarodons hail from the planet Karkaris, which is located in a star system neighboring the planet Mon Cala. They harbor an intense hatred for the Mon Calamari and Quarren inhabitants. The planet is almost entirely under water, and is very uninviting to non-Karkarodons. \r\n\r\nKarkarodon culture is a warmongering, strength-based culture. Clans often fight eachother for dominance, natural resources, and to cull the weak. Each clan on the planet has a ruling triumvirate, usually comprised of venerated warriors who rule for life. When a younger Karkarodon wants to replace one of the ruling body, they challenge them to single, mortal combat. Occasionally, the challenged may spare the life of the challenger when they win, though that usually leads to resentment from the loser.\r\n\r\nKarkarodons do not believe in lying or duplicity. They believe in approaching problems head on and saying what they mean, and are generally demeaing towards those they deem their lessers.

Names

Karkarodon names are harsh and gutteral. They are generally one syllable. Surnames are clan-based rather than familial.

  Male Names. Aurb, Rend, Riff, Trak, Vour

  Female Names. Dewb, Garr, Rast, Scrat, Zend

  Surnames. Alben, Gerdall, Kibben, Tamson, Zendall","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Strength score increases by 1.

Age. Kakarodon reach adulthood in their early teens and live to be about 70.

Alignment. Karkarodons' warmongering nature causes them to tend toward the dark side, though there are exceptions

Size. Karkarodons stand 5 to 7 feet tall and weigh upwards of 250 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Aggressive. As a bonus action, you can move up to your speed toward an enemy of your choice that you can see or hear. You must end this move closer to the enemy than you started.

Amphibious. You can breathe air and water.

Bite. Your fanged maw is a natural weapon, which you can use to make unarmed strikes. If you hit with it, you deal kinetic damage equal to 1d6 + your Strength modifier.

Hungry Jaws. As a bonus action, you can make a special attack with your bite. If the attack hits, it deals its normal damage, and you gain temporary hit points (minimum of 1) equal to your Constitution modifier, and you can't use this trait again until you finish a short or long rest.

Swim. You have a swimming speed of 30 feet.

Languages. You can speak, read, and write Galactic Basic and Karkaran. Karkaran is characterized by its fierce sounds.

"},"skinColorOptions":{"value":"Blue, gray, or white"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Multiple rows of sharp teeth, powerful jaws, shark-like heads"},"heightAverage":{"value":"4'8\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"130 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Karkaris"},"slanguage":{"value":"Karkaran"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Karkarodon","mode":"=","targetSpecific":false,"id":1,"itemId":"gcxHAPaAaDaFgGSc","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"gcxHAPaAaDaFgGSc","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.abilities.str.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"gcxHAPaAaDaFgGSc","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"gcxHAPaAaDaFgGSc","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"gcxHAPaAaDaFgGSc","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.movement.swim","value":"30","mode":"+","targetSpecific":false,"id":6,"itemId":"gcxHAPaAaDaFgGSc","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"gcxHAPaAaDaFgGSc","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"karkaran","mode":"+","targetSpecific":false,"id":8,"itemId":"gcxHAPaAaDaFgGSc","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Karkarodon.webp","effects":[{"_id":"aWzuTfE8yN5RwMdF","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Karkarodon","mode":5,"priority":5},{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.str.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.attributes.movement.swim","value":30,"mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"karkaran","mode":0,"priority":0},{"key":"flags.sw5e.aggressive","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.amphibious","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Karkarodon.webp","label":"Karkarodon","tint":"","transfer":true}]} +{"_id":"fpSZ7ROFiTNDiCVM","name":"Rakata","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

In appearance, rakata are smooth skinned amphibian-like humanoids that had tall craniums along with eyes that protruded from each side of their heads on short stalks. These bipedal beings have three digit hands that are tipped with claws for digging through packed dirt. As a species, they are uniformly lean and tall; while most rakata have a similar height and weight, females tend to be more slender than males, though just as tall. Rakata are primarily carnivorous, likely stemming from the fact that they are cannibalistic, often making a meal of other species. Long term abuse of the Force in their society, exacerbated by a plague, culled the rakata's ability to sense the Force.

\n

Society and Culture

\n

Rakatan technology and structures hold the unique property of blending with the Force, creating powerful and long-lasting monuments that are almost impossibly to replicate. Rakatan society is devoted to conquering and enslaving those they deem weak. At the height of its power, the Rakatan Infinite Empire had conquered and enslaved dozens of worlds. They would strip entire planets of their resources and then terraform them to fit their own needs. After a plague ravaged their civilization and caused the fall of the Infinite Empire, rakata broke off into smaller tribes rather than a unified organization. Despite their newfound tribal nature, rakata retained their ability to quickly adapt to and appropriate technology.

\n

Names

\n

Rakatan names do not distinguish by gender, and they do not use surnames.

\n

  Names. Ceh'let, Orsaa, Skal'nas, Soa, Tul'kar

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Intelligence score increases by 1.

\n

Age. Rakata reach adulthoood by 20 and rarely live longer than 90 years.

\n

Alignment. Rakata's propensity towards war and aggression cause them to tend toward lawful dark side, though there are exceptions.

\n

Size. Rakata typically stand between 6 and 7 feet tall and weigh around 180 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Adaptive Resilience. Prolongued use of technology allows rakata to readily adapt to its effects. You have advantage on Strength and Constitution saving throws against tech powers.

\n

Amphibious. You can breathe air and water.

\n

Cannibalize. If you spend at least 1 minute devouring the corpse of a beast or humanoid, you gain temporary hit points equal to your Constitution modifier. Once you've used this feature, you must complete a short or long rest before you can use it again.

\n

Claws. Rakata have savage claws. You are proficient with your claws, which deal 1d6 kinetic damage on a hit.

\n

Darkvision. You have a keen eyesight, especially in the dark. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Force Insensitive. While rakata can be manipulated by many force powers, they can not sense the Force. You cannot use force powers or take levels in forcecasting classes.

\n

Swim. You have a swimming speed of 30 feet.

\n

Technician. You are proficient in the Technology skill.

\n

Languages. You can speak, read, and write Galactic Basic and Rakata. Rakata is characterized by its deep tones and simplistic nature, using mainly consonants and long vowels. It's script seems to be a very ancient form of Galactic Basic.

"},"skinColorOptions":{"value":"Blue, green, grey, or red"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Blue, brown, gold, or yellow"},"distinctions":{"value":"Horizontal eye stalks, vertical blade shaped head, tridactyl hands"},"heightAverage":{"value":"5'8\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"125 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Lehon"},"slanguage":{"value":"Rakata"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Rakata","mode":"=","targetSpecific":false,"id":1,"itemId":"w8V0nHFas8vMwNZR","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"w8V0nHFas8vMwNZR","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"w8V0nHFas8vMwNZR","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"w8V0nHFas8vMwNZR","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"w8V0nHFas8vMwNZR","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"w8V0nHFas8vMwNZR","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.attributes.movement.swim","value":"30","mode":"=","targetSpecific":false,"id":7,"itemId":"w8V0nHFas8vMwNZR","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.skills.tec.value","value":"1","mode":"+","targetSpecific":false,"id":8,"itemId":"w8V0nHFas8vMwNZR","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"w8V0nHFas8vMwNZR","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"rakata","mode":"+","targetSpecific":false,"id":10,"itemId":"w8V0nHFas8vMwNZR","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Rakata.webp","effects":[{"_id":"tukaXNn70Kp4AY5v","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Rakata","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.attributes.movement.swim","value":"30","mode":5,"priority":5},{"key":"data.skills.tec.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"rakata","mode":0,"priority":0},{"key":"flags.sw5e.adaptiveResilience","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.amphibious","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.cannibalize","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.forceInsensitive","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Rakata.webp","label":"Rakata","tint":"","transfer":true}]} +{"_id":"fx9y3ETNYxA0DSzM","name":"Kaleesh","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Tusks protrud from a Kaleesh's upper jaw, and shorter ones jut from their chins. Kaleesh have large pointed ears and long nostrils that stretched close to their eyes. They have very keen olfactory sense and were able to produce pheromones. Most of their facial features are obscured behind the traditional masks they wear, and outsiders rarely see Kaleesh unmasked. They are known to practice polygyny, a form of polygamy, where a male courts multiple wives.

Society and Culture

Kaleesh society is divided into numerous autonomous tribes. War is viewed as an essential and sacred practice, and the culture's large emphasis on honor is known to spur many acts of vengeance among the various tribes. However, when necessary, the tribes will put aside their differences and bond to fend off a common enemy.\r\n\r\nThe Kaleesh are a spiritual people, believing that those who perform great deeds in life became gods in death; therefore, burial places are sacred to them. A large number of temples are devoted to their ancestor gods, the holiest of which was called Shrupak. \r\n\r\nAbesmi, a great monolith of stone in the Jenuwaa Sea, is the place the Kaleesh believed the gods ascended to the heavens. Pilgrims take the perilous voyage to Abesmi to beseech the gods.

Names

Male Kaleesh names are typically one syllable while female are two. Kaleesh surnames are tribal and often use two words.

  Male Names. Bir, Grost, Jick, Xygh, Yles

  Female Names. Dduzu, Glaglo, Runda, Yugdo, Zodey

  Surnames. Jal Greennath, Lij Jum, San Syrro,","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Dexterity score increases by 1.

Age. Kaleesh reach adulthood in their early teens and live to be about 80.

Alignment. Kaleesh tend toward no particular alignment. The best and worst are found among them.

Size. Kaleesh typically stand about five and a half feet tall and weigh about 140 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Darkvision. The thermal pits under a Kaleesh's eyes grant darkvision. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Weapon Training. Kaleesh are adept hunters. You are proficient with the blaster carbine, vibroblade, vibropike, and, vibrospear.

Keen Smell. You have advantage on Wisdom (Perception) checks that rely on smell.

Tracker. You have proficiency in the Survival skill. Additionally, you are considered to have expertise in Wisdom (Survival) checks made to track a creature if that creature has a scent.

Languages. You can speak, read, and write Galactic Basic and Kaleesh.

"},"skinColorOptions":{"value":"Orange, red, or yellow"},"hairColorOptions":{"value":"Black or brown"},"eyeColorOptions":{"value":"Yellow"},"distinctions":{"value":"Bone masks, elongated ears, flat nose, tusks"},"heightAverage":{"value":"5'1\""},"heightRollMod":{"value":"+2d6\""},"weightAverage":{"value":"105 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Kalee"},"slanguage":{"value":"Kaleesh"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Kaleesh","mode":"=","targetSpecific":false,"id":1,"itemId":"LzYVLbkRHK1B3Bwt","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"LzYVLbkRHK1B3Bwt","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"LzYVLbkRHK1B3Bwt","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"LzYVLbkRHK1B3Bwt","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"LzYVLbkRHK1B3Bwt","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"LzYVLbkRHK1B3Bwt","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.weaponProf.custom","value":"blaster carbine","mode":"+","targetSpecific":false,"id":7,"itemId":"LzYVLbkRHK1B3Bwt","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibroblade","mode":"+","targetSpecific":false,"id":8,"itemId":"LzYVLbkRHK1B3Bwt","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibropike","mode":"+","targetSpecific":false,"id":9,"itemId":"LzYVLbkRHK1B3Bwt","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibrospear","mode":"+","targetSpecific":false,"id":10,"itemId":"LzYVLbkRHK1B3Bwt","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.skills.sur.value","value":"1","mode":"+","targetSpecific":false,"id":11,"itemId":"LzYVLbkRHK1B3Bwt","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":12,"itemId":"LzYVLbkRHK1B3Bwt","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"kaleesh","mode":"+","targetSpecific":false,"id":13,"itemId":"LzYVLbkRHK1B3Bwt","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Kaleesh.webp","effects":[{"_id":"uRB8h6A9A9SrsbWe","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Kaleesh","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.weaponProf.custom","value":"blaster carbine","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"vibroblade","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"vibropike","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"vibrospear","mode":0,"priority":0},{"key":"data.skills.sur.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"kaleesh","mode":0,"priority":0},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Kaleesh.webp","label":"Kaleesh","tint":"","transfer":true}]} +{"_id":"hMgUnMAt7vjsQyRm","name":"Chadra-Fan","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Chadra-Fan are covered from head to foot in fur. Their species evolved from small, arboreal rodents. The two different sexes of Chadra-Fan are indistinguishable to other species, though the Chadra-Fan could readily tell the difference using their powerful sense of smell. Chadra-Fan also have involuntary pheromones that conveyed information about their family line and created an aura of attractiveness. Other voluntary pheromones often conveyed a Chadra-Fan's state of emotion-anger, fear, or joy. Chadra-Fan even create more complex messages using their pheromones, though the pheromones when mixed sometimes caused confusion. They are unique in the fact that they had clear blood.

\n

Society and Culture

\n

The society of Chadra-Fan is divided into a clan structure in which every member is responsible for parenting the clan's children; a fact of life is that every household is open at any time. Leadership within the clan is a temporary role that is passed from one individual to another as the situation calls for a particular expertise. Children are the centerpiece of a Chadra-Fan community, and only leave when wed. However the new Chadra-Fan couple remain with the smaller clan so it was possible that a Chadra-Fan never leaves his or her home. Chadra-Fan left by themselves suffer depression, so they regularly seek the company of others; thus, Chadra-Fan are not very picky when it came to friends and prefer complete strangers to loneliness.

\n

Names

\n

Chadra-Fan names do not vary significantly based on sex. Surnames are clan based.

\n

  First Names. Dubi, Kattar, Naska, T'yabah, O'yasha

\n

  Surnames. Abalomm, Fandy, Nemm, Nuz, Yedit

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Charisma score increases by 1.

Age. Chadra-Fan reach adulthood by 15 and live an average of 40 years.

Alignment. Chadra-Fan's open, clan-based culture cause them to tend toward the light side, though there are exceptions.

Size. Chadra-Fan stand 3-4 feet tall and weigh about 45 lbs. Regardless of your position in that range, your size is Small.

Speed. Your base walking speed is 25 feet.

Climb. You have a climbing speed of 25 feet.

Keen Hearing and Smell. You have advantage on Wisdom (Perception) checks that involve hearing or smell.

Second Heart. When you are reduced to 0 hit points but not killed outright, you can drop to 1 hit point instead. You can't use this feature again until you finish a long rest.

Tinker. You have proficiency with tinker's tools. You can use these and spend 1 hour and 100 cr worth of materials to construct a Tiny Device (AC 5, 1 hp). You can take the Use an Object action to have your device cause one of the following effects: create a small explosion, create a repeating loud noise for 1 minute, create smoke for 1 minute, emit an onerous smell for 1 minute. You can maintain a number of these devices up to your proficiency bonus at once, and a device stops functioning after 24 hours away from you. You can dismantle the device to reclaim the materials used to create it.

Trance. Chadra-Fan only require 2 hours of sleep a day. After resting in this way, you gain the same benefit that a human does from 8 hours of sleep.

Undersized. Your small stature makes it hard for you to wield bigger weapons. You can't use heavy shields. Additionally, you can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, you can only wield it in two hands.

Languages. You can speak, read, and write Galactic Basic and Chadra-Fan. The Chadra-Fan language is characterized as being nasally and squeaky.

","source":"Expanded Content"},"skinColorOptions":{"value":"Black, brown, or grey"},"hairColorOptions":{"value":"Black, brown, or grey"},"eyeColorOptions":{"value":"Dark"},"distinctions":{"value":"Large ears, flat noses with four nostrils"},"heightAverage":{"value":"2'8\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"35 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Chad"},"slanguage":{"value":"Chadra-Fan"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.traits.size","value":"Chadra-Fan","mode":"=","targetSpecific":false,"id":1,"itemId":"G6WBGAp6GlK5tuK8","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"G6WBGAp6GlK5tuK8","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"G6WBGAp6GlK5tuK8","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"sm","mode":"=","targetSpecific":false,"id":4,"itemId":"G6WBGAp6GlK5tuK8","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"25","mode":"=","targetSpecific":false,"id":5,"itemId":"G6WBGAp6GlK5tuK8","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.movement.climb","value":"25","mode":"=","targetSpecific":false,"id":6,"itemId":"G6WBGAp6GlK5tuK8","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.toolProf.custom","value":"Tinker's tools","mode":"+","targetSpecific":false,"id":7,"itemId":"G6WBGAp6GlK5tuK8","active":false,"_targets":[],"label":"Traits Tool Prof Custom"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"G6WBGAp6GlK5tuK8","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"chadra-fan","mode":"+","targetSpecific":false,"id":9,"itemId":"G6WBGAp6GlK5tuK8","active":false,"_targets":[],"label":"Traits Language"}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Chadra-Fan.webp","effects":[{"_id":"6clSr6rfOZJaWWiM","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.traits.size","value":"grg","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"sm","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":25,"mode":5,"priority":5},{"key":"data.attributes.movement.climb","value":25,"mode":5,"priority":5},{"key":"data.traits.toolProf.value","value":"tin","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"chadra-fan","mode":0,"priority":0},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.tinker","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20},{"key":"data.details.species","value":"Chadra-Fan","mode":5,"priority":20},{"key":"flags.sw5e.multipleHearts","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.trance","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Chadra-Fan.webp","label":"Chadra-Fan","tint":"","transfer":true}]} +{"_id":"hdwrBMPaKa3ynWVs","name":"Kaminoan","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Kaminoans' evolution from aquatic creatures in the vast oceans of Kamino is reflected in their tall shape, glassy coated eyes, near luminescent skin, and long, thin necks. The almond-shaped eyes of kaminoans are also able to see color in the ultraviolet spectrum. While female kaminoans are bald, males possess headcrests and fin ridges along the rear of their small, bulbous skulls.

Society and Culture

The kaminoans see themselves as a superior form of life, but nevertheless remained polite to outsiders. To them any species seeking self-improvement is worthy of respect, but those who do not are obviously inferior; self-improvement has a central role in Kaminoan society. Through the development and mastery of selective breeding, genetics, and cloning, the kaminoans were able to overcome a cataclysm that pushed them to the brink of extinction. \n\nKaminoans live in a caste based society, determined by the color of the kaminoan's eyes. Gray eyed individuals handle administration and are considered of the highest-level caste; middle castes had yellow eyes and handle the skilled work; and lower castes had blue eyes and perform manual labor and other menial tasks. Although it is extremely rare, kaminoans are sometimes born with green eyes. Those are viewed as genetically inferior and as a threat to the kaminoans' well ordered society and as such are exterminated shortly after birth.

Names

Kaminoan names typically are composed by around two syllables and a brief surname.

  Male Names. Lama, Ni, Orun, Koa

  Female Names. Taun, Ko, Nala, Kina

  Surnames. Ha, Su, We, Sai, Wa","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2 and your Wisdom score increases by 1.

\n

Age. Kaminoans reach adulthood at 11 years old and live around 100 years.

\n

Alignment. Kaminoans highly organized society lead individuals to tend toward a lawful alignment, though there are exceptions.

\n

Size. Kaminoans typically stand 7 to 8 feet tall and weigh around 150 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Geneticist. You have proficiency in the Medicine skill.

\n

Long-Limbed. When you make a melee attack on your turn, your reach for it is 5 feet greater than normal.

\n

Tech Dabbler. You know the temporary boost at-will tech power. Intelligence is your techcasting ability for this power. You do not require use of a wristpad for this powers.

\n

Ultraviolet Sight. Whenever you make a Wisdom (Perception) check related to sight, you are considered to have expertise in the Perception skill.

\n

Languages. You can speak, read, and write Galactic Basic and Kaminoan. Kaminoan is characterized by its flowing water-like sound.

"},"skinColorOptions":{"value":"White"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Grey, yellow, blue, green"},"distinctions":{"value":"Very tall, long limbs, long necks"},"heightAverage":{"value":"6'4\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"150 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Kamino"},"slanguage":{"value":"Kaminoan, Galactic Basic"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Kaminoan","mode":"=","targetSpecific":false,"id":1,"itemId":"PKrdvMip9Lfs98d5","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"PKrdvMip9Lfs98d5","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"PKrdvMip9Lfs98d5","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"PKrdvMip9Lfs98d5","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"PKrdvMip9Lfs98d5","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.med.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"PKrdvMip9Lfs98d5","active":false,"_targets":[],"label":"Skills Medicine"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"PKrdvMip9Lfs98d5","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"kaminoan","mode":"+","targetSpecific":false,"id":8,"itemId":"PKrdvMip9Lfs98d5","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Kaminoan.webp","effects":[{"_id":"bAvoarff91YbaQxe","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Kaminoan","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.skills.med.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"kaminoan","mode":0,"priority":0},{"key":"flags.sw5e.longlimbed","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Kaminoan.webp","label":"Kaminoan","tint":"","transfer":true}]} +{"_id":"hqA75uwRDd25Vlq9","name":"Rishii","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Rishii are a sentient, avian species of carnivores which possess two legs ending in four-toed feet, two arms, a tail, and a head. The species' two arms consist of feathered wings ending in nimble humanoid hands, capable of manipulating tools. The wings grant the Rishii the ability to fly at great speeds, which is their method of travel equivalent to running in land-based species. A Rishii's head contained a beak between two yellow eyes framed by a large brow. Rishii were capable of mimicking anything said to them perfectly, and also possessed extremely strong senses, particularly hearing and sight.

Society and Culture

Native to the planet Rishi, the Rishii live in loose primitive tribes, known as nests, clustered high upon the planet's mountains, away from the hot and humid lowland swamps. Each nest consists of a small number of family units led by a chieftain, with neighbouring nests respecting each others territories and living in harmony. This peaceful and accepting attitude goes beyond just other Rishii and was extended to all neighbours of a nest, including the many other species who colonise the lowlands of Rishi. Due to the unfavorable conditions found in the lowlands, the native avians do not understand the off-worlders' choice to live there, but were not opposed to their presence.

Names

As with much of their speech, Rishii names include clicks, trills, and whistles to the point that other peoples have a difficult time pronouncing them. Typically, a name has two to four syllables with the sounds acting as connectors. Rishii names do not vary based on gender. Rishii are responsive to nicknames given by outsiders. ","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Constitution score increases by 1.

Age. Rishii reach adulthood at 10 and generally live no longer than 60 years.

Alignment. Rishii tend toward no particular alignment. The best and worst are found among them.

Size. Rishii range from 4 to 6 feet tall and generally weigh less than 130 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Flight. You have a flying speed of 30 feet. To use this speed, you can't be wearing medium or heavy armor.

Keen Hearing and Sight. You have advantage on Wisdom (Perception) checks that rely on hearing or sight.

Mimicry. You can mimic sounds you have heard, including voices. A creature that hears the sounds you make can tell they are imitations with a successful Wisdom (Insight) check opposed by your Charisma (Deception) check.

Languages. You can speak, read, and write Galactic Basic and Rishii. Rishii's clicks, trills, and whistles are difficult for outsiders to learn without the aid of a protocol droid, and so Rishii often feel comfortable speaking to eachother in the language in front of others.

"},"skinColorOptions":{"value":"Yellow"},"hairColorOptions":{"value":"Brown or white"},"eyeColorOptions":{"value":"Brown or yellow"},"distinctions":{"value":"Sound mimicry, enhanced hearing and sight"},"heightAverage":{"value":"4'2\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"60 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Rishi"},"slanguage":{"value":"Rishii"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Rishii","mode":"=","targetSpecific":false,"id":1,"itemId":"TzmDF7YCG4Bd0Nb6","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"TzmDF7YCG4Bd0Nb6","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"TzmDF7YCG4Bd0Nb6","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"TzmDF7YCG4Bd0Nb6","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"TzmDF7YCG4Bd0Nb6","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.movement.fly","value":"30","mode":"+","targetSpecific":false,"id":6,"itemId":"TzmDF7YCG4Bd0Nb6","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"TzmDF7YCG4Bd0Nb6","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"rishii","mode":"+","targetSpecific":false,"id":8,"itemId":"TzmDF7YCG4Bd0Nb6","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Rishii.webp","effects":[{"_id":"EG1cQYESSqx7uV17","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Rishii","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.attributes.movement.fly","value":"30","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"rishii","mode":0,"priority":0},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Rishii.webp","label":"Rishii","tint":"","transfer":true}]} +{"_id":"iOnOsOWWquwrbTc7","name":"Colicoid","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Colicoids are tall insectoids that held multiple appendages. Their bodies are chitinous and include a powerful stinging tail. A colicoid's physiology allows them to curl up into a protective ball and unfurl suddenly which allow them to catch their prey unaware. This rolling method of locomotion is second nature to the colicoids. Their insectoid minds provide them a natural defense against mind tricks.

\n

Some members are colicoid queens that are different as they are more than twice the size of even the largest warrior breeds. This makes them extremely dangerous and are the only colicoids that possess a unique poisonous stinger. This combined with their strength and size makes them deadly combatants, especially when within their nests. However, a queen tends to only fight when her young are being threatened.

\n

Society and Culture

\n

Though highly intelligent, colicoids are emotionless and cannibalistic in nature. Their ruthless cunning serves them well on the battlefield as it does on the negotiating table. It is known that long ago that they transferred these ruthless characteristics to their commerce activities. As a result, they are known to be brutally efficient in their business practices. They are noted for being vicious and calculating creatures that are driven by greed whilst showing little regard for others. The colicoids have numerous successful commercial ventures and hold strict business protocols.

\n

Names

\n

Colicoid names are typically very short and gender neutral, with surnames being based on the queen from which they spawned.

\n

  First Names. Gal, Het, Kaf, Lyp, Nok, Yin

\n

  Surnames. Bek, Dor, Set, Tel, Wim, Zal

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Strength or Constitution score increases by 1.

Age. Colicoids reach adulthood by 8 and live to be about 65.

Alignment. Colicoid's emotionless nature causes them to tend towards balanced alignments, though there are exceptions.

Size. Colicoids typically stand 6 to 6 and a half feet tall and generally weigh about 170 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 25 feet.

Acute Senses. You have proficiency in the Perception skill.

Cannibalize. If you spend at least 1 minute devouring the corpse of a beast or humanoid, you gain temporary hit points equal to your Constitution modifier. Once you've used this feature, you must complete a short or long rest before you can use it again.

Closed Mind. Colicoid brains have an unusual composition which gives them a natural defense against the Force. You have advantage on Wisdom and Charisma saving throws against force powers.

Defensive Ball. You are able to curl into a rolling ball for extra protection. When you take the Dash action while you aren't wielding a shield, you gain a bonus to AC equal to half your proficiency bonus (rounded up) until the start of your next turn.

Natural Armor. Due to your carapace and the shape of your body, you are ill-suited to wearing armor. Your carapace provides ample protection, however; it gives you a base AC of 17 (your Dexterity modifier doesn't affect this number). You gain no benefit from wearing armor, but if you are using a shield, you can apply the shield's bonus as normal.

Stinger. Your stinger is a natural weapon, which you can use to make unarmed strikes. If you hit with it, you deal kinetic damage equal to 1d4 + your Strength modifier.

Languages. You can speak, read, and write Galactic Basic and Colicoid. The Colicoid language uses sounds produced by the antennae and jointed legs of the colicoids, including humming sounds and clicks, which makes it difficult for other species to speak.

"},"skinColorOptions":{"value":"Brown, green, or purple"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Orange, purple, red, or yellow"},"distinctions":{"value":"Carnivorous insectoids, four legs, defensive \"ball mode\""},"heightAverage":{"value":"5'2\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"120 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Colla IV"},"slanguage":{"value":"Colicoid"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Colicoid","mode":"=","targetSpecific":false,"id":1,"itemId":"RtHXk9SkonTC4Z8L","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"RtHXk9SkonTC4Z8L","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":3,"itemId":"RtHXk9SkonTC4Z8L","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"25","mode":"=","targetSpecific":false,"id":4,"itemId":"RtHXk9SkonTC4Z8L","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.prc.value","value":"1","mode":"+","targetSpecific":false,"id":5,"itemId":"RtHXk9SkonTC4Z8L","active":false,"_targets":[],"label":"Skills Perception"},{"modSpecKey":"data.attributes.ac.min","value":"17","mode":"=","targetSpecific":false,"id":6,"itemId":"RtHXk9SkonTC4Z8L","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"RtHXk9SkonTC4Z8L","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"colicoid","mode":"+","targetSpecific":false,"id":8,"itemId":"RtHXk9SkonTC4Z8L","active":false,"_targets":[]}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Colicoid.webp","effects":[{"_id":"lNQzl0PRPGz1LnkR","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Colicoid","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"25","mode":5,"priority":5},{"key":"data.skills.prc.value","value":1,"mode":4,"priority":20},{"key":"data.attributes.ac.value","value":"17+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"colicoid","mode":0,"priority":0},{"key":"flags.sw5e.closedMind","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.cannibalize","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Colicoid.webp","label":"Colicoid","tint":"","transfer":true}]} +{"_id":"iWfbgl42D7ogk1Hc","name":"Cerean","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

The Cereans' enlarged skulls, extending above their foreheads, house complex binary brains, provided with sufficient blood by an extra heart in their heads. The binary structure of Cerean thinking helps them to ponder two sides of an issue at once. It also enables them to process information and solve problems rapidly and provides a highly advanced capacity for concentration and meditation. Because of their thoughtful nature, they tend to be calm, rational and analytical, preferring peaceful philosophies and a lifestyle which works in harmony with nature. Though the quick-thinking Cereans have equally quick reflexes, they are commonly not as well coordinated as humans.

\n

Society and Culture

\n

Cereans developed a low-tech society on their homeworld and prefer to live in isolation from the wider galaxy. Preserving the natural beauty of Cerea, the planet is home to many Outsider Citadels where it is permissible to use offworld technology, though it could not be removed from the Citadel. Meditation is a core part of a Cerean's daily rituals, with many employing specially-forged kasha crystals as a focusing tool. By focusing one's thoughts while in contact with such crystals, distractions are eliminated, creating an exceptional meditation environment. Cerean Jedi sometimes incorporate these crystals into their lightsabers, providing great focus, even during intense physical combat.

\n

Names

\n

Cerean male first names are often hyphenated, while females are not. Surnames are familial.

\n

  Male Names. Ji-Cheelia, Ki-Adi, Pick-toh, Sauli-Fanz

\n

  Female Names. Dreash, Kilniavy, Melm, Rharoth

\n

  Surnames. Codux, Emkom, Kyureft, Lonnik, Mundi

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Wisdom score increases by 1.

Age. Cereans reach adulthood in their late teens and live less than a century.

Alignment. Cereans' altruistic nature causes them to tend toward the light side, though there are exceptions.

Size. Cereans typically stand between 6 and 7 feet tall and weigh about 150 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Intuitive Initiative. You can choose to reroll Initiative checks, but you must use the new roll.

Closed Mind. Cereans have a natural attunement for the Force, which makes them resistant to its powers. You have advantage on Wisdom and Charisma saving throws against force powers.

Perceptive. You have proficiency in Perception.

Strong-Legged. When you make a long jump, you can cover a number of feet up to twice your Strength score. When you make a high jump, you can leap a number of feet up into the air equal to 3 + twice your Strength modifier.

Trance. Cereans don't need to sleep. Instead, they meditate deeply, remaining semiconscious, for 4 hours a day. While meditating, you can dream after a fashion; such dreams are actually mental exercises that have become reflexive through years of practice. After resting in this way, you gain the same benefit that a human does from 8 hours of sleep.

Languages. You can speak, read, and write Galactic Basic and Cerean.

"},"skinColorOptions":{"value":"Light tones"},"hairColorOptions":{"value":"Blond, brown, or white (usually with age)"},"eyeColorOptions":{"value":"Yellow"},"distinctions":{"value":"Cone-like skull, binary brain"},"heightAverage":{"value":"5'8\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"120 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Cerea"},"slanguage":{"value":"Cerean"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Cerean","mode":"=","targetSpecific":false,"id":1,"itemId":"o0xFuy1f4GP9YGHo","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"o0xFuy1f4GP9YGHo","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"o0xFuy1f4GP9YGHo","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"o0xFuy1f4GP9YGHo","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"o0xFuy1f4GP9YGHo","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.prc.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"o0xFuy1f4GP9YGHo","active":false,"_targets":[],"label":"Skills Perception"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"o0xFuy1f4GP9YGHo","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"cerean","mode":"+","targetSpecific":false,"id":8,"itemId":"o0xFuy1f4GP9YGHo","active":false,"_targets":[]}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Cerean.webp","effects":[{"_id":"BhqpYkxEEUvVs0Z2","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Cerean","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.skills.prc.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"cerean","mode":0,"priority":0},{"key":"flags.sw5e.closedMind","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.strongLegged","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.trance","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Cerean.webp","label":"Cerean","tint":"","transfer":true}]} +{"_id":"jJbuBlZaAMdqDXcT","name":"Droid, Class II","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"
\n

Players as Droids

\n

Work with your GM to determine if playing as a droid is appropriate for your campaign. Droids are impervious to many effects and vulnerable to others. If your GM approves this choice of species, work with them to determine your droids designation, name, and appearance. If you want to play a different type of droid, work with your GM to find traits to realize your character.

\n
\n

Appearance

\n

Class II droids are typically small, standing between two and four feet. Their form and color scheme vary based on tasks for which they are created, their affiliation, or quirks of their owner.

\n

They are noteworthy for their distinct, function-oriented form.

\n

Utility

\n

Class II droids are programmed for engineering and other technical sciences. They differ from class one droids because they apply the science to real-life situations. Class II droids are rarely equipped with Basic vocabulators, instead communicating through Binary. There are five subcategories of class II droids. Astromech, exploration, environmental, engineering, and maintenance droids are all class II droids.

\n

Names

\n

Droids are typically called by their designation, given to them when they are created, or some affectation given to them by their owner. Often this affectation is a play on their designation.

\n

Occasionally, noteworthy droids will earn monikers based on their accomplishments.

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Dexterity or Wisdom score increases by 1.

\n

Age. Droids don’t age, though they require maintenance to retain functionality.

\n

Alignment. Droids tend toward no particular alignment. The best and worst are found among them.

\n

Size. Class II droids stand 2 to 4 feet tall and weigh about 70 lbs. Regardless of your position in that range, your size is Small.

\n

Speed. Your base walking speed is 25 feet.

\n

Type. Your creature type is droid. Armor Integration. You can not wear armor, but you can have the armor professionally integrated into your chassis over the course of a long rest. This work must be done by someone proficient with astrotech’s implements. You must be proficient in armor in order to have it integrated.

\n

Droid Resistances. You are resistant to necrotic, poison, and psychic damage, and are immune to poison and disease.

\n

Droid Systems. You do not need to eat or drink. Additionally, you no longer require a tech focus to cast tech powers.

\n

Droid Vulnerabilities. You are vulnerable to ion damage. Additionally, you have disadvantage on saving throws against effects that would deal ion or lightning damage.

\n

Force Insensitive. While droids can be manipulated by many force powers, they can not sense the Force. You can not use force powers or take levels in forcecasting classes.

\n

Integrated Engineering. You have proficiency in one specialist’s kit of your choice. The chosen kit is integrated into your chassis, and can not be removed while you are conscious.

\n

Maintenance Mode. Rather than sleep, you enter an inactive state to perform routine maintenance for 4 hours each day. You have disadvantage on Wisdom (Perception) checks while performing maintenance.

\n

Rapid Reconstruction. You are built with internal repair mechanisms. As a bonus action, you can choose to spend one of your Hit Dice to recover hit points.

\n

Retractable Arms. You have two retractable arms: one grasper and one manipulator. The manipulator arm can only wield light shield generators and weapons with the light property.

\n

Skill Protocol. You have proficiency in two skills of your choice.

\n

Undersized. Your small stature makes it hard for you to wield bigger weapons. You can’t use heavy shields. Additionally, you can’t use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, you can only wield it in two hands.

\n

Languages. You can speak, read, and write Binary. You can understand spoken and written Galactic Basic and one language of your choice, but you can not speak it.

"},"skinColorOptions":{"value":""},"hairColorOptions":{"value":""},"eyeColorOptions":{"value":""},"distinctions":{"value":""},"colorScheme":{"value":"Varies"},"droidDistinctions":{"value":"Retractible arms, integrated tools, diminutive size"},"heightAverage":{"value":"2'5\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"60 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":""},"slanguage":{"value":""},"manufacturer":{"value":"Aratech Repulsor Company, Industrial Automaton"},"droidLanguage":{"value":"Binary"},"source":"PHB"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Droid%20Class%20II.webp","effects":[{"_id":"1QGm5ILFRToMUhLq","flags":{"dae":{"stackable":false,"transfer":true}},"changes":[{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"sm","mode":0,"priority":20},{"key":"data.attributes.movement.walk","value":"25","mode":5,"priority":20},{"key":"data.traits.dr.value","value":"necrotic","mode":0,"priority":20},{"key":"data.traits.dr.value","value":"poison","mode":0,"priority":20},{"key":"data.traits.dr.value","value":"psychic","mode":0,"priority":20},{"key":"data.traits.ci.value","value":"diseased","mode":0,"priority":20},{"key":"data.traits.ci.value","value":"poisoned","mode":0,"priority":20},{"key":"data.traits.dv.value","value":"ion","mode":0,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20},{"key":"data.traits.languages.value","value":"binary","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":20},{"key":"data.details.species","value":"Droid, Class II","mode":5,"priority":20},{"key":"flags.sw5e.forceInsensitive","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.maintenanceMode","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.rapidReconstruction","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Droid%20Class%20II.webp","label":"Droid, Class II","tint":"","transfer":true}]} +{"_id":"jXd4c3KwOrKoynQ7","name":"Muun","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Muuns are tall, gaunt humanoids with thin bodies, long limbs, and elongated hairless heads. They typically have pale pink or white skin, most likely derived from their propensity for staying indoors. Muuns have tiny ears on the middle of the sides of their heads, flat noses, and slim mouths which leads to a commonly nasally voice.

\n

Society and Culture

\n

Muuns believe in tradition, with an established culture based on intelligence and merit. A class-based hierarchy, Muuns consider the the intellectual pursuits—financiers, lawyers, engineers, diplomats, scientists—as the highest levels of society. Muun culture, and life, revolves around economics and finance. Intense competition among coworkers encourages economic growth, increased productivity, and superior work ethic. Muuns also have a fundamental respect for justice, though they typically adhere to the letter of the law rather than the spirit. Since Muuns tend to shy away from fighting and physical pursuits, Muun society relies on alternative means for their planet's protection, using vast financial resources to purchase massive floating defense platforms to defend their civilization from attack.

\n

Names

\n

Muun names are typically clear and concise, rarely containing more than two syllables, with familial surnames.

\n

  Male Names. Clu, Hego, Nix, Pors, San

\n

  Female Names. Dax, Efra, Gil, Rel, Ter

\n

  Surnames. Card, Damask, Hill, Lesser, Tonith

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Charisma score increases by 1.

Age. Muuns reach adulthood in their late teens and live an average of a century.

Alignment. Muuns' lawful culture nature causes them to tend toward lawful balanced, though there are exceptions.

Size. Muuns typically stand 6 and a half to 7 feet tall and weigh around 200 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Finance Savvy. Muun share a keen business sense and an ability to find value where others don't. Whenever you make a Charisma (Persuasion) check involving finances you are considered to have expertise in the Persuasion skill.

Long-Limbed. When you make a melee attack on your turn, your reach for it is 5 feet greater than normal.

Three Hearts. When you are reduced to 0 hit points but not killed outright, you can drop to 1 hit point instead. You can't use this feature again until you finish a long rest.

Languages. You can speak, read, and write Galactic Basic and Muun. The Muuns' admiration of mathematics carries over into their language, which bares a striking resemblance to Binary.

"},"skinColorOptions":{"value":"Light pink or white"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black or grey"},"distinctions":{"value":"Three hearts, long limbs, elongated heads"},"heightAverage":{"value":"5'8\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"145 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Scipio"},"slanguage":{"value":"Muun"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Muun","mode":"=","targetSpecific":false,"id":1,"itemId":"BtYRsEwkEvpcpGoj","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"BtYRsEwkEvpcpGoj","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"BtYRsEwkEvpcpGoj","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"BtYRsEwkEvpcpGoj","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"BtYRsEwkEvpcpGoj","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":6,"itemId":"BtYRsEwkEvpcpGoj","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"muun","mode":"+","targetSpecific":false,"id":7,"itemId":"BtYRsEwkEvpcpGoj","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Muun.webp","effects":[{"_id":"8gvuuKqgXs6QeD14","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Muun","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"muun","mode":0,"priority":0},{"key":"flags.sw5e.longlimbed","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.multipleHearts","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Muun.webp","label":"Muun","tint":"","transfer":true}]} +{"_id":"l6kJ5abjFcZtwGSK","name":"Jawa","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Jawas are easily identifiable by their traditional brown hooded robes, though it is not unheard of for them to wear other colors. Other notable features included their glowing yellow eyes, small stature and high pitched, quickly spoken language called Jawaese. Underneath their robes, jawas appear to be gaunt, rodent-like creatures, with shrunken faces and yellow eyes.

Society and Culture

Jawas are a communal, compulsive scavenger species who spend most of their life devoted to scavenging the deserts of Tatooine in search of any scrap metal, droid or mechanical part left behind from millennia of star travel and technological advancement. Most non-jawas regard the jawas as scavengers and thieves, a description that most jawas actually find pleasing.

The jawa's unofficial motto is not to look for uses in a salvaged item, but rather to imagine someone else who might find a use for it. This is evidenced in their endless search for wares with which to trade with almost any being jawas encounter. They have an instinctive feel for machinery and electronics, notorious for knowing how to get a piece of equipment functioning just well enough to sell.

Names

Jawa names are quickly spoken, complex, and often misunderstood. Jawas who spend the majority of their time around other species respond well to nicknames. Male and female names do not significantly deviate. Surnames are clan based.

  Male Names. Bilvu, Mnak, Penk, Plin, Vih

  Female Names. Bahimos, Kola, Levu, Rhovi, Uvet

  Surnames. Kkejenem, M'avoe, Tjoteelt, Wiamoel

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Intelligence score increases by 1.

\n

Age. Jawas are considered adults when they make their first sale and live less than a century.

\n

Alignment. Jawas tendency to steal and swindle causes them to tend towards the dark side, though there are exceptions.

\n

Size. Jawas stand around 3 to 4 feet tall and weigh about 40 lbs. Regardless of your position in that range, your size is Small.

\n

Speed. Your base walking speed is 25 feet.

\n

Darkvision. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Grovel, Cower, and Beg. As an action on your turn, you can cower pathetically to distract nearby foes. Until the end of your next turn, your allies gain advantage on attack rolls against enemies within 10 feet of you that can see you. Once you use this trait, you can't use it again until you finish a short or long rest.

\n

Tech Dabbler. You know the ion blast at-will tech power. When you reach 3rd level, you can cast the repair droid tech power once per day. When you reach 5th level, you can also cast the hold droid tech power once per day. Intelligence is your techcasting ability for these powers. You do not require use of a wristpad for these powers.

\n

Thieves. You have proficiency in Sleight of Hand.

\n

Tinker. You have proficiency with tinker's tools. You can use these and spend 1 hour and 100 cr worth of materials to construct a Tiny Device (AC 5, 1 hp). You can take the Use an Object action to have your device cause one of the following effects: create a small explosion, create a repeating loud noise for 1 minute, create smoke for 1 minute, cause a small electrical fire. You can maintain a number of these devices up to your proficiency bonus at once, and a device stops functioning after 24 hours away from you. You can dismantle the device to reclaim the materials used to create it.

\n

Undersized. Your small stature makes it hard for you to wield bigger weapons. You can't use heavy shields. Additionally, you can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, you can only wield it in two hands.

\n

Languages. You can speak, read, and write Jawaese. You can understand spoken and written Galactic Basic, but your vocal cords do not allow you to speak it. Jawaese blends quickly spoken, semi-meaningless syllables with scents to be understood.

"},"skinColorOptions":{"value":"Black"},"hairColorOptions":{"value":"Black"},"eyeColorOptions":{"value":"Yellow"},"distinctions":{"value":"Diminutive stature, mechanical aptitude, thieving nature"},"heightAverage":{"value":"2'9\""},"heightRollMod":{"value":"+2d4\""},"weightAverage":{"value":"35 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Tatooine"},"slanguage":{"value":"Jawaese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Jawa","mode":"=","targetSpecific":false,"id":1,"itemId":"vcONUajhg6OJXHkK","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"vcONUajhg6OJXHkK","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"vcONUajhg6OJXHkK","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"sm","mode":"=","targetSpecific":false,"id":4,"itemId":"vcONUajhg6OJXHkK","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"25","mode":"=","targetSpecific":false,"id":5,"itemId":"vcONUajhg6OJXHkK","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"vcONUajhg6OJXHkK","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.slt.value","value":"1","mode":"=","targetSpecific":false,"id":7,"itemId":"vcONUajhg6OJXHkK","active":false,"_targets":[],"label":"Skills Sleight of Hand"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"vcONUajhg6OJXHkK","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"jawaese","mode":"+","targetSpecific":false,"id":9,"itemId":"vcONUajhg6OJXHkK","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Jawa.webp","effects":[{"_id":"7xmo1x6YCPktrmG7","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Jawa","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"sm","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"25","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.slt.value","value":1,"mode":4,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"jawaese","mode":0,"priority":0},{"key":"flags.sw5e.grovelCowerAndBeg","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.tinker","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20},{"key":"data.traits.toolProf.value","value":"tin","mode":0,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Jawa.webp","label":"Jawa","tint":"","transfer":true}]} +{"_id":"l7vcNSfhq68DRn5C","name":"Draethos","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Draethos possess large teeth, which grow outside of their mouths. Coupled with their lack of lips, this leads to the appearance of an overbite. Their scaly skin ranged in color from blue to purple to black. Their hands retain an interstitial web between the fingers. Their fingers end in narrow tips which resemble claws. They possess low-light vision, springing from their cave-dwelling ancestors.\r\n\r\nDraethos possess a limited telepathy, granting the ability to communicate with any sentient being. The ability is limited to communication; a Draethos can not invade the thoughts of others.

Society and Culture

Partly due to their long lives, Draethos society was slow to evolve and relies heavily on tradition. The Draethos' culture is warrior-based, and those living on the homeworld are expected to demonstrate their martial or hunting prowess. Life on Draethos is harsh, with arrogant aristocrats squabbling among one another for social standing and wealth. Warriors are perpetually in high demand as gladiators, mercenaries, hunters, and soldiers. Those who make a conscious decision to abandon the way of the warrior are exiled to seek a new life among aliens. Consequently, despite their reputation as fierce combatants, most Draethos encountered offworld are peaceful and intellectual.

Names

Due to their lack of lips, Draethos names typically lack hard consonants. Surnames are familial.

  Male Names. Odan, Gyeto, Hurl, Jan, Talon

  Female Names. Gillen, Teria, Kat'h, Yul, Aswe

  Surnames. Urr, Slyter, Qelu'tlapa, Ayahu, Jek","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Wisdom score increases by 2, and your Strength score increases by 1.

Age. Draethos reach adulthood around their late teens and live up to 800 years.

Alignment. Draethos tend toward no particular alignment. The best and worst are found among them.

Size. Draethos typically stand between 6 and 7 feet tall and weigh around 190 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Darkvision. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Way of the Warrior. You have proficiency with light and medium armor as well as vibroblades and vibroswords.

Telepathy. You can communicate telepathically with creatures within 30 feet of you. You must share a language with the target in order to communicate in this way.

Languages. You can speak, read, and write Galactic Basic and Draethos. Draethos is characterized by its flurry of cacophonous sighs and clicks.

"},"skinColorOptions":{"value":"Grey, pink, blue, purple, black"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black, brown, red"},"distinctions":{"value":"Four fingers, large teeth, telepathy, long life spans"},"heightAverage":{"value":"5'5\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"130 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Draethos"},"slanguage":{"value":"Draethos"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Draethos","mode":"+","targetSpecific":false,"id":1,"itemId":"bYH9lwZH0EwtyEqT","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.wis.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"bYH9lwZH0EwtyEqT","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.abilities.str.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"bYH9lwZH0EwtyEqT","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"bYH9lwZH0EwtyEqT","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"bYH9lwZH0EwtyEqT","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"bYH9lwZH0EwtyEqT","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.armorProf.value","value":"lgt","mode":"+","targetSpecific":false,"id":7,"itemId":"bYH9lwZH0EwtyEqT","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.armorProf.value","value":"med","mode":"+","targetSpecific":false,"id":8,"itemId":"bYH9lwZH0EwtyEqT","active":false,"_targets":[],"label":"Traits Armor Prof"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibroblades","mode":"+","targetSpecific":false,"id":9,"itemId":"bYH9lwZH0EwtyEqT","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibroswords","mode":"+","targetSpecific":false,"id":10,"itemId":"bYH9lwZH0EwtyEqT","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.languages.custom","value":"telepathy (30 ft.)","mode":"+","targetSpecific":false,"id":11,"itemId":"bYH9lwZH0EwtyEqT","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":12,"itemId":"bYH9lwZH0EwtyEqT","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"draethos","mode":"+","targetSpecific":false,"id":13,"itemId":"bYH9lwZH0EwtyEqT","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Draethos.webp","effects":[{"_id":"DaTT7sarcU9c5FXa","flags":{"dae":{"transfer":true}},"changes":[{"key":"data.details.species","value":"Draethos","mode":2,"priority":20},{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.str.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.armorProf.value","value":"lgt","mode":0,"priority":0},{"key":"data.traits.armorProf.value","value":"med","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"vibroblades","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"vibroswords","mode":0,"priority":0},{"key":"data.traits.languages.custom","value":"telepathy (30 ft.)","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"draethos","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Draethos.webp","label":"Draethos","tint":"","transfer":true}]} +{"_id":"m8bbwtLAuj42jBJ0","name":"Mustafarian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Mustafarians are an insectoid species of sentients native to the volcanic planet of Mustafar. They are divided into two subspecies: the lanky northern mustafarians, and the stocky southern mustafarians. The southern mustafarians were notable for their greater strength, making them more suited to manual labor. Both subspecies shared many traits, particularly their hardened exoskeletons and leathery skin, which acclimated them to the extreme heat of their volcanic environment.

Society and Culture

Mustafarians evolved from arthropods living in the slightly cooler hollows within dormant volcanoes on the surface of Mustafar. As a result of such close living, mustafarian culture is isolationist by nature, though they tolerate trade with other systems. Mustafar hosts scarce minerals and rare metals, making mustafarians an invaluable trade partner.\n\nNative mustafarians rarely take sides when galactic conflicts rage, instead preferring to keep to themselves and control their own planet. They are daunting enemies when provoked, however.

Names

Mustafarian names are often inspired by displays of competency or bravery, such as recovering large quantities of rare minerals, or successfully taming a lava flea. Their surnames are familial.

  Male Names. Aumstrogh, Chivos, Ikt, Ulon

  Female Names. Altoa, Hailith, Saonji, Yura

  Surnames. Fal'co, Glost, Mensix, Nek'dem","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Strength or Dexterity score increases by 1.

\n

Age. Mustafarians reach adulthood in their late teens and live about 80 years.

\n

Alignment. Mustafarians are usually judicious and value good work above all else, causing them to be lawful balanced, though there are exceptions.

\n

Size. Mustafarians stand between 5 and 7 feet tall and weigh around 165 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet. Your speed is not reduced by heavy armor.

\n

Darkvision. As an originally cave-dwelling species, your eyes are adapted to the dark. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Hide. You have a thick hide. While you are unarmored or wearing light armor, your AC is 12 + your Dexterity modifier.

\n

Lava Dweller. Your body is well accustomed to extreme heat, giving you resistance to fire damage. Additionally, your thick hide is naturally adapted to hot climates, as described in chapter 5 of the Dungeon Master's Guide.

\n

Refinery Specialist. You have proficiency in your choice of constructor's tools, scavenging kit, or surveyor's tools. Additionally, whenever you make an Intelligence (Nature) check to identify a metal or mineral, you are considered to have expertise in the Nature skill.

\n

Languages. You can speak, read, and write Galactic Basic and Mustafarian. Mustafarian consists of choppy clicks and emphatic groans.

"},"skinColorOptions":{"value":"Gray"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Extremophiles"},"heightAverage":{"value":"4'8\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"100 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Mustafar"},"slanguage":{"value":"Mustafarian"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Mustafarian","mode":"=","targetSpecific":false,"id":1,"itemId":"hHQcpqMiVpK1ovvu","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"hHQcpqMiVpK1ovvu","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":3,"itemId":"hHQcpqMiVpK1ovvu","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":4,"itemId":"hHQcpqMiVpK1ovvu","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":5,"itemId":"hHQcpqMiVpK1ovvu","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.attributes.ac.min","value":"12","mode":"=","targetSpecific":false,"id":6,"itemId":"hHQcpqMiVpK1ovvu","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.traits.dr.value","value":"fire","mode":"+","targetSpecific":false,"id":7,"itemId":"hHQcpqMiVpK1ovvu","active":false,"_targets":[],"label":"Traits Damage Resistance"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"hHQcpqMiVpK1ovvu","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"mustafarian","mode":"+","targetSpecific":false,"id":9,"itemId":"hHQcpqMiVpK1ovvu","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Mustafarian.webp","effects":[{"_id":"4l39OCAp9Bu8kztj","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Mustafarian","mode":5,"priority":5},{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.attributes.ac.value","value":"12+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.traits.dr.value","value":"fire","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"mustafarian","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Mustafarian.webp","label":"Mustafarian","tint":"","transfer":true}]} +{"_id":"mCOn3BsvGmpLUhgv","name":"Noghri","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Noghri are a primitive humanoid species hailed from the planet Honoghr with steely gray-blue skin that are renowned assassins. A natural gift for stealth and hand-to-hand combat, Noghri are efficient killing machines with their rending claws and strong olfactory sense that can often determine familial lineage. Their smaller size belies their ruthlessness and potent hunting skills.

Society and Culture

Noghri culture relies heavily on honor, with society being clan-based, revolving around the Dukha, a community center in each village. The greatest strength of the Noghri stems from their loyalty and secrecy; when a Noghri takes a job, they always fulfill it, even if it would result in their death. As such, they make exceptional, albeit expensive bodyguards.\r\n\r\nNoghri are loathe to fight with weapons larger than small daggers, believing combat to be a personal celebration to be sullied by use of heavier weapons. As such, it is rare (though not impossible) to see a Noghri wielding a weapon larger than their forearm.\r\n\r\nEach Noghri clan village centers around the Dukha, with each clan being led by a Dynast. The Dukha is inhabited by the clan's Maitrakh, who functions as the storyteller, spiritual leader, and lore keep of the clan.

Names

Noghri names vary from short to long, with female names being typically softer. Surnames are clan-based.

  Male Names. Cakhmaim, Ezrakh, Khabarakh, Rukh

  Female Names. Cilnaas, Edvir, Kahr'corvh, Meewalh

  Surnames. Bakh'tor, Eikh'mir, Hakh'khar, Khim'bar","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Strength score increases by 1.

Age. Noghri reach adulthood in their late teens and live less than a century.

Alignment. Noghri's honorable society causes them to tend toward a lawful alignment, though there are exceptions.

Size. Noghri typically stand about 5 feet tall and weigh around 150 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Hunter. You are proficient in Survival and Stealth.

Keen Smell. You have advantage on Wisdom (Perception) checks that rely on smell.

Powerful Leap. If you jump at least 10 feet in a straight line before hitting with a melee weapon attack, you can attempt to shove the target prone as part of the same attack. Once you use this trait, you can't use it again until you finish a short or long rest.

Strong-Legged. When you make a long jump, you can cover a number of feet up to twice your Strength score. When you make a high jump, you can leap a number of feet up into the air equal to 3 + twice your Strength modifier.

Unarmed Combatant. Your unarmed strikes deal 1d4 kinetic damage. You can use your choice of your Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.

Languages. You can speak, read, and write Galactic Basic and Honorghran. Honorghran is characterized by its scratchy, gutteral sounds.

"},"skinColorOptions":{"value":"Bluish-gray"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Brown"},"distinctions":{"value":"Advanced olfactory senses, claws, hunting prowess."},"heightAverage":{"value":"4'5\""},"heightRollMod":{"value":"+2d6\""},"weightAverage":{"value":"115 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Honoghr"},"slanguage":{"value":"Honoghran"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Noghri","mode":"=","targetSpecific":false,"id":1,"itemId":"4B2cMO1qxaLGtPSE","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"4B2cMO1qxaLGtPSE","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.str.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"4B2cMO1qxaLGtPSE","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"4B2cMO1qxaLGtPSE","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"4B2cMO1qxaLGtPSE","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.sur.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"4B2cMO1qxaLGtPSE","active":false,"_targets":[],"label":"Skills Survival"},{"modSpecKey":"data.skills.ste.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"4B2cMO1qxaLGtPSE","active":false,"_targets":[],"label":"Skills Stealth"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"4B2cMO1qxaLGtPSE","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"honoghran","mode":"+","targetSpecific":false,"id":9,"itemId":"4B2cMO1qxaLGtPSE","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Noghri.webp","effects":[{"_id":"osToSGRyw3lDaFpz","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Noghri","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.str.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.skills.sur.value","value":1,"mode":4,"priority":20},{"key":"data.skills.ste.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"honoghran","mode":0,"priority":0},{"key":"flags.sw5e.strongLegged","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.unarmedCombatant","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Noghri.webp","label":"Noghri","tint":"","transfer":true}]} +{"_id":"mRTpYQFJkZtF0fXy","name":"Weequay","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Weequays are humanoids with thick, leathery skin that ranges in color from tan to dark brown. Their faces are lipless, with a frill along each of their jowls.

Society and Culture

Weequays have the ability to communicate with members of their own clan through smell by exuding complex pheromones. This pheromonal language can not be understood by any other species, or even by Weequays of another clan. Only Jedi senses can even tell that two Weequay are communicating. Since each Weequay's pheromones are unique, Weequay have no need for a name within their clan. As a result, speech is only a secondary form of communication for Weequay, and they seldom speak a whole sentence, resulting in Humans mistakenly believing the species to be unintelligent.\r\n\r\nMale Weequay often tie their hair into a long braid each year spent away from their homeworld as a tribute to their home. When they returned, they shaved their braids. Weequays serving the Hutts were often very close to their homeworld, and would only have one or two braids. Female Weequay were usually bald, and did not follow this tradition.

Names

Only Weequay who have to live among other clans, or among non-Weequay, take a personal name. Even then, some are simply referred to as \"Weequay\". In Weequay culture, individual identity is much less important than the clan. As long as the clan survives, a single Weequay is expendable. This results in a sometimes brutal culture.

  Male Names. Chublu, Fah, Kreakk, Og-Rollo, Yurrenn

  Female Names. Gila, Qommi, Palsa, Sex, Xelror

  Surnames. Britreg, Dlur, Klanz, Maub, Semu","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Constitution score increases by 1.

Age. Weequay reach adulthood in their late teens and live less than a century.

Alignment. Weequay ruthlessness and greed cause them to tend toward chaotic dark side, though there are exceptions.

Size. Weequay typically stand about 6 feet tall and weigh 150 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Charming. You have proficiency in Deception or Persuasion.

Darkvision. Your vision can easily cut through darkness. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Keen Smell. You have advantage on Wisdom (Perception) checks that rely on smell.

Tanned. You have tough, leathery skin. While you are unarmored or wearing light armor, your AC is 13 + your Dexterity modifier. Additionally, your thick hide is naturally adapted to hot climates, as described in chapter 5 of the Dungeon Master's Guide.

Languages. You can speak, read, and write Galactic Basic and Sriluurian. You can communicate with other Weequay without speaking through use of pheromones. Force attuned individuals can detect the communication but can't understand it.

"},"skinColorOptions":{"value":"Brown, gray, red, or yellow"},"hairColorOptions":{"value":"Black or blond"},"eyeColorOptions":{"value":"Black, gold, or gray"},"distinctions":{"value":"Tough, leathery skin that provided resistance to blasterfire"},"heightAverage":{"value":"5'5\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"120 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Sriluur"},"slanguage":{"value":"Sriluurian"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Weequay","mode":"=","targetSpecific":false,"id":1,"itemId":"5QK1Z46ue8vQalOI","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"5QK1Z46ue8vQalOI","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"5QK1Z46ue8vQalOI","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"5QK1Z46ue8vQalOI","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"5QK1Z46ue8vQalOI","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"5QK1Z46ue8vQalOI","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.attributes.ac.min","value":"13","mode":"+","targetSpecific":false,"id":7,"itemId":"5QK1Z46ue8vQalOI","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"5QK1Z46ue8vQalOI","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"sriluurian","mode":"+","targetSpecific":false,"id":9,"itemId":"5QK1Z46ue8vQalOI","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Weequay.webp","effects":[{"_id":"wsSPpwrkO8w3mi04","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Weequay","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.attributes.ac.value","value":"13+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"sriluurian","mode":0,"priority":0},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Weequay.webp","label":"Weequay","tint":"","transfer":true}]} +{"_id":"nOnEClvmqwwJT4co","name":"Lasat","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

A humanoid sentient species, Lasats are notable for their impressive height, strength, and agility, with their muscular digitigrade legs enabling them to run faster, jump higher and farther, and move more quietly than humans. Their large finger pads and prehensile toes assist them in climbing. In addition, their large eyes and ears afford them superior sight and hearing over humans. They had the strength to open a powered-down blast door. A height of two meters tall was considered below-average for a Lasat.

Society and Culture

Lasat society is held together by a long-standing oral tradition, featuring clever and stealthy heroes. Within the species, those with fighting skills are highly respected, often being members of the Lasan High Honor Guard, a group of highly trained, highly intelligent warriors sworn to protect their homeworld of Lira San. Bo-rifles are a long-standing tradition in Lasat culture, used exclusively by the Honor Guard of Lasan. The warrior way of the Lasat is the Boosahn Keeraw. When a Lasat is bested by a superior opponent in combat, they would give them their weapon.\n\nFacial hair is an important status symbol in Lasat culture. Those with green eyes and prominent purple stripes are considered to be attractive by others of their species. Juvenile Lasat are noted to climb tree branches.

Names

Lasat names tend to be melodic, with the occasionally harsh tone sprinkled in. Surnames are born by communities within Lasat culture rather than individual families.

  Male Names. Brob, Drim, Krus, Parred, Volares

  Female Names. Denazo, Gume, Hado, Zanisa

  Surnames. Dragarr, Ellias, Krod, Roleb, Vuzan","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Charisma score increases by 1.

\n

Age. Lasats reach adulthood in their late teens and live less than a century.

\n

Alignment. Lasat' honorable tendences cause them to tend toward lawful light side, though there are exceptions.

\n

Size. Lasats tower over other species, averaging 7 feet tall and weighing over 200 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Bo-rifle Training. You have proficiency with blaster rifles and vibrostaffs.

\n

Climbing. You have a climbing speed of 30 feet.

\n

Darkvision. Your vision can easily cut through darkness. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Keen Hearing and Sight. You have advantage on Wisdom (Perception) checks that rely on hearing or sight.

\n

Powerful Build. You count as one size larger when determining your carrying capacity and the weight you can push, drag, or lift.

\n

Languages. You can speak, read, and write Galactic Basic and Lasat, a language whose r's are difficult to replicate by most other species.

"},"skinColorOptions":{"value":"Grey or purple"},"hairColorOptions":{"value":"Purple or grey (with age)"},"eyeColorOptions":{"value":"Green"},"distinctions":{"value":"Impressive height, strength, and agility"},"heightAverage":{"value":"6'0\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"160 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Lira San"},"slanguage":{"value":"Lasat"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Lasat","mode":"=","targetSpecific":false,"id":1,"itemId":"q7E8r2IDJeFxjta4","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"q7E8r2IDJeFxjta4","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"q7E8r2IDJeFxjta4","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"q7E8r2IDJeFxjta4","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"q7E8r2IDJeFxjta4","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.weaponProf.custom","value":"blaster rifles","mode":"+","targetSpecific":false,"id":6,"itemId":"q7E8r2IDJeFxjta4","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibrostaffs","mode":"+","targetSpecific":false,"id":7,"itemId":"q7E8r2IDJeFxjta4","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.attributes.movement.climb","value":"30","mode":"+","targetSpecific":false,"id":8,"itemId":"q7E8r2IDJeFxjta4","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":9,"itemId":"q7E8r2IDJeFxjta4","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":10,"itemId":"q7E8r2IDJeFxjta4","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"lasat","mode":"+","targetSpecific":false,"id":11,"itemId":"q7E8r2IDJeFxjta4","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Lasat.webp","effects":[{"_id":"W5MLBoopu6UEzuac","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Lasat","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.weaponProf.custom","value":"blaster rifles","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"vibrostaffs","mode":0,"priority":0},{"key":"data.attributes.movement.climb","value":"30","mode":2,"priority":20},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"lasat","mode":0,"priority":0},{"key":"flags.sw5e.powerfulBuild","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Lasat.webp","label":"Lasat","tint":"","transfer":true}]} +{"_id":"nelivPaVAIcu6FaU","name":"Voss","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Voss are humanoid sentients with a high rate of Force-sensitivity who display prominent sexual dimorphism. The male Voss have blue skin and bright orange eyes, while the females have red skin and azure eyes. The Voss do not have hair or distinct pupils, and posess unique patterns of markings on their face, neck, and body, a trace of their shared ancestry with Gormak. Their voices have a slight mechanical tinge to them, making them sound somewhat like a droid or machine. Voss undogo a physical, developmental change during their marriage ceremonies (known as the Rite of Ardor) and do not develop sexually prior to the performance of these rituals.

Society and Culture

The Voss species resides in the isolated mountain-top city of Voss-Ka and is vastly outnumbered on their homeworld by its other native sentient species, the Gormak, who are extremely hostile toward them and from whom they arose. Most Voss live peacefully in Voss-Ka, caring for their families, cultivating the wild plants and maintaining equipment for the Voss commandos in the war against the Gormak, although some Voss do live outside the capital city, such as the Voss Mystics who reside in the Shrine of Healing. The Voss are great lovers of art, and their architecture features a distinctive artistic style. The entire Voss society is guided by the Force visions of Voss Mystics, which are considered infallible without exception.

Names

All Voss have two short names, connected by a hyphen, with the family name being the second one.

  Male Names. Char, Edan, Fadith, Nodin, Orin

  Female Names. Amin, Magra, Tala, Weylin, Yana

  Surnames. -Ko, -La, -Po, -Rae, -Va","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Wisdom score increases by 2, and your Constitution score increases by 1.

\n

Age. Voss reach adulthood in their late teens and live less than a century. They do not reach sexual maturity until they undergo the Rite of Ardor.

\n

Alignment. As Voss culture encourages duty and emotional composure, individuals tend toward a lawful alignment, though there are exceptions.

\n

Size. Voss typically stand 5 to 6 feet tall and generally weigh about 150 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Darkvision. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of grey.

\n

Inscrutable. Your calm demeaner and control make you hard to read. Wisdom (Insight) checks made against you have disadvantage, and you have advantage on any saving throw against an effect that would read your thoughts.

\n

Mystic Healing. You have proficiency in Medicine.

\n

Precognition. You can see brief visions of the future that allow you to turn failures into successes. When you roll a 1 on an attack roll, ability check, or saving throw, you can reroll the die and must use the new roll.

\n

Voss Weapon Training. You have proficiency with the blaster rifle and techblade.

\n

Languages. You can speak, read, and write Galactic Basic and Voss. The Voss language is characterized by it's mystic-sounding word pairings.

"},"skinColorOptions":{"value":"Blue (male) or red (female)"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Orange (male) or blue (female)"},"distinctions":{"value":"Mechanical apperance, unique patterns and markings along face, neck, and body"},"heightAverage":{"value":"4'9\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"105 lb"},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Voss"},"slanguage":{"value":"Voss"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Voss","mode":"=","targetSpecific":false,"id":1,"itemId":"YWrbeoakCuPhpoze","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.wis.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"YWrbeoakCuPhpoze","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"YWrbeoakCuPhpoze","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"YWrbeoakCuPhpoze","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"YWrbeoakCuPhpoze","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"YWrbeoakCuPhpoze","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.med.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"YWrbeoakCuPhpoze","active":false,"_targets":[],"label":"Skills Medicine"},{"modSpecKey":"data.traits.weaponProf.custom","value":"blaster rifle","mode":"+","targetSpecific":false,"id":8,"itemId":"YWrbeoakCuPhpoze","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"techblade","mode":"+","targetSpecific":false,"id":9,"itemId":"YWrbeoakCuPhpoze","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":10,"itemId":"YWrbeoakCuPhpoze","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"voss","mode":"+","targetSpecific":false,"id":11,"itemId":"YWrbeoakCuPhpoze","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Voss.webp","effects":[{"_id":"g7qkdxQGBYGcMDU9","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Voss","mode":5,"priority":5},{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.med.value","value":1,"mode":4,"priority":20},{"key":"data.traits.weaponProf.custom","value":"blaster rifle","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"techblade","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"voss","mode":0,"priority":0},{"key":"flags.sw5e.inscrutable","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.precognition","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Voss.webp","label":"Voss","tint":"","transfer":true}]} +{"_id":"o1xM9PwltuScJrfQ","name":"Iktotchi","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Iktotchi do not have hair, but rather they had a very resistant skin which protected them from the violent winds which crossed the satellite. Both males and females have down-curved cranial horns, which gave them an aggressive aspect. The males' horns are generally a little larger, a remnant from their mountain-dwelling, caprinaen ancestors. The horns are able to regenerate if damaged.

Society and Culture

The Iktotchi are a fiercely guarded and isolationist species - vaunted for their ability to hide their feelings and bury any semblance of emotion. Originating on the harsh, windy moon of Iktotch, which orbits the planet Iktotchon in the Expansion Region, the Iktotch are gifted with precognition, and are courted as often by Jedi as by pirates for their skills.\r\n\r\nIktotchi society is a stratified society. Upward mobility is both possible and encouraged. Iktotchi are an outwardly dispassionate people, which is evidenced by their culture. They have a robust legal system, and suffer little crime. Iktotchi are respectful of cultures other than their own and can easily integrate with others.\r\n\r\nIktotchi who distinguish themselves often earn a titular nickname, by which they are referred to in place of their name. Generally, this is done by accomplishing a remarkable feat that benefits the Iktotchi as whole.

Names

Iktotchi names are generally two syllables. Surnames are familial. Respected Iktotchi often adopt a nickname, which they use in place of their birth name.

  Male Names. Dilnam, Imruth, Kashkil, Yellam

  Female Names. Kemkal, Onyeth, Reshu, Zorlu

  Surnames. Hevil, Kaawi, Mimir, Nudaal, Zelend","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Strength score increases by 1.

\n

Age. Iktotchi reach adulthood in their late teens and live less than a century.

\n

Alignment. Iktotchi are lawful and tend toward the light side, though there are exceptions.

\n

Size. Iktotchi typically stand between 5 and 6 feet tall and weigh about 170 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Precognition. You can see brief fragments of the future that allow you to turn failures into successes. When you roll a 1 on an attack roll, ability check, or saving throw, you can reroll the die and must use the new roll.

\n

Telepathy. You can communicate telepathically with creatures within 30 feet of you. You must share a language with the target in order to communicate in this way.

\n

Horns. Your horns are a natural weapon, which you can use to make unarmed strikes. If you hit with it, you deal kinetic damage equal to 1d6 + your Strength modifier.

\n

Pilot. You have proficiency in the Piloting skill.

\n

Languages. You can speak, read, and write Galactic Basic and Iktotchese.

"},"skinColorOptions":{"value":"Pink"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Horns, precognition, telepathy, thick pink skin"},"heightAverage":{"value":"4'11\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"120 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Iktotch, moon of Iktotchon"},"slanguage":{"value":"Iktotchese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"colorScheme":{"value":""},"manufacturer":{"value":""},"planguage":{"value":""},"droidDistinctions":{"value":""},"droidLanguage":{"value":""},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Iktotchi","mode":"=","targetSpecific":false,"id":1,"itemId":"UZKrP5BCcEle7QSh","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"UZKrP5BCcEle7QSh","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.str.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"UZKrP5BCcEle7QSh","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"UZKrP5BCcEle7QSh","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"UZKrP5BCcEle7QSh","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.pil.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"UZKrP5BCcEle7QSh","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"UZKrP5BCcEle7QSh","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"iktotchese","mode":"+","targetSpecific":false,"id":8,"itemId":"UZKrP5BCcEle7QSh","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.custom","value":"telepathy (30 ft.)","mode":"+","targetSpecific":false,"id":9,"itemId":"UZKrP5BCcEle7QSh","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Iktotchi.webp","effects":[{"_id":"MAjUMql3tivJTfVO","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Iktotchi","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.str.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.skills.pil.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"iktotchese","mode":0,"priority":0},{"key":"data.traits.languages.custom","value":"telepathy (30 ft.)","mode":0,"priority":0},{"key":"flags.sw5e.precognition","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Iktotchi.webp","label":"Iktotchi","tint":"","transfer":true}]} +{"_id":"oD3eVhP3ttm45s23","name":"Abyssin","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

The hulking abyssin have long limbs and a single large eye chat dominates their foreheads. Typically wellmuscled, the abyssin’s stooping gait results in a slightly hunched appearance.

\n

A distinctive trait of the abyssin is their ability to heal quickly; their fast regeneration is believed to have been an adaptation to prevent fluid loss via bleeding on their desert homeworld. All cells in the abyssin body are replaced every 80 hours, and organs which typically were paired in other species appear singularly.

\n

Society and Culture

\n

A primitive tribal society, the abyssin of Byss are known as violent and brutish, and their planet is avoided by most beings in the civilized galaxy. Unstable resources on Byss do not allow for mass population growth or for the stabilization of a central government, economy or trade system.

\n

Existing simply in nomadic tribes, abyssin groups can interact peacefully with one another, though only if both groups have plentiful water and food supplies. Otherwise, they began a 'Blooding', a brawl that ends only when one tribe's warriors are all killed, captured, or incapacitated. Warriors who survive a Blooding are usually allowed to join the winning tribe once they finish their regeneration. This tradition led to some violent incidents when spacers tried to make first contact and trade with Abyssin tribes with scarce water resources, especially since the abyssin assumed the alien traders could regenerate as quickly as they did.

\n

Names

\n

There does not appear to be any distinction between male and female names for abyssin. Abyssin don't use surnames.

\n

  Names. Anami, Easym, Myo, Qawohl, Seh-run, Sidie

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Strength score increases by 1.

\n

Age. Abyssin reach adulthood at age 30 and can live up to 300 years thanks to their regenerative abilities.

\n

Alignment. Abyssin's violent and anarchic upbringing cause them to tend toward the dark side, though there are exceptions.

\n

Size. Abyssin stand around 6 feet tall and weigh between 200 and 400 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Rapidly Regenerative. You heal quickly, both at will and in response to danger. As a bonus action, you can choose to spend one of your Hit Dice to recover hit points. Additionally, when you take damage, you can use your reaction and expend a Hit Die to regain hit points as long as the damage would not reduce your hit points to 0.

\n

Rugged Survivalist. You are proficient in the Survival skill. Additionally, you are naturally adapted to hot climates, as described in chapter 5 of the Dungeon Master's Guide.

\n

Tech-Impaired. While abyssin can figure out basic technology, they experience difficulty using more complex equipment like wristpads. You cannot use tech powers or take levels in techcasting classes.

\n

Savage Attacks. When you score a critical hit with a melee weapon attack, you can roll one of the weapon's damage dice one additional time and add it to the extra damage of the critical hit

\n

Languages. You can speak, read, and write Galactic Basic and Abyssin. Abyssin uses mainly growls and grunts that many species consider primitive. The written form of language uses only a small number of simple hieroglyphs.

"},"skinColorOptions":{"value":"Green, tan"},"hairColorOptions":{"value":"Black, turning white with age"},"eyeColorOptions":{"value":"Yellow, white"},"colorScheme":{"value":""},"distinctions":{"value":"Single eye, regenerative abilities"},"heightAverage":{"value":"5'5\""},"heightRollMod":{"value":"2d10\""},"weightAverage":{"value":"150 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Byss"},"slanguage":{"value":"Abyssin"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Abyssin","mode":"=","targetSpecific":false,"id":1,"itemId":"tuTnGLudeHCJpQUq","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"tuTnGLudeHCJpQUq","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.abilities.str.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"tuTnGLudeHCJpQUq","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"tuTnGLudeHCJpQUq","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"+","targetSpecific":false,"id":5,"itemId":"tuTnGLudeHCJpQUq","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":6,"itemId":"tuTnGLudeHCJpQUq","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.custom","value":"Abyssin","mode":"+","targetSpecific":false,"id":7,"itemId":"tuTnGLudeHCJpQUq","active":false,"_targets":[],"label":"Traits Language Custom"}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Abyssin.webp","effects":[{"_id":"JhHAOQyteRjEJhyC","flags":{"dae":{"transfer":true,"stackable":false,"specialDuration":"None"}},"changes":[{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.str.value","value":1,"mode":2,"priority":20},{"key":"data.details.species","value":"Abyssin","mode":5,"priority":50},{"key":"data.traits.size","value":"med","mode":5,"priority":50},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":50},{"key":"data.skills.sur.value","value":1,"mode":4,"priority":40},{"key":"data.traits.languages.value","value":"abyssin","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":2,"priority":20},{"key":"flags.sw5e.techImpaired","value":"1","mode":5,"priority":50},{"key":"flags.sw5e.savageAttacks","value":"1","mode":5,"priority":50},{"key":"flags.sw5e.rapidlyRegenerative","value":"1","mode":5,"priority":50}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Abyssin.webp","label":"Abyssin","tint":"","transfer":true}]} +{"_id":"pFuS3auAyvXfSs5g","name":"Rattataki","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

The Rattataki are a near-human species characterized by their nimble movements, chalk-white skin and oft-bald heads. Virtually isolated from the rest of the galaxy, the Rattataki developed a violent society on their home planet of Rattatak, which involves extensive gladiatorial combat.

Society and Culture

While most other inhabitants of Rattatak came from the Unknown Regions, there are a significant number of off-worlder mercenaries who come to Rattatak from time to time, likely to view or participate in gladiatorial combat, only to be stranded there permanently. The remarkably harsh conditions on the planet nearly drove its population to extinction. For eons, the Rattataki constantly battled amongst themselves and their fellow inhabitants (represented primarily by Humans, Zabraks, Siniteens, Vollick, and Weequay) over the planet's limited resources. Despite being nearly completely isolated from the outside galaxy, the Rattataki displayed remarkable initiative and continually created new ways to kill each other.\r\n\r\nRattataki culture is bloody and unforgiving. Punishment for even the smallest crimes is unnecessarily harsh, which does little to quell that behavior. In fact, Rattataki who are known to commit crimes without being caught are celebrated.

Names

Rattataki names are harsh sounding and short. Surnames are familial, though many Rattataki abandon them in favor of self-aggrandizing titles.

  Male Names. Aidus, Charnagus, Karok, Veran

  Female Names. Amaran, Kassien, Silas, Sraja, Vol

  Surnames. Anjek, Danvik, Degger, Kolla, Venkorr","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Wisdom score increases by 2, and your Dexterity or Intelligence score increases by 1.

Age. Rattataki reach adulthood in their late teens and live less than a century.

Alignment. Rattataki are self-serving and violent which causes them to tend toward the dark side, though there are exceptions.

Size. Rattataki typically stand about 5 and a half feet tall and weigh 140 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 35 feet.

Acrobatic. You have proficiency in Acrobatics.

Intimidating. You have proficiency in Intimidation.

Surprise Attack. If you surprise a creature and hit it with an attack on your first turn in combat, the attack deals an extra 2d6 damage to it. You can use this trait only once per combat.

Unarmed Combatant. Your unarmed strikes deal 1d4 kinetic damage. You can use your choice of your Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.

Languages. You can speak, read, and write Galactic Basic and Rattataki. Rattataki is known for have an inordinate amount of curses.

"},"skinColorOptions":{"value":"Chalk-white"},"hairColorOptions":{"value":"Brown, grey or white"},"eyeColorOptions":{"value":"Grey or white"},"distinctions":{"value":"Near-human features, white skin, usually with a bald head, often tattooed"},"heightAverage":{"value":"4'4\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"90 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Rattatak"},"slanguage":{"value":"Rattataki"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Rattataki","mode":"=","targetSpecific":false,"id":1,"itemId":"NMFgeptxaFNYbZXW","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.wis.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"NMFgeptxaFNYbZXW","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":3,"itemId":"NMFgeptxaFNYbZXW","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"35","mode":"=","targetSpecific":false,"id":4,"itemId":"NMFgeptxaFNYbZXW","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.acr.value","value":"1","mode":"+","targetSpecific":false,"id":5,"itemId":"NMFgeptxaFNYbZXW","active":false,"_targets":[],"label":"Skills Acrobatics"},{"modSpecKey":"data.skills.itm.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"NMFgeptxaFNYbZXW","active":false,"_targets":[],"label":"Skills Intimidation"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"NMFgeptxaFNYbZXW","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"rattataki","mode":"+","targetSpecific":false,"id":8,"itemId":"NMFgeptxaFNYbZXW","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Rattataki.webp","effects":[{"_id":"1peB1cOJ8IYxY5Cw","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Rattataki","mode":5,"priority":5},{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"35","mode":5,"priority":5},{"key":"data.skills.acr.value","value":1,"mode":4,"priority":20},{"key":"data.skills.itm.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"rattataki","mode":0,"priority":0},{"key":"flags.sw5e.surpriseAttack","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.unarmedCombatant","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Rattataki.webp","label":"Rattataki","tint":"","transfer":true}]} +{"_id":"pLg6iJVcHNQvb7eO","name":"Lannik","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Lannik are short, bipedal humanoids with droopy, long ears. Males and females are equally tall, although the latter have a considerably less strong complexity. Their species is, however, much more vigorous and resistant than what its size could suggest. A Lannik's skin tends to be of colours similar to his or her eyes and hair. The species has evolved long pointy ears which allow them to hear better than human ears.

Society and Culture

The Lannik culture is apparently war loving, and Lanniks feel a great respect for warriors. At the same time, though, they follow a strict centuries-old code of honour. Lannik soldiers have the custom of tying all their hair in a single topknot over their head. Their species is one of fierce warriors, whose abilities have developed fighting against terrible predators and other Lanniks in a long history of wars. Although many regard the Lannik as hotheaded and temperamental, they are quite fearless and clear-headed even in combat, giving them the ability to think their way out of a dangerous situation.\n\nThe Lannik do not show their thoughts through their facial expressions, and seem always angry to other species. They are also very stubborn, and are not likely to change career once they chose it. Most males - and many females - serve in the planetary militia, celebrating the species' past as a warrior species. Some take on off-world mercenary work.

Names

Lannik names are generally short. Lanniks don't often give out their surnames.

  Male Names. Minch, Oteg, Vandar, Yaddle, Yoda

  Female Names. Giro, Lina, Penny, Vona, Zeya

  Surnames. Bek, Kaz, Mon, Var, Zin","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Wisdom score increases by 2, and your Intelligence score increases by 1.

\n

Age. Lanniks reach adulthood in their 50's and can live up to 900 years.

\n

Alignment. Despite the turbulence on their homeworld, Lanniks tend toward the light side, though there are exceptions.

\n

Size. Lanniks typically stand 3 to 4 feet tall and rarely weigh more than 50 lbs. Regardless of your position in that range, your size is Small.

\n

Speed. Your base walking speed is 25 feet.

\n

Closed Mind. Lanniks have a natural attunement for the Force, which makes them resistant to its powers. You have advantage on Wisdom and Charisma saving throws against Force powers.

\n

Force Sensitive. You know the guidance at-will Force power. When you reach 3rd level, you can cast the valor Force power once per day. When you reach 5th level, you can also cast the Force enlightenment Force power once per day. Wisdom is your forcecasting ability for these powers.

\n

Keen Hearing. You have advantage on Wisdom (Perception) checks that rely on hearing.

\n

Undersized. Your small stature makes it hard for you to wield bigger weapons. You can't use heavy shields. Additionally, you can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, you can only wield it in two hands.

\n

Wisdom of the Elders. You are proficient in the Lore skill.

\n

Languages. You can speak, read, and write Galactic Basic and Lannik. Due to their large ears, the Lannik language is spoken softly, and it is considered insulting to shout.

"},"skinColorOptions":{"value":"Blue, brown, green, orange, red, purple, yellow, or gray"},"hairColorOptions":{"value":"Brown, gray, or white"},"eyeColorOptions":{"value":"Amber, blue, brown, gray, green, hazel, purple, or red"},"distinctions":{"value":"Downward-sloping, large ears"},"heightAverage":{"value":"3'0\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"40 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Lannik"},"slanguage":{"value":"Lannik"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Lannik","mode":"=","targetSpecific":false,"id":1,"itemId":"G5G8i0dz61uGLSTY","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.wis.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"G5G8i0dz61uGLSTY","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"G5G8i0dz61uGLSTY","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"sm","mode":"=","targetSpecific":false,"id":4,"itemId":"G5G8i0dz61uGLSTY","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"25","mode":"=","targetSpecific":false,"id":5,"itemId":"G5G8i0dz61uGLSTY","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.lor.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"G5G8i0dz61uGLSTY","active":false,"_targets":[],"label":"Skills Lore"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"G5G8i0dz61uGLSTY","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"lannik","mode":"+","targetSpecific":false,"id":8,"itemId":"G5G8i0dz61uGLSTY","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Lannik.webp","effects":[{"_id":"cc9M6XfSr4Cq2XkG","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Lannik","mode":5,"priority":5},{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"sm","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"25","mode":5,"priority":5},{"key":"data.skills.lor.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"lannik","mode":0,"priority":0},{"key":"flags.sw5e.closedMind","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Lannik.webp","label":"Lannik","tint":"","transfer":true}]} +{"_id":"puDN6XQdGpdUZSXC","name":"Pyke","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

A sentient species, the pykes are humanoid, although slimmer and taller than most humans. They have two long, lanky legs, and two arms that end in three-fingered hands. Their heads are large and elongated, with a tapered skull and an undersized face, a feature which some other species find unsettling. Pykes had two narrow, almond-shaped eyes which could be magenta or blue in color.

Society and Culture

Pykes hail from Oba Diah, a terrestrial planet marked by obsidian cliffs. Visitors to Oba Diah view both the population and terrain as unwelcoming. The pyke homeworld serves as the headquarters of the Pyke Syndicate, a criminal dealership within the Spice Cartel that operates in the criminal underworld distributing spice, an illicit substance harvested by slaves in the spice mines of the planet Kessel. To deliver spice to their customers, such as crime families on Coruscant, the Pyke Syndicate relies on smugglers and freighter captains to complete the dangerous Kessel Run. The Pyke Syndicate almost completely controls the production of raw spice in the galaxy, while maintaining tentative alliances with other criminal organizations throughout the galaxy, such as the Black Sun and the Crimson Dawn.

Names

Pyke names are often influenced by naming conventions of other species, with their rarely-used surnames being familial.

  Male Names. Dor, Eife, Qalo, Thok, Zret

  Female Names. Gali, Taela, Shethni, Vent, Zeeren

  Surnames. Kemtol, Nek, Pyke, Safet, Welkor ","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Intelligence score increases by 1.

Age. Pykes reach adulthood in their late teens and live less than a century.

Alignment. Due to their underhanded nature, Pykes tend toward the dark side, though there are exceptions.

Size. Pykes typically stand 6 to 6 and a half feet tall and generally weigh about 155 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Long-Limbed. When you make a melee attack on your turn, your reach for it is 5 feet greater than normal.

Mercantile. You have proficiency in one of the following skills of your choice: Deception, Persuasion, or Intimidation.

Notorious Slavers. Whenever you make an ability check related to the buying, selling, or controlling of slaves, you are considered proficient in the check. If you would already be proficient, you instead have expertise.

Spicer. You are proficient in spicer's kit.

Languages. You can speak, read, and write Galactic Basic and Pyke. The Pyke language is characterized by its multisyllable grunts.

"},"skinColorOptions":{"value":"Gray or green"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Blue, magenta, or purple"},"distinctions":{"value":"Elongated, tapered skull with an undersized face"},"heightAverage":{"value":"5'2\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"100 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Oba Diah"},"slanguage":{"value":"Pyke"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Pyke","mode":"=","targetSpecific":false,"id":1,"itemId":"3ghjeRzy8m5bGmlQ","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"3ghjeRzy8m5bGmlQ","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"3ghjeRzy8m5bGmlQ","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"3ghjeRzy8m5bGmlQ","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"3ghjeRzy8m5bGmlQ","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"3ghjeRzy8m5bGmlQ","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"pyke","mode":"+","targetSpecific":false,"id":8,"itemId":"3ghjeRzy8m5bGmlQ","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.toolProf.value","value":"spice","mode":"+","targetSpecific":false,"id":9,"itemId":"PZ4DzYK4FOjbAInS","active":false,"_targets":[],"label":"Traits Tool Prof"}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Pyke.webp","effects":[{"_id":"wixQFe7jP8tKTN3Q","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Pyke","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"pyke","mode":0,"priority":0},{"key":"data.traits.toolProf.value","value":"spice","mode":0,"priority":0},{"key":"flags.sw5e.longlimbed","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Pyke.webp","label":"Pyke","tint":"","transfer":true}]} +{"_id":"qBl9wRwZN42xpxxV","name":"Verpine","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Verpine are thin bipedal insectoids whose heads are dominated by large compound eyes. They also have two antennae, one located behind each eye. Their hardened carapace, composed of a green chitinous substance called carahide, is as flexible as the skin of other creatures, yet tough enough to deflect a blade or even absorb a glancing blaster bolt. The Verpine circulatory system does not contain a heart.\r\n\r\nVerpine eyes are keen enough to pick out microscopic details. Their antennae contain tympanic nerves which pick up sound. Their antennae are also sensitive to radio waves, giving Verpine the natural ability to sense and transmit radio waves to communicate with another Verpine in their language over long distances.

Society and Culture

The Verpine people hail from the Roche asteroid field, which is the fractured remnants of their home planet. The Roche live in artificial, self-sustaining environments inside these fragments.\r\n\r\nVerpine culture is oriented around crafting; they are noteworthy manufacturers of weapons, shield generators, armor, as well as personal use items such as breathing apparatuses. They are also gifted pilots.

Names

Verpine had variable naming customs. Not all Verpines adopt surnames. Male and female Verpine names do not differentiate.

  First Names. Fxz'et, Kuli, Moegid, Ss's, Zix

  Surnames. And'et, Ned'Ix, Ned'lx, Niskooen, Zes'sx","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Constitution score increases by 1.

Age. Verpine reach adulthood in their 40's and live an average of 200 years.

Alignment. Verpine's altruistic and generous nature cause them to tend toward the light side, though there are exceptions.

Size. Verpine stand between 6 and 7 feet tall and rarely weigh more than 120 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Crafters. You have proficiency in one tool of your choice.

Hardened Carapace. While you are unarmored or wearing light armor, your AC is 13 + your Dexterity modifier.

Tympanic Antennae. You have tremorsense out to 30 feet. You can detect and pinpoint the origin of vibrations within that radius, provided that monster and the source of the vibrations are in contact with the same ground or substance. Tremorsense can't be used to detect flying or incorporeal creatures

Languages. You can speak, read, and write Verpine. You can understand spoken and written Galactic Basic, but your vocal cords do not allow you to speak it. You can communicate with other Verpine at distances of up to a mile using your antennae.

"},"skinColorOptions":{"value":"Green"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black or red"},"distinctions":{"value":"Hive-based insectoids, radio wave senses, technological aptitude, hardened carapace, short snouts, and small, toothless mouths"},"heightAverage":{"value":"5'9\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"80 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Roche asteroid field"},"slanguage":{"value":"Verpine"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Verpine","mode":"=","targetSpecific":false,"id":1,"itemId":"S5ZJd9uueC0RncAy","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"S5ZJd9uueC0RncAy","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"S5ZJd9uueC0RncAy","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"S5ZJd9uueC0RncAy","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"S5ZJd9uueC0RncAy","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.ac.min","value":"13","mode":"=","targetSpecific":false,"id":6,"itemId":"S5ZJd9uueC0RncAy","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.traits.senses","value":"Tremorsense (30 ft.)","mode":"+","targetSpecific":false,"id":7,"itemId":"S5ZJd9uueC0RncAy","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"S5ZJd9uueC0RncAy","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"verpine","mode":"+","targetSpecific":false,"id":9,"itemId":"S5ZJd9uueC0RncAy","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Verpine.webp","effects":[{"_id":"ch1P73CKaCd3Czcy","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Verpine","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.attributes.ac.value","value":"13+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.traits.senses","value":"Tremorsense (30 ft.)","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"verpine","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Verpine.webp","label":"Verpine","tint":"","transfer":true}]} +{"_id":"qS5HklGyCBanHFyI","name":"Togruta","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Togruta have rusty skin tones ranging in hue from blue to red to green, with white pigmentation on their faces, greyish lips, and white stripes adorn various parts of their bodies. The pattern of stripes varies from individual to individual. This red and white pattern was a phenotype left over from their ancestor's camouflage that helped them to blend in with Shili's natural surroundings.

Their heads bear two montrals, with three to four head-tails, whose stripes were darker than those of the montrals. Togruta have the ability to sense the proximity and movement of physical objects around them by means of their hollow montrals, which detect space ultrasonically. Young togrutas' montrals and posterior head-tail do not fully grow until adolescence, when their montrals curve and their final head-tail grows to the length of their other head-tails.

Society and Culture

Togruta have a strong sense of unity and togetherness. On their native homeworld of Shili, they rely on each other and band together to take a stand against the massive monsters that hunt them. The creatures of Shili most often attack in groups, which was even more reason for the native togruta to work together. While most of Shili is covered in the scrublands where the togruta hunt their herbivorous prey, the togruta live in small communities in the forest valleys.

Names

Togruta names are typically long. Surnames are familial.

  Male Names. Acanaar, Mukraas, Obolak, Tokrym

  Female Names. Akoma, Maasha, Okohlo, Shola

  Surnames. Hyl, Na, Nim, Ris, Resh, Vaal, Zin

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Wisdom score increases by 2, and your Strength or Dexterity score increases by 1.

Age. Togruta reach adulthood in their late teens and live less than a century.

Alignment. Togruta culture focuses on unity which causes them to tend toward the light side, though there are exceptions.

Size. Togruta typically stand between 5 and 6 feet tall and weigh 150 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Darkvision. Your vision can easily cut through darkness. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Montral Reception. You have tremorsense out to 30 feet. You can detect and pinpoint the origin of vibrations within a specific radius, provided that monster and the source of the vibrations are in contact with the same ground or substance. Tremorsense can't be used to detect flying or incorporeal creatures

Wild Hunters. You have proficiency with the Survival skill.

Languages. You can speak, read, and write Galactic Basic and Togruti. Togruti is an ornate language characterized by trills and long vowel sounds which are modified by subtle tremors in the togruta's head-tails. This language is heavily influenced by Basic, but also incorporates some native idioms, which caused Basic-speaking togruta to use seemingly strange expressions.

"},"skinColorOptions":{"value":"Blue, green, orange, purple, red, white, or yellow"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black, blue, green, orange, purple, yellow, or red"},"distinctions":{"value":"Sharp canine teeth, two montrals, three or four head-tails"},"heightAverage":{"value":"4'9\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"115 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Shili"},"slanguage":{"value":"Togruti"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Togruta","mode":"=","targetSpecific":false,"id":1,"itemId":"a6nvR93PW0IDP5Al","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.wis.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"a6nvR93PW0IDP5Al","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":3,"itemId":"a6nvR93PW0IDP5Al","active":false,"_targets":[]},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":4,"itemId":"a6nvR93PW0IDP5Al","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":5,"itemId":"a6nvR93PW0IDP5Al","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.senses","value":"Tremorsense (30 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"a6nvR93PW0IDP5Al","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.sur.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"a6nvR93PW0IDP5Al","active":false,"_targets":[],"label":"Skills Survival"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"a6nvR93PW0IDP5Al","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"togruti","mode":"+","targetSpecific":false,"id":9,"itemId":"a6nvR93PW0IDP5Al","active":false,"_targets":[],"label":"Traits Language"}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Togruta.webp","effects":[{"_id":"57U88UyYUeWc8lGm","flags":{"dae":{"transfer":true}},"changes":[{"key":"data.details.species","value":"Togruta","mode":5,"priority":5},{"key":"data.abilities.wis.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.senses","value":"Tremorsense (30 ft.)","mode":2,"priority":20},{"key":"data.skills.sur.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"togruti","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Togruta.webp","label":"Togruta","tint":"","transfer":true}]} +{"_id":"rtSwGmOBIAtMuijR","name":"Talz","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Talz are large, bulky, bipedal creatures, that are covered head to toe in thick white fur, which provides exceptional insulation against their frozen world. Talz have four eyes, which are also adaptations to their native environment. The larger set of eyes are shut during the day, when sunlight reflects off the snow with dazzling brightness—able to blind sensitive optical organs—leaving the smaller set to navigate with. Alternatively, during the deep darkness of their homeworld's moonless night, the larger pair are utilized to provide the Talz with adequate vision. Talz use a small proboscis to eat and communicate, creating high-pitched chirps and buzzes.

\n

Society and Culture

\n

Talz are a hunter-gatherer, clan-based society. They work in unison, and treat the entire clan as one single familial entity. Resources on Ordo Plutonia are often scarce, which leads to warring among Talz tribes. However, the clans are adept at forming a unified front when they face a common enemy. Talz are large, brutal creatures and are often used as guards and enforcers. Sometimes they are taken as slaves, though it's rare; they are rebellious against authority and don't take well to slavery. There are rumors that Talz are captured for scientific experimentation.

\n

Names

\n

Talz names are fairly gutteral and are characterized by their harsh nature. Female names are typically longer than male names. Surnames are clan-based, though it's rare that a Talz shares them with non-Talz.

\n

  Male Names. Drak, Fedirk, Imom, Ke, Twift

\n

  Female Names. Ilnuno, Ontuga, Utrukk, Zimtucc

\n

  Surnames. Dic, Noetoc, Suptat, Wume, Zapak

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Wisdom score increases by 1.

Age. Talz reach adulthood at 10 and rarely live longer than 50 years.

Alignment. Talz' peaceful and slow-to-anger nature cause them to tend toward the light side, though there are exceptions.

Size. Talz stand between 6 and 8 feet tall and weigh around 250 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Darkvision. Your vision can easily cut through darkness. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Hide. You have a thick hide. While you are unarmored or wearing light armor, your AC is 12 + your Dexterity modifier. Additionally, your thick hide is naturally adapted to cold climates, as described in chapter 5 of the Dungeon Master's Guide.

Long-Limbed. When you make a melee attack on your turn, your reach for it is 5 feet greater than normal.

Languages. You can speak, read, and write Talzzi. You can understand spoken and written Galactic Basic, but your vocal cords do not allow you to speak it. Talzzi is characterized by its high-pitched chirps and buzzes.

"},"skinColorOptions":{"value":"Black or grey"},"hairColorOptions":{"value":"Grey, pink, or white"},"eyeColorOptions":{"value":"Black, dark blue, or dark red"},"distinctions":{"value":"Covered in fur, four eyes, unable to speak Galactic Basic"},"heightAverage":{"value":"6'5\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"180 lb."},"weightRollMod":{"value":"x(2d6) lb."},"homeworld":{"value":"Orto Plutonia"},"slanguage":{"value":"Talzzi"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Talz","mode":"=","targetSpecific":false,"id":1,"itemId":"MDx74jnFbJwmRihf","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"MDx74jnFbJwmRihf","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"MDx74jnFbJwmRihf","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"MDx74jnFbJwmRihf","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"MDx74jnFbJwmRihf","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"MDx74jnFbJwmRihf","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.attributes.ac.min","value":"12","mode":"=","targetSpecific":false,"id":7,"itemId":"MDx74jnFbJwmRihf","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"MDx74jnFbJwmRihf","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"talzzi","mode":"+","targetSpecific":false,"id":9,"itemId":"MDx74jnFbJwmRihf","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Talz.webp","effects":[{"_id":"tJH1nruC0gpiDYG8","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Talz","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.attributes.ac.value","value":"12+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"talzzi","mode":0,"priority":0},{"key":"flags.sw5e.longlimbed","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Talz.webp","label":"Talz","tint":"","transfer":true}]} +{"_id":"t79pWKgD06mKwONP","name":"Hutt, Adolescent","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Hutts are a massive slug-like species who have large mouths and stubby arms. They have three lungs and thick leathery skin, which is wrinkled and slimy. Hutts often have watery eyes and lack facial expressions. Their tails are supported by a skeletal spine. Despite their legendary size, hutts start out as tiny huttlets less than half a foot in height, and continually grow over the long lives.

\n

Society and Culture

\n

Most hutts are crime lords who live opulent lives overseeing criminal underworld activities like spice smuggling, slavery, gambling and bounty hunting. This is not true for all, however, as some eschew the life of a decadent, obese version of their species and prefer a more mobile existence. Hutt society is divided into families known as kajidics, a social structure that is both familial and a crime gang. Hutts are encouraged to make a name for themselves around the age of 150 while simultaneously not threatening the welfare of the clan. At around 200, they will likely stop being saved by the clan and encouraged even further to fend for themselves while benefiting the kajidic; they may even be granted a star system or two. Nomadic or kajidic-less hutts are often hunted or killed by other hutts in fear of the nomad coming to claim a territory.

\n

Names

\n

Hutt names with a suffix title as \"the Hutt\" are usually reserved for noteworthy huts, with the name of a hutt's kajidic coming before the title. Because hutts are hermaphroditic, choosing a gender at will, their names are considered androgynous.

\n

  First Names. Arok, Gorga, Jabba, Mama, Ziro

\n

  Kajidic Names. Besadii, Desilijic, Fenn'ak, Gnuda

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and two other ability scores of your choice increase by 1.

Age. Hutts are considered a child until around the age of 200 in which they are a full fledged adult. Hutts can live upwards of 900 years with even more ancient ones exceeding that.

Alignment. Hutts are selfish, greedy, and highly organized, causing them to tend toward chaotic dark side, though there are exceptions.

Size. Hutts have a unique special characteristic; from birth to death, they never stop growing. As an adolescent hutt, you typically stand between 6 and 7 feet tall and weigh at least 400 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 20 feet.

Closed Mind. Hutt brains have an unusual composition which made them resistant to influence from the Force. You have advantage on Wisdom and Charisma saving throws against force powers.

Natural Resistance. You have advantage on saving throws against poison, and you have resistance against poison damage (explained in chapter 9).

Powerful Build. You count as one size larger when determining your carrying capacity and the weight you can push, drag, or lift.

Prehensile Tail. You have supreme control over your tail and can use it to manipulate objects as well as your hands.

Shrewd Demeanor. You have proficiency in two Intelligence, Wisdom, or Charisma skills of your choice.

Slow and Lethargic. Hutts are slow and generally incapable of moving quickly. You have disadvantage on Dexterity saving throws, and when determining your bonus to AC from your Dexterity, you can't add more than +3.

Wealthy. During character creation, you start with additional credits equal to your level x your proficiency bonus x 1,000 cr.

Languages. You can speak, read, and write Galactic Basic and Huttese. Hutts rarely speak Galactic Basic, even though they are perfectly able; if the person with whom they are speaking doesn't understand Huttese, they are more likely to use an interpretor than deign to speak the language of lesser species.

"},"skinColorOptions":{"value":"Black, blue, brown, gold, green, purple, tan, white, or yellow"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Blue, gray, green, orange, turquoise, violet, or yellow"},"distinctions":{"value":"Three lungs, slug-like appearance"},"heightAverage":{"value":"5'5\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"400 lb."},"weightRollMod":{"value":"x(2d8) lb."},"homeworld":{"value":"Nal Hutta"},"slanguage":{"value":"Huttese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Hutt","mode":"=","targetSpecific":false,"id":1,"itemId":"f2GGkEjQBJW5Qi8e","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"f2GGkEjQBJW5Qi8e","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":3,"itemId":"f2GGkEjQBJW5Qi8e","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"20","mode":"=","targetSpecific":false,"id":4,"itemId":"f2GGkEjQBJW5Qi8e","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.dr.value","value":"poison","mode":"+","targetSpecific":false,"id":5,"itemId":"f2GGkEjQBJW5Qi8e","active":false,"_targets":[],"label":"Traits Damage Resistance"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":6,"itemId":"f2GGkEjQBJW5Qi8e","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"huttese","mode":"+","targetSpecific":false,"id":7,"itemId":"f2GGkEjQBJW5Qi8e","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Hutt.webp","effects":[{"_id":"LF9pTbpX8wisnODN","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Hutt","mode":5,"priority":5},{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"20","mode":5,"priority":5},{"key":"data.traits.dr.value","value":"poison","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"huttese","mode":0,"priority":0},{"key":"flags.sw5e.closedMind","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.powerfulBuild","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Hutt.webp","label":"Hutt, Adolescent","tint":"","transfer":true}]} +{"_id":"tcpaD5qXTGdmB1PJ","name":"Ortolan","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Ortolans are squat, heavily-built humanoid bipeds with long, trunklike noses and beady black eyes. They possess floppy ears, which are extremely sensitive to sound waves. They have two hands, each ending in four chubby fingers and a thumb, which is not opposable. A thick, baggy hide covered in fuzz resembling velvet hangs off of the Ortolan body. Ortolans have a keen sense of smell to help them forage for food. In fact, they are handicapped in their business affairs by their attachment to food, sometimes accepting otherwise unfavorable contracts when promised enough to eat. Their twin obsessions are food and music; offworld, many Ortolans find success as chefs or musicians.

\n

Society and Culture

\n

Ortolan society is reasonably industrialised, though not as technologically advanced as other species. Despite this, their economy is mostly based on barter, with credits primarily used to trade with offworlders. Education is the responsibility of their parents, though gifted youngsters are often traded to other families to get specialized education. While most Ortolans appear to have blue skin, Ortolans are actually covered in short velvety fur which they often dyed in bright colors, most often blue and pink. This tradition began when a Devaronian trader tried to sell Ortolans a shipment of food dyes—they considered dyeing their food a waste of time, but found dyed fur to be quite stylish.

\n

Names

\n

Ortolan names are generally short with big sounds. Female names are typically softer. Surnames are familial.

\n

  Male Names. Donmb, Hegh, Nax, Parm, Teeb  

\n

  Female Names. Bedla, Folfe, Nelni, Phoff, Sallo  

\n

  Surnames. Bigek, Lubum, Nad, Rojool, Somo

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Charisma score increases by 1.

Age. Ortolans are considered adults at the age of seven and typically live less than a century.

Alignment. Ortolans' love of food and music causes them to tend toward chaotic light side, though there are exceptions.

Size. Ortolans stand around 3 to 4 feet tall and weigh about 55 lbs. Regardless of your position in that range, your size is Small.

Speed. Your base walking speed is 25 feet.

Foragers. Whenever you make a Wisdom (Survival) check to forage for food you are considered to have expertise in the Survival skill.

Grovel, Cower, and Beg. As an action on your turn, you can cower pathetically to distract nearby foes. Until the end of your next turn, your allies gain advantage on attack rolls against enemies within 10 feet of you that can see you. Once you use this trait, you can't use it again until you finish a short or long rest.

Hide. Your thick hide is naturally adapted to cold climates, as described in chapter 5 of the Dungeon Master's Guide.

Keen Hearing and Smell. You have advantage on Wisdom (Perception) checks that involve hearing or smell.

Musical. You have proficiency in Performance and one musical instrument of your choice.

Undersized. Your small stature makes it hard for you to wield bigger weapons. You can't use heavy shields. Additionally, you can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, you can only wield it in two hands.

Languages. You can speak, read, and write Galactic Basic and Ortolan. Ortolan is characterized by its grunts and hoots.

"},"skinColorOptions":{"value":"Light colors"},"hairColorOptions":{"value":"Light colors"},"eyeColorOptions":{"value":"Yellow"},"distinctions":{"value":"Stocky builds, trunklike noses, floppy ears, small mouths, brightly dyed fur"},"heightAverage":{"value":"2'10\""},"heightRollMod":{"value":"+2d4\""},"weightAverage":{"value":"50 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Orto"},"slanguage":{"value":"Ortolan"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Ortolan","mode":"=","targetSpecific":false,"id":1,"itemId":"tKiqciNQn2NvdzcT","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"tKiqciNQn2NvdzcT","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"tKiqciNQn2NvdzcT","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"sm","mode":"=","targetSpecific":false,"id":4,"itemId":"tKiqciNQn2NvdzcT","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"25","mode":"=","targetSpecific":false,"id":5,"itemId":"tKiqciNQn2NvdzcT","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.prf.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"tKiqciNQn2NvdzcT","active":false,"_targets":[],"label":"Skills Performance"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"tKiqciNQn2NvdzcT","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"ortolan","mode":"+","targetSpecific":false,"id":8,"itemId":"tKiqciNQn2NvdzcT","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.toolProf.value","value":"music","mode":"+","targetSpecific":false,"id":9,"itemId":"NcOqxyAmCCNgwMUS","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Ortolan.webp","effects":[{"_id":"Dh3FLNKo1HFJ7pqF","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Ortolan","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"sm","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"25","mode":5,"priority":5},{"key":"data.skills.prf.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"ortolan","mode":0,"priority":0},{"key":"data.traits.toolProf.value","value":"music","mode":0,"priority":0},{"key":"flags.sw5e.grovelCowerAndBeg","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Ortolan.webp","label":"Ortolan","tint":"","transfer":true}]} +{"_id":"tmenbKxgBbwYgC2s","name":"Givin","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

The Givin are a species of white-skinned, hairless humanoids who are quite frequently likened to animated skeletons. Their facial features include many sharp downward angles, large triangular eye sockets, and sloped-up brows that meet together in the middle, lending them an appearance of permanent anguish. Because of the harsh environment of their homeworld, the Givins' organs are sealed against atmospheric exposure; thanks to this complex system, they can survive for about a day in a vacuum.

Society and Culture

In order to survive their homeworld's lunar tides, the Givin became extremely adept at calculating the trajectory of their celestial bodies. Over the ages, Givin have become so skilled at celestial navigation that they are able to calculate hyperspace jumps in their heads. As such, mathematics have become a cornerstone of Givin society. Two Givin will often greet each other by exchanging complex equations for the other to solve.\r\n\r\nDue to their profound mathematical ability, Givin are skilled starship builders and astrogators. They create some of the most impressive, complex, and sleek ships in the galaxy. However, they frequently build their ships without the presence of a navcomputer or pressurization system, and so their buyers have to add these system in the starship aftermarket.

Names

Givin names are often derived by parents from favored mathematical equations. Male and female names do not significantly differ. Surnames are familial.

  First Names. Daggibus, Lersia, Na-Soth, Nisil, Sladru

  Surnames. Alarin, Nalas, Narth, Larr, Scoritoles","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Constitution score increases by 1.

Age. Givin reach adulthood in their early teens and live about 80 years.

Alignment. Givins believe power and respect are earned rather than expected, causing them to tend towards balanced alignments, though there are exceptions.

Size. Givin typically stand around 6 feet tall and weigh 150 lb. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Hardened Exterior. You have a tough, bony exterior. While you are unarmored or wearing light armor, your AC is 13 + your Dexterity modifier.

Mathematical Savants. Whenever you make an Intelligence (Technology) check involving mathematics, you are considered to have expertise in the Technology skill.

Stargazer. You have proficiency in Piloting and Technology.

Vacuum Sealed. You can survive for one day within the vacuum of space. You still require oxygen to breathe. You have resistance to cold damage.

Languages. You can speak, read, and write Galactic Basic and Givin. Givin is characterized by its use of mathematical jargon and symbols, making it nigh incomprehensible to the less mathematically inclined.

"},"skinColorOptions":{"value":"White"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Skeletal appearance, able to survive in a vacuum for short periods"},"heightAverage":{"value":"5'5\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"105 lb."},"weightRollMod":{"value":"x2d4 lb."},"homeworld":{"value":"Yag'Dhul"},"slanguage":{"value":"Givin"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Givin","mode":"=","targetSpecific":false,"id":1,"itemId":"CKYzmmTnEKzVSTaB","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"CKYzmmTnEKzVSTaB","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"CKYzmmTnEKzVSTaB","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"CKYzmmTnEKzVSTaB","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"CKYzmmTnEKzVSTaB","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.attributes.ac.min","value":"13","mode":"=","targetSpecific":false,"id":6,"itemId":"CKYzmmTnEKzVSTaB","active":false,"_targets":[],"label":"Attributes Armor Class Min"},{"modSpecKey":"data.skills.pil.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"CKYzmmTnEKzVSTaB","active":false,"_targets":[],"label":"Skills Piloting"},{"modSpecKey":"data.skills.tec.value","value":"1","mode":"+","targetSpecific":false,"id":8,"itemId":"CKYzmmTnEKzVSTaB","active":false,"_targets":[],"label":"Skills Technology"},{"modSpecKey":"data.traits.dr.value","value":"cold","mode":"+","targetSpecific":false,"id":9,"itemId":"CKYzmmTnEKzVSTaB","active":false,"_targets":[],"label":"Traits Damage Resistance"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":10,"itemId":"CKYzmmTnEKzVSTaB","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"givin","mode":"+","targetSpecific":false,"id":11,"itemId":"CKYzmmTnEKzVSTaB","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Givin.webp","effects":[{"_id":"Pn6vsO24HRDLSnOH","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Givin","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.attributes.ac.value","value":"13+@abilities.dex.mod","mode":5,"priority":1},{"key":"data.skills.pil.value","value":1,"mode":4,"priority":20},{"key":"data.skills.tec.value","value":1,"mode":4,"priority":20},{"key":"data.traits.dr.value","value":"cold","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"givin","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Givin.webp","label":"Givin","tint":"","transfer":true}]} +{"_id":"v19hw62cqU3qCYUO","name":"Tusken","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

While Tuskens, also known as Tusken Raiders or Sand People, are easily recognizable by their full-body clothing, goggles, and mouth filters, little of their true physical appearance can be discerned. From birth, Tuskens are covered in wraps, and, barring very rare occasions, will not bare any part of their skin in sight of another person. This, combined with their hostility to outsiders and Tatooine's remote and arid nature, makes even study of Tusken corpses difficult.

Society and Culture

Tuskens are a primative, tribal race, mostly living in small clans scattered throughout Tatooine's deserts. Due to the harsh and unforgiving desert environment, Tusken clans are often xenophobic and territorial, but it is not unknown for them to adopt members of other species into the clan. They believe that all water is sacred and promised to them alone, and are infamous among the other residents of Tatooine for raiding and pillaging settlements and farms.\n\nTusken clans are usually very stratified, with males as hunters and warriors, while females and children maintain the camp. Tusken warriors hold their bond with their gaderffii weapons and Bantha mounts as sacred, and will choose death before relinquishing either.

Names

Tusken naming traditions vary between clans, but most are made up of harsh, guttural sounds. Tuskens do not use surnames.

  Male Names. Ur Ur, A'Koba, Qeruru'rr, Gr'Karr

  Female Names. K'Yark, Reirin, K'Orou, Ursarr'u","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Strength or Charisma score increases by 1.

\n

Age. Tuskens are considered adults when they turn 15. Because of the harsh and unforgiving climate of their home world, they rarely live longer than half a century.

\n

Alignment. Tusken culture's violent focus and disregard of those outside the tribe causes them to tend towards chaotic dark side, though there are exceptions.

\n

Size. Tusken stand between 5 and 6 feet tall and weigh around 155 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Aggressive. As a bonus action, you can move up to your speed toward an enemy of your choice that you can see or hear. You must end this move closer to the enemy than you started.

\n

Animal Handler. You are proficient in Animal Handling.

\n

Intimidating Roar. Once per day, you can cast the fear Force power. Charisma is your forcecasting ability for this power.

\n

Survivors of the Sands. You are proficient in Survival. Additionally, you don't treat desert terrain as difficult terrain. Lastly, you are naturally adapted to hot climates, as described in chapter 5 of the Dungeon Master's Guide.

\n

Tusken Weaponry. You have proficiency with the slugthrower and vibromace.

\n

Languages. You can speak, read, and write Galactic Basic and Tusken. Tusken is a guttural language characterized by its barks, growls, and roars. While Tuskens typically understand Galactic Basic, it is rare to hear them speak anything but Tusken.

"},"skinColorOptions":{"value":"Brown, gray, or tan"},"hairColorOptions":{"value":"Black"},"eyeColorOptions":{"value":"Pale gray or black"},"distinctions":{"value":"Full-body wrappings, goggles, mouth filter"},"heightAverage":{"value":"4'9\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"110 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Tatooine"},"slanguage":{"value":"Tusken"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Tusken","mode":"=","targetSpecific":false,"id":1,"itemId":"LuotAfzq9MwApi8u","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"LuotAfzq9MwApi8u","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.abilities.str.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"LuotAfzq9MwApi8u","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"LuotAfzq9MwApi8u","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"LuotAfzq9MwApi8u","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.ani.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"LuotAfzq9MwApi8u","active":false,"_targets":[],"label":"Skills Animal Handling"},{"modSpecKey":"data.skills.sur.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"LuotAfzq9MwApi8u","active":false,"_targets":[],"label":"Skills Survival"},{"modSpecKey":"data.traits.weaponProf.custom","value":"slugthrower","mode":"+","targetSpecific":false,"id":8,"itemId":"LuotAfzq9MwApi8u","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.weaponProf.custom","value":"vibromace","mode":"+","targetSpecific":false,"id":9,"itemId":"LuotAfzq9MwApi8u","active":false,"_targets":[],"label":"Traits Weapon Prof. Custom"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":10,"itemId":"LuotAfzq9MwApi8u","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"tusken","mode":"+","targetSpecific":false,"id":11,"itemId":"LuotAfzq9MwApi8u","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Tusken.webp","effects":[{"_id":"bwSDTAnMbEikuqSv","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Tusken","mode":5,"priority":5},{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.skills.ani.value","value":1,"mode":4,"priority":20},{"key":"data.skills.sur.value","value":1,"mode":4,"priority":20},{"key":"data.traits.weaponProf.custom","value":"slugthrower","mode":0,"priority":0},{"key":"data.traits.weaponProf.custom","value":"vibromace","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"tusken","mode":0,"priority":0},{"key":"flags.sw5e.aggressive","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Tusken.webp","label":"Tusken","tint":"","transfer":true}]} +{"_id":"v5t2FHNtTx4kv5vp","name":"Klatooinian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Klatooinians are a humanoid species with canine features, having short muzzles over toothy overbites. They are also notable for their heavy brows and ridges along the tops of their heads.

Society and Culture

For centuries, klatooinians have been slaves to the hutts, whom they view as almost godlike, immortal beings. Although the hutts allow a council of elders to rule on Klatooine, all off-world affairs are wholly under hutt control. Under the hutts, the klatooinians serve as soldiers and guards. Even those klatooinians who do not serve the hutts are often employed as hired muscle by other masters.\r\n\r\nKlatooinian society was known for a strong belief in tradition and the wisdom of the elders, although some younger klatooinians rebelled against this norm and sought out freedom from enslavement. Others attempted to gain their own fortunes as smugglers, pirates, bounty hunters, or raiders.

Names

Klatooinian names are often derived from the names of great heroes and historical figures. Surnames are familial, and are usually shorter than klatooinian given names.

  Male Names. Barada, Castas, Sta-Den, Tarados

  Female Names. Gelis, Petkara, Sterasi, Yelmith

  Surnames. Eek, Gort, Gon, Ovin","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength, Constitution, and Wisdom scores increase by 1.

Age. Klatooinians reach adulthood in their late teens and can live as long as 90 standard years.

Alignment. Klatooinian society encourages reverence for tradition and an inclination towards violence, causing them to tend toward lawful dark side, though there are exceptions.

Size. Klatooinians typically stand around 6 feet tall and generally weigh about 170 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Enforcer. You are proficient in the Intimidation skill. When you take the Help action to give an ally advantage on an Intimidation check, they gain a bonus to the roll equal to your proficiency bonus.

Toughness. Your hit point maximum increases by 1, and it increases by 1 every time you gain a level.

Weapon Training. Klatooinians are trained to fight from a young age. You have proficiency in two martial vibroweapons of your choice.

Wisdom of the Elders. You are proficient in the Lore skill.

Languages. You can speak, read, and write Galactic Basic, Klatooinian, and Huttese. Klatooinian is a gutteral, barking language, with many loanwords adopted from Huttese over the centuries.

"},"skinColorOptions":{"value":"Green, gray, brown"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Brown, black, gray"},"distinctions":{"value":"Heavy brows, short canine muzzles"},"heightAverage":{"value":"5'4\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"125 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Klatooine"},"slanguage":{"value":"Huttese, Klatooinian"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Klatooinian","mode":"=","targetSpecific":false,"id":1,"itemId":"sxEIlihl5hMuO4n5","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.str.value","value":"1","mode":"+","targetSpecific":false,"id":2,"itemId":"sxEIlihl5hMuO4n5","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.con.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"sxEIlihl5hMuO4n5","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":4,"itemId":"sxEIlihl5hMuO4n5","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":5,"itemId":"sxEIlihl5hMuO4n5","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":6,"itemId":"sxEIlihl5hMuO4n5","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.itm.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"sxEIlihl5hMuO4n5","active":false,"_targets":[]},{"modSpecKey":"data.skills.lor.value","value":"1","mode":"+","targetSpecific":false,"id":8,"itemId":"sxEIlihl5hMuO4n5","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"sxEIlihl5hMuO4n5","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"klatooinian","mode":"+","targetSpecific":false,"id":10,"itemId":"sxEIlihl5hMuO4n5","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"huttese","mode":"+","targetSpecific":false,"id":11,"itemId":"sxEIlihl5hMuO4n5","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Klatooinian.webp","effects":[{"_id":"G6pCpdwb6FUA1ViV","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Klatooinian","mode":5,"priority":5},{"key":"data.abilities.str.value","value":1,"mode":2,"priority":20},{"key":"data.abilities.con.value","value":1,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.skills.itm.value","value":1,"mode":4,"priority":20},{"key":"data.skills.lor.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"klatooinian","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"huttese","mode":0,"priority":0},{"key":"flags.sw5e.toughness","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Klatooinian.webp","label":"Klatooinian","tint":"","transfer":true}]} +{"_id":"vQV569604KRsEjAj","name":"Chagrian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Chagrians are born as tadpoles in clutches of three or more and raised in tubs of water in a family's private home. During this time, their arms, legs, and air-breathing lungs develop. Adult Chagrians are truly amphibious, retaining their ability to breathe underwater while also able to function without difficulty in air. They also possess acute low-light vision.

\n

The average Chagrian stands taller than a Human. They are distinguished by two fleshy growths protruding from the sides of their heads, which they call lethorns. As they age, the lethorns thicken. Males also sport two horns growing from the top of their skulls. These were once used in underwater duels to attract a mate, and are seen as a sign of the males' strength and virility. Females lack the superior cranial horns, but had more pronounced and longer posterior head plates; these can reach halfway down their back. Chagrians also have very long black forked tongues.

\n

Society and Culture

\n

As a species, Chagrians are generally peaceful and law-abiding to the point of becoming stoic and obstinate. Many Chagrians are motivated only by basic desires such as sustenance, shelter, and healthcare. Chagrian government ensures that every citizen is cared and provided for, so the standard of living for the poorest Chagrian is high compared to the members of other species. Chagrians who expect violence often wear red.

\n

Names

\n

Chagrian names have a very melodic tone. Male names are typically shorter than female names. Surnames are familial.

\n

  Male Names. Bom, Chen, Fiet, Nedd, Touk

\n

  Female Names. Chavik, Dabai, Fisil, Oolya, Tinto

\n

  Surnames. Kassin, Molya, Nigna, Onirali, Treen

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Wisdom score increases by 1.

\n

Age. Chagrians reach adulthood in their late teens and live an average of 75 years.

\n

Alignment. Chagrians' peace-loving nature causes them to tend toward the light side, though there are exceptions.

\n

Size. Chagrians typically stand between 5 and 6 feet tall and weigh 150 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Amphibious. You can breathe air and water.

\n

Darkvision. You have keen eyesight, especially in the dark. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Natural Resistance. You have advantage on saving throws against poison, and you have resistance against poison damage (explained in chapter 9).

\n

Swim. You have a swimming speed of 30 feet.

\n

Languages. You can speak, read, and write Galactic Basic and Chagri.

"},"skinColorOptions":{"value":"Light to dark blue"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Horns (male), lethorns, black forked tongues"},"heightAverage":{"value":"5'5\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"120 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Champala"},"slanguage":{"value":"Chagri"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Chagrian","mode":"=","targetSpecific":false,"id":1,"itemId":"OeTZyxxYPu7ICMTX","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"OeTZyxxYPu7ICMTX","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"OeTZyxxYPu7ICMTX","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"OeTZyxxYPu7ICMTX","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"OeTZyxxYPu7ICMTX","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"OeTZyxxYPu7ICMTX","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.dr.value","value":"poison","mode":"+","targetSpecific":false,"id":7,"itemId":"OeTZyxxYPu7ICMTX","active":false,"_targets":[],"label":"Traits Damage Resistance"},{"modSpecKey":"data.attributes.movement.swim","value":"30","mode":"+","targetSpecific":false,"id":8,"itemId":"OeTZyxxYPu7ICMTX","active":false,"_targets":[],"label":"Attributes Speed Special"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"OeTZyxxYPu7ICMTX","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"chagri","mode":"+","targetSpecific":false,"id":10,"itemId":"OeTZyxxYPu7ICMTX","active":false,"_targets":[]}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Chagrian.webp","effects":[{"_id":"yGJG8HBejLZV4hB0","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Chagrian","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.dr.value","value":"poison","mode":0,"priority":0},{"key":"data.attributes.movement.swim","value":"30","mode":2,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"chagri","mode":0,"priority":0},{"key":"flags.sw5e.amphibious","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Chagrian.webp","label":"Chagrian","tint":"","transfer":true}]} +{"_id":"vT0kkcFpUv5I9drn","name":"Balosar","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Physically similar to humans, balosars appear to be sickly and gaunt when compared with the galaxy's most common species due to the heavy pollution of their homeworld. The most striking difference between balosars and humanity is a pair of antennapalps which sprouts from underneath the thick, coarse hair on their skulls. Retractable, these atennapalps allow them to listen into the subsonic range and give the species physical intuition and preternatural reflexes, which members of the Jedi Order sometimes mistook for Force sensitivity. Balosars also possess an acute tolerance for poisonous substances, a byproduct of life on their toxic homeworld.

\n

Society and Culture

\n

Early in its history, the balosar homeworld was overrun by galactic megacorporations eager to exploit the world's lax ecological protection laws. The planet was home to the balo mushroom, a key ingredient in death sticks, one of the galaxy's most infamous narcotics. After its discovery, Balosar was wrought with corruption, addiction, and pollution from the production and usage of death sticks. Since there is little opportunity to flourish on their homeworld, balosars often leave in search of fortune elsewhere. Their natural resistance to the lethal—but not the addictive—effects of the drug encourages some to enter the death stick business.

\n

Names

\n

Balosar names have a slight exotic tinge to them—often because Balosar parents name their children while on a death stick high. Their surnames are familial.

\n

  Male Names. Barin, Elan, Fantes, Zerba

\n

  Female Names. Delaana, Ferrika, Reki, Vetyl

\n

  Surnames. Cher'dak, Mer'darro, Sel'Sabagno

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Dexterity score increases by 2, and your Charisma score increases by 1.

Age. Balosars reach adulthood in their late teens and live about 70 years naturally, though death stick addiction has lead to a general decline in their lifespan.

Alignment. Balosars are notoriously cynical, selfish, and pragmatic, causing most to be neutral dark side. However, there are exceptions.

Size. Balosar stand at an average height of about 5 feet, and weigh about 115 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Keen Hearing. Your antennapalps give you advantage on Wisdom (Perception) checks based on hearing.

Snap Senses. Through your antennapalps, you can sense incoming danger and react accordingly. When you roll for initiative, you can choose to gain advantage on the roll. Alternatively, if you are surprised, you may act normally on your first turn. Once you've used this trait, you can't use it again until you finish a short or long rest.

Spicer. You are proficient in spicer's tools.

Toxin Resistance. You have advantage on saving throws against poison, and you have resistance against poison damage (explained in chapter 9).

Languages. You can speak, read, and write Galactic Basic and Balosur. Balosur is known by its throaty rasps and deep vocalizations, and is considered crude as a written language.

"},"skinColorOptions":{"value":"Pale"},"hairColorOptions":{"value":"Black, blond, orange, brown, white"},"eyeColorOptions":{"value":"Varies"},"distinctions":{"value":"Antennapalps, resistance to toxins"},"heightAverage":{"value":"4'8\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"100 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Balosar"},"slanguage":{"value":"Balosur"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"effects":[{"modSpecKey":"data.details.species","value":"Balosar","mode":"=","targetSpecific":false,"id":1,"itemId":"v95gSSuo462HMJYl","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.dex.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"v95gSSuo462HMJYl","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"v95gSSuo462HMJYl","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"v95gSSuo462HMJYl","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"v95gSSuo462HMJYl","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.dr.value","value":"poison","mode":"+","targetSpecific":false,"id":7,"itemId":"v95gSSuo462HMJYl","active":false,"_targets":[],"label":"Traits Damage Resistance"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"v95gSSuo462HMJYl","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"balosur","mode":"+","targetSpecific":false,"id":9,"itemId":"v95gSSuo462HMJYl","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.toolProf.value","value":"spice","mode":"+","targetSpecific":false,"id":10,"itemId":"GcPfseXCDeXeu6az","active":false,"_targets":[],"label":"Traits Tool Prof"}],"alwaysActive":false},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Balosar.webp","effects":[{"_id":"DkWzA7SfsdXIq6aA","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Balosar","mode":5,"priority":5},{"key":"data.abilities.dex.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.traits.dr.value","value":"poison","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"balosur","mode":0,"priority":0},{"key":"data.traits.toolProf.value","value":"spice","mode":0,"priority":0},{"key":"flags.sw5e.keenSenses","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Balosar.webp","label":"Balosar","tint":"","transfer":true}]} +{"_id":"viqHeRRR6ItjRgf3","name":"Felucian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Felucians are a tall, bipedal species. Both their arms and legs end in four, large webbed digits with suction-cup fingertips. Springing from the underside of each forearm is a second short arm, ending in three large and agile fingers. A Felucian's head is a thick mass of long flexible tendrils featuring illuminated tips. The eyes and mouth appear as black holes or openings within this mass.

Society and Culture

Felucians are mysterious sentient beings native to the vast fungal swamps and jungles of Felucia. Though Felucia has long been colonized, the native Felucians avoided notice by living deep in the jungle. Such seclusion was easily maintained. Even the hardiest of colonists were loath to brave the perils of the dangerous wilderness without cause.\n\nThe Felucians are an unusual, amphibious species. They are highly adapted to surviving the wilds of their home planet, and fade easily into its confusing mass of plant life. They are equally at home on land or in the water, and they traverse the swamps with ease.\n\nAll Felucians are part of a single, planetwide tribe that is broken down into smaller villages and communities, each one led by shamans and chieftains. These shamans are very strong in the Force, using it to their own ends with incredible skill.

Names

Felucian names are usually two syllables and full of hard consonants. Surnames are a combination of tribe lineage.

  Male Names. Gokkuul, Kargrek, Hagark, Ruggorn

  Female Names. Lakko, Taarell, Duuna, Frula

  Surnames. s'Gokuul, d'Lakko, s'Kargrek, d'Frula","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Wisdom score increases by 1.

\n

Age. Felucians reach adulthood in their late teens and live less than a century.

\n

Alignment. Felucians' connection to the Living Force causes them to tend toward the light side, though there are exceptions.

\n

Size. Felucians typically stand over 6 feet tall and generally weigh about 200 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Force Sensitive. You know the burst at-will Force power. When you reach 3rd level, you can cast the beast trick Force power once per day. When you reach 5th level, you can also cast the plant surge Force power once per day. Wisdom is your forcecasting ability for these powers.

\n

Amphibious. You can breathe air and water.

\n

Stealthy. You are proficient in the Stealth skill.

\n

Mask of the Wild. You can attempt to hide even when you are only lightly obscured by foliage, heavy rain, falling snow, mist, and other natural phenomena.

\n

Languages. You can speak, read, and write Galactic Basic, Felucianese, and one more language of your choice. Felucianese is characterized by guttural, whisper-like vowels, interspersed with hard clicks.

"},"skinColorOptions":{"value":"Gray, with blue, red, or yellow markings"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Red"},"distinctions":{"value":"Extra limb at elbow, innate Force-sensitivity"},"heightAverage":{"value":"5'8\""},"heightRollMod":{"value":"+2d6\""},"weightAverage":{"value":"165 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Felucia"},"slanguage":{"value":"Felucianese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Felucian","mode":"=","targetSpecific":false,"id":1,"itemId":"aMOoVFBHoKmmBPe3","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"aMOoVFBHoKmmBPe3","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"aMOoVFBHoKmmBPe3","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"aMOoVFBHoKmmBPe3","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"aMOoVFBHoKmmBPe3","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.ste.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"aMOoVFBHoKmmBPe3","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"aMOoVFBHoKmmBPe3","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"felucianese","mode":"+","targetSpecific":false,"id":8,"itemId":"aMOoVFBHoKmmBPe3","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Felucian.webp","effects":[{"_id":"0sYjEeYfNqJnGDdC","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Felucian","mode":5,"priority":5},{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.skills.ste.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"felucianese","mode":0,"priority":0},{"key":"flags.sw5e.amphibious","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.maskOfTheWild","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Felucian.webp","label":"Felucian","tint":"","transfer":true}]} +{"_id":"wjw0RzJlGrEBOuAP","name":"Dashade","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Dashade are a hulking reptillian species known for their strength and aggression. They have three fingers on each hand, each tipped with a long, curving claw. Their most notable feature is their natural resistance to the power of the Force. Along with their resistance to the Force, Dashade possess a high tolerance for radioactive energy, able to withstand contact with radioactive materials much longer than other species. Despite the thick skin Dashade possess, they have the uncanny ability to control the rate that heat dissipates from their skin. This allows them to regulate their body temperature at will.

\n

Society and Culture

\n

Dashade's brute strength and Force resistance makes them prime candidates for mercenary and assassin work. Dashade society is clan-based. Theses clan's often feud over honor and reputation, a trait that the dashade as a species exhibit.

\n

Names

\n

Many dashade names are short, dominated by harsher sounds, while others are longer and seperated by an apostrophe. Dashade names are gender neutral. Surnames are clan-based, but most dashade don't share or use them.

\n

  First Names. Anarin, Rak'vhul, Set, Vattix, Vos

\n

  Surnames. Ferrex, Gusar, Kruyel, Orath, Xeng, Zath

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Charisma score increases by 1.

Age. Dashade reach adulthood in their late teens and live less than a century.

Alignment. Dashade's aggressive yet loyal nature causes them to tend toward lawful dark side, though there are exceptions.

Size. Dashade typically stand 5 and a half to 6 and a half feet tall and generally weigh around 200 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Claws. Your claws are natural weapons, which you can use to make unarmed strikes. If you hit with them, you deal kinetic damage equal to 1d6 + your Strength modifier.

Force Contention. Due to their unique physiology, dashade hardiness allows them to overcome use of the Force. You have advantage on Strength and Constitution saving throws against force powers.

Heat Dissipation. Whenever you make a Dexterity (Stealth) check to avoid detection by electronic sensors and cameras, you are considered to have expertise in the Stealth skill.

Menacing. You gain proficiency in the Intimidation skill.

Radiation Resistant. Dashade are naturally able to resist radiation. You have resistance to necrotic damage.

Languages. You can speak, read, and write Galactic Basic and Dashadi. Dashadi is characterized by its low pitch and elongated growls.

"},"skinColorOptions":{"value":"Black, dark gray, or Olive green"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black, orange, or red"},"distinctions":{"value":"Heat dissipation, Force-resistance, radiation resistance"},"heightAverage":{"value":"5'1\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"145 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Urkupp"},"slanguage":{"value":"Dashadi"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Dashade","mode":"=","targetSpecific":false,"id":1,"itemId":"mQcKkOrpgH0eTK1k","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"mQcKkOrpgH0eTK1k","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"mQcKkOrpgH0eTK1k","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"mQcKkOrpgH0eTK1k","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"mQcKkOrpgH0eTK1k","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.itm.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"mQcKkOrpgH0eTK1k","active":false,"_targets":[],"label":"Skills Intimidation"},{"modSpecKey":"data.traits.dr.value","value":"necrotic","mode":"+","targetSpecific":false,"id":7,"itemId":"mQcKkOrpgH0eTK1k","active":false,"_targets":[],"label":"Traits Damage Resistance"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"mQcKkOrpgH0eTK1k","active":false,"_targets":[],"label":"Traits Language"},{"modSpecKey":"data.traits.languages.value","value":"dashadi","mode":"+","targetSpecific":false,"id":9,"itemId":"mQcKkOrpgH0eTK1k","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Dashade.webp","effects":[{"_id":"G99sEwcJAyta31Wz","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Dashade","mode":5,"priority":5},{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.skills.itm.value","value":1,"mode":4,"priority":20},{"key":"data.traits.dr.value","value":"necrotic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"dashadi","mode":0,"priority":0},{"key":"flags.sw5e.forceContention","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Dashade.webp","label":"Dashade","tint":"","transfer":true}]} +{"_id":"x18NeZNlmOA78gma","name":"Ugnaught","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Ugnaughts are diminutive, porcine humanoids who have pink skin, upturned noses, white hair, and thick layers of jowls. Some have tusks that they use in blood duels. They are strong and resilient, and their life-spans reached up to 200 standard years. They notably eat genteslugs.

\n

Society and Culture

\n

Ugnaughts are ruled by councils comprised of elected officers. Ugnaughts live their lives in accordance to their \"blood profession,\" with Ugnaught parents teaching their children their trade. Infant Ugnaughts are known as Ugletts. If the number of new Ugnaughts in a given profession exceeds the need, a blood duel is called. When the Ugnaughts reached their twentieth year of age, these fights are held to the death, with the victor winning the right to inherit their blood profession. Despite this outdated and violent custom, the Ugnaughts are generally a peaceful people with a rich culture. When greeting an Ugnaught, it is advised to bow silently, then wait for a guttural purring as a positive response. Usage of the common galactic greeting \"yaa-yaah\" is considered a personal insult to Ugnaughts. If this occurrs, it is advisable to duck and cover, as various mechanical implements will be thrown one's way. Ugnaughts are often enslaved as they are fairly meek.

\n

Names

\n

Ugnaught names are generally concise. Female names sound more cheerful. Surnames are determined by blood profession.

\n

  Male Names. Banax, Dral, Durn, Togre, Yirkux

\n

  Female Names. Admeva, Olnito, Ruskor, Vurlilli

\n

  Surnames. Col, Gnatro, Mikk, Roc, Sag

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Strength score increases by 1.

\n

Age. Ugnaughts reach adulthood at 20 and can live to reach 200.

\n

Alignment. Ugnaughts tend toward no particular alignment. The best and worst are found among them.

\n

Size. Ugnaughts rarely stand higher than 4 feet and weigh about 50 lbs. Regardless of your position in that range, your size is Small.

\n

Speed. Your base walking speed is 25.

\n

Bite. Your tusks are a natural weapon, which you can use to make unarmed strikes. If you hit with it, you deal kinetic damage equal to 1d6 + your Strength modifier.

\n

Crafters. You have proficiency in one tool of your choice.

\n

Darkvision. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Industrial Hazards. You have resistance to acid damage.

\n

Tech Dabbler. You know the mending at-will tech power. When you reach 3rd level, you can cast the analyze tech power once per day. When you reach 5th level, you can also cast the overheat tech power once per day. Intelligence is your techcasting ability for these powers. You do not require use of a wristpad for these powers.

\n

Tinker. You have proficiency with tinker's tools. You can use these and spend 1 hour and 100 cr worth of materials to construct a Tiny Device (AC 5, 1 hp). You can take the Use an Object action to have your device cause one of the following effects: create a small explosion, create a repeating loud noise for 1 minute, create smoke for 1 minute, cause harmless tremors for 1 minute. You can maintain a number of these devices up to your proficiency bonus at once, and a device stops functioning after 24 hours away from you. You can dismantle the device to reclaim the materials used to create it.

\n

Undersized. Your small stature makes it hard for you to wield bigger weapons. You can't use heavy shields. Additionally, you can't use martial weapons with the two-handed property unless it also has the light property, and if a martial weapon has the versatile property, you can only wield it in two hands.

\n

Languages. You can speak, read, and write Galactic Basic and Ugnaught. The Ugnaught language is composed of grunts, squeals, and chatters, and is difficult for other species to learn.

"},"skinColorOptions":{"value":"Varying shades of pink"},"hairColorOptions":{"value":"White"},"eyeColorOptions":{"value":"Black and red"},"distinctions":{"value":"Diminutive stature, porcine features, technological affinity"},"heightAverage":{"value":"3'1\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"40 lb."},"weightRollMod":{"value":"x1 lb."},"homeworld":{"value":"Gentes"},"slanguage":{"value":"Ugnaught"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Ugnaught","mode":"=","targetSpecific":false,"id":1,"itemId":"ohXlAL4PhVxboYrz","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"ohXlAL4PhVxboYrz","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.str.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"ohXlAL4PhVxboYrz","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.traits.size","value":"sm","mode":"=","targetSpecific":false,"id":4,"itemId":"ohXlAL4PhVxboYrz","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"25","mode":"=","targetSpecific":false,"id":5,"itemId":"ohXlAL4PhVxboYrz","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"ohXlAL4PhVxboYrz","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.traits.dr.value","value":"acid","mode":"+","targetSpecific":false,"id":7,"itemId":"ohXlAL4PhVxboYrz","active":false,"_targets":[],"label":"Traits Damage Resistance"},{"modSpecKey":"data.traits.toolProf.custom","value":"tinker's tools","mode":"+","targetSpecific":false,"id":8,"itemId":"ohXlAL4PhVxboYrz","active":false,"_targets":[],"label":"Traits Tool Prof Custom"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"ohXlAL4PhVxboYrz","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"ugnaught","mode":"+","targetSpecific":false,"id":10,"itemId":"ohXlAL4PhVxboYrz","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Ugnaught.webp","effects":[{"_id":"cEL26hyVYxGjv0si","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Ugnaught","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.str.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"sm","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"25","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.traits.dr.value","value":"acid","mode":0,"priority":0},{"key":"data.traits.toolProf.value","value":"tin","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"ugnaught","mode":0,"priority":0},{"key":"flags.sw5e.tinker","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.undersized","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Ugnaught.webp","label":"Ugnaught","tint":"","transfer":true}]} +{"_id":"xeOGNzBlvlEsq28b","name":"Ryn","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Their homeworld long lost from memory and time, the ryn are a humanoid race of musicians, vagabonds and travelers. The ryn's bodies are covered in soft, short fur, with a head of white hair which is matched by a tuft of hair at the end of their long prehensile tails, excellent for grasping things. Very uniquely ryn in nature, are their beak-like noses that contain fluted holes. These holes allow the ryn to play their 'beaks' like flutes. This talent has been used to communicate between ryn and has uniquely been observed in communication with droids.

\n

Society and Culture

\n

Wanderlust consumes the ryn. The ryn are a nomadic species, their original homeworld forgotten, even to them. They cannot abide confinement and constraint, and they itch to move on shortly after they arrive in a new place. Due to their homelessness, musical talent, natural secrecy, and avoidance of written records, ryn developed a nomadic culture and a reputation for confidence games, leaving many species prejudiced against them. In some sectors it is legal to enslave or hunt ryn. Their language is outlawed in many locations, and a large number of ryn women are used as slave breeding stock. They claim that sabaac, the popular card game that took the place of Pazaak in terms of card game prominence, is derived from their use of it as a fortune telling tool in their auguries. These auguries are today favored by hutts, who have a superstitious belief in the card tellings. A peculiar habit is that a ryn cannot sleep in the same location twice.

\n

Names

\n

Ryn names have a very melodic tone, taking cues from many different languages from across the galaxy. Ryn do not use surnames.

\n

  Male Names. Corfat, Dirygat, Garya, Nemagary

\n

  Female Names. Cogesama, Giani, Gypopha, Simeti

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence or Charisma score increases by 2, and your Dexterity score increases by 1.

\n

Age. Ryn reach adulthood in their early teens and live about 80 years.

\n

Alignment. Ryn's superstitious and solitary nature causes them to tend toward balanced alignments, though there are exceptions.

\n

Size. Ryn typically stand 4 and a half to 6 feet tall and generally weigh about 120 lbs. Regardless of your position in that range, your size is Medium.

\n

Speed. Your base walking speed is 30 feet.

\n

Con Artist. You have proficiency in one gaming set of your choice.

\n

Darkvision. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

\n

Divination. Whether through mystical divination or sheer luck, you can turn failures into successes. When you roll a 1 on the d20 for an attack roll, ability check, or saving throw, you can reroll the die and must use the new roll.

\n

Eternal Nomads. You have proficiency in Lore or Survival (your choice).

\n

Musical. You have proficiency in Performance and one musical instrument of your choice.

\n

Prehensile Tail. You have supreme control over your tail and can use it to manipulate objects as well as your hands.

\n

Languages. You can speak, read, and write Galactic Basic and Ryn. Ryn uses tones and inflections and is easily described as melodious by anyone who hears it. You can communicate with droids and other ryn without using words through the use of your beak.

"},"skinColorOptions":{"value":"Blue, black, green, purple"},"hairColorOptions":{"value":"Light brown to white"},"eyeColorOptions":{"value":"Amber, blue, brown, or green"},"distinctions":{"value":"Long tails, beak-like noses"},"heightAverage":{"value":"4'4\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"75 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Unknown"},"slanguage":{"value":"Ryn"},"source":"Expanded Content"},"flags":{"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Ryn.webp","effects":[{"_id":"XGMDXcDtlSfQQgFZ","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Ryn","mode":5,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":20},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":20},{"key":"data.traits.toolProf.value","value":"game","mode":0,"priority":20},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.prf.value","value":1,"mode":4,"priority":20},{"key":"data.traits.toolProf.value","value":"music","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":20},{"key":"data.traits.languages.value","value":"ryn","mode":0,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Ryn.webp","label":"Ryn","tint":"","transfer":true}]} +{"_id":"y9JI1QTRHlvbWDwB","name":"Devaronian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

A bipedal mammalian species, Devaronians evolved in the dense jungles of Devaron as a hunter-gather species. Their bodies are denser than most humanoids' and as a result they were heavier than their appearance would tend to indicate. Devaronians have silver-based blood, which appears thick and black when exposed. They possess a unique blood filtration and cleansing system which processes through two livers. Because their bodies are constantly cleansed of toxins and carcinogens, the species is highly resistant to poison. To this end, sulfur is used as a stimulant on Devaron to enhance speed and strength, because inhaling it causes the substance to enter the bloodstream rapidly. Their livers struggle to eliminate sulfur from their system, meaning that long-term use can be dangerous.

Society and Culture

Devaronian males are driven by an urge to wander, usually taking the first opportunity to move on from one place to another; they are often found traveling the galaxy as tramp freighter captains and scouts. Female Devaronians, on the other hand, are content to remain in a single location, raising the young and running the government of Devaron. The males send money back to their homeworld to support their families, but otherwise hardly ever return. The females are content with this arrangement, as they tend to view the restless males as disruptive to home life.

Names

Devaronian names are dark, complex and often guttural, with some harsher tones mixed in here and there.

  Male Names. Cir, Gremegris, Keirtihk, Kucx, Niruhk

  Female Names. Crilnuy, Ghal, Milma, Nola, Taoluel

  Surnames. Breiz, Droddost, G'vaulnel, Raokt","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Constitution score increases by 2, and your Charisma score increases by 1.

Age. Devaronians reach adulthood in their late teens and live less than a century.

Alignment. Devaronians' greediness causes them to tend toward chaotic balanced, though there are exceptions.

Size. Devaronians typically stand between 5 and 6 feet tall and weigh about 160 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Jungle Dweller. Growing up in the jungles of Devaron has left an impact. You are proficient in Survival. Additionally, you don't treat jungle terrain as difficult terrain.

Tech Resistance. Growing up around technology leaves an impact on devaronians. You have advantage on Dexterity and Intelligence saving throws against tech powers.

Two Livered. Devaronians have two livers, which makes them adept at filtering toxins. You have advantage on saving throws against poison, and you have resistance against poison damage (explained in chapter 9).

Languages. You can speak, read, and write Galactic Basic and Devaronese. Devaronese is characterized by grunts and grumbles. It is rare to hear a Devaronian speak it any where other than their homeworld of Devaron.

"},"skinColorOptions":{"value":"Red, pink, brown, or white"},"hairColorOptions":{"value":"Brown, black, or white"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Horns or horn spots, long pointed ears"},"heightAverage":{"value":"4'10\""},"heightRollMod":{"value":"+2d8\""},"weightAverage":{"value":"120 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Devaron"},"slanguage":{"value":"Devaronese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Devaronian","mode":"=","targetSpecific":false,"id":1,"itemId":"zdVXV0I4cWy1hez4","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.con.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"zdVXV0I4cWy1hez4","active":false,"_targets":[],"label":"Abilities Constitution"},{"modSpecKey":"data.abilities.cha.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"zdVXV0I4cWy1hez4","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"zdVXV0I4cWy1hez4","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"zdVXV0I4cWy1hez4","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.sur.value","value":"1","mode":"=","targetSpecific":false,"id":6,"itemId":"zdVXV0I4cWy1hez4","active":false,"_targets":[],"label":"Skills Survival"},{"modSpecKey":"data.traits.dr.value","value":"poison","mode":"+","targetSpecific":false,"id":7,"itemId":"zdVXV0I4cWy1hez4","active":false,"_targets":[],"label":"Traits Damage Resistance"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"zdVXV0I4cWy1hez4","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"devaronese","mode":"+","targetSpecific":false,"id":9,"itemId":"zdVXV0I4cWy1hez4","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Devaronian.webp","effects":[{"_id":"NXVgSk9AHJm492iG","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Devaronian","mode":5,"priority":5},{"key":"data.abilities.con.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.cha.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.skills.sur.value","value":1,"mode":4,"priority":5},{"key":"data.traits.dr.value","value":"poison","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"devaronese","mode":0,"priority":0},{"key":"flags.sw5e.techResistance","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Devaronian.webp","label":"Devaronian","tint":"","transfer":true}]} +{"_id":"yBOa9jyCd0MkdVZM","name":"Yevetha","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Physically, the Yevetha are tall beings with a ghoulish appearance that is bereft of any body hair, being described as being so gaunt as to seem skeletal due to their pallid gray skin and lithe builds. The species possesses six fingered hands that have retractable dewclaws. Each one is located on the inside of the wrist above their six-fingered hands. Their dewclaws shoot from a sheath of a skin beneath their cadaverous hands and are capable of being retracted. When extended fully, the wrist blades reach about a foot in length, and are used in close combat and blood sacrifices. The Yevetha also possess a greater tolerance for g-forces when compared to Human pilots.

Society and Culture

Within their society, blood is an important aspect of their culture and is a central focus of their religious belief system. This has resulted in them becoming a particularly violent species. For the Yevetha, death is not to be feared. They are described as being dutiful, attentive, cautious but also fatalistic in their view of the universe. When fighting against other foes, Yevetha are notable for being ruthless fighters who never surrender even in the face of certain defeat. Due to the brutal nature of their society, the Yevetha do not possess a single jail, penitentiary or stockade as they believe there is no need for such facilities. In fact, they do not possess a word in their language for either convict or incarcerate.

Names

Yevetha names are sharp and are kept to one syllable, not varying significantly based on gender. Surnames are familial.

  First Names. Ral, Var, Cax, Tav, Fol, Sip, Nov

  Surnames. Faalk, Naalar, Giinn, Ralle, Xoota","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Strength score increases by 2, and your Intelligence score increases by 1.

Age. Yevetha reach adulthood in their early teens and live less than a century.

Alignment. Yevetha's xenophobic attitude causes them to tend toward the dark side, though there are exceptions.

Size. Yevetha typically stand between 6 and 6 and a half feet tall and generally weigh about 160 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Aggressive. As a bonus action, you can move up to your speed toward an enemy of your choice that you can see or hear. You must end this move closer to the enemy than you started.

Arm Blades. Your retractable dewclaws are natural weapons, which you can use to make unarmed strikes. If you hit with it, you deal kinetic damage equal to 1d6 + your Strength modifier.

Toughness. Your hit point maximum increases by 1, and it increases by 1 every time you gain a level.

Mechanical Memory. Whenever you make an Intelligence (Technology) check related to memorizing or duplicating mechanical readouts, you are considered to have expertise in the Technology skill.

Languages. You can speak, read, and write Galactic Basic and Yevethan. Yevetha are able to speak other languages, but their isolationist nature makes them tend to reject the languages of other species. Only rarely would a Yevethan speak Galactic Basic, as this would often decrease their social standing.

"},"skinColorOptions":{"value":"Green or yellow"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black"},"distinctions":{"value":"Retractable dewclaws, six fingers"},"heightAverage":{"value":"5'2\""},"heightRollMod":{"value":"+2d10\""},"weightAverage":{"value":"105 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"N'zoth"},"slanguage":{"value":"Yevethan"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"Expanded Content"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.ideal","value":"Yevetha","mode":"=","targetSpecific":false,"id":1,"itemId":"9v67K9UOo5SzR0gV","active":false,"_targets":[],"label":"Details Ideal"},{"modSpecKey":"data.abilities.str.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"9v67K9UOo5SzR0gV","active":false,"_targets":[],"label":"Abilities Strength"},{"modSpecKey":"data.abilities.int.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"9v67K9UOo5SzR0gV","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"9v67K9UOo5SzR0gV","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"9v67K9UOo5SzR0gV","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":6,"itemId":"9v67K9UOo5SzR0gV","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"yevethan","mode":"+","targetSpecific":false,"id":7,"itemId":"9v67K9UOo5SzR0gV","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Yevetha.webp","effects":[{"_id":"WdaVVsfj3z9Snv6g","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Yevetha","mode":5,"priority":5},{"key":"data.abilities.str.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.int.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"yevethan","mode":0,"priority":0},{"key":"flags.sw5e.aggressive","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.toughness","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Yevetha.webp","label":"Yevetha","tint":"","transfer":true}]} +{"_id":"yO0y0R00KH6kprMX","name":"Bothan","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Bothans are a short species of furry humanoids. Bothans are covered in fur which shifted in response to their emotional state by way of gentle ripplings. It is this trait, named Wrendui, that betrays them when members of their kind intend to be duplicitous in their dealings with others. They possess tapered pointed ears, and both males and females were known to sport beards. Bothans are able to interbreed with the other species, though it is rare that they do so. Such hybrids somewhat resembled baseline humans with haunches, hooves, fur, pointed ears and a long tail.

\n

Society and Culture

\n

Bothan culture is guided by the philosophy and principles from the ancient text known as The Way, written by Golm Fervse'dra. In this \"Bothan Way\", the pursuit of power and influence is paramount. Thus, individual bothans put their own political and economic success above all other concerns, and as a species, bothans put their own advancement ahead of other intergalactic interests. The volume of backstabbing, subtle character assassination and political maneuvering in bothan society is dizzying, and results in many species stereotyping bothans as untrustworthy. In fact, most bothans are habitually paranoid, believing that anyone who's not working with them, is working against them. In times of crisis, the focus of bothan society shifts to a survivalist state known as \"ar'krai\". When engaged in ar'krai, all fit bothans volunteer to defend their species from impending extinction.

\n

Names

\n

Male bothan names are often tricky while female names are soft. Surnames are familial.

\n

  Male Names. Garc, Hibriak, Nith, Tramom, Ventagt

\n

  Female Names. Ceerriah, Dhaim, Gnam, Meenn, Vit

\n

  Surnames. Bwif'livi, Gra'kit, Hia'faitu, Main'dil

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Intelligence score increases by 2, and your Dexterity score increases by 1.

Age. Bothans reach adulthood in their late teens and live less than a century.

Alignment. Bothans' duplicitous nature causes them to tend toward the dark side, though there are exceptions.

Size. Bothans stand 4-5 feet tall and weigh under 100 pounds. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Naturally Stealthy. You can attempt to hide even when you are obscured only by a creature that is your size or larger than you.

Nimble Escape. You can take the Disengage or Hide action as a bonus action on each of its turns.

Shrewd. You are proficient in the Insight and Deception skills.

Languages. You can speak, read, and write Galactic Basic and Bothese. Bothese had a great influence on the forming of Galactic Basic; the two languages share many cognates.

"},"skinColorOptions":{"value":"Brown"},"hairColorOptions":{"value":"Black, brown, or gray (with age)"},"eyeColorOptions":{"value":"Brown or green"},"distinctions":{"value":"Diminutive stature, mood-sensitive fur"},"heightAverage":{"value":"4'3\""},"heightRollMod":{"value":"+2d4\""},"weightAverage":{"value":"60 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Bothawui"},"slanguage":{"value":"Bothese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Bothan","mode":"=","targetSpecific":false,"id":1,"itemId":"kIHixP4V6Z5tFKg9","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.int.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"kIHixP4V6Z5tFKg9","active":false,"_targets":[],"label":"Abilities Intelligence"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"kIHixP4V6Z5tFKg9","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"kIHixP4V6Z5tFKg9","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"kIHixP4V6Z5tFKg9","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.skills.ins.value","value":"1","mode":"+","targetSpecific":false,"id":6,"itemId":"kIHixP4V6Z5tFKg9","active":false,"_targets":[],"label":"Skills Insight"},{"modSpecKey":"data.skills.dec.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"kIHixP4V6Z5tFKg9","active":false,"_targets":[],"label":"Skills Deception"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":8,"itemId":"kIHixP4V6Z5tFKg9","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"bothese","mode":"+","targetSpecific":false,"id":9,"itemId":"kIHixP4V6Z5tFKg9","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Bothan.webp","effects":[{"_id":"nTIwpqn8tPkjpase","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Bothan","mode":5,"priority":5},{"key":"data.abilities.int.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":5,"priority":5},{"key":"data.attributes.movement.walk","value":30,"mode":5,"priority":5},{"key":"data.skills.ins.value","value":1,"mode":4,"priority":20},{"key":"data.skills.dec.value","value":1,"mode":4,"priority":20},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"bothese","mode":0,"priority":0},{"key":"flags.sw5e.naturallyStealthy","value":"1","mode":5,"priority":20},{"key":"flags.sw5e.nimbleEscape","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Bothan.webp","label":"Bothan","tint":"","transfer":true}]} +{"_id":"yUyuGaX7LClJqmwl","name":"Ithorian","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

Ithorians have two mouths and four throats, allowing them to speak in stereo. Female Ithorians have two humps on the back of their head, while males have only one. They have glossy, usually brown flesh. Their reflexes and coordination are somewhat slower than that of average humanoids.\r\n\r\nIn addition to allowing them to speak their unique stereophonic language, the Ithorians' four throats also have the ability to violently expel air, resulting in a deafening and potentially concussive scream. Despite this fact, most Ithorians go their entire lives without ever resorting to violence, and so the ability remained relatively ambiguous.

Society and Culture

Ithorians worship the \"Mother Jungle,\" a spiritual entity embodying the lush, tropical ecology of their world, Ithor. They are generally devoted environmentalists, staunch herbivores, and complete pacifists, devoting much time to contemplating their ecology, studying plants and their uses and the overall respecting of all living things. Most Ithorians never set foot on their own planet, instead living in floating cities above their world called herdships. Only three of their continents have been explored and harvested, the other two never having been touched by Ithorian hands. They demonstrate extreme belief in the protection and sustaining of their environment as dictated by their \"Law of Life.\"

Names

Ithorian names are quite varied in length but most names are soft and melodic. They are often difficult to prounounce by other species, so many Ithorians adopt nicknames.

  Male Names. Del, Gizorthej, Pexxocl, Steorthibs

  Female Names. Binshe, Dhu'sha, Mul, Slosh, Vlo

  Surnames. Afleehl, Crukid, Tondand, Wamunn","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Wisdom score increases by 1.

Age. Ithorians reach adulthood in their late teens and live an average of 85 years.

Alignment. Ithorians tend toward the light side, though there are exceptions.

Size. Shorter Ithorians stand around 6 feet while taller reach over 7 and a half. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Hold Breath. Ithorians have a great lung capacity and can hold their breath for up to 15 minutes at a time.

Sonic Resistance. Ithorians have resistance to sonic damage.

Sonic Scream. You can use your action to violently expell air in a 15-foot cone. When you do so, each creature in the area of the exhalation must make a Wisdom saving throw. The DC for this saving throw equals 8 + your proficiency bonus + your Constitution modifier. A creature takes 2d6 sonic damage on a failed save, and half as much damage on a successful one. The damage increases to 4d6 at 5th level, 6d6 at 11th level, and 8d6 at 17th level. This ability has no effect on constructs.

Languages. You can speak, read, and Ithorese . You can understand spoken and written Galactic Basic, but your vocal cords do not allow you to speak it.

"},"skinColorOptions":{"value":"Brown, dark red or green"},"hairColorOptions":{"value":"Brown, gray, or white"},"eyeColorOptions":{"value":"Black or blue"},"distinctions":{"value":"Curved neck, two mouths, aural flaps, locomotion tubes, throat sack"},"heightAverage":{"value":"5'9\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"135 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Ithor"},"slanguage":{"value":"Ithorese"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Ithorian","mode":"=","targetSpecific":false,"id":1,"itemId":"WGW34NsYMSPzzQiU","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"WGW34NsYMSPzzQiU","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.abilities.wis.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"WGW34NsYMSPzzQiU","active":false,"_targets":[],"label":"Abilities Wisdom"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"WGW34NsYMSPzzQiU","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"WGW34NsYMSPzzQiU","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.dr.value","value":"Sonic","mode":"+","targetSpecific":false,"id":6,"itemId":"WGW34NsYMSPzzQiU","active":false,"_targets":[],"label":"Traits Damage Resistance"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":7,"itemId":"WGW34NsYMSPzzQiU","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"ithorese","mode":"+","targetSpecific":false,"id":8,"itemId":"WGW34NsYMSPzzQiU","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Ithorian.webp","effects":[{"_id":"JaGRpRTJPdMx0P4C","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Ithorian","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.wis.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.dr.value","value":"sonic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"ithorese","mode":0,"priority":0}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Ithorian.webp","label":"Ithorian","tint":"","transfer":true}]} +{"_id":"zQoxcJ5iQXQozMgm","name":"Twi'lek","permission":{"default":0,"IpSq6HI4edO6e0Yw":3},"type":"species","data":{"data":"$characteristics-table","description":{"value":"

Biology and Appearance

\n

Twi'leks are usually thin, although corpulent individuals were known to exist. Twi'leks are omnivores; this diet is essential given that food is scarce on their homeworld, Ryloth. Twi'leks possess multiple stomachs, an unusual trait that enables them to eat almost any food. When traveling off their homeworld, twi'leks rarely refused food, which frequently leads to obesity among starfarers. Twi'lek society also associates obesity as a sign of affluence and success.

\n

Society and Culture

\n

The natural grace and exotic beauty of the female twi'leks make them a popular target among slave traders. Slavery is the main currency of Ryloth. Some see it as a chance to make money by kidnapping or selling orphaned children, while others see slavery as a way of saving children from growing up in Ryloth's harsh environment. A number of twi'leks believe that slavery is an efficient way to proliferate their species and preserve their culture, as the twi'leks lack their own means of inter-planetary travel. Regardless of how it came about, many twi'leks live as slaves or entertainers and are considered status symbols, especially the females of rarer skin hues. Twi'leks that manage to escape from captivity usually turned to a life of thievery or prostitution, with both genders making use of their powers of seduction.

\n

Names

\n

Twi'lek names combine their first name and a clan name into a single name, rather than having a separate surname.

\n

  Male Names. Ecrizsati, Gaj'mogos, Ukelweko

\n

  Female Names. Arag'mure, Oanicfuba, Unaecripi

","chat":"","unidentified":""},"traits":{"value":"

Ability Score Increase. Your Charisma score increases by 2, and your Dexterity score increases by 1.

Age. Twi'leks reach adulthood in their late teens and live less than a century.

Alignment. Twi'leks harsh upbringing cause them to tend toward the dark side, though there are exceptions.

Size. Twi'leks stand between 5 and 7 feet tall and weigh up to 200 lbs. Regardless of your position in that range, your size is Medium.

Speed. Your base walking speed is 30 feet.

Darkvision. Your vision can easily cut through darkness. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.

Elegant Dancers. You have proficiency with the Performance skill.

Natural Antitoxins. You have advantage on saving throws against poison and disease, and you have resistance against poison damage (explained in Chapter 9).

Unarmed Combatant. Your unarmed strikes deal 1d4 kinetic damage. You can use your choice of your Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls.

Languages. You can speak, read, and write Galactic Basic and Twi'leki. You can communicate non-verbally with other twi'leks through a complex language of subtle head-tail motions.

"},"skinColorOptions":{"value":"Blue, brown, dark grey, green, orange, pink, purple, red, tan, teal, white, yellow, or striped"},"hairColorOptions":{"value":"None"},"eyeColorOptions":{"value":"Black, blue, brown, green, hazel, orange, pink, purple, or yellow"},"distinctions":{"value":"Lekku, sharp claw-like nails, males often file their teeth to points"},"heightAverage":{"value":"5'3\""},"heightRollMod":{"value":"+2d12\""},"weightAverage":{"value":"125 lb."},"weightRollMod":{"value":"x(2d4) lb."},"homeworld":{"value":"Ryloth"},"slanguage":{"value":"Twi'leki"},"damage":{"parts":[]},"armorproperties":{"parts":[]},"weaponproperties":{"parts":[]},"source":"PHB"},"flags":{"dynamiceffects":{"equipActive":true,"alwaysActive":false,"effects":[{"modSpecKey":"data.details.species","value":"Twi'lek","mode":"=","targetSpecific":false,"id":1,"itemId":"pwkipuJbTpCnrD8S","active":false,"_targets":[],"label":"Details Species"},{"modSpecKey":"data.abilities.cha.value","value":"2","mode":"+","targetSpecific":false,"id":2,"itemId":"pwkipuJbTpCnrD8S","active":false,"_targets":[],"label":"Abilities Charisma"},{"modSpecKey":"data.abilities.dex.value","value":"1","mode":"+","targetSpecific":false,"id":3,"itemId":"pwkipuJbTpCnrD8S","active":false,"_targets":[],"label":"Abilities Dexterity"},{"modSpecKey":"data.traits.size","value":"med","mode":"=","targetSpecific":false,"id":4,"itemId":"pwkipuJbTpCnrD8S","active":false,"_targets":[],"label":"Traits Size"},{"modSpecKey":"data.attributes.movement.walk","value":"30","mode":"=","targetSpecific":false,"id":5,"itemId":"pwkipuJbTpCnrD8S","active":false,"_targets":[],"label":"Attributes Speed"},{"modSpecKey":"data.traits.senses","value":"Darkvision (60 ft.)","mode":"+","targetSpecific":false,"id":6,"itemId":"pwkipuJbTpCnrD8S","active":false,"_targets":[],"label":"Traits Senses"},{"modSpecKey":"data.skills.prf.value","value":"1","mode":"+","targetSpecific":false,"id":7,"itemId":"pwkipuJbTpCnrD8S","active":false,"_targets":[],"label":"Skills Performance"},{"modSpecKey":"data.traits.dr.value","value":"poison","mode":"+","targetSpecific":false,"id":8,"itemId":"pwkipuJbTpCnrD8S","active":false,"_targets":[],"label":"Traits Damage Resistance"},{"modSpecKey":"data.traits.languages.value","value":"basic","mode":"+","targetSpecific":false,"id":9,"itemId":"pwkipuJbTpCnrD8S","active":false,"_targets":[]},{"modSpecKey":"data.traits.languages.value","value":"twi'leki","mode":"+","targetSpecific":false,"id":10,"itemId":"pwkipuJbTpCnrD8S","active":false,"_targets":[]}]},"dae":{"activeEquipped":false,"alwaysActive":true}},"img":"systems/sw5e/packs/Icons/Species/Twi_lek.webp","effects":[{"_id":"v6ifgRQtYJRSYhEh","flags":{"dae":{"transfer":true,"stackable":false}},"changes":[{"key":"data.details.species","value":"Twi'lek","mode":5,"priority":5},{"key":"data.abilities.cha.value","value":2,"mode":2,"priority":20},{"key":"data.abilities.dex.value","value":1,"mode":2,"priority":20},{"key":"data.traits.size","value":"med","mode":0,"priority":5},{"key":"data.attributes.movement.walk","value":"30","mode":5,"priority":5},{"key":"data.traits.senses","value":"Darkvision (60 ft.)","mode":2,"priority":20},{"key":"data.skills.prf.value","value":1,"mode":4,"priority":20},{"key":"data.traits.dr.value","value":"poison","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"basic","mode":0,"priority":0},{"key":"data.traits.languages.value","value":"twi'leki","mode":0,"priority":0},{"key":"flags.sw5e.unarmedCombatant","value":"1","mode":5,"priority":20}],"disabled":false,"duration":{"startTime":null,"seconds":null,"rounds":null,"turns":null,"startRound":null,"startTurn":null},"icon":"systems/sw5e/packs/Icons/Species/Twi_lek.webp","label":"Twi'lek","tint":"","transfer":true}]} diff --git a/packs/packs/techpowers.db b/packs/packs/techpowers.db index bb2bab25..7710d79a 100644 --- a/packs/packs/techpowers.db +++ b/packs/packs/techpowers.db @@ -198,3 +198,6 @@ {"_id":"zBQIDrnkr3L6URgG","name":"Gleaming Outline","permission":{"default":0},"type":"power","data":{"description":{"value":"

Each object in a 20-foot cube within range is outlined in blue, green, or violet light (your choice). Any creature in the area when the power is cast is also outlined in light if it fails a Dexterity saving throw. For the duration, objects and affected creatures shed dim light in a 10-foot radius.

\n

Any attack roll against an affected creature or object has advantage if the attacker can see it, and the affected creature or object can't benefit from being invisible.

\n","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"int","actionType":"save","attackBonus":"@prof","chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"level":1,"school":"tec","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":true},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{"exportSource":{"world":"sw5e","system":"sw5e","coreVersion":"0.6.6","systemVersion":0.98}},"img":"systems/sw5e/packs/Icons/Tech%20Powers/GleamingOutline.webp"} {"_id":"zXCnz8vBWC4fhvfw","name":"Paralyze Humanoid","permission":{"default":0},"type":"power","data":{"description":{"value":"

You emit a paralyzing dart at a humanoid that you can see within range. The target must succeed on a Constitution saving throw or be poisoned for the duration. While poisoned in this way, the target is paralyzed. At the end of each of its turns, the target can make another Constitution saving throw. On a success, the power ends on the target.

\n

Overcharge Tech. When you cast this power using a tech slot of 3rd level or higher, you can target one additional humanoid for each slot level above 2nd. The humanoids must be within 30 feet of each other when you target them.

\n","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"minute"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"int","actionType":"save","attackBonus":"@prof","chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"con","dc":null,"scaling":"power"},"level":2,"school":"tec","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":true},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{"exportSource":{"world":"sw5e","system":"sw5e","coreVersion":"0.6.6","systemVersion":0.98}},"img":"systems/sw5e/packs/Icons/Tech%20Powers/ParalyzeHumanoid.webp"} {"_id":"zmMsZQr1lwEzLrFB","name":"Voltaic Shielding","permission":{"default":0},"type":"power","data":{"description":{"value":"

A protective barrier surrounds you, manifesting as crackling lightning that covers you and your gear. You gain 5 temporary hit points for the duration. If a creature hits you with a melee attack while you have these hit points, the creature takes 5 lightning damage.

\n

Overcharge Tech. When you cast this power using a tech slot of 2nd level or higher, both the temporary hit points and the lightning damage increase by 5 for each slot.

\n","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":1,"units":"hour"},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"self"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"int","actionType":"other","attackBonus":"@prof","chatFlavor":"","critical":null,"damage":{"parts":[["+5","lightning"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":1,"school":"tec","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{"exportSource":{"world":"sw5e","system":"sw5e","coreVersion":"0.6.6","systemVersion":0.98}},"img":"systems/sw5e/packs/Icons/Tech%20Powers/VoltaicShielding.webp"} +{"_id":"V0gdMfr4o2iV2AOb","name":"Echo Blast","permission":{"default":0},"type":"power","data":{"description":{"value":"

You emit a reverberating pulse of sound at a target within range. The target must succeed on a Wisdom saving throw or take 1d8 sonic damage.

\n

This power can hit multiple targets in succession when you reach higher levels: two targets at 5th level, three targets at 11th level, and four targets at 17th level. Each target must be within 30 feet of the previous target, and the last target must be no further than 30 feet away from you. You can not target the same creature twice in succession.

\n","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"creature"},"range":{"value":30,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"int","actionType":"save","attackBonus":null,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8","sonic"]],"versatile":""},"formula":"","save":{"ability":"wis","dc":null,"scaling":"power"},"level":0,"school":"tec","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"prepared","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{"exportSource":{"world":"sw5e","system":"sw5e","coreVersion":"0.6.6","systemVersion":0.98}},"img":"systems/sw5e/packs/Icons/Tech%20Powers/EchoBlast.webp","effects":[]} +{"_id":"F4Q7jJ2ssAKfNHw0","name":"Disintegrate","permission":{"default":0},"type":"power","data":{"description":{"value":"

A blast of corrosive energy emits from you. Choose a target within range.

\n

A creature targeted by this power must make a Dexterity saving throw. On a failed save, the target takes 10d6 + 40 acid damage. If this damage reduces the target to 0 hit points, it is disintegrated.

\n

A disintegrated creature and everything it is wearing and carrying are reduced to a pile of fine gray dust. A creature destroyed in this way can not be revitalized.

\n

This power automatically disintegrates a Large or smaller object. If the target is a Huge or larger object, this power disintegrates a 10-foot-cube portion of it.

\n

Overcharge Tech. When you cast this power using a tech slot of 7th level or higher, the damage increases by 3d6 for each slot level above 6th.

\n","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"creature"},"range":{"value":60,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"int","actionType":"save","attackBonus":null,"chatFlavor":"","critical":null,"damage":{"parts":[["10d6 + 40","acid"]],"versatile":""},"formula":"","save":{"ability":"dex","dc":null,"scaling":"power"},"level":6,"school":"tec","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"prepared","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{"exportSource":{"world":"sw5e","system":"sw5e","coreVersion":"0.6.6","systemVersion":0.98}},"img":"systems/sw5e/packs/Icons/Tech%20Powers/Disintegrate.webp","effects":[]} +{"_id":"UACmTGjhcYjQyLj3","name":"Electroshock","permission":{"default":0},"type":"power","data":{"description":{"value":"

Lightning springs from you to deliver a shock to a creature you try to touch. Make a melee tech attack against the target. You have advantage on the attack roll if the target is made of metal or wearing armor made of metal. On a hit, the target takes 1d8 lightning damage and becomes shocked until the start of its next turn.

\n

This power's damage increases by 1d8 when you reach 5th level (2d8), 11th level (3d8), and 17th level (4d8).

\n","chat":"","unidentified":""},"source":"PHB","activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"creature"},"range":{"value":null,"long":null,"units":"touch"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"int","actionType":"rpak","attackBonus":null,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"level":0,"school":"tec","components":{"value":"","vocal":false,"somatic":false,"material":false,"ritual":false,"concentration":false},"materials":{"value":"","consumed":false,"cost":0,"supply":0},"preparation":{"mode":"prepared","prepared":false},"scaling":{"mode":"none","formula":""}},"flags":{"exportSource":{"world":"sw5e","system":"sw5e","coreVersion":"0.6.6","systemVersion":0.98}},"img":"systems/sw5e/packs/Icons/Tech%20Powers/Electroshock.webp","effects":[]} diff --git a/packs/packs/weapons.db b/packs/packs/weapons.db index 1771f039..f6087caa 100644 --- a/packs/packs/weapons.db +++ b/packs/packs/weapons.db @@ -1,50 +1,70 @@ -{"_id":"1SBIOPVaJBJOzMX3","name":"Bowcaster","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Burst 4, Strength 11

","chat":"","unidentified":""},"source":"","quantity":1,"weight":16,"price":400,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":50,"long":200,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":null},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d10 + @mod","radiant"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"simpleR","properties":{"amm":true,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":true,"ret":false,"spc":false,"thr":false,"two":true,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Bowcaster.webp"} -{"_id":"2yAiZeQHZbNXjqUs","name":"Assault Cannon","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":24,"price":500,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":80,"long":320,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d10","radiant"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"martialR","properties":{"amm":true,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":true,"ret":false,"spc":false,"thr":false,"two":true,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Assault%20Cannon.webp"} -{"_id":"5ITBFp9TFfWegA8a","name":"Doubleshoto","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":4,"price":1250,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod","radiant"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"simpleM","properties":{"amm":false,"fin":true,"fir":false,"foc":false,"hvy":false,"lgt":true,"lod":false,"rch":false,"rel":false,"ret":false,"spc":false,"thr":false,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Doubleshoto.webp"} -{"name":"Saberwhip","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":2,"price":300,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4 +@mod","radiant"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"simpleM","properties":{"amm":false,"fin":true,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":true,"rel":false,"ret":false,"spc":false,"thr":false,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Saberwhip.webp","_id":"6VAWhI8EESUa217M"} -{"_id":"8bcaFVQ91NKjrH2e","name":"Vibroaxe","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":11,"price":300,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d10 + @mod","bludgeoning"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"martialM","properties":{"amm":false,"fin":false,"fir":false,"foc":false,"hvy":true,"lgt":false,"lod":false,"rch":false,"rel":false,"ret":false,"spc":false,"thr":false,"two":true,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Vibroaxe.webp"} -{"_id":"AXba3svQTMscEGlf","name":"Scattergun","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":3,"price":200,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":20,"long":80,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod","bludgeoning"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"simpleR","properties":{"amm":true,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":true,"ret":false,"spc":false,"thr":false,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Scattergun.webp"} -{"name":"Vibroblade","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":2,"price":150,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8 + @mod",""]],"versatile":"1d10 + @mod"},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"martialM","properties":{"amm":false,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":false,"ret":false,"spc":false,"thr":false,"two":false,"ver":true},"proficient":false,"attributes":{"spelldc":10}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Vibroblade.webp","_id":"Axbve7PaSX9obY47"} -{"name":"Vibrospear","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":3,"price":120,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":20,"long":60,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6","bludgeoning"]],"versatile":"1d8"},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"simpleM","properties":{"amm":false,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":false,"ret":false,"spc":false,"thr":true,"two":false,"ver":true},"proficient":false,"attributes":{"spelldc":10}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Simple%20Vibroweapons/Vibrospear.webp","_id":"B0hPklxvpHwSxCMJ"} -{"_id":"FN8cSlvwnzkIbbNa","name":"Shotgun","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Strength 11, Burst 2

","chat":"","unidentified":""},"source":"","quantity":1,"weight":12,"price":350,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":30,"long":120,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2d4 + @mod","bludgeoning"]],"versatile":""},"formula":"2d4","save":{"ability":"dex","dc":null,"scaling":"flat"},"weaponType":"simpleR","properties":{"amm":true,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":true,"ret":false,"spc":false,"thr":false,"two":true,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Shotgun.webp"} -{"name":"Doubleblade","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":5,"price":625,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod","bludgeoning"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"martialM","properties":{"amm":false,"fin":true,"fir":false,"foc":false,"hvy":false,"lgt":true,"lod":false,"rch":false,"rel":false,"ret":false,"spc":false,"thr":false,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Doubleblade.webp","_id":"FaI2hcLloxVCVhJs"} -{"_id":"G4XP83WKt0oks972","name":"Hidden Blade","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":1,"price":200,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4 + @mod","bludgeoning"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"martialM","properties":{"amm":false,"fin":true,"fir":false,"foc":false,"hvy":false,"lgt":true,"lod":false,"rch":false,"rel":false,"ret":false,"spc":false,"thr":false,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Hidden%20Blade.webp"} -{"_id":"G5bjOdE8vxCM8NOq","name":"Techaxe","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":2,"price":75,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":20,"long":60,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod","bludgeoning"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"simpleM","properties":{"amm":false,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":true,"lod":false,"rch":false,"rel":false,"ret":false,"spc":false,"thr":true,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]},"favtab":{"isFavourite":true}},"img":"systems/sw5e/packs/Icons/Simple%20Vibroweapons/Techaxe.webp"} -{"_id":"HtN8KYXXMaJ9L94x","name":"Lightsaber","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":3,"price":200,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod","radiant"]],"versatile":"1d8"},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"simpleM","properties":{"amm":false,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":false,"ret":false,"spc":false,"thr":false,"two":false,"ver":true},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Simple%20Lightweapons/Lightsaber.webp"} -{"name":"Techstaff","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":8,"price":600,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2d4 + @mod","bludgeoning"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"martialM","properties":{"amm":false,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":false,"ret":false,"spc":false,"thr":false,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Techstaff.webp","_id":"I6UqxtQec0NXW8gv"} -{"name":"Vibropike","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":6,"price":200,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d10 + @mod","bludgeoning"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"martialM","properties":{"amm":false,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":true,"rel":false,"ret":false,"spc":false,"thr":false,"two":true,"ver":false},"proficient":false,"attributes":{"spelldc":10}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Vibropike.webp","_id":"JMj0t59NQtIU8Rbo"} -{"_id":"Jbf3fp7lslwSjWbW","name":"Wrist Launcher","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Rather than traditional power cells, the wrist launcher fires specialized projectiles in the form of darts, small missiles, or specialized canisters.

\n

 

\n

fixed

","chat":"","unidentified":""},"source":"","quantity":1,"weight":1,"price":450,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":30,"long":120,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"simpleR","properties":{"amm":true,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":true,"ret":false,"spc":true,"thr":false,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Wrist%20Launcher.webp"} -{"_id":"JliFzE6002igf46x","name":"Sniper Rifle","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":12,"price":750,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":150,"long":600,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d12 + @mod","radiant"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"martialR","properties":{"amm":true,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":true,"ret":false,"spc":false,"thr":false,"two":true,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Sniper%20Rifle.webp"} -{"_id":"OAgCRzEXmHFrOrrQ","name":"Doublesword","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

 

\n
\n
 
\n
\n
\n
 
\n
\n
\n
 
\n
\n
\n
 
\n
","chat":"","unidentified":""},"source":"","quantity":1,"weight":5,"price":700,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8 + @mod","bludgeoning"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"martialM","properties":{"amm":false,"fin":true,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":false,"ret":false,"spc":false,"thr":false,"two":true,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Doublesword%20(1).webp"} -{"name":"Vibrosword","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":6,"price":500,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2d6 + @mod","bludgeoning"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"martialM","properties":{"amm":false,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":false,"ret":false,"spc":false,"thr":false,"two":true,"ver":false},"proficient":false,"attributes":{"spelldc":10}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Vibrosword.webp","_id":"OrWJNGr3WDulfOO0"} -{"name":"Vibrowhip","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":3,"price":150,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4 + @mod","bludgeoning"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"martialM","properties":{"amm":false,"fin":true,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":true,"rel":false,"ret":false,"spc":false,"thr":false,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Vibrowhip.webp","_id":"Rxa18dl0msDmUCB1"} -{"name":"Chakram","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":3,"price":250,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":30,"long":90,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod","radiant"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"martialM","properties":{"amm":false,"fin":true,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":false,"ret":true,"spc":false,"thr":true,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Chakram.webp","_id":"SHFWAW9vX90h7wy2"} -{"_id":"TM1rXOy8GZEbmP6x","name":"Vibrodart","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Due to their diminutive size, vibrodarts make ineffective melee weapons. Melee attack rolls made with them are made at disadvantage.

","chat":"","unidentified":""},"source":"","quantity":1,"weight":0.25,"price":5,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":20,"long":60,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4 + @mod","bludgeoning"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"simpleM","properties":{"amm":false,"fin":true,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":false,"ret":false,"spc":true,"thr":true,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Simple%20Vibroweapons/Vibrodart.webp"} -{"_id":"TMKqWa3KZKTxiaPB","name":"Light Pistol","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":2,"price":350,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":40,"long":160,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4 + @mod","radiant"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"simpleR","properties":{"amm":true,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":true,"lod":false,"rch":false,"rel":true,"ret":false,"spc":false,"thr":false,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Light%20Pistol.webp"} -{"_id":"TWL4tclbh0dVt6HR","name":"Saberspear","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":2,"price":450,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2d4 + @mod","radiant"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"simpleM","properties":{"amm":false,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":false,"ret":false,"spc":false,"thr":false,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Saberspear.webp"} -{"_id":"VxhRQPWu1FqNHZtC","name":"Bolt-Thrower","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Silent, Strength 11

","chat":"","unidentified":""},"source":"","quantity":1,"weight":14,"price":500,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":100,"long":400,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":null},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d10 + @mod","bludgeoning"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"simpleR","properties":{"amm":true,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":true,"ret":false,"spc":false,"thr":false,"two":true,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Bo%20Rifle.webp"} -{"_id":"W4G7FhgqrpFE0wdX","name":"Slugthrower","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":14,"price":350,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":100,"long":400,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8 + @mod","bludgeoning"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"martialR","properties":{"amm":true,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":true,"ret":false,"spc":false,"thr":false,"two":true,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Slugthrower.webp"} -{"name":"Vibrobaton","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":4,"price":225,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2d4 + @mod","bludgeoning"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"martialM","properties":{"amm":false,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":false,"ret":false,"spc":false,"thr":false,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Vibrobaton.webp","_id":"X3EtJ3JgDWIPiED9"} -{"_id":"XfUEDKVByHe83aSB","name":"Vibrodagger","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"
\n
 
\n
\n
\n
 
\n
","chat":"","unidentified":""},"source":"","quantity":1,"weight":1,"price":50,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":20,"long":60,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4 + @mod","slashing"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"simpleM","properties":{"amm":false,"fin":true,"fir":false,"foc":false,"hvy":false,"lgt":true,"lod":false,"rch":false,"rel":false,"ret":false,"spc":false,"thr":true,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Simple%20Vibroweapons/Vibrodagger%20Alt.webp"} -{"name":"Vibrorapier","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":2,"price":250,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8 + @mod ","bludgeoning"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"martialM","properties":{"amm":false,"fin":true,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":false,"ret":false,"spc":false,"thr":false,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Vibrorapier.webp","_id":"YmIH2FjeQwjzNMFa"} -{"_id":"bNzwxj6dlIjwqTnH","name":"Vibrostaff","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":4,"price":100,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod","bludgeoning"]],"versatile":"1d8"},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"simpleM","properties":{"amm":false,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":false,"ret":false,"spc":false,"thr":false,"two":false,"ver":true},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Simple%20Vibroweapons/Vibrostaff.webp"} -{"_id":"ff3pk8eoISixRmoS","name":"Blaster Carbine","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":8,"price":300,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":60,"long":240,"units":"ft"},"uses":{"value":null,"max":null,"per":""},"consume":{"type":"ammo","target":"","amount":null},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod","radiant"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"simpleR","properties":{"amm":true,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":true,"ret":false,"spc":false,"thr":false,"two":true,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"core":{"sheetClass":"dnd5e.ItemSheet5e"},"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Blaster%20Carbine.webp"} -{"_id":"j2g1D976omFXUQP1","name":"Net","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

A Large or smaller creature hit by a net is restrained until it is freed. A net has no effect on formless or Huge or larger creatures. A creature can use its action to make a DC 13 Strength check, freeing itself or another creature within its reach on a success. The net has an AC of 10, 5 hit points, and immunity to all damage not dealt by melee weapons. Destroying the net frees the creature without harming it and immediately ends the net’s effects. While a creature is restrained by a net, you can make no further attacks with it.

","chat":"","unidentified":""},"source":"","quantity":1,"weight":3,"price":100,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":15,"long":15,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"str","dc":13,"scaling":"flat"},"weaponType":"martialM","properties":{"amm":false,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":true,"lod":false,"rch":false,"rel":false,"ret":false,"spc":true,"thr":true,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Net.webp"} -{"_id":"jGDuLu25eqYklyqv","name":"Ion Pistol","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":3,"price":200,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":40,"long":160,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod",""]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"martialR","properties":{"amm":true,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":true,"ret":false,"spc":false,"thr":false,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Ion%20Pistol.webp"} -{"_id":"jQc4ZmyZnEZXDZS7","name":"Lightdagger","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":1,"price":100,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":20,"long":60,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4 + @mod","radiant"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"simpleM","properties":{"amm":false,"fin":true,"fir":false,"foc":false,"hvy":false,"lgt":true,"lod":false,"rch":false,"rel":false,"ret":false,"spc":false,"thr":true,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Simple%20Lightweapons/Lightdagger.webp"} -{"_id":"jjulP09xLc8oYOZo","name":"Vibromace","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":12,"price":80,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8 + @mod","bludgeoning"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"simpleM","properties":{"amm":false,"fin":false,"fir":false,"foc":false,"hvy":true,"lgt":false,"lod":false,"rch":false,"rel":false,"ret":false,"spc":false,"thr":false,"two":true,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Simple%20Vibroweapons/Vibromace.webp"} -{"_id":"k9itkDmC1x7Z1K7P","name":"Doublesaber","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":4,"price":1400,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8 + @mod","radiant"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"simpleM","properties":{"amm":false,"fin":true,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":false,"ret":false,"spc":false,"thr":false,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Doublesaber.webp"} -{"_id":"lMx7dwuE5IZtDPtz","name":"Holdout","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

hidden, reload 6

","chat":"","unidentified":""},"source":"","quantity":1,"weight":1,"price":250,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":30,"long":120,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":null},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4 + @mod","radiant"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"simpleR","properties":{"amm":true,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":true,"lod":false,"rch":false,"rel":true,"ret":false,"spc":false,"thr":false,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Holdout%20Blaster.webp"} -{"_id":"mtFnCiSUAj9kivGi","name":"Blaster Rifle","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":11,"price":400,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":100,"long":400,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8 + @mod","radiant"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"martialR","properties":{"amm":true,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":true,"ret":false,"spc":false,"thr":false,"two":true,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Blaster%20Rifle.webp"} -{"_id":"oZYhBpB4G2pq02Rq","name":"Ion Rifle","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":11,"price":400,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":100,"long":400,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod",""]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"martialR","properties":{"amm":true,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":true,"ret":false,"spc":false,"thr":false,"two":true,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Ion%20Rifle.webp"} -{"_id":"omDKHum2Ybu2atpI","name":"Vibroknuckler","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":0,"price":0,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4 + @mod","bludgeoning"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"simpleM","properties":{"amm":false,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":true,"lod":false,"rch":false,"rel":false,"ret":false,"spc":false,"thr":false,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Simple%20Vibroweapons/Vibroknuckler.webp"} -{"name":"Vibrolance","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

You have disadvantage when you use a vibrolance to attack a target within 5 feet of you. Also, a lance requires two hands to wield when you aren’t mounted.

","chat":"","unidentified":""},"source":"","quantity":1,"weight":6,"price":100,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d12 + @mod",""]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"martialM","properties":{"amm":false,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":true,"rel":false,"ret":false,"spc":true,"thr":false,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Vibrolance.webp","_id":"p5URddJqRu3grRQl"} -{"_id":"pIKgMdXvjQbTqMCx","name":"Light Ring","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":3,"price":500,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":""},"range":{"value":30,"long":90,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod","radiant"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"simpleM","properties":{"amm":false,"fin":true,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":false,"ret":true,"spc":false,"thr":true,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Light%20Ring.webp"} -{"_id":"rsvtNAd7ynaSl9Vm","name":"Blaster Pistol","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":3,"price":200,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":40,"long":160,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6","radiant"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"martialR","properties":{"amm":true,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":true,"ret":false,"spc":false,"thr":false,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Blaster%20Pistol.webp"} -{"_id":"tYdQWaOlSm97aYdw","name":"Lightfoil","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":2,"price":500,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8 + @mod","radiant"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"simpleM","properties":{"amm":false,"fin":true,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":false,"ret":false,"spc":false,"thr":false,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Lightfoil.webp"} -{"_id":"thGihwn0AfTo5Wu7","name":"Martial Lightsaber","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":2,"price":300,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8 + @mod","radiant"]],"versatile":"1d10 + @mod"},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"simpleM","properties":{"amm":false,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":false,"ret":false,"spc":false,"thr":false,"two":false,"ver":true},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Martial%20Lightsaber.webp"} -{"_id":"uH7eKtZhXWCTq28J","name":"Greatsaber","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Dexterity 11, Luminous

","chat":"","unidentified":""},"source":"","quantity":1,"weight":4,"price":1000,"attuned":false,"equipped":false,"rarity":"Martial Lightweapon","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2d6 + @mod","radiant"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"simpleM","properties":{"amm":false,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":false,"ret":false,"spc":false,"thr":false,"two":true,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Greatsaber.webp"} -{"name":"Techblade","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":3,"price":250,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"minute","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod",""]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"martialM","properties":{"amm":false,"fin":true,"fir":false,"foc":false,"hvy":false,"lgt":true,"lod":false,"rch":false,"rel":false,"ret":false,"spc":false,"thr":false,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10}},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Techblade.webp","_id":"wwumzQvxwoPyyuTX"} -{"_id":"xZmrMpjEoVEhiEFp","name":"Heavy Pistol","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":4,"price":300,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":40,"long":160,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8 + @mod","radiant"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"martialR","properties":{"amm":true,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":false,"rel":true,"ret":false,"spc":false,"thr":false,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Heavy%20Pistol.webp"} -{"_id":"ylA99WYUVY8U5z9U","name":"Lightsaber Pikie","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":6,"price":400,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d10 + @mod","radiant"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"simpleM","properties":{"amm":false,"fin":false,"fir":false,"foc":false,"hvy":false,"lgt":false,"lod":false,"rch":true,"rel":false,"ret":false,"spc":false,"thr":false,"two":true,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Lightsaber%20Pike.webp"} -{"_id":"zTg0qnvZJDAht3Zm","name":"Shotosaber","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"","quantity":1,"weight":2,"price":500,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"units":"","type":"enemy"},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6","radiant"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"spell"},"weaponType":"simpleM","properties":{"amm":false,"fin":true,"fir":false,"foc":false,"hvy":false,"lgt":true,"lod":false,"rch":false,"rel":false,"ret":false,"spc":false,"thr":false,"two":false,"ver":false},"proficient":false,"attributes":{"spelldc":10},"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false,"effects":[]}},"img":"systems/sw5e/packs/Icons/Simple%20Lightweapons/Shotosaber.webp"} +{"_id":"1SBIOPVaJBJOzMX3","name":"Bowcaster","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Burst 4, Reload 4, Strength 11

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":16,"price":400,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":50,"long":200,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d10 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"simpleB","properties":{"amm":true,"aut":false,"bur":true,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":true,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Bowcaster.webp"} +{"_id":"2yAiZeQHZbNXjqUs","name":"Assault Cannon","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Burst 4, Reload 8, Strength 11

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":24,"price":500,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":80,"long":320,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d10 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialB","properties":{"amm":true,"aut":false,"bur":true,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":true,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Assault%20Cannon.webp"} +{"_id":"5ITBFp9TFfWegA8a","name":"Doubleshoto","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Double (1d6 Energy)

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":4,"price":1250,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialLW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":true,"fin":true,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":true,"lum":true,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Doubleshoto.webp"} +{"_id":"5N3UBYLZf785VxNK","name":"Revolver","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Rapid 6, Reload 6, Strength 11

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":4,"price":750,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":30,"long":120,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialB","properties":{"amm":true,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":true,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":true,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Revolver.webp"} +{"_id":"5xtJY3hAPoTGNhuD","name":"Slugpistol","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Rapid 8, Reload 16, Strength 11

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":3,"price":100,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":40,"long":160,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"simpleB","properties":{"amm":true,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":true,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":true,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Slugpistol.webp"} +{"_id":"6CKTZxpD5pCbDvTM","name":"Heavy Slugpistol","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Rapid 2, Reload 8, Strength 13

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":5,"price":750,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":40,"long":160,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialB","properties":{"amm":true,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":true,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":true,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Heavy%20Slugpistol.webp"} +{"_id":"6VAWhI8EESUa217M","name":"Saberwhip","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":2,"price":300,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":10,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialLW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":true,"fix":false,"foc":false,"hvy":false,"hid":true,"ken":false,"lgt":false,"lum":true,"mig":false,"pic":false,"rap":false,"rch":true,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Saberwhip.webp"} +{"_id":"8bcaFVQ91NKjrH2e","name":"Vibroaxe","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Dexterity 11

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":11,"price":300,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d10 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialVW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":true,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":true,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Vibroaxe.webp"} +{"_id":"A7U4bqnbP9tFACPX","name":"Subrepeater","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Rapid 8, Reload 16

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":4,"price":1200,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":30,"long":120,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialB","properties":{"amm":true,"aut":true,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":true,"lum":false,"mig":false,"pic":false,"rap":true,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Subrepeater.webp"} +{"_id":"AMHhpY8JNWdgtTxt","name":"Chaingun","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Rapid 6, Reload 12, Strength 15

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":42,"price":1500,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":60,"long":240,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d10 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialB","properties":{"amm":true,"aut":true,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":true,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":true,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Chaingun.webp"} +{"_id":"AXba3svQTMscEGlf","name":"Scattergun","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Burst 4, Reload 4

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":3,"price":200,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":20,"long":80,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"simpleB","properties":{"amm":true,"aut":false,"bur":true,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Scattergun.webp"} +{"_id":"Ax4RQZEjbsHcjfJf","name":"Wristblaster","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Reload 12

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":1,"price":250,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":30,"long":120,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"simpleB","properties":{"amm":true,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":true,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":true,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":true,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Wristblaster.webp"} +{"_id":"Axbve7PaSX9obY47","name":"Vibroblade","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":2,"price":150,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8 + @mod","kinetic"]],"versatile":"1d10 + @mod"},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialVW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":true,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Vibroblade.webp"} +{"_id":"B0hPklxvpHwSxCMJ","name":"Vibrospear","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":3,"price":120,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":20,"long":60,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod","kinetic"]],"versatile":"1d8 + @mod"},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"simpleVW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":true,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Simple%20Vibroweapons/Vibrospear.webp"} +{"_id":"EFCyA4xJQE25DEbw","name":"Needler","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Rapid 10, Reload 20

The needler includes a specialized compartment for poison. One dose of poison, when installed in this compartment, retains its potency for 1 hour before drying. One dose of poison is effective for the next 10 shots fired by the weapon.

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":3,"price":275,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":40,"long":160,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"simpleB","properties":{"amm":true,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":true,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":true,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Needler.webp"} +{"_id":"EoDw5dGGjFL26UVF","name":"Cycler Rifle","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Rapid 2, Reload 8

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":10,"price":450,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":100,"long":400,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialB","properties":{"amm":true,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":true,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Cycler%20Rifle.webp"} +{"_id":"FN8cSlvwnzkIbbNa","name":"Shotgun","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Burst 2, Reload 4, Strength 11

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":12,"price":350,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":30,"long":120,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2d4 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"simpleB","properties":{"amm":true,"aut":false,"bur":true,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":true,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Shotgun.webp"} +{"_id":"FaI2hcLloxVCVhJs","name":"Doubleblade","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Double (1d6 Kinetic)

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":5,"price":625,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialVW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":true,"fin":true,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":true,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Doubleblade.webp"} +{"_id":"G4XP83WKt0oks972","name":"Hidden Blade","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":1,"price":200,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialVW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":true,"fix":true,"foc":false,"hvy":false,"hid":true,"ken":false,"lgt":true,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Hidden%20Blade.webp"} +{"_id":"G5bjOdE8vxCM8NOq","name":"Techaxe","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":2,"price":75,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":20,"long":60,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"simpleVW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":true,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Simple%20Vibroweapons/Techaxe.webp"} +{"_id":"HT9JkoXHsZ6X7W8q","name":"Hunting Rifle","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Reload 2, Strength 13

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":12,"price":600,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":150,"long":600,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d12 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialB","properties":{"amm":true,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":true,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Hunting%20Rifle.webp"} +{"_id":"HtN8KYXXMaJ9L94x","name":"Lightsaber","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":3,"price":200,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod","energy"]],"versatile":"1d8 + @mod"},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"simpleLW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":true,"ken":false,"lgt":false,"lum":true,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":true,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Simple%20Lightweapons/Lightsaber.webp"} +{"_id":"I6UqxtQec0NXW8gv","name":"Techstaff","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Double (2d4 Kinetic)

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":8,"price":600,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2d4 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialVW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":true,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Techstaff.webp"} +{"_id":"J5eex5McFySyg66d","name":"Light Slugpistol","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Reload 8

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":2,"price":250,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":40,"long":160,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"simpleB","properties":{"amm":true,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":true,"ken":false,"lgt":true,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Light%20Slugpistol.webp"} +{"_id":"JMj0t59NQtIU8Rbo","name":"Vibropike","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Dexterity 11

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":6,"price":200,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":10,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d10 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialVW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":true,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":true,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Vibropike.webp"} +{"_id":"Jbf3fp7lslwSjWbW","name":"Wrist Launcher","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Reload 1

Rather than traditional power cells, the wrist launcher fires specialized projectiles in the form of darts, small missiles, or specialized canisters.

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":1,"price":450,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":30,"long":120,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"simpleB","properties":{"amm":true,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":true,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":true,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Wrist%20Launcher.webp"} +{"_id":"JliFzE6002igf46x","name":"Sniper Rifle","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Reload 2, Strength 13

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":12,"price":750,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":150,"long":600,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d12 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialB","properties":{"amm":true,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":true,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Sniper%20Rifle.webp"} +{"_id":"K9ejn3f6GGoY66yW","name":"Ion Carbine","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Reload 16

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":8,"price":300,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":60,"long":240,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d3 + @mod","ion"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"simpleB","properties":{"amm":true,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Ion%20Carbine.webp"} +{"_id":"Lw6vUczorCLaGPFe","name":"Tranquilizer Rifle","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Reload 4

The tranquilizer rifle includes a specialized compartment for poison. One dose of poison, when installed in this compartment, retains its potency for 1 hour before drying. One dose of poison is effective for the next 4 shots fired by the weapon.

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":10,"price":200,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":100,"long":400,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"simpleB","properties":{"amm":true,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":true,"str":false,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Tranquilizer%20Rifle.webp"} +{"_id":"N84CPvAv89ELqgJ7","name":"Light Repeater","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Burst 8, Reload 16

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":12,"price":900,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":60,"long":240,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"simpleB","properties":{"amm":true,"aut":true,"bur":true,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Light%20Repeater.webp"} +{"_id":"OAgCRzEXmHFrOrrQ","name":"Doublesword","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Double (1d8 Kinetic)

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":5,"price":700,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialVW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":true,"fin":true,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Doublesword.webp"} +{"_id":"OrWJNGr3WDulfOO0","name":"Vibrosword","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Dexterity 11

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":6,"price":500,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2d6 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialVW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":true,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Vibrosword.webp"} +{"_id":"Rnnty5E35aSfX42x","name":"Heavy Shotgun","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Burst 4, Reload 12, Strength 13

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":16,"price":400,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":30,"long":120,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2d4 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialB","properties":{"amm":true,"aut":false,"bur":true,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":true,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Heavy%20Shotgun.webp"} +{"_id":"Rxa18dl0msDmUCB1","name":"Vibrowhip","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":3,"price":150,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":10,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialVW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":true,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":true,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Vibrowhip.webp"} +{"_id":"S2VEGzRNabUz9Y3v","name":"Heavy Bowcaster","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Burst 4, Reload 8, Strength 15

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":26,"price":1100,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":60,"long":240,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d12 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialB","properties":{"amm":true,"aut":false,"bur":true,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":true,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Heavy%20Bowcaster.webp"} +{"_id":"SHFWAW9vX90h7wy2","name":"Chakram","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":3,"price":250,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":30,"long":90,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialVW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":true,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":true,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Chakram.webp"} +{"_id":"TM1rXOy8GZEbmP6x","name":"Vibrodart","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Due to their diminutive size, vibrodarts make ineffective melee weapons. Melee attack rolls made with them are made at disadvantage.

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":1,"price":5,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":20,"long":60,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"simpleVW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":true,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":true,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Simple%20Vibroweapons/Vibrodart.webp"} +{"_id":"TMKqWa3KZKTxiaPB","name":"Light Pistol","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Reload 12

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":2,"price":350,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":40,"long":160,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"simpleB","properties":{"amm":true,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":true,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Light%20Pistol.webp"} +{"_id":"TWL4tclbh0dVt6HR","name":"Saberspear","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":2,"price":450,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2d4 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialLW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":true,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Saberspear.webp"} +{"_id":"W4G7FhgqrpFE0wdX","name":"Slugthrower","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Burst 6, Reload 12

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":14,"price":350,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":100,"long":400,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialB","properties":{"amm":true,"aut":false,"bur":true,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Slugthrower.webp"} +{"_id":"X3EtJ3JgDWIPiED9","name":"Vibrobaton","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":4,"price":225,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2d4 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialVW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Vibrobaton.webp"} +{"_id":"XfUEDKVByHe83aSB","name":"Vibrodagger","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":1,"price":50,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":20,"long":60,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"simpleVW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":true,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":true,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Simple%20Vibroweapons/Vibrodagger.webp"} +{"_id":"YmIH2FjeQwjzNMFa","name":"Vibrorapier","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":2,"price":250,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialVW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":true,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Vibrorapier.webp"} +{"_id":"atdw9BYBUaq3TBJc","name":"Blaster Cannon","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Burst 2, Reload 4, Strength 15

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":36,"price":1600,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":100,"long":400,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d12 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialB","properties":{"amm":true,"aut":true,"bur":true,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":true,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Blaster%20Cannon.webp"} +{"_id":"bNzwxj6dlIjwqTnH","name":"Vibrostaff","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":4,"price":100,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod","kinetic"]],"versatile":"2d4 + @mod"},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"simpleVW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":true,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Simple%20Vibroweapons/Vibrostaff.webp"} +{"_id":"dnsnA7btkZWhauhS","name":"Heavy Repeater","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Burst 4, Rapid 2, Reload 8, Strength 15

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":16,"price":1200,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":80,"long":320,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2d4 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialB","properties":{"amm":true,"aut":true,"bur":true,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":true,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":true,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Heavy%20Repeater.webp"} +{"_id":"ff3pk8eoISixRmoS","name":"Blaster Carbine","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Reload 16

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":8,"price":300,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":60,"long":240,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"simpleB","properties":{"amm":true,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Blaster%20Carbine.webp"} +{"_id":"ftt2CdiE87E6YH7o","name":"Carbine Rifle","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Rapid 3, Reload 12

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":10,"price":800,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":80,"long":320,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialB","properties":{"amm":true,"aut":true,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":true,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Carbine%20Rifle.webp"} +{"_id":"j2g1D976omFXUQP1","name":"Net","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

A Large or smaller creature hit by a net is restrained until it is freed. A net has no effect on formless or Huge or larger creatures. A creature can use its action to make a DC 13 Strength check, freeing itself or another creature within its reach on a success. The net has an AC of 10, 5 hit points, and immunity to all damage not dealt by melee weapons. Destroying the net frees the creature without harming it and immediately ends the net's effects. While a creature is restrained by a net, you can make no further attacks with it.

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":3,"price":100,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":15,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"save","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[],"versatile":""},"formula":"","save":{"ability":"str","dc":13,"scaling":"flat"},"weaponType":"martialVW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":true,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":true,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Net.webp"} +{"_id":"jGDuLu25eqYklyqv","name":"Ion Pistol","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Reload 16

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":3,"price":200,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":40,"long":160,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d3 + @mod","ion"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialB","properties":{"amm":true,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Ion%20Pistol.webp"} +{"_id":"jQc4ZmyZnEZXDZS7","name":"Lightdagger","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":1,"price":100,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":20,"long":60,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"simpleLW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":true,"fix":false,"foc":false,"hvy":false,"hid":true,"ken":false,"lgt":true,"lum":true,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Simple%20Lightweapons/Lightdagger.webp"} +{"_id":"jjulP09xLc8oYOZo","name":"Vibromace","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":12,"price":80,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"simpleVW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":true,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Simple%20Vibroweapons/Vibromace.webp"} +{"_id":"k9itkDmC1x7Z1K7P","name":"Doublesaber","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Double (1d8 Energy)

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":4,"price":1400,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialLW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":true,"fin":true,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":true,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Doublesaber.webp"} +{"_id":"lMx7dwuE5IZtDPtz","name":"Hold-Out","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Reload 6

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":1,"price":250,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":30,"long":120,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"simpleB","properties":{"amm":true,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":true,"ken":false,"lgt":true,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Simple%20Blasters/Hold-Out.webp"} +{"_id":"mtFnCiSUAj9kivGi","name":"Blaster Rifle","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Reload 12

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":11,"price":400,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":100,"long":400,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialB","properties":{"amm":true,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Blaster%20Rifle.webp"} +{"_id":"oZYhBpB4G2pq02Rq","name":"Ion Rifle","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Reload 12

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":11,"price":400,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":100,"long":400,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d4 + @mod","ion"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialB","properties":{"amm":true,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Ion%20Rifle.webp"} +{"_id":"omDKHum2Ybu2atpI","name":"Vibroknuckler","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":2,"price":60,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"simpleVW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":true,"ken":false,"lgt":true,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Simple%20Vibroweapons/Vibroknuckler.webp"} +{"_id":"p5URddJqRu3grRQl","name":"Vibrolance","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

You have disadvantage when you use a vibrolance to attack a target within 5 feet of you. Also, a lance requires two hands to wield when you aren't mounted.

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":6,"price":100,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":10,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d12 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialVW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":true,"rel":false,"ret":false,"shk":false,"sil":false,"spc":true,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Vibrolance.webp"} +{"_id":"pIKgMdXvjQbTqMCx","name":"Light Ring","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":3,"price":500,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":30,"long":90,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialLW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":true,"fix":false,"foc":false,"hvy":false,"hid":true,"ken":false,"lgt":false,"lum":true,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":true,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Light%20Ring.webp"} +{"_id":"rsvtNAd7ynaSl9Vm","name":"Blaster Pistol","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Reload 16

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":3,"price":200,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":40,"long":160,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialB","properties":{"amm":true,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Blaster%20Pistol.webp"} +{"_id":"tYdQWaOlSm97aYdw","name":"Lightfoil","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":2,"price":500,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialLW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":true,"fix":false,"foc":false,"hvy":false,"hid":true,"ken":false,"lgt":false,"lum":true,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Lightfoil.webp"} +{"_id":"thGihwn0AfTo5Wu7","name":"Martial Lightsaber","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":2,"price":300,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8 + @mod","energy"]],"versatile":"1d10 + @mod"},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialLW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":true,"ken":false,"lgt":false,"lum":true,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":true,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Martial%20Lightsaber.webp"} +{"_id":"uH7eKtZhXWCTq28J","name":"Greatsaber","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Dexterity 11

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":4,"price":1000,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2d6 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialLW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":true,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":true,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Greatsaber.webp"} +{"_id":"uzeq8Hjm7oFw2rA7","name":"Lightclub","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":5,"price":150,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d10 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"simpleLW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":true,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Simple%20Lightweapons/Lightclub.webp"} +{"_id":"wwumzQvxwoPyyuTX","name":"Techblade","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":3,"price":250,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialVW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":true,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":true,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Vibroweapons/Techblade.webp"} +{"_id":"xZmrMpjEoVEhiEFp","name":"Heavy Pistol","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Reload 12, Strength 11

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":4,"price":300,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":40,"long":160,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d8 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialB","properties":{"amm":true,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":true,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Heavy%20Pistol.webp"} +{"_id":"ylA99WYUVY8U5z9U","name":"Lightsaber Pike","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Dexterity 11

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":6,"price":400,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":10,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d10 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialLW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":true,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":true,"mig":false,"pic":false,"rap":false,"rch":true,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Lightweapons/Lightsaber%20Pike.webp"} +{"_id":"zMxfSwEGBrTYbsP3","name":"Repeating Blaster","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"

Burst 4, Rapid 4, Reload 8, Strength 13

","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":18,"price":1200,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":80,"long":320,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"ammo","target":"","amount":1},"ability":"","actionType":"rwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["2d4 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"martialB","properties":{"amm":true,"aut":true,"bur":true,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":true,"rch":false,"rel":true,"ret":false,"shk":false,"sil":false,"spc":false,"str":true,"thr":false,"two":true,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Martial%20Blasters/Repeating%20Blaster.webp"} +{"_id":"zTg0qnvZJDAht3Zm","name":"Shotosaber","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":2,"price":500,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1d6 + @mod","energy"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"simpleLW","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":true,"fix":false,"foc":false,"hvy":false,"hid":true,"ken":false,"lgt":true,"lum":true,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"systems/sw5e/packs/Icons/Simple%20Lightweapons/Shotosaber.webp"} +{"_id":"znMXEaqEAzwM6HSj","name":"Unarmed Strike","permission":{"default":0,"vXYkFWX6qzvOu2jc":3},"type":"weapon","data":{"description":{"value":"","chat":"","unidentified":""},"source":"PHB","quantity":1,"weight":0,"price":0,"attuned":false,"equipped":false,"rarity":"","identified":true,"activation":{"type":"action","cost":1,"condition":""},"duration":{"value":null,"units":""},"target":{"value":1,"width":null,"units":"","type":"enemy"},"range":{"value":5,"long":null,"units":"ft"},"uses":{"value":0,"max":0,"per":""},"consume":{"type":"","target":"","amount":null},"ability":"","actionType":"mwak","attackBonus":0,"chatFlavor":"","critical":null,"damage":{"parts":[["1 + @mod","kinetic"]],"versatile":""},"formula":"","save":{"ability":"","dc":null,"scaling":"power"},"weaponType":"natural","properties":{"amm":false,"aut":false,"bur":false,"def":false,"dex":false,"dir":false,"drm":false,"dgd":false,"dis":false,"dpt":false,"dou":false,"fin":false,"fix":false,"foc":false,"hvy":false,"hid":false,"ken":false,"lgt":false,"lum":false,"mig":false,"pic":false,"rap":false,"rch":false,"rel":false,"ret":false,"shk":false,"sil":false,"spc":false,"str":false,"thr":false,"two":false,"ver":false,"vic":false,"mgc":false,"nodam":false,"faulldam":false},"proficient":false,"cptooltipmode":"hid"},"flags":{"dynamiceffects":{"equipActive":false,"alwaysActive":false}},"effects":[],"img":"icons/svg/mystery-man.svg"} diff --git a/sw5e-dark.css b/sw5e-dark.css index 1f896724..a3994cc1 100644 --- a/sw5e-dark.css +++ b/sw5e-dark.css @@ -182,22 +182,28 @@ body.dark-theme #chat-log .chat-message > header span { body.dark-theme .notification-pip { color: #0d99cc; } -body.dark-theme .sw5e.chat-card .card-header h3 { +body.dark-theme .sw5e.chat-card .card-header h3, +body.dark-tehem .midi-qol-item-card .card-header h3 { color: white; } -body.dark-theme .sw5e.chat-card .card-header h3:hover { +body.dark-theme .sw5e.chat-card .card-header h3:hover, +body.dark-theme .midi-qol-item-card .card-header h3:hover { color: white; } -body.dark-theme .sw5e.chat-card .card-buttons span { +body.dark-theme .sw5e.chat-card .card-buttons span, +body.dark-theme .midi-qol-item-card .card-buttons span { border: 1px solid #828282; } -body.dark-theme .sw5e.chat-card .card-footer { +body.dark-theme .sw5e.chat-card .card-footer, +body.dark-theme .midi-qol-item-card .card-footer { border-top: 1px solid #7ed6f7; } -body.dark-theme .sw5e.chat-card .card-footer span { +body.dark-theme .sw5e.chat-card .card-footer span, +ody.dark-theme .midi-qol-item-card .card-footer span { border-right: 1px solid #D6D6D6; } -body.dark-theme .sw5e.chat-card .card-footer span:last-child { +body.dark-theme .sw5e.chat-card .card-footer span:last-child, +body.dark-theme .midi-qol-item-card .card-footer span:last-child { border-right: none; } body.dark-theme .dice-roll .dice-formula { @@ -767,3 +773,6 @@ body.dark-theme .sw5e.sheet.actor .swalt-sheet .tab.notes section > input { color: #E81111; border-bottom: 2px solid #0d99cc; } +body.dark-theme .sw5e.sheet.actor.npc .swalt-sheet header .experience { + color: #4f4f4f; +} diff --git a/sw5e-global.css b/sw5e-global.css index 32f78c35..f5349371 100644 --- a/sw5e-global.css +++ b/sw5e-global.css @@ -80,6 +80,9 @@ body { font-family: 'Open Sans'; font-size: 13px; font-weight: 400; + background-image: url('./ui/SW5e-logo.svg'); + background-repeat: no-repeat; + background-size: cover; } h1 { font-family: 'Russo One'; @@ -371,15 +374,18 @@ input[type="reset"]:disabled { .notification-pip { color: #0d99cc; } -.sw5e.chat-card .card-header { +.sw5e.chat-card .card-header, +.midi-qol-item-card .card-header { padding: 0; border: none; } -.sw5e.chat-card .card-header img { +.sw5e.chat-card .card-header, +.midi-qol-item-card .card-header img { flex: 0 0 36px; margin-right: 4px; } -.sw5e.chat-card .card-header h3 { +.sw5e.chat-card .card-header, +.midi-qol-item-card .card-header h3 { flex: 1; margin: 0; line-height: 36px; @@ -389,32 +395,39 @@ input[type="reset"]:disabled { letter-spacing: 0.5px; border-bottom: none; } -.sw5e.chat-card .card-header h3:hover { +.sw5e.chat-card .card-header h3:hover, +.midi-qol-item-card .card-header h3:hover { text-shadow: none; } -.sw5e.chat-card .card-content { +.sw5e.chat-card .card-content, +.midi-qol-item-card .card-content { margin: 4px 0; } -.sw5e.chat-card .card-content h3 { +.sw5e.chat-card .card-content h3, +.midi-qol-item-card .card-content h3 { font-size: 12px; margin: 0; font-weight: bold; } -.sw5e.chat-card .card-content > * { +.sw5e.chat-card .card-content > *, +.midi-qol-item-card .card-content > * { -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; } -.sw5e.chat-card .card-buttons { +.sw5e.chat-card .card-buttons, +.midi-qol-item-card .card-buttons { margin: 4px 0; } -.sw5e.chat-card .card-buttons span { +.sw5e.chat-card .card-buttons span, +.midi-qol-item-card .card-buttons span { display: block; line-height: 28px; text-align: center; } -.sw5e.chat-card .card-buttons button { +.sw5e.chat-card .card-buttons button, +.midi-qol-item-card .card-buttons button { font-family: 'Open Sans'; font-size: 13px; font-weight: 700; @@ -426,17 +439,22 @@ input[type="reset"]:disabled { border-radius: 4px; } .sw5e.chat-card .card-buttons button:hover, -.sw5e.chat-card .card-buttons button:focus { +.midi-qol-item-card .card-buttons button:hover, +.sw5e.chat-card .card-buttons button:focus, +.midi-qol-item-card .card-buttons button:focus { box-shadow: none; } -.sw5e.chat-card .card-footer { +.sw5e.chat-card .card-footer, +.midi-qol-item-card .card-footer { padding: 4px 0 0; } -.sw5e.chat-card .card-footer span { +.sw5e.chat-card .card-footer span, +.midi-qol-item-card .card-footer span { padding: 0 4px 0 0; font-size: 10px; } -.sw5e.chat-card .card-footer span:last-child { +.sw5e.chat-card .card-footer span:last-child, +.midi-qol-item-card .card-footer span:last-child { border-right: none; padding-right: 0; } @@ -687,7 +705,7 @@ input[type="reset"]:disabled { box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); } .sw5e.sheet.actor.character { - min-width: 780px; + min-width: 800px; min-height: 720px; } .sw5e.sheet .window-content { @@ -745,6 +763,11 @@ input[type="reset"]:disabled { grid-column-start: 1; grid-row-start: 1; grid-row-end: 4; + box-sizing: border-box; + border: none; + border-radius: 0; + max-width: 100%; + max-height: 100%; } .sw5e.sheet.actor .swalt-sheet header h1.character-name { grid-row: 1; @@ -783,6 +806,11 @@ input[type="reset"]:disabled { letter-spacing: 0.5px; text-align: right; } +.sw5e.sheet.actor .swalt-sheet header .level-experience .charlevel input { + display: inline-block; + width: 42px; + height: auto; +} .sw5e.sheet.actor .swalt-sheet header .level-experience .experience { font-family: 'Russo One'; font-size: 17px; @@ -917,7 +945,7 @@ input[type="reset"]:disabled { } .sw5e.sheet.actor .swalt-sheet nav.sheet-navigation { display: grid; - grid-template-columns: repeat(6, 1fr); + grid-template-columns: repeat(7, 1fr); column-gap: 16px; margin: 4px 0; } @@ -1507,6 +1535,9 @@ input[type="reset"]:disabled { .sw5e.sheet.actor .swalt-sheet .tab.powerbook > .panel { grid-template-rows: 32px 24px 24px auto; } +.sw5e.sheet.actor .swalt-sheet .tab.powerbook h3.power-dc { + line-height: 24px; +} .sw5e.sheet.actor .swalt-sheet .tab.powerbook .powercasting-ability { display: grid; grid-template-columns: 2fr 1fr 1fr; @@ -1567,6 +1598,45 @@ input[type="reset"]:disabled { .sw5e.sheet.actor .swalt-sheet.limited .tab.biography { grid-template-columns: 100%; } +.sw5e.sheet.actor.npc .swalt-sheet header h1.character-name { + align-self: auto; +} +.sw5e.sheet.actor.npc .swalt-sheet header .npc-size { + font-family: 'Russo One'; + font-size: 18px; + font-weight: 400; + letter-spacing: 0.5px; + line-height: 28px; +} +.sw5e.sheet.actor.npc .swalt-sheet header .attributes { + grid-template-columns: repeat(3, 1fr); +} +.sw5e.sheet.actor.npc .swalt-sheet header .attributes footer.proficiency { + margin-top: 0; + line-height: 24px; + text-align: center; +} +.sw5e.sheet.actor.npc .swalt-sheet header .attributes footer.hit-points { + display: block; +} +.sw5e.sheet.actor.npc .swalt-sheet nav.sheet-navigation { + grid-template-columns: repeat(4, 1fr); +} +.sw5e.sheet.actor.npc .swalt-sheet .tab.attributes .traits-resources { + display: block; +} +.sw5e.sheet.actor.npc .swalt-sheet .tab.attributes .traits-resources .counter { + display: flex; +} +.sw5e.sheet.actor.npc .swalt-sheet .tab.attributes .traits-resources .counter .counter-value { + margin-left: auto; +} +.sw5e.sheet.actor.npc .swalt-sheet .tab.powerbook input.powercasting-level { + width: 48px; +} +.sw5e.sheet.actor.npc .swalt-sheet .tab.biography.active { + display: block; +} @keyframes pause-spin { from { transform: rotate(0deg); diff --git a/sw5e-light.css b/sw5e-light.css index 3c53971b..e2b5803d 100644 --- a/sw5e-light.css +++ b/sw5e-light.css @@ -182,22 +182,28 @@ body.light-theme #chat-log .chat-message > header span { body.light-theme .notification-pip { color: #0d99cc; } -body.light-theme .sw5e.chat-card .card-header h3 { +body.light-theme .sw5e.chat-card .card-header h3, +body.light-theme .midi-qol-item-card .card-header h3 { color: #1C1C1C; } -body.light-theme .sw5e.chat-card .card-header h3:hover { +body.light-theme .sw5e.chat-card .card-header h3:hover, +body.light-theme .midi-qol-item-card .card-header h3:hover { color: #1C1C1C; } -body.light-theme .sw5e.chat-card .card-buttons span { +body.light-theme .sw5e.chat-card .card-buttons span, +body.light-theme .midi-qol-item-card .card-buttons span { border: 1px solid #828282; } -body.light-theme .sw5e.chat-card .card-footer { +body.light-theme .sw5e.chat-card .card-footer, +body.light-theme .midi-qol-item-card .card-footer { border-top: 1px solid #7ed6f7; } -body.light-theme .sw5e.chat-card .card-footer span { +body.light-theme .sw5e.chat-card .card-footer span, +body.light-theme .midi-qol-item-card .card-footer span { border-right: 1px solid #D6D6D6; } -body.light-theme .sw5e.chat-card .card-footer span:last-child { +body.light-theme .sw5e.chat-card .card-footer span:last-child, +body.light-theme .midi-qol-item-card .card-footer span:last-child { border-right: none; } body.light-theme .dice-roll .dice-formula { @@ -767,3 +773,6 @@ body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.notes section > input { color: #c40f0f; border-bottom: 2px solid #0d99cc; } +body.light-theme .sw5e.sheet.actor.npc .swalt-sheet header .experience { + color: #4f4f4f; +} diff --git a/sw5e.css b/sw5e.css index 426fe368..19c1a5fb 100644 --- a/sw5e.css +++ b/sw5e.css @@ -461,9 +461,7 @@ } .sw5e.sheet .items-list .items-header .item-name { padding-left: 5px; - font-family: 'Russo One'; - font-size: 14px; - font-weight: 400; + font-size: 16px; } .sw5e.sheet .items-list .item-name { flex: 2; @@ -719,6 +717,7 @@ } .sw5e.sheet.actor ul.skills-list li.skill { height: 24px; + width: 225px; padding: 3px 2px; } .sw5e.sheet.actor ul.skills-list li.skill:nth-child(even) { @@ -872,6 +871,9 @@ .sw5e.sheet.actor .inventory-list .item .item-name i.attuned { color: #7a7971; } +.sw5e.sheet.actor .inventory-list .item .item-name h4 { + font-size: 14px; +} .sw5e.sheet.actor .inventory-list .item .item-uses input { width: 24px; text-align: center; @@ -919,6 +921,15 @@ color: #191813; border-top: 1px solid #c9c7b8; } +.sw5e.sheet.actor .inventory-list .item-summary h2 { + font-family: 'Russo One'; + font-size: 20px; + font-weight: 400; + text-transform: uppercase; + letter-spacing: 0.5px; + border-bottom: 2px solid #0d99cc; + color: #c40f0f; +} .sw5e.sheet.actor .encumbrance { flex: 0 0 12px; background: #7a7971; @@ -1060,9 +1071,8 @@ overflow-y: auto; } .sw5e.sheet.item { - min-height: 400px; - max-height: 95%; - min-width: 480px; + min-height: 660px; + min-width: 680px; /* ----------------------------------------- */ /* Sheet Header */ /* ----------------------------------------- */ @@ -1082,8 +1092,17 @@ .sw5e.sheet.item .sheet-header img.profile { border: 2px solid #000; } +.sw5e.sheet.item .sheet-header h1 input { + font-size: 26px; +} +.sw5e.sheet.item .sheet-header .header-details.flexrow h1 { + font-size: 26px; +} +.sw5e.sheet.item .sheet-header .header-details.flexrow .charname { + font-size: 26px; +} .sw5e.sheet.item .sheet-header .item-subtitle { - flex: 0 0 100px; + flex: 0 0 80px; height: 60px; margin: 0; padding: 5px; @@ -1091,23 +1110,269 @@ color: #7a7971; } .sw5e.sheet.item .sheet-header .item-subtitle .item-type { - font-size: 24px; - line-height: 26px; + font-size: 20px; + line-height: 24px; margin: 0; } .sw5e.sheet.item .sheet-header .item-subtitle .item-status { font-size: 16px; line-height: 24px; } +.sw5e.sheet.item .sheet-header .item-subtitle .summary li { + font-size: 16px; +} .sw5e.sheet.item .sheet-navigation { margin-bottom: 5px; } .sw5e.sheet.item .sheet-navigation .item { - font-size: 18px; + font-size: 16px; } .sw5e.sheet.item .sheet-body { overflow: hidden; } +.sw5e.sheet.item .sheet-body h1 { + font-family: 'Russo One'; + font-size: 20px; + font-weight: 400; + text-transform: uppercase; + letter-spacing: 0.5px; + border-bottom: none; + color: #c40f0f; +} +.sw5e.sheet.item .sheet-body h2 { + font-family: 'Russo One'; + font-size: 18px; + font-weight: 400; + text-transform: uppercase; + letter-spacing: 0.5px; + border-bottom: 2px solid #0d99cc; + color: #c40f0f; +} +.sw5e.sheet.item .sheet-body h3 { + font-family: 'Russo One'; + font-size: 16px; + font-weight: 400; + text-transform: uppercase; + letter-spacing: 0.5px; + border-bottom: none; + color: #c40f0f; +} +.sw5e.sheet.item .sheet-body .smalltable table { + border-top: none; + border-bottom: none; + width: 200px; +} +.sw5e.sheet.item .sheet-body .smalltable td:nth-child(odd) { + width: 50px; + margin: 0.5em 0.5em; + text-align: center; +} +.sw5e.sheet.item .sheet-body .smalltable td:nth-child(even) { + width: 150px; + margin: 0.5em 0.5em; + padding: 0px 10px 0px 10px; + text-align: left; +} +.sw5e.sheet.item .sheet-body .smalltable thead { + border-bottom: 0px; +} +.sw5e.sheet.item .sheet-body .smalltable th { + color: #000000; + text-shadow: none; + border-bottom: 0px; + background-color: #bdc8cc; + text-transform: none; + font-weight: bold; + font-family: 'Open Sans'; +} +.sw5e.sheet.item .sheet-body .smalltable th:nth-child(odd) { + width: 50px; + margin: 0.5em 0.5em; + text-align: center; +} +.sw5e.sheet.item .sheet-body .smalltable th:nth-child(even) { + width: 150px; + margin: 0.5em 0.5em; + padding: 0px 10px 0px 10px; + text-align: left; +} +.sw5e.sheet.item .sheet-body .medtable table { + width: 500px; + border: 0px; + margin: 0.5em 0.5em; +} +.sw5e.sheet.item .sheet-body .medtable td:nth-child(odd) { + width: 50px; + margin: 0.5em 0.5em; + text-align: center; +} +.sw5e.sheet.item .sheet-body .medtable td:nth-child(even) { + width: 450px; + margin: 0.5em 0.5em; + padding: 0px 10px 0px 0px; + text-align: left; +} +.sw5e.sheet.item .sheet-body .medtable thead { + border-bottom: 0px; +} +.sw5e.sheet.item .sheet-body .medtable th { + color: #000000; + text-shadow: none; + border-bottom: 0px; + background-color: #bdc8cc; + text-transform: none; + font-weight: bold; + font-family: 'Open Sans'; +} +.sw5e.sheet.item .sheet-body .medtable th:nth-child(odd) { + text-align: center; +} +.sw5e.sheet.item .sheet-body .medtable th:nth-child(even) { + text-align: left; +} +.sw5e.sheet.item .sheet-body .classtable blockquote { + border-left: 0px; + border-right: 0px; + background-color: #bdc8cc; + width: 600px; +} +.sw5e.sheet.item .sheet-body .classtable blockquote h3 { + color: #000000; + text-transform: uppercase; + font-family: 'Russo One'; + font-size: 16px; +} +.sw5e.sheet.item .sheet-body .classtable table { + width: 100%; + border-collapse: collapse; + background: rgba(0, 0, 0, 0.05); + border-left: 0px; + border-right: 0px; + border-top: 0; + border-bottom: 0; + margin: 0.5em 0; + font-style: normal; + text-shadow: none; +} +.sw5e.sheet.item .sheet-body .classtable thead { + color: #000000; + text-shadow: none; + border-bottom: 0px; + background-color: #bdc8cc; + text-transform: none; + font-style: normal; + font-family: 'Open Sans'; +} +.sw5e.sheet.item .sheet-body .classtable th { + color: #000000; + text-shadow: none; + border-bottom: 0px; + background-color: #bdc8cc; + text-transform: none; + font-style: normal; + font-weight: bold; + font-family: 'Open Sans'; +} +.sw5e.sheet.item .sheet-body .classtable tbody { + text-align: center; +} +.sw5e.sheet.item .sheet-body .speciestable blockquote { + width: 620px; + padding: 15px 10px; + margin: 15px; + line-height: 20px; + background-color: #bdc8cc; + border-top: 2px solid #0d99cc !important; + border-bottom: 2px solid #0d99cc !important; + border-left: 0 !important; + border-right: 0 !important; + -webkit-box-shadow: 0 0 1.5em rgba(13, 153, 204, 0.5) !important; + box-shadow: 0 0 1.5em rgba(13, 153, 204, 0.5) !important; + overflow-x: auto; +} +.sw5e.sheet.item .sheet-body .speciestable blockquote h3 { + color: #000000; + font-size: 22px; + border-bottom: none; +} +.sw5e.sheet.item .sheet-body .speciestable table { + background-color: #bdc8cc; + border-collapse: collapse; + width: 100%; + line-height: 18px; + margin-bottom: 15px; + border: 0 0 0 0; + border-bottom: none; + overflow-x: auto; +} +.sw5e.sheet.item .sheet-body .speciestable table tbody tr:nth-child(odd) { + background-color: #c9d6db; +} +.sw5e.sheet.item .sheet-body .speciestable table tbody tr:nth-child(even) { + background-color: #bdc8cc; +} +.sw5e.sheet.item .sheet-body .speciestable table td:nth-child(1) { + padding-right: 5px; + width: 100px; + font-style: italic; + font-weight: 800; +} +.sw5e.sheet.item .sheet-body .speciestable table h3 { + font-family: 'Russo One'; + color: #000000; + font-size: 15px; + text-transform: uppercase; +} +.sw5e.sheet.item .sheet-body .speciestable table thead { + font-style: normal; + font-size: 18px; + background-color: #bdc8cc; + text-shadow: none; + text-align: left; + line-height: 20px; + border-top: 5px solid #0d99cc; + border-bottom: 0; +} +.sw5e.sheet.item .sheet-body .icon:before { + display: inline-block; + font-style: normal; + font-variant: normal; + text-rendering: auto; + -webkit-font-smoothing: antialiased; +} +.sw5e.sheet.item .sheet-body a.entity-link { + background: #DDD; + padding: 1px 4px; + border: 1px solid #4b4a44; + border-radius: 2px; + white-space: nowrap; + word-break: break-all; +} +.sw5e.sheet.item .sheet-body a.entity-link i::before { + content: url("ui/jedi-order.svg") !important; + display: inline-block; + position: relative; + top: 2px; + height: 15px; + width: 15px; +} +.sw5e.sheet.item .sheet-body #species-description h2 { + font-family: 'Russo One'; + font-size: 20px; + font-weight: 400; + letter-spacing: 0.5px; + border-bottom: 2px solid #0d99cc; + color: #c40f0f; +} +.sw5e.sheet.item .sheet-body #Traits h2 { + font-family: 'Russo One'; + font-size: 20px; + font-weight: 400; + text-transform: uppercase; + letter-spacing: 0.5px; + border-bottom: 2px solid #0d99cc; + color: #c40f0f; +} .sw5e.sheet.item .sheet-body .tab { padding: 0 5px; overflow: hidden auto; @@ -1248,20 +1513,24 @@ /* ----------------------------------------- */ /* Chat Cards /* ----------------------------------------- */ -.sw5e.chat-card { +.sw5e.chat-card, +.midi-qol-item-card { font-style: normal; font-size: 12px; } -.sw5e.chat-card .card-header { +.sw5e.chat-card .card-header, +.midi-qol-item-card .card-header { padding: 3px 0; border-top: 2px groove #FFF; border-bottom: 2px groove #FFF; } -.sw5e.chat-card .card-header img { +.sw5e.chat-card .card-header img, +.midi-qol-item-card .card-header img { flex: 0 0 36px; margin-right: 5px; } -.sw5e.chat-card .card-header h3 { +.sw5e.chat-card .card-header h3, +.midi-qol-item-card .card-header h3 { flex: 1; margin: 0; line-height: 36px; @@ -1270,49 +1539,59 @@ font-weight: 400; color: #4b4a44; } -.sw5e.chat-card .card-header h3:hover { +.sw5e.chat-card .card-header h3:hover, +.midi-qol-item-card .card-header h3:hover { color: #111; text-shadow: 0 0 10px red; } -.sw5e.chat-card .card-content { +.sw5e.chat-card .card-content, +.midi-qol-item-card .card-content { margin: 5px 0; } -.sw5e.chat-card .card-content h3 { +.sw5e.chat-card .card-content h3, +.midi-qol-item-card .card-content h3 { font-size: 12px; margin: 0; font-weight: bold; } -.sw5e.chat-card .card-content > * { +.sw5e.chat-card .card-content > *, +.midi-qol-item-card .card-content > * { -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; } -.sw5e.chat-card .card-buttons { +.sw5e.chat-card .card-buttons, +.midi-qol-item-card .card-buttons { margin: 5px 0; } -.sw5e.chat-card .card-buttons span { +.sw5e.chat-card .card-buttons span, +.midi-qol-item-card .card-buttons span { display: block; line-height: 28px; text-align: center; border: 1px solid #CCC; } -.sw5e.chat-card .card-buttons button { +.sw5e.chat-card .card-buttons button, +.midi-qol-item-card .card-buttons button { font-size: 12px; height: 24px; line-height: 20px; margin: 2px 0; } -.sw5e.chat-card .card-footer { +.sw5e.chat-card .card-footer, +.midi-qol-item-card .card-footer { padding: 3px 0 0; border-top: 2px groove #FFF; } -.sw5e.chat-card .card-footer span { +.sw5e.chat-card .card-footer span, +.midi-qol-item-card .card-footer span { border-right: 2px groove #FFF; padding: 0 5px 0 0; font-size: 10px; } -.sw5e.chat-card .card-footer span:last-child { +.sw5e.chat-card .card-footer span:last-child, +.midi-qol-item-card .card-footer span:last-child { border-right: none; padding-right: 0; } @@ -1336,7 +1615,7 @@ /* Basic Structure */ /* ----------------------------------------- */ .sw5e.sheet.actor.character { - min-width: 720px; + min-width: 800px; min-height: 680px; /* ----------------------------------------- */ /* Sheet Header */ @@ -1467,7 +1746,7 @@ } .sw5e.sheet.actor.character .characteristics label { flex: 0 0 20px; - font-family: 'Bungee Inline'; + font-family: 'Russo One'; font-size: 20px; font-weight: 400; font-size: 16px; @@ -1483,7 +1762,7 @@ resize: none; } .sw5e.sheet.actor.character .biography { - max-width: calc(100% - 180px); + max-width: calc(-80%); } /* ----------------------------------------- */ /* Basic Structure */ @@ -1538,3 +1817,30 @@ max-width: 40px; text-align: right; } +input[type="number"] { + width: calc(100% - 2px); + min-width: 20px; + height: 26px; + background: rgba(0, 0, 0, 0.05); + padding: 1px 3px; + margin: 0; + color: #191813; + font-family: inherit; + font-size: inherit; + text-align: inherit; + line-height: inherit; + border: 1px solid #7a7971; + border-radius: 3px; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; + -moz-appearance: textfield; +} +input[type="number"]:focus { + box-shadow: 0 0 5px red; +} +input[type="number"]::-webkit-inner-spin-button, +input[type="number"]::-webkit-outer-spin-button { + -webkit-appearance: none; +} diff --git a/system.json b/system.json index 80ff336b..dbb4cb20 100644 --- a/system.json +++ b/system.json @@ -136,7 +136,7 @@ "primaryTokenAttribute": "attributes.hp", "secondaryTokenAttribute": null, "minimumCoreVersion": "0.7.6", - "compatibleCoreVersion": "0.7.6", + "compatibleCoreVersion": "0.7.7", "url": "https://github.com/unrealkakeman89/sw5e", "manifest": "https://raw.githubusercontent.com/unrealkakeman89/sw5e/master/system.json", "download": "https://github.com/unrealkakeman89/sw5e/archive/master.zip" diff --git a/template.json b/template.json index ea19a747..3eb3548d 100644 --- a/template.json +++ b/template.json @@ -591,7 +591,7 @@ "templates": ["classDescription"], "className": "", "levels": 1, - "subclass": "", + "archetype": "", "hitDice": "d6", "hitDiceUsed": 0, "skills": { diff --git a/templates/actors/newActor/character-sheet.html b/templates/actors/newActor/character-sheet.html index 34a99ee3..c65b10f0 100644 --- a/templates/actors/newActor/character-sheet.html +++ b/templates/actors/newActor/character-sheet.html @@ -112,8 +112,9 @@ + - + {{!-- PC Sheet Body --}}
@@ -133,6 +134,10 @@
{{> "systems/sw5e/templates/actors/newActor/parts/swalt-powerbook.html"}}
+ {{!-- Effects Tab --}} +
+ {{> "systems/sw5e/templates/actors/newActor/parts/swalt-active-effects.html"}} +
{{!-- Biography Tab --}}
{{> "systems/sw5e/templates/actors/newActor/parts/swalt-biography.html"}} @@ -140,5 +145,5 @@ {{!-- Notes Tab --}}
{{> "systems/sw5e/templates/actors/newActor/parts/swalt-notes.html"}} -
+
\ No newline at end of file diff --git a/templates/actors/newActor/npc-sheet.html b/templates/actors/newActor/npc-sheet.html new file mode 100644 index 00000000..7883c3f8 --- /dev/null +++ b/templates/actors/newActor/npc-sheet.html @@ -0,0 +1,189 @@ +
+ + {{!-- NPC Sheet Header --}} +
+ +

+ +

+
+
+ {{ localize "SW5E.AbbreviationCR" }} + +
+ +
+ {{data.details.xp.value}} XP +
+ +
+
+ {{lookup config.actorSizes data.traits.size}} + + + +
+
+ {{!-- ARMOR CLASS --}} +
+

{{ localize "SW5E.ArmorClass" }}

+
+ +
+
+ {{ localize "SW5E.Proficiency" }} + {{numberFormat data.attributes.prof decimals=0 sign=true}} +
+
+ + {{!-- HIT POINTS --}} +
+

Hit Points

+
+ + / + +
+
+ +
+
+
+

{{ localize "SW5E.Speed" }}

+
+ +
+
+ +
+
+
+ +
+ + {{!-- NPC Sheet Navigation --}} + + + {{!-- NPC Sheet Body --}} +
+
+
+ {{!-- Ability Scores --}} +
+

Ability Scores

+
    + {{#each data.abilities as |ability id|}} +
  1. +

    {{ability.label}}

    + +
    + {{numberFormat ability.mod decimals=0 sign=true}} + + + {{numberFormat ability.save decimals=0 sign=true}} +
    +
  2. + {{/each}} +
+
+ {{!-- Skills --}} +
+

Skills

+
    + {{#each data.skills as |skill s|}} +
  1. + + + {{skill.label}} + {{skill.ability}} + {{numberFormat skill.total decimals=0 sign=true}} + {{!-- --}} + {{!-- ({{skill.passive}}) --}} +
  2. + {{/each}} +
+
+
+
+ {{!-- Legendary Actions --}} +
+
+ {{ localize "SW5E.LegAct" }} +
+ + / + +
+
+
+ {{ localize "SW5E.LegRes" }} +
+ + / + +
+
+
+ {{ localize "SW5E.LairAct" }} +
+ + +
+
+
+
+ {{> "systems/sw5e/templates/actors/newActor/parts/swalt-traits.html"}} +
+
+
+ + {{!-- Features Tab --}} +
+ {{> "systems/sw5e/templates/actors/newActor/parts/swalt-features.html" sections=features}} +
+ + {{!-- Powerbook Tab --}} +
+ {{> "systems/sw5e/templates/actors/newActor/parts/swalt-powerbook.html"}} +
+ + {{!-- Biography Tab --}} +
+
+
+

Biography

+ {{editor content=data.details.biography.value target="data.details.biography.value" button=true owner=owner editable=editable}} + +
+
+
+
+
\ No newline at end of file diff --git a/templates/actors/newActor/parts/swalt-active-effects.html b/templates/actors/newActor/parts/swalt-active-effects.html new file mode 100644 index 00000000..197948eb --- /dev/null +++ b/templates/actors/newActor/parts/swalt-active-effects.html @@ -0,0 +1,40 @@ +
+
    +{{#each effects as |section sid|}} +
  1. +

    {{localize section.label}}

    +
    Source
    +
    Duration
    +
    +
  2. + +
      + {{#each section.effects as |effect|}} +
    1. +
      + +

      {{effect.data.label}}

      +
      +
      {{effect.sourceName}}
      +
      {{effect.duration.label}}
      + +
    2. + {{/each}} +
    +{{/each}} +
+
\ No newline at end of file diff --git a/templates/actors/newActor/parts/swalt-features.html b/templates/actors/newActor/parts/swalt-features.html index 52065bf1..dd17c75f 100644 --- a/templates/actors/newActor/parts/swalt-features.html +++ b/templates/actors/newActor/parts/swalt-features.html @@ -58,7 +58,7 @@ {{else if section.isClass}}
- {{item.data.subclass}} + {{item.data.archetype}}
Level {{item.data.levels}} diff --git a/templates/actors/newActor/parts/swalt-inventory.html b/templates/actors/newActor/parts/swalt-inventory.html index a7ff47a5..c1f835c8 100644 --- a/templates/actors/newActor/parts/swalt-inventory.html +++ b/templates/actors/newActor/parts/swalt-inventory.html @@ -55,7 +55,7 @@ {{/if}}
-
    +
      {{#each section.items as |item iid|}}
    1. diff --git a/templates/actors/oldActor/character-sheet.html b/templates/actors/oldActor/character-sheet.html index 33200116..fb9578cf 100644 --- a/templates/actors/oldActor/character-sheet.html +++ b/templates/actors/oldActor/character-sheet.html @@ -116,6 +116,7 @@ {{ localize "SW5E.Powerbook" }} {{ localize "SW5E.Effects" }} {{ localize "SW5E.Biography" }} + Notes {{!-- Character Sheet Body --}} @@ -252,5 +253,10 @@ {{editor content=data.details.biography.value target="data.details.biography.value" button=true owner=owner editable=editable}}
      + + {{!-- Notes Tab --}} +
      + {{> "systems/sw5e/templates/actors/oldActor/parts/actor-notes.html"}} +
diff --git a/templates/actors/oldActor/parts/actor-features.html b/templates/actors/oldActor/parts/actor-features.html index 3b40f8b0..491181b7 100644 --- a/templates/actors/oldActor/parts/actor-features.html +++ b/templates/actors/oldActor/parts/actor-features.html @@ -71,14 +71,14 @@ {{else if section.isBackground}}
- + {{item.data.name}}
{{else if section.isClassfeatures}}
{{item.data.name}}
- + {{else if section.isFightingstyles}}
{{item.data.name}} @@ -96,7 +96,7 @@ {{else if section.isClass}}
- {{item.data.subclass}} + {{item.data.archetype}}
Level {{item.data.levels}} diff --git a/templates/actors/oldActor/parts/actor-notes.html b/templates/actors/oldActor/parts/actor-notes.html new file mode 100644 index 00000000..bf324679 --- /dev/null +++ b/templates/actors/oldActor/parts/actor-notes.html @@ -0,0 +1,33 @@ + +
+ + + {{editor content=data.details.notes.value target="data.details.notes.value" button=true owner=owner editable=editable}} +
+
+ + {{editor content=data.details.notes1.value target="data.details.notes1.value" button=true owner=owner editable=editable}} +
+ +
+ + {{editor content=data.details.notes2.value target="data.details.notes2.value" button=true owner=owner editable=editable}} +
+ +
+ + {{editor content=data.details.notes3.value target="data.details.notes3.value" button=true owner=owner editable=editable}} +
+ +
+ + {{editor content=data.details.notes4.value target="data.details.notes4.value" button=true owner=owner editable=editable}} +
+ + + \ No newline at end of file diff --git a/templates/items/archetype.html b/templates/items/archetype.html index 35c05b9c..d194a2c7 100644 --- a/templates/items/archetype.html +++ b/templates/items/archetype.html @@ -15,13 +15,13 @@
    -
  • +
  • -
  • +
  • -
  • +
diff --git a/templates/items/class.html b/templates/items/class.html index b6c594d8..a83ec3e4 100644 --- a/templates/items/class.html +++ b/templates/items/class.html @@ -53,11 +53,11 @@
- {{!-- Subclass Name --}} + {{!-- Archetype Name --}}
- +
- +
diff --git a/templates/items/species.html b/templates/items/species.html index 0641dde5..9b6236b6 100644 --- a/templates/items/species.html +++ b/templates/items/species.html @@ -38,7 +38,7 @@

-

{{item.name}}

+

{{item.name}}

{{#if data.manufacturer}} @@ -181,7 +181,7 @@ {{!-- Traits Tab --}}
-

{{item.name}} TRAITS

+

{{item.name}} Traits

As a/an {{item.name}}, you have the following special traits.
{{editor content=data.traits.value target="data.traits.value" button=true editable=editable}}